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

PROJECT (sourcing_v2), SPIDER (bca.uk)

2026-03-29 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 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZBY%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for PO16%20ZBY: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: EU15%20ZFP
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%27EU15%2520ZFP%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for EU15%20ZFP: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: ML13%20PZH
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%27ML13%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for ML13%20PZH: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: KW69%20WJJ
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%27KW69%2520WJJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for KW69%20WJJ: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: KF15%20PUX
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%27KF15%2520PUX%27 HTTP/1.1" 200 None
2026-03-29 06:16:08 [bca.uk] INFO: Scrape type for KF15%20PUX: 0
2026-03-29 06:16:08 [bca.uk] INFO: Found listing with ID: SL70%20OPZ
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:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL70%2520OPZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for SL70%20OPZ: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: AE09%20LXH
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE09%2520LXH%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for AE09%20LXH: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: SB21%20BMO
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB21%2520BMO%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for SB21%20BMO: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: SJ66%20YFG
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ66%2520YFG%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for SJ66%20YFG: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: PN71%20EYX
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520EYX%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for PN71%20EYX: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: OE70%20FNZ
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520FNZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for OE70%20FNZ: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: OY65%20XWC
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520XWC%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for OY65%20XWC: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: MF13%20KEJ
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF13%2520KEJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for MF13%20KEJ: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: LR70%20YWU
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520YWU%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for LR70%20YWU: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: RX69%20XHC
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX69%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for RX69%20XHC: 2
2026-03-29 06:16:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC
2026-03-29 06:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f9773a-11a0-5131-9959-d1c8283a0bcb with scrape type 2
2026-03-29 06:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f9773a-11a0-5131-9959-d1c8283a0bcb with scrape type 2
2026-03-29 06:16:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04f9773a-11a0-5131-9959-d1c8283a0bcb, identifier: RX69%20XHC
2026-03-29 06:16:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC
2026-03-29 06:16:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC
2026-03-29 06:16:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC to the API
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:09 [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': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX69%20XHC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04f9773a-11a0-5131-9959-d1c8283a0bcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX69 XHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX69%20XHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 26259,
 'odometer_reading_unit': '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 P250 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AX6L1Z79685',
 'year': 2019}
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX69%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Saving data for RX69%20XHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536285.357106, 'last_price_update_time': 1774764969.532502}
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX69%2520XHC') HTTP/1.1" 204 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: SY20%20KAO
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY20%2520KAO%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for SY20%20KAO: 0
2026-03-29 06:16:09 [bca.uk] INFO: Found listing with ID: VA68%20DJX
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA68%2520DJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:09 [bca.uk] INFO: Scrape type for VA68%20DJX: 2
2026-03-29 06:16:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX
2026-03-29 06:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with scrape type 2
2026-03-29 06:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with scrape type 2
2026-03-29 06:16:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643, identifier: VA68%20DJX
2026-03-29 06:16:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX
2026-03-29 06:16:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX
2026-03-29 06:16:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX to the API
2026-03-29 06:16:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:10 [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': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA68%20DJX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ceeb5cd-879d-57ff-9dca-ac3d7743d643',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA68 DJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA68%20DJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 16421,
 'odometer_reading_unit': '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 140 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE',
 'vin': 'WF0FXXGAHFJM39660',
 'year': 2019}
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA68%2520DJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Saving data for VA68%20DJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564148.048488, 'last_price_update_time': 1774764970.069082}
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA68%2520DJX') HTTP/1.1" 204 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: VX69%20GVM
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for VX69%20GVM: 2
2026-03-29 06:16:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM
2026-03-29 06:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 145a2293-f99e-5aca-8124-d2eb9011a703 with scrape type 2
2026-03-29 06:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 145a2293-f99e-5aca-8124-d2eb9011a703 with scrape type 2
2026-03-29 06:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 145a2293-f99e-5aca-8124-d2eb9011a703, identifier: VX69%20GVM
2026-03-29 06:16:10 [scrapy.extensions.logstats] INFO: Crawled 85 pages (at 4 pages/min), scraped 1686 items (at 47 items/min)
2026-03-29 06:16:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM
2026-03-29 06:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM
2026-03-29 06:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM to the API
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:10 [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': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX69%20GVM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '145a2293-f99e-5aca-8124-d2eb9011a703',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX69 GVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX69%20GVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 44997,
 'odometer_reading_unit': '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.2 D 184 SPORT+ AWD StationWagon',
 'transmission': 'automatic',
 'trim': 'D 184 SPORT+ AWD',
 'vin': 'JMZKFGW2A00890755',
 'year': 2019}
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Saving data for VX69%20GVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774361678.605271, 'last_price_update_time': 1774764970.460445}
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX69%2520GVM') HTTP/1.1" 204 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: WH19%20OTD
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for WH19%20OTD: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: WM19%20CWJ
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520CWJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for WM19%20CWJ: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: WN24%20FPA
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520FPA%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for WN24%20FPA: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: CE72%20GXC
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE72%2520GXC%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for CE72%20GXC: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: CJ19%20TWG
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520TWG%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for CJ19%20TWG: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: CT18%20HRU
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT18%2520HRU%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for CT18%20HRU: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: FY69%20YFZ
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520YFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for FY69%20YFZ: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: GX69%20LDN
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520LDN%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for GX69%20LDN: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: HJ70%20UPK
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UPK%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for HJ70%20UPK: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: KR70%20HYO
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520HYO%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for KR70%20HYO: 0
2026-03-29 06:16:10 [bca.uk] INFO: Found listing with ID: KT18%20DWO
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 06:16:10 [bca.uk] INFO: Scrape type for KT18%20DWO: 2
2026-03-29 06:16:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO
2026-03-29 06:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with scrape type 2
2026-03-29 06:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with scrape type 2
2026-03-29 06:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8, identifier: KT18%20DWO
2026-03-29 06:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO
2026-03-29 06:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO
2026-03-29 06:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO to the API
2026-03-29 06:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:11 [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': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT18%20DWO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3109e2f2-5c5a-5486-b7f3-6248d7028ed8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT18 DWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT18%20DWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 84629,
 'odometer_reading_unit': '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 GRAND PICASSO 1.6 BLUEHDI 120 FEEL MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 FEEL',
 'vin': 'VF73ABHZMJJ658287',
 'year': 2018}
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Saving data for KT18%20DWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774130939.089396, 'last_price_update_time': 1774764971.047925}
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT18%2520DWO') HTTP/1.1" 204 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LV66%20EBL
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV66%2520EBL%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LV66%20EBL: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LT15%20VLH
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520VLH%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LT15%20VLH: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: FY71%20OWA
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for FY71%20OWA: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: EX23%20AZZ
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for EX23%20AZZ: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: MV22%20NMO
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NMO%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for MV22%20NMO: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: OV23%20SJU
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SJU%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for OV23%20SJU: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: WM72%20CKF
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520CKF%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for WM72%20CKF: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: YR71%20DXV
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520DXV%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for YR71%20DXV: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: DF21%20ARU
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520ARU%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for DF21%20ARU: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: DG71%20YZP
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG71%2520YZP%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for DG71%20YZP: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: FN21%20PZX
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN21%2520PZX%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for FN21%20PZX: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: FX23%20MJF
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520MJF%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for FX23%20MJF: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: GV72%20MZZ
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for GV72%20MZZ: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LD23%20BZY
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BZY%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LD23%20BZY: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: MD71%20FBG
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520FBG%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for MD71%20FBG: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: EA63%20TXS
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA63%2520TXS%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for EA63%20TXS: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: BK22%20DLZ
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DLZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for BK22%20DLZ: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: YD22%20EHO
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for YD22%20EHO: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: HJ20%20WJU
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520WJU%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for HJ20%20WJU: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LB71%20XCU
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520XCU%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LB71%20XCU: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LG18%20GXS
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520GXS%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LG18%20GXS: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LG19%20KYS
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520KYS%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LG19%20KYS: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LJ19%20OFP
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ19%2520OFP%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LJ19%20OFP: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: LY19%20DDK
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY19%2520DDK%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for LY19%20DDK: 0
2026-03-29 06:16:11 [bca.uk] INFO: Found listing with ID: PO19%20NMU
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 06:16:11 [bca.uk] INFO: Scrape type for PO19%20NMU: 2
2026-03-29 06:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU
2026-03-29 06:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with scrape type 2
2026-03-29 06:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with scrape type 2
2026-03-29 06:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d, identifier: PO19%20NMU
2026-03-29 06:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU
2026-03-29 06:16:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU
2026-03-29 06:16:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU to the API
2026-03-29 06:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:12 [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': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20NMU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53e8e9aa-db36-5a92-9bb9-75dcd6fb137d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 NMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20NMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220',
 'odometer': 91742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 2.0 AMG LINE DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1183442N002060',
 'year': 2019}
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Saving data for PO19%20NMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774265724.950375, 'last_price_update_time': 1774764972.06348}
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520NMU') HTTP/1.1" 204 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: RO22%20LSE
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for RO22%20LSE: 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: WK69%20TNV
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520TNV%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for WK69%20TNV: 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: AO69%20LTU
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520LTU%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for AO69%20LTU: 2
2026-03-29 06:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU
2026-03-29 06:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d221103-282c-56ba-9c76-d7f4493f26bf with scrape type 2
2026-03-29 06:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d221103-282c-56ba-9c76-d7f4493f26bf with scrape type 2
2026-03-29 06:16:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d221103-282c-56ba-9c76-d7f4493f26bf, identifier: AO69%20LTU
2026-03-29 06:16:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU
2026-03-29 06:16:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU
2026-03-29 06:16:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU to the API
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:12 [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=AO69%20LTU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d221103-282c-56ba-9c76-d7f4493f26bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO69 LTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO69%20LTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 89520,
 'odometer_reading_unit': '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': 'SALZA2AN5LH058579',
 'year': 2019}
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520LTU%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Saving data for AO69%20LTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535604.317849, 'last_price_update_time': 1774764972.624067}
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO69%2520LTU') HTTP/1.1" 204 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: AO69%20VJC
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520VJC%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for AO69%20VJC: 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: AV70%20FCX
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520FCX%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for AV70%20FCX: 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: CV18%20GUE
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520GUE%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for CV18%20GUE: 0
2026-03-29 06:16:12 [bca.uk] INFO: Found listing with ID: HD71%20BHV
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD71%2520BHV%27 HTTP/1.1" 200 None
2026-03-29 06:16:12 [bca.uk] INFO: Scrape type for HD71%20BHV: 2
2026-03-29 06:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV
2026-03-29 06:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with scrape type 2
2026-03-29 06:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with scrape type 2
2026-03-29 06:16:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371f1cd1-5e26-5526-827c-ac5f0f984ed3, identifier: HD71%20BHV
2026-03-29 06:16:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV
2026-03-29 06:16:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV
2026-03-29 06:16:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV to the API
2026-03-29 06:16:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:13 [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': 257,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD71%20BHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '371f1cd1-5e26-5526-827c-ac5f0f984ed3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD71 BHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD71%20BHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 89141,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 2.9 GTS PDK StationWagon',
 'transmission': 'automatic',
 'trim': 'GTS PDK',
 'vin': 'WP1ZZZ95ZNLB46865',
 'year': 2021}
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD71%2520BHV%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Saving data for HD71%20BHV: {'auction_closing_time': 1774864800.0, 'created_time': 1773845793.596293, 'last_price_update_time': 1774764973.095473}
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD71%2520BHV') HTTP/1.1" 204 0
2026-03-29 06:16:13 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded
2026-03-29 06:16:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: FG68%20NVE
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520NVE%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for FG68%20NVE: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: FL70%20SVD
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SVD%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for FL70%20SVD: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: MA23%20UKP
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UKP%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for MA23%20UKP: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: BK22%20PEO
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PEO%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for BK22%20PEO: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: BK23%20VYL
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for BK23%20VYL: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: OV23%20EVT
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EVT%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for OV23%20EVT: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: OV75%20HYK
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV75%2520HYK%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for OV75%20HYK: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: RF71%20CZZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CZZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for RF71%20CZZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: RO72%20NJX
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520NJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for RO72%20NJX: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: VK23%20FCV
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520FCV%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for VK23%20FCV: 0
2026-03-29 06:16:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: YC22%20BMU
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for YC22%20BMU: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: BD22%20ELH
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for BD22%20ELH: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: DL72%20PVZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for DL72%20PVZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: FG22%20FGX
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FGX%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for FG22%20FGX: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: HV24%20NMZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for HV24%20NMZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LB71%20YRZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LB71%20YRZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: WM15%20NXF
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM15%2520NXF%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for WM15%20NXF: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: PK71%20GWU
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK71%2520GWU%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for PK71%20GWU: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: PN71%20ODY
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520ODY%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for PN71%20ODY: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: RK24%20KPX
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK24%2520KPX%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for RK24%20KPX: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: SN23%20UNF
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520UNF%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for SN23%20UNF: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: VO71%20OHD
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520OHD%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for VO71%20OHD: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: WV23%20XYC
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XYC%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for WV23%20XYC: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: YS21%20VOM
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520VOM%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for YS21%20VOM: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LC72%20VBD
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520VBD%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LC72%20VBD: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LE73%20GVZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520GVZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LE73%20GVZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LF23%20WKL
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520WKL%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LF23%20WKL: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LF72%20WKJ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520WKJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LF72%20WKJ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LO72%20UJK
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LO72%20UJK: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LS70%20HWZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520HWZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LS70%20HWZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: MD72%20VXP
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for MD72%20VXP: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: MD72%20VZK
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZK%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for MD72%20VZK: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: MJ72%20FCZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520FCZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for MJ72%20FCZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: OE71%20BZO
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520BZO%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for OE71%20BZO: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: OV23%20DKF
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520DKF%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for OV23%20DKF: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: DL22%20MKZ
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520MKZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for DL22%20MKZ: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: DS71%20HBF
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520HBF%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for DS71%20HBF: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: DY23%20EZG
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520EZG%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for DY23%20EZG: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: FE72%20THK
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520THK%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for FE72%20THK: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: GJ22%20SFE
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520SFE%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for GJ22%20SFE: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: GK68%20MHN
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for GK68%20MHN: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: HG21%20LPE
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520LPE%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for HG21%20LPE: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LB70%20VXM
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VXM%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LB70%20VXM: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: AJ72%20HYW
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520HYW%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for AJ72%20HYW: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: AV71%20OSG
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OSG%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for AV71%20OSG: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: ME73%20XWF
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWF%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for ME73%20XWF: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: ME73%20XWO
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWO%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for ME73%20XWO: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: ME73%20XYF
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XYF%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for ME73%20XYF: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: AJ22%20CXY
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CXY%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for AJ22%20CXY: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: BK22%20PHU
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for BK22%20PHU: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: FN22%20OMM
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for FN22%20OMM: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LA16%20UYV
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520UYV%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LA16%20UYV: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: LS21%20BVN
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520BVN%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for LS21%20BVN: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: MA22%20VJO
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VJO%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for MA22%20VJO: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: MA22%20ZPE
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520ZPE%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for MA22%20ZPE: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: YO21%20VLX
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520VLX%27 HTTP/1.1" 200 None
2026-03-29 06:16:13 [bca.uk] INFO: Scrape type for YO21%20VLX: 0
2026-03-29 06:16:13 [bca.uk] INFO: Found listing with ID: YO23%20XXP
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO23%2520XXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for YO23%20XXP: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: BP72%20UJX
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for BP72%20UJX: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: CE74%20BWK
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BWK%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for CE74%20BWK: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: YA74%20AJX
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA74%2520AJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for YA74%20AJX: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: BK23%20JKU
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for BK23%20JKU: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: DE22%20AOO
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AOO%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for DE22%20AOO: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: EO21%20BZD
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520BZD%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for EO21%20BZD: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: FT72%20LSC
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520LSC%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for FT72%20LSC: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: GL72%20UXZ
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UXZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for GL72%20UXZ: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: GP21%20MDZ
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520MDZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for GP21%20MDZ: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: LB72%20WNP
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WNP%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for LB72%20WNP: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: LB72%20WRG
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WRG%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for LB72%20WRG: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: LM70%20XKP
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520XKP%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for LM70%20XKP: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: WX22%20WJJ
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for WX22%20WJJ: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: YR71%20HVM
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520HVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for YR71%20HVM: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: YG22%20WVA
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for YG22%20WVA: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: DA72%20XMR
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520XMR%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for DA72%20XMR: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: GV21%20XPJ
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV21%2520XPJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for GV21%20XPJ: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: HV22%20VCL
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520VCL%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for HV22%20VCL: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: MD72%20WLP
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WLP%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for MD72%20WLP: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: ND71%20XDT
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520XDT%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for ND71%20XDT: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: NJ23%20LRU
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for NJ23%20LRU: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: NJ24%20UTY
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTY%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for NJ24%20UTY: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: NJ24%20UVN
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UVN%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for NJ24%20UVN: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: PE22%20XGD
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520XGD%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for PE22%20XGD: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: PX71%20JVU
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for PX71%20JVU: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: YB70%20VZO
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520VZO%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for YB70%20VZO: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: BD72%20YOV
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520YOV%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for BD72%20YOV: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: WJ22%20BHP
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520BHP%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for WJ22%20BHP: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: V24%20VJT
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V24%2520VJT%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for V24%20VJT: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: BN22%20OLK
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for BN22%20OLK: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: LR21%20VDZ
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for LR21%20VDZ: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: OV71%20RVA
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for OV71%20RVA: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: RF68%20BBK
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520BBK%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for RF68%20BBK: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: RO22%20EUR
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUR%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for RO22%20EUR: 0
2026-03-29 06:16:14 [bca.uk] INFO: Found listing with ID: RY18%20ZFG
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 06:16:14 [bca.uk] INFO: Scrape type for RY18%20ZFG: 2
2026-03-29 06:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG
2026-03-29 06:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be8c3f39-44cb-5705-aa06-ebf018a09329 with scrape type 2
2026-03-29 06:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be8c3f39-44cb-5705-aa06-ebf018a09329 with scrape type 2
2026-03-29 06:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be8c3f39-44cb-5705-aa06-ebf018a09329, identifier: RY18%20ZFG
2026-03-29 06:16: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:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG
2026-03-29 06:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG
2026-03-29 06:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG to the API
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be8c3f39-44cb-5705-aa06-ebf018a09329',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY18 ZFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY18%20ZFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 109118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.6 CDTI 16V 110 DESIGN Estate',
 'transmission': 'manual',
 'trim': 'CDTI 16V 110 DESIGN',
 'vin': 'W0VBD8EK9J8052967',
 'year': 2018}
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Saving data for RY18%20ZFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774536349.334328, 'last_price_update_time': 1774764975.203682}
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY18%2520ZFG') HTTP/1.1" 204 0
2026-03-29 06:16:15 [bca.uk] INFO: Found listing with ID: GY72%20KBZ
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520KBZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Scrape type for GY72%20KBZ: 2
2026-03-29 06:16:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ
2026-03-29 06:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b57db06-048e-5180-a3a0-201ab2dc6b5f with scrape type 2
2026-03-29 06:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b57db06-048e-5180-a3a0-201ab2dc6b5f with scrape type 2
2026-03-29 06:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b57db06-048e-5180-a3a0-201ab2dc6b5f, identifier: GY72%20KBZ
2026-03-29 06:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ
2026-03-29 06:16:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ
2026-03-29 06:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ to the API
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY72%20KBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1b57db06-048e-5180-a3a0-201ab2dc6b5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY72 KBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY72%20KBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 73015,
 'odometer_reading_unit': '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 (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE006281',
 'year': 2022}
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520KBZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Saving data for GY72%20KBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773834195.376531, 'last_price_update_time': 1774764975.686655}
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520KBZ') HTTP/1.1" 204 0
2026-03-29 06:16:15 [bca.uk] INFO: Found listing with ID: FT63%20UOP
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Scrape type for FT63%20UOP: 0
2026-03-29 06:16:15 [bca.uk] INFO: Found listing with ID: FD72%20BGK
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Scrape type for FD72%20BGK: 0
2026-03-29 06:16:15 [bca.uk] INFO: Found listing with ID: MM72%20BYZ
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520BYZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Scrape type for MM72%20BYZ: 0
2026-03-29 06:16:15 [bca.uk] INFO: Found listing with ID: PX22%20OLJ
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Scrape type for PX22%20OLJ: 0
2026-03-29 06:16:15 [bca.uk] INFO: Found listing with ID: YJ73%20SBR
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520SBR%27 HTTP/1.1" 200 None
2026-03-29 06:16:15 [bca.uk] INFO: Scrape type for YJ73%20SBR: 2
2026-03-29 06:16:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR
2026-03-29 06:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with scrape type 2
2026-03-29 06:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with scrape type 2
2026-03-29 06:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296, identifier: YJ73%20SBR
2026-03-29 06:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR
2026-03-29 06:16:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR
2026-03-29 06:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR to the API
2026-03-29 06:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ73%20SBR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5c288fbd-9d5f-5de2-9fa4-70c59dd07296',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YJ73 SBR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ73%20SBR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 11502,
 '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 CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74094PZ079303',
 'year': 2024}
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520SBR%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Saving data for YJ73%20SBR: {'auction_closing_time': 1774951200.0, 'created_time': 1773834188.938918, 'last_price_update_time': 1774764976.16266}
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ73%2520SBR') HTTP/1.1" 204 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: SH70%20UDV
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for SH70%20UDV: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: SP22%20JPX
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520JPX%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for SP22%20JPX: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: WN21%20XHH
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for WN21%20XHH: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: YC22%20WTN
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WTN%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for YC22%20WTN: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: YT22%20JFY
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520JFY%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for YT22%20JFY: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: YT22%20WYL
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for YT22%20WYL: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: FH22%20KUE
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH22%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for FH22%20KUE: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: FL22%20UJK
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for FL22%20UJK: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: FX71%20RTV
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for FX71%20RTV: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: GJ22%20KJK
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520KJK%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for GJ22%20KJK: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: GL72%20OHJ
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for GL72%20OHJ: 0
2026-03-29 06:16:16 [bca.uk] INFO: Found listing with ID: MD72%20VWA
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VWA%27 HTTP/1.1" 200 None
2026-03-29 06:16:16 [bca.uk] INFO: Scrape type for MD72%20VWA: 0
2026-03-29 06:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:17 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded
2026-03-29 06:16:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:17 [bca.uk] INFO: Found listing with ID: MV71%20SVG
2026-03-29 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520SVG%27 HTTP/1.1" 200 None
2026-03-29 06:16:17 [bca.uk] INFO: Scrape type for MV71%20SVG: 0
2026-03-29 06:16:17 [bca.uk] INFO: Found listing with ID: MW71%20FVM
2026-03-29 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520FVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for MW71%20FVM: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: NA72%20XGV
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for NA72%20XGV: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: OY25%20HFW
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520HFW%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for OY25%20HFW: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: RO22%20EUK
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUK%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for RO22%20EUK: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: DA21%20ZXP
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520ZXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for DA21%20ZXP: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: DG24%20LGE
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LGE%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for DG24%20LGE: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: RJ71%20LKX
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520LKX%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for RJ71%20LKX: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: PX25%20WJN
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX25%2520WJN%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for PX25%20WJN: 0
2026-03-29 06:16:18 [bca.uk] INFO: Found listing with ID: VN23%20ZTK
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-29 06:16:18 [bca.uk] INFO: Scrape type for VN23%20ZTK: 2
2026-03-29 06:16:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK
2026-03-29 06:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with scrape type 2
2026-03-29 06:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with scrape type 2
2026-03-29 06:16:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a, identifier: VN23%20ZTK
2026-03-29 06:16:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK
2026-03-29 06:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK
2026-03-29 06:16:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK to the API
2026-03-29 06:16:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN23%20ZTK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c2a61fb-55cd-5be7-a589-b5ead873eb8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN23 ZTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN23%20ZTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10085,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ULTIMATE',
 'vin': 'VXKUPHNEKP4090033',
 'year': 2023}
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Saving data for VN23%20ZTK: {'auction_closing_time': 1774951200.0, 'created_time': 1773834274.057067, 'last_price_update_time': 1774764979.168898}
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN23%2520ZTK') HTTP/1.1" 204 0
2026-03-29 06:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: ML22%20AFA
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520AFA%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for ML22%20AFA: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: ML22%20EWK
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520EWK%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for ML22%20EWK: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: MV71%20KRK
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KRK%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for MV71%20KRK: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: MV71%20KSJ
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KSJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for MV71%20KSJ: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: NG71%20FKJ
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for NG71%20FKJ: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: WK24%20EHS
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520EHS%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for WK24%20EHS: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: WN22%20KWJ
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for WN22%20KWJ: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: YGZ%204681
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204681%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for YGZ%204681: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: BL72%20KHV
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KHV%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for BL72%20KHV: 2
2026-03-29 06:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV
2026-03-29 06:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d89a61a1-0272-5f15-83c9-682d9db794d9 with scrape type 2
2026-03-29 06:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d89a61a1-0272-5f15-83c9-682d9db794d9 with scrape type 2
2026-03-29 06:16:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d89a61a1-0272-5f15-83c9-682d9db794d9, identifier: BL72%20KHV
2026-03-29 06:16:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV
2026-03-29 06:16:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV
2026-03-29 06:16:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV to the API
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL72%20KHV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd89a61a1-0272-5f15-83c9-682d9db794d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL72 KHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL72%20KHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 31423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS6PC621030',
 'year': 2022}
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KHV%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Saving data for BL72%20KHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774536413.297439, 'last_price_update_time': 1774764979.790357}
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520KHV') HTTP/1.1" 204 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: DA21%20VYG
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for DA21%20VYG: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: DG22%20XZH
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XZH%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for DG22%20XZH: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: DL73%20ZSG
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for DL73%20ZSG: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: DY20%20VXM
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520VXM%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for DY20%20VXM: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: EJ21%20UUW
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ21%2520UUW%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for EJ21%20UUW: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: GSZ%201907
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GSZ%25201907%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for GSZ%201907: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: HV71%20WGO
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for HV71%20WGO: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: LE71%20DWU
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520DWU%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for LE71%20DWU: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: CE74%20BKN
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BKN%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for CE74%20BKN: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: FT24%20UMX
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT24%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for FT24%20UMX: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: NV73%20GNN
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520GNN%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for NV73%20GNN: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: PK18%20RYX
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520RYX%27 HTTP/1.1" 200 None
2026-03-29 06:16:19 [bca.uk] INFO: Scrape type for PK18%20RYX: 0
2026-03-29 06:16:19 [bca.uk] INFO: Found listing with ID: YJ25%20TLT
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ25%2520TLT%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for YJ25%20TLT: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: KX68%20PZN
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX68%2520PZN%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for KX68%20PZN: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: LF22%20UDU
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF22%2520UDU%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for LF22%20UDU: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: WU23%20EPE
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520EPE%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for WU23%20EPE: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: WV23%20YML
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520YML%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for WV23%20YML: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: YY71%20LYG
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LYG%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for YY71%20LYG: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: GD72%20DEU
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD72%2520DEU%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for GD72%20DEU: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: GJ22%20RSV
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for GJ22%20RSV: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: GL72%20UYB
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UYB%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for GL72%20UYB: 2
2026-03-29 06:16:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB
2026-03-29 06:16:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with scrape type 2
2026-03-29 06:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with scrape type 2
2026-03-29 06:16:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f, identifier: GL72%20UYB
2026-03-29 06:16:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB
2026-03-29 06:16:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB
2026-03-29 06:16:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB to the API
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20UYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '541ff541-c3e0-58cf-a5b4-611b8f0c2b9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 UYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20UYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 37433,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS5PC580731',
 'year': 2022}
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UYB%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Saving data for GL72%20UYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774536406.56783, 'last_price_update_time': 1774764980.50528}
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520UYB') HTTP/1.1" 204 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: HK70%20XOP
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK70%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for HK70%20XOP: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: KM71%20SVJ
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520SVJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for KM71%20SVJ: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: LD23%20NZW
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520NZW%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for LD23%20NZW: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: LE71%20EVX
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520EVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for LE71%20EVX: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: MA21%20GBZ
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520GBZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for MA21%20GBZ: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: VK23%20TZT
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520TZT%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for VK23%20TZT: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: WN22%20ACX
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520ACX%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for WN22%20ACX: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: WN23%20RYK
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520RYK%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for WN23%20RYK: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: AJ68%20RTO
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520RTO%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for AJ68%20RTO: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: BN21%20VMZ
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520VMZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for BN21%20VMZ: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: CE22%20VUG
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520VUG%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for CE22%20VUG: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: DE24%20HNW
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520HNW%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for DE24%20HNW: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: EK22%20EWN
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520EWN%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for EK22%20EWN: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: FD22%20YAV
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520YAV%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for FD22%20YAV: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: PN72%20NYD
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN72%2520NYD%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for PN72%20NYD: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: YE74%20VBD
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE74%2520VBD%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for YE74%20VBD: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: YR22%20OLW
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520OLW%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for YR22%20OLW: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: LY14%20SYV
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for LY14%20SYV: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: AE25%20TFU
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE25%2520TFU%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for AE25%20TFU: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: AE25%20TKF
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE25%2520TKF%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for AE25%20TKF: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: DA55%20UOC
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA55%2520UOC%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for DA55%20UOC: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: BX72%20SKZ
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SKZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for BX72%20SKZ: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: DY74%20XDW
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDW%27 HTTP/1.1" 200 None
2026-03-29 06:16:20 [bca.uk] INFO: Scrape type for DY74%20XDW: 0
2026-03-29 06:16:20 [bca.uk] INFO: Found listing with ID: MW19%20FWU
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW19%2520FWU%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for MW19%20FWU: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: NGZ%204980
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25204980%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for NGZ%204980: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: NX70%20YNN
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520YNN%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for NX70%20YNN: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: UIG%206502
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25206502%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for UIG%206502: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: VN19%20OXZ
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520OXZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for VN19%20OXZ: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: WP19%20XTL
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP19%2520XTL%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for WP19%20XTL: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: WT19%20MYC
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MYC%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for WT19%20MYC: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: YT19%20LDO
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520LDO%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for YT19%20LDO: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: YX69%20YNJ
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX69%2520YNJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for YX69%20YNJ: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: CE70%20YEJ
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520YEJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for CE70%20YEJ: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: ER61%20ERR
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ER61%2520ERR%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for ER61%20ERR: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: EY70%20VMJ
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520VMJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for EY70%20VMJ: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: KO19%20FZP
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520FZP%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for KO19%20FZP: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: KP73%20JFY
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520JFY%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for KP73%20JFY: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: MA69%20GVJ
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA69%2520GVJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for MA69%20GVJ: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: MF20%20MYB
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for MF20%20MYB: 2
2026-03-29 06:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB
2026-03-29 06:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with scrape type 2
2026-03-29 06:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with scrape type 2
2026-03-29 06:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 111429f0-b4c8-53a9-b2a5-00e7a7579c93, identifier: MF20%20MYB
2026-03-29 06:16:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB
2026-03-29 06:16:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB
2026-03-29 06:16:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB to the API
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF20%20MYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '111429f0-b4c8-53a9-b2a5-00e7a7579c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF20 MYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF20%20MYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 56951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD SE',
 'vin': 'TMAJ3811LLJ018352',
 'year': 2020}
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Saving data for MF20%20MYB: {'auction_closing_time': 1774864800.0, 'created_time': 1774447549.110286, 'last_price_update_time': 1774764981.656119}
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF20%2520MYB') HTTP/1.1" 204 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: MT19%20XFA
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for MT19%20XFA: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: LR52%20SVV
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR52%2520SVV%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for LR52%20SVV: 0
2026-03-29 06:16:21 [bca.uk] INFO: Found listing with ID: YS69%20LBZ
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:21 [bca.uk] INFO: Scrape type for YS69%20LBZ: 2
2026-03-29 06:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ
2026-03-29 06:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba3855f9-67fa-5fc5-8744-ea88a18710aa with scrape type 2
2026-03-29 06:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba3855f9-67fa-5fc5-8744-ea88a18710aa with scrape type 2
2026-03-29 06:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba3855f9-67fa-5fc5-8744-ea88a18710aa, identifier: YS69%20LBZ
2026-03-29 06:16:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ
2026-03-29 06:16:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ
2026-03-29 06:16:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ to the API
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20LBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba3855f9-67fa-5fc5-8744-ea88a18710aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 LBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20LBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 70668,
 'odometer_reading_unit': '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 XC90 2.0 B5D 235 AWD R DESIGN PRO G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5D 235 AWD R DESIGN PRO G/T',
 'vin': 'YV1LFK2TCL1576790',
 'year': 2019}
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520LBZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:22 [bca.uk] INFO: Saving data for YS69%20LBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562994.883228, 'last_price_update_time': 1774764982.672664}
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520LBZ') HTTP/1.1" 204 0
2026-03-29 06:16:22 [bca.uk] INFO: Found listing with ID: WJ24%20ONB
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520ONB%27 HTTP/1.1" 200 None
2026-03-29 06:16:22 [bca.uk] INFO: Scrape type for WJ24%20ONB: 2
2026-03-29 06:16:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB
2026-03-29 06:16:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with scrape type 2
2026-03-29 06:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with scrape type 2
2026-03-29 06:16:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6, identifier: WJ24%20ONB
2026-03-29 06:16:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB
2026-03-29 06:16:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB
2026-03-29 06:16:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB to the API
2026-03-29 06:16:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ24%20ONB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ24 ONB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ24%20ONB&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 21968,
 '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 2.0 TSI 320 R 4MOTION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 320 R 4MOTION DSG',
 'vin': 'WVWZZZCD9RW177916',
 'year': 2024}
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520ONB%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Saving data for WJ24%20ONB: {'auction_closing_time': 1774951200.0, 'created_time': 1774650709.139658, 'last_price_update_time': 1774764983.052862}
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ24%2520ONB') HTTP/1.1" 204 0
2026-03-29 06:16:23 [bca.uk] INFO: Found listing with ID: YD74%20NDV
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD74%2520NDV%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Scrape type for YD74%20NDV: 0
2026-03-29 06:16:23 [bca.uk] INFO: Found listing with ID: YR74%20UGO
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Scrape type for YR74%20UGO: 0
2026-03-29 06:16:23 [bca.uk] INFO: Found listing with ID: LJ22%20OVX
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Scrape type for LJ22%20OVX: 2
2026-03-29 06:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX
2026-03-29 06:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee35e5d-87d5-5107-82a2-5b04ee39cc58 with scrape type 2
2026-03-29 06:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee35e5d-87d5-5107-82a2-5b04ee39cc58 with scrape type 2
2026-03-29 06:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aee35e5d-87d5-5107-82a2-5b04ee39cc58, identifier: LJ22%20OVX
2026-03-29 06:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX
2026-03-29 06:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX
2026-03-29 06:16:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX to the API
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ22%20OVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aee35e5d-87d5-5107-82a2-5b04ee39cc58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ22 OVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ22%20OVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 36149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N2539152V320518',
 'year': 2022}
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Saving data for LJ22%20OVX: {'auction_closing_time': 1774951200.0, 'created_time': 1774650717.196997, 'last_price_update_time': 1774764983.483663}
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ22%2520OVX') HTTP/1.1" 204 0
2026-03-29 06:16:23 [bca.uk] INFO: Found listing with ID: KM71%20HVW
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520HVW%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Scrape type for KM71%20HVW: 2
2026-03-29 06:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW
2026-03-29 06:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with scrape type 2
2026-03-29 06:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with scrape type 2
2026-03-29 06:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 542fa22d-1e0a-5ec0-a682-626e0c7671b7, identifier: KM71%20HVW
2026-03-29 06:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW
2026-03-29 06:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW
2026-03-29 06:16:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW to the API
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20HVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '542fa22d-1e0a-5ec0-a682-626e0c7671b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM71 HVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20HVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 26174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q BLACK ED.',
 'vin': 'WAUZZZGE5NB015525',
 'year': 2021}
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520HVW%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Saving data for KM71%20HVW: {'auction_closing_time': 1774951200.0, 'created_time': 1774650718.114605, 'last_price_update_time': 1774764983.873109}
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520HVW') HTTP/1.1" 204 0
2026-03-29 06:16:23 [bca.uk] INFO: Found listing with ID: EJ23%20BDV
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 06:16:23 [bca.uk] INFO: Scrape type for EJ23%20BDV: 2
2026-03-29 06:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV
2026-03-29 06:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7739061b-6818-5767-a6d4-dc4a95f81b18 with scrape type 2
2026-03-29 06:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7739061b-6818-5767-a6d4-dc4a95f81b18 with scrape type 2
2026-03-29 06:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7739061b-6818-5767-a6d4-dc4a95f81b18, identifier: EJ23%20BDV
2026-03-29 06:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV
2026-03-29 06:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV
2026-03-29 06:16:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV to the API
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ23%20BDV-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7739061b-6818-5767-a6d4-dc4a95f81b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ23 BDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ23%20BDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 19469,
 '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 COUNTRYMAN 2.0 COOPER S EXCLUSIVE ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S EXCLUSIVE ALL4',
 'vin': 'WMW82BR0X03R42287',
 'year': 2023}
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BDV%27 HTTP/1.1" 200 None
2026-03-29 06:16:24 [bca.uk] INFO: Saving data for EJ23%20BDV: {'auction_closing_time': 1774951200.0, 'created_time': 1774447685.085705, 'last_price_update_time': 1774764984.267783}
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ23%2520BDV') HTTP/1.1" 204 0
2026-03-29 06:16:24 [bca.uk] INFO: Found listing with ID: NK72%20ATF
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK72%2520ATF%27 HTTP/1.1" 200 None
2026-03-29 06:16:24 [bca.uk] INFO: Scrape type for NK72%20ATF: 0
2026-03-29 06:16:24 [bca.uk] INFO: Found listing with ID: FJ22%20SKE
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520SKE%27 HTTP/1.1" 200 None
2026-03-29 06:16:24 [bca.uk] INFO: Scrape type for FJ22%20SKE: 2
2026-03-29 06:16:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE
2026-03-29 06:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abb5126-5026-514a-8a60-c316022bbdba with scrape type 2
2026-03-29 06:16:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abb5126-5026-514a-8a60-c316022bbdba with scrape type 2
2026-03-29 06:16:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2abb5126-5026-514a-8a60-c316022bbdba, identifier: FJ22%20SKE
2026-03-29 06:16:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE
2026-03-29 06:16:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE
2026-03-29 06:16:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE to the API
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ22%20SKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2abb5126-5026-514a-8a60-c316022bbdba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ22 SKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ22%20SKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 44318,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN7PH184108',
 'year': 2022}
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520SKE%27 HTTP/1.1" 200 None
2026-03-29 06:16:24 [bca.uk] INFO: Saving data for FJ22%20SKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650716.83549, 'last_price_update_time': 1774764984.699577}
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ22%2520SKE') HTTP/1.1" 204 0
2026-03-29 06:16:24 [bca.uk] INFO: Found listing with ID: YF71%20EWW
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520EWW%27 HTTP/1.1" 200 None
2026-03-29 06:16:24 [bca.uk] INFO: Scrape type for YF71%20EWW: 2
2026-03-29 06:16:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW
2026-03-29 06:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667d8406-e2db-5420-a232-56043d0635bb with scrape type 2
2026-03-29 06:16:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667d8406-e2db-5420-a232-56043d0635bb with scrape type 2
2026-03-29 06:16:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 667d8406-e2db-5420-a232-56043d0635bb, identifier: YF71%20EWW
2026-03-29 06:16:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW
2026-03-29 06:16:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW
2026-03-29 06:16:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW to the API
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '667d8406-e2db-5420-a232-56043d0635bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF71 EWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20EWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'M340I',
 'odometer': 52724,
 '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 M340I 3.0 MHT XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE',
 'vin': 'WBA5U92080FL91243',
 'year': 2021}
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520EWW%27 HTTP/1.1" 200 None
2026-03-29 06:16:25 [bca.uk] INFO: Saving data for YF71%20EWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562537.081303, 'last_price_update_time': 1774764985.216501}
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520EWW') HTTP/1.1" 204 0
2026-03-29 06:16:25 [bca.uk] INFO: Found listing with ID: RO25%20UHK
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 06:16:25 [bca.uk] INFO: Scrape type for RO25%20UHK: 2
2026-03-29 06:16:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK
2026-03-29 06:16:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15e62a84-c18e-5e98-a175-c235331005cc with scrape type 2
2026-03-29 06:16:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15e62a84-c18e-5e98-a175-c235331005cc with scrape type 2
2026-03-29 06:16:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15e62a84-c18e-5e98-a175-c235331005cc, identifier: RO25%20UHK
2026-03-29 06:16:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red%2Fblack HTTP/1.1" 200 None
2026-03-29 06:16:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:16:25 [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:16:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK
2026-03-29 06:16:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK to the API
2026-03-29 06:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO25%20UHK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15e62a84-c18e-5e98-a175-c235331005cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO25 UHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO25%20UHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'ALFA ROMEO',
 'model': 'JUNIOR',
 'odometer': 8325,
 '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': 'ALFA ROMEO JUNIOR 1.2 T 136 MHEV IBRIDA Hatchback',
 'transmission': 'automatic',
 'trim': 'T 136 MHEV IBRIDA',
 'vin': 'ZAA5AVATXRJA22437',
 'year': 2025}
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 06:16:26 [bca.uk] INFO: Saving data for RO25%20UHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562573.415829, 'last_price_update_time': 1774764986.671255}
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO25%2520UHK') HTTP/1.1" 204 0
2026-03-29 06:16:26 [bca.uk] INFO: Found listing with ID: PL72%20VKN
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520VKN%27 HTTP/1.1" 200 None
2026-03-29 06:16:26 [bca.uk] INFO: Scrape type for PL72%20VKN: 2
2026-03-29 06:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN
2026-03-29 06:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61ee99d2-c947-5e99-86f1-15acf59ba070 with scrape type 2
2026-03-29 06:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61ee99d2-c947-5e99-86f1-15acf59ba070 with scrape type 2
2026-03-29 06:16:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61ee99d2-c947-5e99-86f1-15acf59ba070, identifier: PL72%20VKN
2026-03-29 06:16:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN
2026-03-29 06:16:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN
2026-03-29 06:16:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN to the API
2026-03-29 06:16:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL72%20VKN-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61ee99d2-c947-5e99-86f1-15acf59ba070',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL72 VKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL72%20VKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 16636,
 'odometer_reading_unit': '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 X1 1.5 MHT SD 20I XLINE DTC StationWagon',
 'transmission': 'automatic',
 'trim': 'MHT SD 20I XLINE DTC',
 'vin': 'WBA32EE0305W07877',
 'year': 2022}
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520VKN%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Saving data for PL72%20VKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562536.038022, 'last_price_update_time': 1774764987.080247}
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL72%2520VKN') HTTP/1.1" 204 0
2026-03-29 06:16:27 [bca.uk] INFO: Found listing with ID: MJ25%20UXY
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520UXY%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Scrape type for MJ25%20UXY: 2
2026-03-29 06:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY
2026-03-29 06:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13667e0-0b26-570d-a378-112a73fecefc with scrape type 2
2026-03-29 06:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13667e0-0b26-570d-a378-112a73fecefc with scrape type 2
2026-03-29 06:16:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f13667e0-0b26-570d-a378-112a73fecefc, identifier: MJ25%20UXY
2026-03-29 06:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY
2026-03-29 06:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY
2026-03-29 06:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY to the API
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ25%20UXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f13667e0-0b26-570d-a378-112a73fecefc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ25 UXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ25%20UXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 16997,
 '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 EVOQUE 2.0 D200 4WD EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD EDITION',
 'vin': 'SALZA2AN3TH296236',
 'year': 2025}
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520UXY%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Saving data for MJ25%20UXY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562544.215221, 'last_price_update_time': 1774764987.495532}
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ25%2520UXY') HTTP/1.1" 204 0
2026-03-29 06:16:27 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded
2026-03-29 06:16:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:27 [bca.uk] INFO: Found listing with ID: DK72%20MUP
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Scrape type for DK72%20MUP: 2
2026-03-29 06:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP
2026-03-29 06:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c122d371-4ed7-56a8-b2a9-626d031c6ece with scrape type 2
2026-03-29 06:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c122d371-4ed7-56a8-b2a9-626d031c6ece with scrape type 2
2026-03-29 06:16:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c122d371-4ed7-56a8-b2a9-626d031c6ece, identifier: DK72%20MUP
2026-03-29 06:16:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP
2026-03-29 06:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP
2026-03-29 06:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP to the API
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK72%20MUP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c122d371-4ed7-56a8-b2a9-626d031c6ece',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK72 MUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK72%20MUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 9830,
 'odometer_reading_unit': '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 B4D AWD PLUS DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD PLUS DARK',
 'vin': 'YV1UZK5V4P1268829',
 'year': 2022}
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Saving data for DK72%20MUP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562561.146235, 'last_price_update_time': 1774764987.928426}
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK72%2520MUP') HTTP/1.1" 204 0
2026-03-29 06:16:27 [bca.uk] INFO: Found listing with ID: RE58%20ETV
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE58%2520ETV%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Scrape type for RE58%20ETV: 0
2026-03-29 06:16:27 [bca.uk] INFO: Found listing with ID: GJ19%20WEX
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520WEX%27 HTTP/1.1" 200 None
2026-03-29 06:16:27 [bca.uk] INFO: Scrape type for GJ19%20WEX: 0
2026-03-29 06:16:27 [bca.uk] INFO: Found listing with ID: OE21%20MKN
2026-03-29 06:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Scrape type for OE21%20MKN: 0
2026-03-29 06:16:28 [bca.uk] INFO: Found listing with ID: EA70%20VCU
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Scrape type for EA70%20VCU: 2
2026-03-29 06:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU
2026-03-29 06:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c7d9700-5dd1-5503-a033-c3bc647b287c with scrape type 2
2026-03-29 06:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c7d9700-5dd1-5503-a033-c3bc647b287c with scrape type 2
2026-03-29 06:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c7d9700-5dd1-5503-a033-c3bc647b287c, identifier: EA70%20VCU
2026-03-29 06:16:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:16:28 [bca.uk] INFO: Found listing with ID: C11%20HLD
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C11%2520HLD%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Scrape type for C11%20HLD: 2
2026-03-29 06:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD
2026-03-29 06:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7969720d-5785-51f0-922f-0f32c1f7a0ed with scrape type 2
2026-03-29 06:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7969720d-5785-51f0-922f-0f32c1f7a0ed with scrape type 2
2026-03-29 06:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7969720d-5785-51f0-922f-0f32c1f7a0ed, identifier: C11%20HLD
2026-03-29 06:16:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU
2026-03-29 06:16:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU
2026-03-29 06:16:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU to the API
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA70%20VCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c7d9700-5dd1-5503-a033-c3bc647b287c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA70 VCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA70%20VCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 28704,
 '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 T GDI AWD GT-LINE ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI AWD GT-LINE ISG DCT',
 'vin': 'U5YPK816WML972480',
 'year': 2021}
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Saving data for EA70%20VCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774361909.522605, 'last_price_update_time': 1774764988.514997}
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA70%2520VCU') HTTP/1.1" 204 0
2026-03-29 06:16:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD
2026-03-29 06:16:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD
2026-03-29 06:16:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD to the API
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C11%20HLD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7969720d-5785-51f0-922f-0f32c1f7a0ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'C11 HLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=C11%20HLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LEXUS',
 'model': 'RX 450H',
 'odometer': 23650,
 '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': 'LEXUS RX 450H 3.5  StationWagon',
 'transmission': 'automatic',
 'trim': '',
 'vin': 'JTJBGMCA402070974',
 'year': 2021}
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C11%2520HLD%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Saving data for C11%20HLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774562557.544287, 'last_price_update_time': 1774764988.803501}
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C11%2520HLD') HTTP/1.1" 204 0
2026-03-29 06:16:28 [bca.uk] INFO: Found listing with ID: FL21%20UBW
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520UBW%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Scrape type for FL21%20UBW: 0
2026-03-29 06:16:28 [bca.uk] INFO: Found listing with ID: GV17%20MPX
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV17%2520MPX%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Scrape type for GV17%20MPX: 0
2026-03-29 06:16:28 [bca.uk] INFO: Found listing with ID: LM72%20CMF
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520CMF%27 HTTP/1.1" 200 None
2026-03-29 06:16:28 [bca.uk] INFO: Scrape type for LM72%20CMF: 2
2026-03-29 06:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF
2026-03-29 06:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17952ea9-ff84-5889-8438-f8e70136d79d with scrape type 2
2026-03-29 06:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17952ea9-ff84-5889-8438-f8e70136d79d with scrape type 2
2026-03-29 06:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17952ea9-ff84-5889-8438-f8e70136d79d, identifier: LM72%20CMF
2026-03-29 06:16:28 [bca.uk] INFO: Found listing with ID: MH18%20WND
2026-03-29 06:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-29 06:16:29 [bca.uk] INFO: Scrape type for MH18%20WND: 2
2026-03-29 06:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND
2026-03-29 06:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97910a98-048d-5170-9cf5-731ae973db87 with scrape type 2
2026-03-29 06:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97910a98-048d-5170-9cf5-731ae973db87 with scrape type 2
2026-03-29 06:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97910a98-048d-5170-9cf5-731ae973db87, identifier: MH18%20WND
2026-03-29 06:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF
2026-03-29 06:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF
2026-03-29 06:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF to the API
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20CMF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17952ea9-ff84-5889-8438-f8e70136d79d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM72 CMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20CMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 25481,
 'odometer_reading_unit': '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 A1 SPORTBACK 1.0 30 TFSI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGB1PR008555',
 'year': 2022}
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520CMF%27 HTTP/1.1" 200 None
2026-03-29 06:16:29 [bca.uk] INFO: Saving data for LM72%20CMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774362812.973004, 'last_price_update_time': 1774764989.353893}
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520CMF') HTTP/1.1" 204 0
2026-03-29 06:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND
2026-03-29 06:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND
2026-03-29 06:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND to the API
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH18%20WND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97910a98-048d-5170-9cf5-731ae973db87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH18 WND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH18%20WND&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 65453,
 'odometer_reading_unit': '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 T-ROC 1.5 TSI EVO 150 SEL Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 SEL',
 'vin': 'WVGZZZA1ZJV026040',
 'year': 2018}
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-29 06:16:29 [bca.uk] INFO: Saving data for MH18%20WND: {'auction_closing_time': 1774864800.0, 'created_time': 1773844007.436396, 'last_price_update_time': 1774764989.780036}
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH18%2520WND') HTTP/1.1" 204 0
2026-03-29 06:16:29 [bca.uk] INFO: Found listing with ID: RE23%20GYT
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-29 06:16:29 [bca.uk] INFO: Scrape type for RE23%20GYT: 2
2026-03-29 06:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT
2026-03-29 06:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with scrape type 2
2026-03-29 06:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with scrape type 2
2026-03-29 06:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fb58f4-080a-5e66-90ce-785d0d7ecae2, identifier: RE23%20GYT
2026-03-29 06:16:29 [bca.uk] INFO: Found listing with ID: YG21%20EGK
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520EGK%27 HTTP/1.1" 200 None
2026-03-29 06:16:29 [bca.uk] INFO: Scrape type for YG21%20EGK: 2
2026-03-29 06:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK
2026-03-29 06:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8c586a-39cd-5b79-9ea0-117f492c65cc with scrape type 2
2026-03-29 06:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8c586a-39cd-5b79-9ea0-117f492c65cc with scrape type 2
2026-03-29 06:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab8c586a-39cd-5b79-9ea0-117f492c65cc, identifier: YG21%20EGK
2026-03-29 06:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT
2026-03-29 06:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT
2026-03-29 06:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT to the API
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20GYT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1fb58f4-080a-5e66-90ce-785d0d7ecae2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE23 GYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20GYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83988,
 '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 X P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B MHEV 125 ST-LINE X P/S',
 'vin': 'WF0JXXGAHJPC04608',
 'year': 2023}
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-29 06:16:30 [bca.uk] INFO: Saving data for RE23%20GYT: {'auction_closing_time': 1774864800.0, 'created_time': 1773826970.836222, 'last_price_update_time': 1774764990.30861}
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520GYT') HTTP/1.1" 204 0
2026-03-29 06:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK
2026-03-29 06:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK
2026-03-29 06:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK to the API
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG21%20EGK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab8c586a-39cd-5b79-9ea0-117f492c65cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG21 EGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG21%20EGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 160700,
 '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': 'IVECO DAILY 70C18 3.0 MWB (3750) (BOX) HI-MATIC Refrigerated',
 'transmission': 'automatic',
 'trim': 'MWB (3750) (BOX) HI-MATIC',
 'vin': 'ZCFC670D60D650623',
 'year': 2021}
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520EGK%27 HTTP/1.1" 200 None
2026-03-29 06:16:30 [bca.uk] INFO: Saving data for YG21%20EGK: {'auction_closing_time': 1774864800.0, 'created_time': 1773823103.307685, 'last_price_update_time': 1774764990.599674}
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG21%2520EGK') HTTP/1.1" 204 0
2026-03-29 06:16:30 [bca.uk] INFO: Found listing with ID: KT21%20UWN
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:16:30 [bca.uk] INFO: Scrape type for KT21%20UWN: 2
2026-03-29 06:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN
2026-03-29 06:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51678d7-6847-5e01-be6c-6d738e2784d4 with scrape type 2
2026-03-29 06:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e51678d7-6847-5e01-be6c-6d738e2784d4 with scrape type 2
2026-03-29 06:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e51678d7-6847-5e01-be6c-6d738e2784d4, identifier: KT21%20UWN
2026-03-29 06:16:30 [bca.uk] INFO: Found listing with ID: YE20%20PZR
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520PZR%27 HTTP/1.1" 200 None
2026-03-29 06:16:30 [bca.uk] INFO: Scrape type for YE20%20PZR: 2
2026-03-29 06:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR
2026-03-29 06:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with scrape type 2
2026-03-29 06:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with scrape type 2
2026-03-29 06:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716, identifier: YE20%20PZR
2026-03-29 06:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN
2026-03-29 06:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN
2026-03-29 06:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN to the API
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT21%20UWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e51678d7-6847-5e01-be6c-6d738e2784d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT21 UWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT21%20UWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 29929,
 '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 D200 AWD R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC HSE',
 'vin': 'SADCA2AN4MA681946',
 'year': 2021}
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:16:31 [bca.uk] INFO: Saving data for KT21%20UWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562679.209927, 'last_price_update_time': 1774764991.319368}
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT21%2520UWN') HTTP/1.1" 204 0
2026-03-29 06:16:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR
2026-03-29 06:16:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR
2026-03-29 06:16:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR to the API
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 58,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20PZR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE20 PZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20PZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': '745LE',
 'odometer': 26296,
 '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 745LE 3.0 XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE',
 'vin': 'WBA7W42030CE96296',
 'year': 2020}
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520PZR%27 HTTP/1.1" 200 None
2026-03-29 06:16:31 [bca.uk] INFO: Saving data for YE20%20PZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774562656.470638, 'last_price_update_time': 1774764991.630309}
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520PZR') HTTP/1.1" 204 0
2026-03-29 06:16:31 [bca.uk] INFO: Found listing with ID: VX23%20XSA
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX23%2520XSA%27 HTTP/1.1" 200 None
2026-03-29 06:16:31 [bca.uk] INFO: Scrape type for VX23%20XSA: 2
2026-03-29 06:16:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA
2026-03-29 06:16:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385154fa-2b19-5e40-878d-d2a6e78e2dbd with scrape type 2
2026-03-29 06:16:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385154fa-2b19-5e40-878d-d2a6e78e2dbd with scrape type 2
2026-03-29 06:16:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 385154fa-2b19-5e40-878d-d2a6e78e2dbd, identifier: VX23%20XSA
2026-03-29 06:16:31 [bca.uk] INFO: Found listing with ID: OV69%20WDL
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:16:31 [bca.uk] INFO: Scrape type for OV69%20WDL: 2
2026-03-29 06:16:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL
2026-03-29 06:16:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b4c32c-0412-5836-a990-dea9612126be with scrape type 2
2026-03-29 06:16:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b4c32c-0412-5836-a990-dea9612126be with scrape type 2
2026-03-29 06:16:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41b4c32c-0412-5836-a990-dea9612126be, identifier: OV69%20WDL
2026-03-29 06:16:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA
2026-03-29 06:16:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA
2026-03-29 06:16:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA to the API
2026-03-29 06:16:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '385154fa-2b19-5e40-878d-d2a6e78e2dbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX23 XSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX23%20XSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SSANGYONG',
 'model': 'REXTON',
 'odometer': 1497,
 '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': 'SSANGYONG REXTON 2.2 ULTIMATE PLUS StationWagon',
 'transmission': 'automatic',
 'trim': 'ULTIMATE PLUS',
 'vin': 'KPT50B1ESPP090796',
 'year': 2023}
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX23%2520XSA%27 HTTP/1.1" 200 None
2026-03-29 06:16:32 [bca.uk] INFO: Saving data for VX23%20XSA: {'auction_closing_time': 1774951200.0, 'created_time': 1774562601.244893, 'last_price_update_time': 1774764992.179329}
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX23%2520XSA') HTTP/1.1" 204 0
2026-03-29 06:16:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL
2026-03-29 06:16:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL
2026-03-29 06:16:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL to the API
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20WDL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41b4c32c-0412-5836-a990-dea9612126be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV69 WDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20WDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 51943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 (I6) HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 (I6) HSE LUXURY',
 'vin': 'SALRA2AK7L2421862',
 'year': 2019}
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520WDL%27 HTTP/1.1" 200 None
2026-03-29 06:16:32 [bca.uk] INFO: Saving data for OV69%20WDL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562632.887762, 'last_price_update_time': 1774764992.480865}
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520WDL') HTTP/1.1" 204 0
2026-03-29 06:16:32 [bca.uk] INFO: Found listing with ID: SE18%20YBW
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520YBW%27 HTTP/1.1" 200 None
2026-03-29 06:16:32 [bca.uk] INFO: Scrape type for SE18%20YBW: 2
2026-03-29 06:16:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW
2026-03-29 06:16:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 924b7c92-fce3-5250-8f61-7b404d0ca00b with scrape type 2
2026-03-29 06:16:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 924b7c92-fce3-5250-8f61-7b404d0ca00b with scrape type 2
2026-03-29 06:16:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 924b7c92-fce3-5250-8f61-7b404d0ca00b, identifier: SE18%20YBW
2026-03-29 06:16:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW
2026-03-29 06:16:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW
2026-03-29 06:16:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW to the API
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE18%20YBW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '924b7c92-fce3-5250-8f61-7b404d0ca00b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE18 YBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE18%20YBW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X6',
 'odometer': 49229,
 'odometer_reading_unit': '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': 'WBAKV220100Y06946',
 'year': 2018}
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520YBW%27 HTTP/1.1" 200 None
2026-03-29 06:16:32 [bca.uk] INFO: Saving data for SE18%20YBW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562590.679026, 'last_price_update_time': 1774764992.910222}
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE18%2520YBW') HTTP/1.1" 204 0
2026-03-29 06:16:32 [bca.uk] INFO: Found listing with ID: RJ69%20LZC
2026-03-29 06:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520LZC%27 HTTP/1.1" 200 None
2026-03-29 06:16:32 [bca.uk] INFO: Scrape type for RJ69%20LZC: 2
2026-03-29 06:16:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC
2026-03-29 06:16:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with scrape type 2
2026-03-29 06:16:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with scrape type 2
2026-03-29 06:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066, identifier: RJ69%20LZC
2026-03-29 06:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC
2026-03-29 06:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC
2026-03-29 06:16:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC to the API
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ69%20LZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ69 LZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ69%20LZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3M',
 'odometer': 31262,
 'odometer_reading_unit': '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 X3M 3.0 XDRIVE COMPETITION STEP StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION STEP',
 'vin': 'WBSTS020409B25613',
 'year': 2019}
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LZC%27 HTTP/1.1" 200 None
2026-03-29 06:16:33 [bca.uk] INFO: Saving data for RJ69%20LZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562629.630022, 'last_price_update_time': 1774764993.3826}
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ69%2520LZC') HTTP/1.1" 204 0
2026-03-29 06:16:33 [bca.uk] INFO: Found listing with ID: PK69%20OVZ
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK69%2520OVZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:33 [bca.uk] INFO: Scrape type for PK69%20OVZ: 2
2026-03-29 06:16:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ
2026-03-29 06:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e39cc06a-bfcd-5035-832b-b731e553708f with scrape type 2
2026-03-29 06:16:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e39cc06a-bfcd-5035-832b-b731e553708f with scrape type 2
2026-03-29 06:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e39cc06a-bfcd-5035-832b-b731e553708f, identifier: PK69%20OVZ
2026-03-29 06:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ
2026-03-29 06:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ
2026-03-29 06:16:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ to the API
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK69%20OVZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e39cc06a-bfcd-5035-832b-b731e553708f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK69 OVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK69%20OVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 71930,
 'odometer_reading_unit': '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 A7 SPORTBACK 3.0 50 TDI QUATTRO BLACK ED.TIP Hatchback',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZF20LN017430',
 'year': 2019}
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK69%2520OVZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:33 [bca.uk] INFO: Saving data for PK69%20OVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562611.917344, 'last_price_update_time': 1774764993.804359}
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK69%2520OVZ') HTTP/1.1" 204 0
2026-03-29 06:16:33 [bca.uk] INFO: Found listing with ID: OY25%20DMF
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520DMF%27 HTTP/1.1" 200 None
2026-03-29 06:16:33 [bca.uk] INFO: Scrape type for OY25%20DMF: 0
2026-03-29 06:16:33 [bca.uk] INFO: Found listing with ID: YG09%20EFL
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG09%2520EFL%27 HTTP/1.1" 200 None
2026-03-29 06:16:33 [bca.uk] INFO: Scrape type for YG09%20EFL: 0
2026-03-29 06:16:33 [bca.uk] INFO: Found listing with ID: DG23%20FXB
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520FXB%27 HTTP/1.1" 200 None
2026-03-29 06:16:33 [bca.uk] INFO: Scrape type for DG23%20FXB: 2
2026-03-29 06:16:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB
2026-03-29 06:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d50895-5e68-5175-8c8f-eb75ab7bac8b with scrape type 2
2026-03-29 06:16:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d50895-5e68-5175-8c8f-eb75ab7bac8b with scrape type 2
2026-03-29 06:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d50895-5e68-5175-8c8f-eb75ab7bac8b, identifier: DG23%20FXB
2026-03-29 06:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB
2026-03-29 06:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB
2026-03-29 06:16:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB to the API
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG23%20FXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71d50895-5e68-5175-8c8f-eb75ab7bac8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG23 FXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG23%20FXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 13160,
 '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 Q5 2.0 45 TFSI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY2P2096112',
 'year': 2023}
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520FXB%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Saving data for DG23%20FXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562586.333179, 'last_price_update_time': 1774764994.255125}
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520FXB') HTTP/1.1" 204 0
2026-03-29 06:16:34 [bca.uk] INFO: Found listing with ID: LB20%20EKW
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Scrape type for LB20%20EKW: 2
2026-03-29 06:16:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW
2026-03-29 06:16:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358e1bd7-9c59-5ecb-a028-c890b54dd573 with scrape type 2
2026-03-29 06:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 358e1bd7-9c59-5ecb-a028-c890b54dd573 with scrape type 2
2026-03-29 06:16:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 358e1bd7-9c59-5ecb-a028-c890b54dd573, identifier: LB20%20EKW
2026-03-29 06:16:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW
2026-03-29 06:16:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW
2026-03-29 06:16:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW to the API
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB20%20EKW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '358e1bd7-9c59-5ecb-a028-c890b54dd573',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB20 EKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB20%20EKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 74389,
 '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 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV620609C58534',
 'year': 2020}
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Saving data for LB20%20EKW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562654.85727, 'last_price_update_time': 1774764994.788844}
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB20%2520EKW') HTTP/1.1" 204 0
2026-03-29 06:16:34 [bca.uk] INFO: Found listing with ID: EK62%20FCO
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520FCO%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Scrape type for EK62%20FCO: 0
2026-03-29 06:16:34 [bca.uk] INFO: Found listing with ID: RV66%20CJU
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520CJU%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Scrape type for RV66%20CJU: 0
2026-03-29 06:16:34 [bca.uk] INFO: Found listing with ID: EX69%20AOB
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520AOB%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Scrape type for EX69%20AOB: 0
2026-03-29 06:16:34 [bca.uk] INFO: Found listing with ID: GJ69%20LTK
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520LTK%27 HTTP/1.1" 200 None
2026-03-29 06:16:34 [bca.uk] INFO: Scrape type for GJ69%20LTK: 2
2026-03-29 06:16:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK
2026-03-29 06:16:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with scrape type 2
2026-03-29 06:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with scrape type 2
2026-03-29 06:16:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05e92a52-bd4a-55ab-a0bc-4a19cc081165, identifier: GJ69%20LTK
2026-03-29 06:16:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK
2026-03-29 06:16:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK
2026-03-29 06:16:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK to the API
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ69%20LTK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05e92a52-bd4a-55ab-a0bc-4a19cc081165',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ69 LTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ69%20LTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 82823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.0 SDV6 VOGUE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 VOGUE',
 'vin': 'SALGA2AK9LA571730',
 'year': 2019}
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520LTK%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Saving data for GJ69%20LTK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562676.093025, 'last_price_update_time': 1774764995.253463}
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ69%2520LTK') HTTP/1.1" 204 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: EY08%20KHL
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520KHL%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for EY08%20KHL: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: WM22%20LCA
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM22%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for WM22%20LCA: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: KM20%20LWW
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520LWW%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for KM20%20LWW: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: LB70%20HDN
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for LB70%20HDN: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: LD69%20UUB
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for LD69%20UUB: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: VN20%20KCF
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520KCF%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for VN20%20KCF: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: GF72%20XCM
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for GF72%20XCM: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: GJ22%20OBS
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520OBS%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for GJ22%20OBS: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: HJ72%20VRG
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520VRG%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for HJ72%20VRG: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: CE24%20MDF
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE24%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for CE24%20MDF: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: OU69%20NBZ
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU69%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for OU69%20NBZ: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: RK21%20BVG
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520BVG%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for RK21%20BVG: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: BT67%20MYL
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520MYL%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for BT67%20MYL: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: FL22%20YFY
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for FL22%20YFY: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: HF70%20BJO
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF70%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for HF70%20BJO: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: MF19%20AYP
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520AYP%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for MF19%20AYP: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: DL71%20XZY
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL71%2520XZY%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for DL71%20XZY: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: GN69%20YJO
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN69%2520YJO%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for GN69%20YJO: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: DN14%20EYH
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN14%2520EYH%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for DN14%20EYH: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: NV22%20ZNU
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for NV22%20ZNU: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: DY19%20ZHC
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for DY19%20ZHC: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: SG22%20PMO
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for SG22%20PMO: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: VN19%20AOL
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for VN19%20AOL: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: YF71%20NZV
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for YF71%20NZV: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: DY72%20NXL
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for DY72%20NXL: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: FD19%20LLX
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520LLX%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for FD19%20LLX: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: GV19%20DDY
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV19%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for GV19%20DDY: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: WGZ%201184
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WGZ%25201184%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for WGZ%201184: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: YHZ%206531
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25206531%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for YHZ%206531: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: YK22%20NXD
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for YK22%20NXD: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: FN60%20KWB
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN60%2520KWB%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for FN60%20KWB: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: SE19%20OZF
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OZF%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for SE19%20OZF: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: BC23%20HNY
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520HNY%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for BC23%20HNY: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: WN67%20XHL
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN67%2520XHL%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for WN67%20XHL: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: GF21%20EFU
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520EFU%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for GF21%20EFU: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: KM69%20YOF
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for KM69%20YOF: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: YM72%20XST
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520XST%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for YM72%20XST: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: GX21%20MTJ
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for GX21%20MTJ: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: WU15%20FRX
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU15%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for WU15%20FRX: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: PE17%20WVY
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE17%2520WVY%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for PE17%20WVY: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: NA23%20AXW
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520AXW%27 HTTP/1.1" 200 None
2026-03-29 06:16:35 [bca.uk] INFO: Scrape type for NA23%20AXW: 0
2026-03-29 06:16:35 [bca.uk] INFO: Found listing with ID: EG19%20JMU
2026-03-29 06:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG19%2520JMU%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for EG19%20JMU: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: YR22%20KWK
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520KWK%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for YR22%20KWK: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: GK23%20HWC
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK23%2520HWC%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for GK23%20HWC: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: LV68%20KTX
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520KTX%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for LV68%20KTX: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: YK11%20DZG
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK11%2520DZG%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for YK11%20DZG: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: GJ72%20ZXD
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520ZXD%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for GJ72%20ZXD: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: HL19%20XUO
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for HL19%20XUO: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: LS22%20NVM
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520NVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for LS22%20NVM: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: SB71%20GJU
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for SB71%20GJU: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: RE71%20XTN
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520XTN%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for RE71%20XTN: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: WN19%20NKM
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for WN19%20NKM: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: MT15%20KFO
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520KFO%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for MT15%20KFO: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: LR22%20UZD
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520UZD%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for LR22%20UZD: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: RE63%20KKR
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE63%2520KKR%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for RE63%20KKR: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: RA24%20DYB
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA24%2520DYB%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for RA24%20DYB: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: RO21%20UGR
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO21%2520UGR%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for RO21%20UGR: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: SM72%20PLU
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520PLU%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for SM72%20PLU: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: HV18%20YST
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520YST%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for HV18%20YST: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: HN23%20RRO
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520RRO%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for HN23%20RRO: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: KS72%20BND
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520BND%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for KS72%20BND: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: KS72%20NBA
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520NBA%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for KS72%20NBA: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: SO68%20NWR
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO68%2520NWR%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for SO68%20NWR: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: AK62%20DWZ
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK62%2520DWZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for AK62%20DWZ: 0
2026-03-29 06:16:36 [bca.uk] INFO: Found listing with ID: LM64%20DCX
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520DCX%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Scrape type for LM64%20DCX: 2
2026-03-29 06:16:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX
2026-03-29 06:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d511b93-cc01-526e-86cb-d768ec266df1 with scrape type 2
2026-03-29 06:16:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d511b93-cc01-526e-86cb-d768ec266df1 with scrape type 2
2026-03-29 06:16:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d511b93-cc01-526e-86cb-d768ec266df1, identifier: LM64%20DCX
2026-03-29 06:16:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX
2026-03-29 06:16:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX
2026-03-29 06:16:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX to the API
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM64%20DCX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9d511b93-cc01-526e-86cb-d768ec266df1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM64 DCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM64%20DCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'RX',
 'odometer': 93411,
 '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': 'LEXUS RX 3.5 450 H LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': '450 H LUXURY',
 'vin': 'JTJBC11A702463493',
 'year': 2014}
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520DCX%27 HTTP/1.1" 200 None
2026-03-29 06:16:36 [bca.uk] INFO: Saving data for LM64%20DCX: {'auction_closing_time': 1775124000.0, 'created_time': 1774563424.992586, 'last_price_update_time': 1774764996.920974}
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM64%2520DCX') HTTP/1.1" 204 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: CK09%20WRX
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK09%2520WRX%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for CK09%20WRX: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: YH05%20VKB
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH05%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for YH05%20VKB: 2
2026-03-29 06:16:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB
2026-03-29 06:16:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with scrape type 2
2026-03-29 06:16:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with scrape type 2
2026-03-29 06:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca5e72b3-883d-5fec-b4f6-4c09a7c02682, identifier: YH05%20VKB
2026-03-29 06:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB
2026-03-29 06:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB
2026-03-29 06:16:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB to the API
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH05%20VKB-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca5e72b3-883d-5fec-b4f6-4c09a7c02682',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH05 VKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH05%20VKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MAZDA',
 'model': 'MX-5',
 'odometer': 90440,
 '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': 'MAZDA MX-5 1.8 ICON Roadster',
 'transmission': 'manual',
 'trim': 'ICON',
 'vin': 'JMZNB18P200417360',
 'year': 2005}
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH05%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Saving data for YH05%20VKB: {'auction_closing_time': 1775124000.0, 'created_time': 1774447407.969581, 'last_price_update_time': 1774764997.431533}
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH05%2520VKB') HTTP/1.1" 204 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: EU15%20ZJX
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for EU15%20ZJX: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: CE65%20FXR
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE65%2520FXR%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for CE65%20FXR: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: MM23%20UJL
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM23%2520UJL%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for MM23%20UJL: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: WT18%20XOZ
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for WT18%20XOZ: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: LC73%20ANV
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC73%2520ANV%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for LC73%20ANV: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: GR07%20NYG
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR07%2520NYG%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for GR07%20NYG: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: LL16%20TNX
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for LL16%20TNX: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: LN62%20ZNM
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN62%2520ZNM%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for LN62%20ZNM: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: MK15%20UNE
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK15%2520UNE%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for MK15%20UNE: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: DS69%20ZTP
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for DS69%20ZTP: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: GF66%20YHR
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF66%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for GF66%20YHR: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: LG22%20UDD
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UDD%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for LG22%20UDD: 0
2026-03-29 06:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:37 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded
2026-03-29 06:16:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: RE62%20HYL
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520HYL%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for RE62%20HYL: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: AD02%20AUA
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD02%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for AD02%20AUA: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: WF15%20LRK
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF15%2520LRK%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for WF15%20LRK: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: WM10%20CYJ
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM10%2520CYJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for WM10%20CYJ: 0
2026-03-29 06:16:37 [bca.uk] INFO: Found listing with ID: WR69%20XPS
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520XPS%27 HTTP/1.1" 200 None
2026-03-29 06:16:37 [bca.uk] INFO: Scrape type for WR69%20XPS: 2
2026-03-29 06:16:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcd1416e-4385-5bae-b294-316fb28ad4b3 with identifier: WR69%20XPS
2026-03-29 06:16:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcd1416e-4385-5bae-b294-316fb28ad4b3 with scrape type 2
2026-03-29 06:16:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcd1416e-4385-5bae-b294-316fb28ad4b3 with scrape type 2
2026-03-29 06:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bcd1416e-4385-5bae-b294-316fb28ad4b3, identifier: WR69%20XPS
2026-03-29 06:16:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bcd1416e-4385-5bae-b294-316fb28ad4b3 with identifier: WR69%20XPS
2026-03-29 06:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bcd1416e-4385-5bae-b294-316fb28ad4b3 with identifier: WR69%20XPS
2026-03-29 06:16:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bcd1416e-4385-5bae-b294-316fb28ad4b3 with identifier: WR69%20XPS to the API
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR69%20XPS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bcd1416e-4385-5bae-b294-316fb28ad4b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR69 XPS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR69%20XPS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 115213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 150 BMT EDITION SWB KOMBI '
          'CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDI 150 BMT EDITION SWB KOMBI',
 'vin': 'WV1ZZZ7HZKH200142',
 'year': 2019}
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520XPS%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Saving data for WR69%20XPS: {'auction_closing_time': 1774778400.0, 'created_time': 1774563616.711338, 'last_price_update_time': 1774764998.2424}
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR69%2520XPS') HTTP/1.1" 204 0
2026-03-29 06:16: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:16:38 [bca.uk] INFO: Found listing with ID: YP17%20NVZ
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP17%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for YP17%20NVZ: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: HX18%20VPO
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX18%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for HX18%20VPO: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: WK22%20GWM
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520GWM%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for WK22%20GWM: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: DF21%20YUB
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YUB%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for DF21%20YUB: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: LK18%20GCV
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for LK18%20GCV: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: MC25%20CFZ
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC25%2520CFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for MC25%20CFZ: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: VO71%20UHX
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520UHX%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for VO71%20UHX: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: RF55%20LBE
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF55%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for RF55%20LBE: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: WX21%20YHR
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for WX21%20YHR: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: KN70%20FML
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520FML%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for KN70%20FML: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: LT22%20PXB
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520PXB%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for LT22%20PXB: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: DE71%20HPU
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for DE71%20HPU: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: LO70%20NVA
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520NVA%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for LO70%20NVA: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: MM72%20FLE
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520FLE%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for MM72%20FLE: 0
2026-03-29 06:16:38 [bca.uk] INFO: Found listing with ID: FE16%20SWJ
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE16%2520SWJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:38 [bca.uk] INFO: Scrape type for FE16%20SWJ: 2
2026-03-29 06:16:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ
2026-03-29 06:16:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0d24210-1f37-555b-b3cb-027a5170c85f with scrape type 2
2026-03-29 06:16:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0d24210-1f37-555b-b3cb-027a5170c85f with scrape type 2
2026-03-29 06:16:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0d24210-1f37-555b-b3cb-027a5170c85f, identifier: FE16%20SWJ
2026-03-29 06:16:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ
2026-03-29 06:16:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ
2026-03-29 06:16:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ to the API
2026-03-29 06:16:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE16%20SWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0d24210-1f37-555b-b3cb-027a5170c85f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE16 SWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE16%20SWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 240881,
 '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 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 ZETEC',
 'vin': 'WF05XXGCC5GR62874',
 'year': 2016}
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE16%2520SWJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Saving data for FE16%20SWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774563438.574145, 'last_price_update_time': 1774764999.023535}
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE16%2520SWJ') HTTP/1.1" 204 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: NG19%20XJO
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG19%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for NG19%20XJO: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KP22%20XRK
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XRK%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KP22%20XRK: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: BK23%20TXL
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXL%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for BK23%20TXL: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: BV23%20EKD
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EKD%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for BV23%20EKD: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: EX61%20HFZ
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520HFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for EX61%20HFZ: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: DF74%20TPY
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF74%2520TPY%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for DF74%20TPY: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: MT66%20HOJ
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for MT66%20HOJ: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: SL67%20THX
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL67%2520THX%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for SL67%20THX: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CK15%20WVX
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520WVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CK15%20WVX: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CK68%20LMX
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520LMX%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CK68%20LMX: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CU13%20HVX
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU13%2520HVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CU13%20HVX: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CV10%20XKT
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CV10%20XKT: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KR65%20DTN
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520DTN%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KR65%20DTN: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: BC21%20KLD
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC21%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for BC21%20KLD: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: FV71%20JWL
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520JWL%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for FV71%20JWL: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: VN72%20KLJ
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520KLJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for VN72%20KLJ: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: VK71%20EXU
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520EXU%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for VK71%20EXU: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: LF23%20XAM
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520XAM%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for LF23%20XAM: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: OY23%20VCU
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for OY23%20VCU: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: VA21%20LZK
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520LZK%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for VA21%20LZK: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: VE71%20ZKP
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZKP%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for VE71%20ZKP: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: GJ23%20KGV
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KGV%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for GJ23%20KGV: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KE21%20TXN
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE21%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KE21%20TXN: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KW73%20YGN
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YGN%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KW73%20YGN: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: LE71%20CTV
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for LE71%20CTV: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KW20%20LGO
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW20%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KW20%20LGO: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: VE21%20AZG
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for VE21%20AZG: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: DE23%20EXV
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520EXV%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for DE23%20EXV: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CJ71%20JJX
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520JJX%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CJ71%20JJX: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: LP71%20WJV
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for LP71%20WJV: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: RJ71%20ZYS
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZYS%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for RJ71%20ZYS: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: DA61%20MJO
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA61%2520MJO%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for DA61%20MJO: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: YD72%20AFE
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520AFE%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for YD72%20AFE: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: LP71%20TEY
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520TEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for LP71%20TEY: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: VN21%20HLR
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520HLR%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for VN21%20HLR: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: BK22%20UGF
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UGF%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for BK22%20UGF: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CA72%20UME
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UME%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CA72%20UME: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CF72%20HXM
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520HXM%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CF72%20HXM: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: FY70%20GVR
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520GVR%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for FY70%20GVR: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: NK65%20YGZ
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK65%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for NK65%20YGZ: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: MD21%20WZL
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520WZL%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for MD21%20WZL: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CK72%20WPU
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520WPU%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CK72%20WPU: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KR22%20XLD
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520XLD%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KR22%20XLD: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: LL72%20AXY
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520AXY%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for LL72%20AXY: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: WP72%20ZBO
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZBO%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for WP72%20ZBO: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: AY66%20KUP
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520KUP%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for AY66%20KUP: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: KM19%20WYY
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520WYY%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for KM19%20WYY: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: WG69%20OKP
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for WG69%20OKP: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: WN24%20VML
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520VML%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for WN24%20VML: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: CA74%20HFP
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HFP%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for CA74%20HFP: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: FL22%20DXC
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520DXC%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for FL22%20DXC: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: LO23%20MGV
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for LO23%20MGV: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: RA70%20BYN
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA70%2520BYN%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for RA70%20BYN: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: MH72%20CBU
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CBU%27 HTTP/1.1" 200 None
2026-03-29 06:16:39 [bca.uk] INFO: Scrape type for MH72%20CBU: 0
2026-03-29 06:16:39 [bca.uk] INFO: Found listing with ID: GJ22%20EPF
2026-03-29 06:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EPF%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for GJ22%20EPF: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: LS74%20FOP
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520FOP%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for LS74%20FOP: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: MA23%20OHR
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520OHR%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for MA23%20OHR: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: RO69%20NWG
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520NWG%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for RO69%20NWG: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: CA72%20AUT
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for CA72%20AUT: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: FL71%20JOU
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JOU%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for FL71%20JOU: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: GJ23%20WEV
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520WEV%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for GJ23%20WEV: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: VE71%20ZFR
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZFR%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for VE71%20ZFR: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: YGZ%208440
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25208440%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for YGZ%208440: 2
2026-03-29 06:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440
2026-03-29 06:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with scrape type 2
2026-03-29 06:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with scrape type 2
2026-03-29 06:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0, identifier: YGZ%208440
2026-03-29 06:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440
2026-03-29 06:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440
2026-03-29 06:16:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440 to the API
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YGZ%208440-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6bb040a2-ad52-5bd2-8b37-e527aee3aee0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YGZ 8440',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YGZ%208440&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 43103,
 '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': 'LRWYHCFSXPC707103',
 'year': 2023}
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25208440%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Saving data for YGZ%208440: {'auction_closing_time': 1774951200.0, 'created_time': 1774447400.708856, 'last_price_update_time': 1774765000.621306}
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25208440') HTTP/1.1" 204 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: AF22%20DJU
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DJU%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for AF22%20DJU: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: DS23%20APF
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APF%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for DS23%20APF: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: DY72%20XSA
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520XSA%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for DY72%20XSA: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: MV23%20PAO
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for MV23%20PAO: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: PG04%20HLN
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG04%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for PG04%20HLN: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: OV21%20NMJ
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for OV21%20NMJ: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: OV23%20MYM
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520MYM%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for OV23%20MYM: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: YM21%20VTU
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520VTU%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for YM21%20VTU: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: YR70%20FWZ
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for YR70%20FWZ: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: DL22%20OCV
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520OCV%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for DL22%20OCV: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: EF72%20WBE
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF72%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for EF72%20WBE: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: EY69%20KKD
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520KKD%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for EY69%20KKD: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: FH70%20GYA
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520GYA%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for FH70%20GYA: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: LM71%20AWG
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520AWG%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for LM71%20AWG: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: LS23%20KND
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KND%27 HTTP/1.1" 200 None
2026-03-29 06:16:40 [bca.uk] INFO: Scrape type for LS23%20KND: 0
2026-03-29 06:16:40 [bca.uk] INFO: Found listing with ID: AU22%20UNH
2026-03-29 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU22%2520UNH%27 HTTP/1.1" 200 None
2026-03-29 06:16:41 [bca.uk] INFO: Scrape type for AU22%20UNH: 0
2026-03-29 06:16:41 [bca.uk] INFO: Found listing with ID: CA72%20UMH
2026-03-29 06:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520UMH%27 HTTP/1.1" 200 None
2026-03-29 06:16:41 [bca.uk] INFO: Scrape type for CA72%20UMH: 0
2026-03-29 06:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:43 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded
2026-03-29 06:16:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: GL73%20UUB
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for GL73%20UUB: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: CF17%20LFL
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF17%2520LFL%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for CF17%20LFL: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: WV23%20YCG
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YCG%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for WV23%20YCG: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: WV23%20YED
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YED%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for WV23%20YED: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: DL24%20OPV
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OPV%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for DL24%20OPV: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: LO21%20EFG
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFG%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for LO21%20EFG: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: KY22%20JVH
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520JVH%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for KY22%20JVH: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: RO73%20JYJ
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520JYJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for RO73%20JYJ: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: Y37%20XEB
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y37%2520XEB%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for Y37%20XEB: 0
2026-03-29 06:16:43 [bca.uk] INFO: Found listing with ID: LF64%20ZXO
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZXO%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Scrape type for LF64%20ZXO: 2
2026-03-29 06:16:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO
2026-03-29 06:16:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba020937-523e-5bf6-a638-99b6968454cc with scrape type 2
2026-03-29 06:16:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba020937-523e-5bf6-a638-99b6968454cc with scrape type 2
2026-03-29 06:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba020937-523e-5bf6-a638-99b6968454cc, identifier: LF64%20ZXO
2026-03-29 06:16:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO
2026-03-29 06:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO
2026-03-29 06:16:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO to the API
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 292,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF64%20ZXO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba020937-523e-5bf6-a638-99b6968454cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF64 ZXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF64%20ZXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'XKR',
 'odometer': 45458,
 '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': 'JAGUAR XKR 5.0 V8 SUPERCHARGED DYNAMIC Coupe',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED DYNAMIC',
 'vin': 'SAJAC45R5FMB56390',
 'year': 2014}
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZXO%27 HTTP/1.1" 200 None
2026-03-29 06:16:43 [bca.uk] INFO: Saving data for LF64%20ZXO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650798.364772, 'last_price_update_time': 1774765003.957421}
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF64%2520ZXO') HTTP/1.1" 204 0
2026-03-29 06:16:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:16:44 [bca.uk] INFO: Found listing with ID: YA71%20HFJ
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520HFJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:44 [bca.uk] INFO: Scrape type for YA71%20HFJ: 2
2026-03-29 06:16:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ
2026-03-29 06:16:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with scrape type 2
2026-03-29 06:16:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with scrape type 2
2026-03-29 06:16:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49bb9bbc-f85c-5336-ba4b-a12f917e9158, identifier: YA71%20HFJ
2026-03-29 06:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ
2026-03-29 06:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ
2026-03-29 06:16:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ to the API
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA71%20HFJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '49bb9bbc-f85c-5336-ba4b-a12f917e9158',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA71 HFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA71%20HFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 61255,
 'odometer_reading_unit': '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': 'WBY42DU000S133910',
 'year': 2022}
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520HFJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:44 [bca.uk] INFO: Saving data for YA71%20HFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650822.393216, 'last_price_update_time': 1774765004.472026}
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA71%2520HFJ') HTTP/1.1" 204 0
2026-03-29 06:16:44 [bca.uk] INFO: Found listing with ID: PX22%20OLO
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 06:16:44 [bca.uk] INFO: Scrape type for PX22%20OLO: 2
2026-03-29 06:16:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO
2026-03-29 06:16:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with scrape type 2
2026-03-29 06:16:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with scrape type 2
2026-03-29 06:16:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e, identifier: PX22%20OLO
2026-03-29 06:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO
2026-03-29 06:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO
2026-03-29 06:16:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO to the API
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX22%20OLO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7e9b8e7d-2747-5e57-8887-f598e1c66a3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX22 OLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX22%20OLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 49492,
 'odometer_reading_unit': '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 35 125KW 55KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ9NP035767',
 'year': 2022}
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 06:16:44 [bca.uk] INFO: Saving data for PX22%20OLO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650819.683977, 'last_price_update_time': 1774765004.869248}
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX22%2520OLO') HTTP/1.1" 204 0
2026-03-29 06:16:44 [bca.uk] INFO: Found listing with ID: HG22%20AZJ
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:44 [bca.uk] INFO: Scrape type for HG22%20AZJ: 2
2026-03-29 06:16:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ
2026-03-29 06:16:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f4f332e-fb76-5168-8990-f32f0e3f385b with scrape type 2
2026-03-29 06:16:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f4f332e-fb76-5168-8990-f32f0e3f385b with scrape type 2
2026-03-29 06:16:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f4f332e-fb76-5168-8990-f32f0e3f385b, identifier: HG22%20AZJ
2026-03-29 06:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ
2026-03-29 06:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ
2026-03-29 06:16:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ to the API
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG22%20AZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f4f332e-fb76-5168-8990-f32f0e3f385b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG22 AZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG22%20AZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 19275,
 'odometer_reading_unit': '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 BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI BLACK ED.S-T',
 'vin': 'WAUZZZF29NN048503',
 'year': 2022}
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:45 [bca.uk] INFO: Saving data for HG22%20AZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650788.878253, 'last_price_update_time': 1774765005.671877}
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG22%2520AZJ') HTTP/1.1" 204 0
2026-03-29 06:16:45 [bca.uk] INFO: Found listing with ID: LC20%20HCL
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC20%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 06:16:45 [bca.uk] INFO: Scrape type for LC20%20HCL: 2
2026-03-29 06:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL
2026-03-29 06:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e030a09-f4ce-5555-95e3-d60e08d9766a with scrape type 2
2026-03-29 06:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e030a09-f4ce-5555-95e3-d60e08d9766a with scrape type 2
2026-03-29 06:16:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e030a09-f4ce-5555-95e3-d60e08d9766a, identifier: LC20%20HCL
2026-03-29 06:16:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL
2026-03-29 06:16:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL
2026-03-29 06:16:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL to the API
2026-03-29 06:16:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC20%20HCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e030a09-f4ce-5555-95e3-d60e08d9766a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC20 HCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC20%20HCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 63555,
 '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 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK7L2441559',
 'year': 2020}
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC20%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 06:16:46 [bca.uk] INFO: Saving data for LC20%20HCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774650775.153357, 'last_price_update_time': 1774765006.083677}
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC20%2520HCL') HTTP/1.1" 204 0
2026-03-29 06:16:46 [bca.uk] INFO: Found listing with ID: RE23%20FJD
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FJD%27 HTTP/1.1" 200 None
2026-03-29 06:16:46 [bca.uk] INFO: Scrape type for RE23%20FJD: 2
2026-03-29 06:16:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD
2026-03-29 06:16:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with scrape type 2
2026-03-29 06:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with scrape type 2
2026-03-29 06:16:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916, identifier: RE23%20FJD
2026-03-29 06:16:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD
2026-03-29 06:16:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD
2026-03-29 06:16:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD to the API
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20FJD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE23 FJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20FJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q8 E-TRON',
 'odometer': 55962,
 '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 Q8 E-TRON 50 QUATTRO SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '50 QUATTRO SPORT',
 'vin': 'WAUZZZGE2RB003189',
 'year': 2023}
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FJD%27 HTTP/1.1" 200 None
2026-03-29 06:16:46 [bca.uk] INFO: Saving data for RE23%20FJD: {'auction_closing_time': 1774951200.0, 'created_time': 1774650779.922452, 'last_price_update_time': 1774765006.489076}
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520FJD') HTTP/1.1" 204 0
2026-03-29 06:16:46 [bca.uk] INFO: Found listing with ID: VO67%20NNX
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NNX%27 HTTP/1.1" 200 None
2026-03-29 06:16:46 [bca.uk] INFO: Scrape type for VO67%20NNX: 2
2026-03-29 06:16:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX
2026-03-29 06:16:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c4f708-2dec-5844-b93f-882e92b86795 with scrape type 2
2026-03-29 06:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c4f708-2dec-5844-b93f-882e92b86795 with scrape type 2
2026-03-29 06:16:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87c4f708-2dec-5844-b93f-882e92b86795, identifier: VO67%20NNX
2026-03-29 06:16:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX
2026-03-29 06:16:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX
2026-03-29 06:16:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX to the API
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO67%20NNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87c4f708-2dec-5844-b93f-882e92b86795',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO67 NNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO67%20NNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 55122,
 '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 2WD R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 2WD R LINE DSG',
 'vin': 'WVGZZZ5NZJW827913',
 'year': 2017}
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NNX%27 HTTP/1.1" 200 None
2026-03-29 06:16:46 [bca.uk] INFO: Saving data for VO67%20NNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650825.730352, 'last_price_update_time': 1774765006.86543}
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO67%2520NNX') HTTP/1.1" 204 0
2026-03-29 06:16:46 [bca.uk] INFO: Found listing with ID: WD69%20HTP
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD69%2520HTP%27 HTTP/1.1" 200 None
2026-03-29 06:16:46 [bca.uk] INFO: Scrape type for WD69%20HTP: 2
2026-03-29 06:16:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP
2026-03-29 06:16:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with scrape type 2
2026-03-29 06:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with scrape type 2
2026-03-29 06:16:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48df0f0b-898c-5efc-992a-ff26cb94b9c3, identifier: WD69%20HTP
2026-03-29 06:16:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP
2026-03-29 06:16:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP
2026-03-29 06:16:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP to the API
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD69%20HTP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48df0f0b-898c-5efc-992a-ff26cb94b9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD69 HTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD69%20HTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 96212,
 '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 A35 AMG 2.0 4MATIC EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC EXECUTIVE DCT',
 'vin': 'W1K1770512J196878',
 'year': 2020}
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD69%2520HTP%27 HTTP/1.1" 200 None
2026-03-29 06:16:47 [bca.uk] INFO: Saving data for WD69%20HTP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650778.175394, 'last_price_update_time': 1774765007.262765}
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD69%2520HTP') HTTP/1.1" 204 0
2026-03-29 06:16:47 [bca.uk] INFO: Found listing with ID: EG68%20JJZ
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520JJZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:47 [bca.uk] INFO: Scrape type for EG68%20JJZ: 2
2026-03-29 06:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ
2026-03-29 06:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9838627b-78c2-54cf-9788-6ff6222f4e81 with scrape type 2
2026-03-29 06:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9838627b-78c2-54cf-9788-6ff6222f4e81 with scrape type 2
2026-03-29 06:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9838627b-78c2-54cf-9788-6ff6222f4e81, identifier: EG68%20JJZ
2026-03-29 06:16:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ
2026-03-29 06:16:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ
2026-03-29 06:16:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ to the API
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG68%20JJZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9838627b-78c2-54cf-9788-6ff6222f4e81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EG68 JJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG68%20JJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 75552,
 'odometer_reading_unit': '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': 'VF1HJD20X62202831',
 'year': 2019}
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520JJZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:47 [bca.uk] INFO: Saving data for EG68%20JJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650823.603249, 'last_price_update_time': 1774765007.648216}
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG68%2520JJZ') HTTP/1.1" 204 0
2026-03-29 06:16:47 [bca.uk] INFO: Found listing with ID: FL22%20ANV
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520ANV%27 HTTP/1.1" 200 None
2026-03-29 06:16:47 [bca.uk] INFO: Scrape type for FL22%20ANV: 2
2026-03-29 06:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV
2026-03-29 06:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a2a5a9-c62b-5da8-b3b5-eb176102312c with scrape type 2
2026-03-29 06:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9a2a5a9-c62b-5da8-b3b5-eb176102312c with scrape type 2
2026-03-29 06:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9a2a5a9-c62b-5da8-b3b5-eb176102312c, identifier: FL22%20ANV
2026-03-29 06:16:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV
2026-03-29 06:16:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV
2026-03-29 06:16:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV to the API
2026-03-29 06:16:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20ANV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b9a2a5a9-c62b-5da8-b3b5-eb176102312c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL22 ANV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20ANV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 22327,
 'odometer_reading_unit': '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.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZGY3NA049639',
 'year': 2022}
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520ANV%27 HTTP/1.1" 200 None
2026-03-29 06:16:48 [bca.uk] INFO: Saving data for FL22%20ANV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650828.919606, 'last_price_update_time': 1774765008.065411}
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520ANV') HTTP/1.1" 204 0
2026-03-29 06:16:48 [bca.uk] INFO: Found listing with ID: WF06%20XNY
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF06%2520XNY%27 HTTP/1.1" 200 None
2026-03-29 06:16:48 [bca.uk] INFO: Scrape type for WF06%20XNY: 2
2026-03-29 06:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY
2026-03-29 06:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with scrape type 2
2026-03-29 06:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with scrape type 2
2026-03-29 06:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a, identifier: WF06%20XNY
2026-03-29 06:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY
2026-03-29 06:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY
2026-03-29 06:16:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY to the API
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF06%20XNY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ed9f5c3-0ab4-5ec9-85da-02f31a23568a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF06 XNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF06%20XNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'ELDDIS',
 'model': 'SUNSEEKER',
 'odometer': 46850,
 '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': 'ELDDIS SUNSEEKER 2.2 120 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '120 MOTORHOME',
 'vin': 'VF3ZBRMAA17771961',
 'year': 2006}
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF06%2520XNY%27 HTTP/1.1" 200 None
2026-03-29 06:16:48 [bca.uk] INFO: Saving data for WF06%20XNY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650829.388696, 'last_price_update_time': 1774765008.484295}
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF06%2520XNY') HTTP/1.1" 204 0
2026-03-29 06:16:48 [bca.uk] INFO: Found listing with ID: YR72%20WUA
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WUA%27 HTTP/1.1" 200 None
2026-03-29 06:16:48 [bca.uk] INFO: Scrape type for YR72%20WUA: 2
2026-03-29 06:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA
2026-03-29 06:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with scrape type 2
2026-03-29 06:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with scrape type 2
2026-03-29 06:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bc63931-c1be-5c4f-9f51-e1c7fec11497, identifier: YR72%20WUA
2026-03-29 06:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA
2026-03-29 06:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA
2026-03-29 06:16:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA to the API
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20WUA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bc63931-c1be-5c4f-9f51-e1c7fec11497',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR72 WUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20WUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 49170,
 'odometer_reading_unit': '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 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGY3PA029765',
 'year': 2022}
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WUA%27 HTTP/1.1" 200 None
2026-03-29 06:16:48 [bca.uk] INFO: Saving data for YR72%20WUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650776.819986, 'last_price_update_time': 1774765008.889686}
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520WUA') HTTP/1.1" 204 0
2026-03-29 06:16:49 [bca.uk] INFO: Found listing with ID: DV22%20OHJ
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:49 [bca.uk] INFO: Scrape type for DV22%20OHJ: 2
2026-03-29 06:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ
2026-03-29 06:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a28c14b2-5af3-5ceb-8697-5e71748126d6 with scrape type 2
2026-03-29 06:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a28c14b2-5af3-5ceb-8697-5e71748126d6 with scrape type 2
2026-03-29 06:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a28c14b2-5af3-5ceb-8697-5e71748126d6, identifier: DV22%20OHJ
2026-03-29 06:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ
2026-03-29 06:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ
2026-03-29 06:16:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ to the API
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV22%20OHJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a28c14b2-5af3-5ceb-8697-5e71748126d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV22 OHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV22%20OHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 33175,
 'odometer_reading_unit': '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': 'YV1XZBBVFN2769942',
 'year': 2022}
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:49 [bca.uk] INFO: Saving data for DV22%20OHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650793.376194, 'last_price_update_time': 1774765009.378405}
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV22%2520OHJ') HTTP/1.1" 204 0
2026-03-29 06:16:49 [bca.uk] INFO: Found listing with ID: MM22%20ZFU
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520ZFU%27 HTTP/1.1" 200 None
2026-03-29 06:16:49 [bca.uk] INFO: Scrape type for MM22%20ZFU: 2
2026-03-29 06:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU
2026-03-29 06:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8ccb92-c0cf-52c3-951a-4f66e899be74 with scrape type 2
2026-03-29 06:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8ccb92-c0cf-52c3-951a-4f66e899be74 with scrape type 2
2026-03-29 06:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab8ccb92-c0cf-52c3-951a-4f66e899be74, identifier: MM22%20ZFU
2026-03-29 06:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU
2026-03-29 06:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU
2026-03-29 06:16:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU to the API
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM22%20ZFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab8ccb92-c0cf-52c3-951a-4f66e899be74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM22 ZFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM22%20ZFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X3M',
 'odometer': 32340,
 'odometer_reading_unit': '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 X3M 3.0 XDRIVE COMPETITION STEP StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION STEP',
 'vin': 'WBS12EC0909M83712',
 'year': 2022}
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520ZFU%27 HTTP/1.1" 200 None
2026-03-29 06:16:49 [bca.uk] INFO: Saving data for MM22%20ZFU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650793.746268, 'last_price_update_time': 1774765009.815961}
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM22%2520ZFU') HTTP/1.1" 204 0
2026-03-29 06:16:49 [bca.uk] INFO: Found listing with ID: LM65%20BEY
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM65%2520BEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:49 [bca.uk] INFO: Scrape type for LM65%20BEY: 2
2026-03-29 06:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY
2026-03-29 06:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with scrape type 2
2026-03-29 06:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with scrape type 2
2026-03-29 06:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f, identifier: LM65%20BEY
2026-03-29 06:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY
2026-03-29 06:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY
2026-03-29 06:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY to the API
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM65%20BEY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ae691d9-b78f-58f5-99b8-aaa1ddacc08f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM65 BEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM65%20BEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 33434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-CLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-CLUSIV',
 'vin': 'JTDKGNECX0N110870',
 'year': 2015}
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM65%2520BEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:50 [bca.uk] INFO: Saving data for LM65%20BEY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650794.319139, 'last_price_update_time': 1774765010.212821}
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM65%2520BEY') HTTP/1.1" 204 0
2026-03-29 06:16:50 [bca.uk] INFO: Found listing with ID: DP68%20HVM
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520HVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:50 [bca.uk] INFO: Scrape type for DP68%20HVM: 2
2026-03-29 06:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM
2026-03-29 06:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with scrape type 2
2026-03-29 06:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with scrape type 2
2026-03-29 06:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94a945ff-ca03-5c59-9e47-c3d7fc236da7, identifier: DP68%20HVM
2026-03-29 06:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM
2026-03-29 06:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM
2026-03-29 06:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM to the API
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP68%20HVM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '94a945ff-ca03-5c59-9e47-c3d7fc236da7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP68 HVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP68%20HVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 36504,
 'odometer_reading_unit': '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 SRI VX-LINE BLACK Hatchback',
 'transmission': 'manual',
 'trim': '90 SRI VX-LINE BLACK',
 'vin': 'W0V0XEP68K4132909',
 'year': 2019}
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520HVM%27 HTTP/1.1" 200 None
2026-03-29 06:16:50 [bca.uk] INFO: Saving data for DP68%20HVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650794.961072, 'last_price_update_time': 1774765010.647899}
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP68%2520HVM') HTTP/1.1" 204 0
2026-03-29 06:16:50 [bca.uk] INFO: Total items found: 100
2026-03-29 06:16:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded
2026-03-29 06:16:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:16:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:50 [bca.uk] INFO: Found listing with ID: RE22%20DDU
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 06:16:50 [bca.uk] INFO: Scrape type for RE22%20DDU: 2
2026-03-29 06:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU
2026-03-29 06:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62b778b-5ba5-5223-be74-a5f1a1088664 with scrape type 2
2026-03-29 06:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62b778b-5ba5-5223-be74-a5f1a1088664 with scrape type 2
2026-03-29 06:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d62b778b-5ba5-5223-be74-a5f1a1088664, identifier: RE22%20DDU
2026-03-29 06:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU
2026-03-29 06:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU
2026-03-29 06:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU to the API
2026-03-29 06:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE22%20DDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd62b778b-5ba5-5223-be74-a5f1a1088664',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE22 DDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE22%20DDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 E',
 'odometer': 42980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 E 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N2539532G066251',
 'year': 2022}
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Saving data for RE22%20DDU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650784.545016, 'last_price_update_time': 1774765011.071387}
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE22%2520DDU') HTTP/1.1" 204 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: ST20%20RXP
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for ST20%20RXP: 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: DP19%20UYE
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for DP19%20UYE: 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: HG59%20EGD
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG59%2520EGD%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for HG59%20EGD: 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: AJ12%20EAC
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ12%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for AJ12%20EAC: 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: GJ12%20EKW
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520EKW%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for GJ12%20EKW: 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: GV11%20EZZ
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for GV11%20EZZ: 0
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: YE14%20BUA
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE14%2520BUA%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for YE14%20BUA: 2
2026-03-29 06:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA
2026-03-29 06:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb2f06bd-c151-5704-bdf2-f716dc835986 with scrape type 2
2026-03-29 06:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb2f06bd-c151-5704-bdf2-f716dc835986 with scrape type 2
2026-03-29 06:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb2f06bd-c151-5704-bdf2-f716dc835986, identifier: YE14%20BUA
2026-03-29 06:16:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:16:51 [bca.uk] INFO: Found listing with ID: BX72%20XSR
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520XSR%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Scrape type for BX72%20XSR: 2
2026-03-29 06:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR
2026-03-29 06:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with scrape type 2
2026-03-29 06:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with scrape type 2
2026-03-29 06:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea40e2cd-6254-5dcc-a614-68d3ededfdd6, identifier: BX72%20XSR
2026-03-29 06:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA
2026-03-29 06:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA
2026-03-29 06:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA to the API
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE14%20BUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb2f06bd-c151-5704-bdf2-f716dc835986',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE14 BUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE14%20BUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 83774,
 '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': 'SJNFAAJ11U1105780',
 'year': 2014}
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE14%2520BUA%27 HTTP/1.1" 200 None
2026-03-29 06:16:51 [bca.uk] INFO: Saving data for YE14%20BUA: {'auction_closing_time': 1775469600.0, 'created_time': 1774563188.854679, 'last_price_update_time': 1774765011.684834}
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE14%2520BUA') HTTP/1.1" 204 0
2026-03-29 06:16:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR
2026-03-29 06:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR
2026-03-29 06:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR to the API
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:16:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX72%20XSR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea40e2cd-6254-5dcc-a614-68d3ededfdd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX72 XSR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX72%20XSR&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 17585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-G MHEV SPORT LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SPORT LUX',
 'vin': 'JMZDM6WE600316566',
 'year': 2022}
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520XSR%27 HTTP/1.1" 200 None
2026-03-29 06:16:52 [bca.uk] INFO: Saving data for BX72%20XSR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650786.232046, 'last_price_update_time': 1774765012.080161}
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX72%2520XSR') HTTP/1.1" 204 0
2026-03-29 06:16:52 [bca.uk] INFO: Found listing with ID: BW15%20PUE
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520PUE%27 HTTP/1.1" 200 None
2026-03-29 06:16:52 [bca.uk] INFO: Scrape type for BW15%20PUE: 2
2026-03-29 06:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE
2026-03-29 06:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2084e6-f034-509a-97dd-8c842f58ae60 with scrape type 2
2026-03-29 06:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e2084e6-f034-509a-97dd-8c842f58ae60 with scrape type 2
2026-03-29 06:16:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e2084e6-f034-509a-97dd-8c842f58ae60, identifier: BW15%20PUE
2026-03-29 06:16:52 [bca.uk] INFO: Found listing with ID: YR22%20PVT
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520PVT%27 HTTP/1.1" 200 None
2026-03-29 06:16:52 [bca.uk] INFO: Scrape type for YR22%20PVT: 2
2026-03-29 06:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT
2026-03-29 06:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e524ab6-52c5-5816-b633-d7a49bb0f503 with scrape type 2
2026-03-29 06:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e524ab6-52c5-5816-b633-d7a49bb0f503 with scrape type 2
2026-03-29 06:16:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e524ab6-52c5-5816-b633-d7a49bb0f503, identifier: YR22%20PVT
2026-03-29 06:16:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE
2026-03-29 06:16:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE
2026-03-29 06:16:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE to the API
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20PUE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e2084e6-f034-509a-97dd-8c842f58ae60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW15 PUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20PUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 88542,
 '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 A4 2.0 TDI ULTRA 163 SE TECHNIK Saloon',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 163 SE TECHNIK',
 'vin': 'WAUZZZ8K9FA120466',
 'year': 2015}
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520PUE%27 HTTP/1.1" 200 None
2026-03-29 06:16:52 [bca.uk] INFO: Saving data for BW15%20PUE: {'auction_closing_time': 1775469600.0, 'created_time': 1774563212.723628, 'last_price_update_time': 1774765012.5935}
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520PUE') HTTP/1.1" 204 0
2026-03-29 06:16:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT
2026-03-29 06:16:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT
2026-03-29 06:16:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT to the API
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20PVT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e524ab6-52c5-5816-b633-d7a49bb0f503',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 PVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20PVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 23830,
 'odometer_reading_unit': '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.5 35 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGY2NA057036',
 'year': 2022}
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520PVT%27 HTTP/1.1" 200 None
2026-03-29 06:16:52 [bca.uk] INFO: Saving data for YR22%20PVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774650787.413984, 'last_price_update_time': 1774765012.875745}
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520PVT') HTTP/1.1" 204 0
2026-03-29 06:16:52 [bca.uk] INFO: Found listing with ID: DS69%20HJY
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520HJY%27 HTTP/1.1" 200 None
2026-03-29 06:16:52 [bca.uk] INFO: Scrape type for DS69%20HJY: 2
2026-03-29 06:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY
2026-03-29 06:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6b8c63-7025-5b33-9728-c05ba427333d with scrape type 2
2026-03-29 06:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6b8c63-7025-5b33-9728-c05ba427333d with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f6b8c63-7025-5b33-9728-c05ba427333d, identifier: DS69%20HJY
2026-03-29 06:16:53 [bca.uk] INFO: Found listing with ID: YG15%20EEY
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520EEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:53 [bca.uk] INFO: Scrape type for YG15%20EEY: 2
2026-03-29 06:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY
2026-03-29 06:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ec508d-d816-57ab-87cd-124d2ceae53b with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ec508d-d816-57ab-87cd-124d2ceae53b with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2ec508d-d816-57ab-87cd-124d2ceae53b, identifier: YG15%20EEY
2026-03-29 06:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY
2026-03-29 06:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY
2026-03-29 06:16:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY to the API
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS69%20HJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f6b8c63-7025-5b33-9728-c05ba427333d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS69 HJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS69%20HJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 74029,
 'odometer_reading_unit': '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 110 ECOTEC SE (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 ECOTEC SE (6)S/S',
 'vin': 'W0V7D9ED5K4431325',
 'year': 2019}
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520HJY%27 HTTP/1.1" 200 None
2026-03-29 06:16:53 [bca.uk] INFO: Saving data for DS69%20HJY: {'auction_closing_time': 1775469600.0, 'created_time': 1774563211.669873, 'last_price_update_time': 1774765013.417179}
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS69%2520HJY') HTTP/1.1" 204 0
2026-03-29 06:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY
2026-03-29 06:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY
2026-03-29 06:16:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY to the API
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2ec508d-d816-57ab-87cd-124d2ceae53b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG15 EEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG15%20EEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 77178,
 '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 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CCHMZ6FT044845',
 'year': 2015}
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520EEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:53 [bca.uk] INFO: Saving data for YG15%20EEY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650775.898486, 'last_price_update_time': 1774765013.70453}
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG15%2520EEY') HTTP/1.1" 204 0
2026-03-29 06:16:53 [bca.uk] INFO: Found listing with ID: DU11%20DXO
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 06:16:53 [bca.uk] INFO: Scrape type for DU11%20DXO: 2
2026-03-29 06:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO
2026-03-29 06:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2faeff7-827f-57d4-9596-19feac5f541a with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2faeff7-827f-57d4-9596-19feac5f541a with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2faeff7-827f-57d4-9596-19feac5f541a, identifier: DU11%20DXO
2026-03-29 06:16:53 [bca.uk] INFO: Found listing with ID: MA23%20VFZ
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520VFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:53 [bca.uk] INFO: Scrape type for MA23%20VFZ: 2
2026-03-29 06:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ
2026-03-29 06:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with scrape type 2
2026-03-29 06:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0630e5d7-8f44-5da5-b2cb-b415185f5d73, identifier: MA23%20VFZ
2026-03-29 06:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO
2026-03-29 06:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO
2026-03-29 06:16:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO to the API
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU11%20DXO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2faeff7-827f-57d4-9596-19feac5f541a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU11 DXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU11%20DXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 124655,
 '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 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'SJNFCAJ10U2238271',
 'year': 2011}
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Saving data for DU11%20DXO: {'auction_closing_time': 1775469600.0, 'created_time': 1774563178.614988, 'last_price_update_time': 1774765014.240526}
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU11%2520DXO') HTTP/1.1" 204 0
2026-03-29 06:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ
2026-03-29 06:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ
2026-03-29 06:16:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ to the API
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20VFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0630e5d7-8f44-5da5-b2cb-b415185f5d73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA23 VFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20VFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 10108,
 '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 Q3 1.4 45 TFSI E TECHNIK S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI E TECHNIK S-T',
 'vin': 'WAUZZZF33P1082911',
 'year': 2023}
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520VFZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Saving data for MA23%20VFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773928979.315128, 'last_price_update_time': 1774765014.547172}
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520VFZ') HTTP/1.1" 204 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: LB70%20OVU
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520OVU%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for LB70%20OVU: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: LK23%20NAO
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for LK23%20NAO: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: MD70%20CUY
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD70%2520CUY%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for MD70%20CUY: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: ME19%20TZN
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for ME19%20TZN: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: MJ20%20GMV
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520GMV%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for MJ20%20GMV: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: WP59%20WCD
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WCD%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for WP59%20WCD: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: YK17%20XEV
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520XEV%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for YK17%20XEV: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: CE67%20HJV
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520HJV%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for CE67%20HJV: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: CF15%20PZY
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520PZY%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for CF15%20PZY: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: CF68%20XZU
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF68%2520XZU%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for CF68%20XZU: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: CJ22%20FGE
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ22%2520FGE%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for CJ22%20FGE: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: CV14%20LNR
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV14%2520LNR%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for CV14%20LNR: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: CV72%20KHJ
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for CV72%20KHJ: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: FY73%20TXN
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY73%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for FY73%20TXN: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: GN13%20WMW
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for GN13%20WMW: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: HN65%20MEU
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for HN65%20MEU: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: HX67%20SXF
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX67%2520SXF%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for HX67%20SXF: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: KW67%20KHT
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520KHT%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for KW67%20KHT: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: DY13%20GYS
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for DY13%20GYS: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: AF18%20UGN
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520UGN%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for AF18%20UGN: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: YG21%20NPZ
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520NPZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for YG21%20NPZ: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: HG18%20AVU
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for HG18%20AVU: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: GD65%20KZY
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520KZY%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for GD65%20KZY: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: WM19%20HUV
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for WM19%20HUV: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: WR70%20CFL
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CFL%27 HTTP/1.1" 200 None
2026-03-29 06:16:54 [bca.uk] INFO: Scrape type for WR70%20CFL: 0
2026-03-29 06:16:54 [bca.uk] INFO: Found listing with ID: YF23%20KWB
2026-03-29 06:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520KWB%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for YF23%20KWB: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: DC73%20MYU
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520MYU%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for DC73%20MYU: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: LJ69%20ZCL
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520ZCL%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for LJ69%20ZCL: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: LS65%20AEY
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520AEY%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for LS65%20AEY: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: OE20%20FPO
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE20%2520FPO%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for OE20%20FPO: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: PF68%20OZD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520OZD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for PF68%20OZD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: WL63%20BNY
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL63%2520BNY%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for WL63%20BNY: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: WN56%20WWK
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520WWK%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for WN56%20WWK: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: YC70%20CCJ
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC70%2520CCJ%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for YC70%20CCJ: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: EX69%20GCV
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for EX69%20GCV: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: SW67%20OGP
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW67%2520OGP%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for SW67%20OGP: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: BK25%20PZS
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for BK25%20PZS: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: BN25%20XWD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for BN25%20XWD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: BN25%20YFM
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFM%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for BN25%20YFM: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: BP71%20FXE
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520FXE%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for BP71%20FXE: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: LM24%20ETV
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520ETV%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for LM24%20ETV: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: VO24%20ZGR
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ZGR%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for VO24%20ZGR: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: BK25%20HMZ
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520HMZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for BK25%20HMZ: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: HJ63%20DWX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520DWX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for HJ63%20DWX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: WD74%20GWP
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for WD74%20GWP: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: FE23%20EFH
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520EFH%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for FE23%20EFH: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: RE72%20NLT
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520NLT%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for RE72%20NLT: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: SF08%20YGT
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF08%2520YGT%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for SF08%20YGT: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: DY74%20XDX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for DY74%20XDX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: YY73%20XJU
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for YY73%20XJU: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: FM24%20YPU
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM24%2520YPU%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for FM24%20YPU: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: SD70%20WDE
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520WDE%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for SD70%20WDE: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: GX16%20BYW
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520BYW%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for GX16%20BYW: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: KD15%20EHO
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520EHO%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for KD15%20EHO: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: MV61%20YKG
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV61%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for MV61%20YKG: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: YM65%20RVC
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM65%2520RVC%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for YM65%20RVC: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: FA17%20AYV
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520AYV%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for FA17%20AYV: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: GF60%20CXD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520CXD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for GF60%20CXD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: WO24%20OCH
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for WO24%20OCH: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: VE73%20PXF
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for VE73%20PXF: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: NG72%20GVE
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for NG72%20GVE: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: ND72%20VRG
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520VRG%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for ND72%20VRG: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: YP23%20BXD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520BXD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for YP23%20BXD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: ND72%20RXP
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for ND72%20RXP: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: VK22%20OVX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520OVX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for VK22%20OVX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: ND72%20MWX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MWX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for ND72%20MWX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: HV24%20VKW
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520VKW%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for HV24%20VKW: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: ND72%20MJK
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MJK%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for ND72%20MJK: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: DF71%20OEZ
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520OEZ%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for DF71%20OEZ: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: AJ73%20TUH
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for AJ73%20TUH: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: NL22%20LHD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520LHD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for NL22%20LHD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: WV18%20HCL
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for WV18%20HCL: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: CA15%20ELL
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA15%2520ELL%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for CA15%20ELL: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: DF20%20ARX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF20%2520ARX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for DF20%20ARX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: NG17%20GFX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520GFX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for NG17%20GFX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: WF61%20VYN
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for WF61%20VYN: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: NA23%20XUN
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520XUN%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for NA23%20XUN: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: AJ71%20PVP
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520PVP%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for AJ71%20PVP: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: KV63%20PZD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520PZD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for KV63%20PZD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: BN64%20WYM
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520WYM%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for BN64%20WYM: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: DS68%20NWM
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520NWM%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for DS68%20NWM: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: YF20%20TPY
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520TPY%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for YF20%20TPY: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: KE73%20EOH
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520EOH%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for KE73%20EOH: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: NA20%20NDX
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NDX%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for NA20%20NDX: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: LO21%20EFD
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for LO21%20EFD: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: MJ66%20ZDL
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520ZDL%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for MJ66%20ZDL: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: RV09%20HFG
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV09%2520HFG%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for RV09%20HFG: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: RE24%20JZO
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520JZO%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for RE24%20JZO: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: MA64%20NDL
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA64%2520NDL%27 HTTP/1.1" 200 None
2026-03-29 06:16:55 [bca.uk] INFO: Scrape type for MA64%20NDL: 0
2026-03-29 06:16:55 [bca.uk] INFO: Found listing with ID: KL68%20EHU
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL68%2520EHU%27 HTTP/1.1" 200 None
2026-03-29 06:16:56 [bca.uk] INFO: Scrape type for KL68%20EHU: 0
2026-03-29 06:16:56 [bca.uk] INFO: Found listing with ID: MF22%20SZU
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520SZU%27 HTTP/1.1" 200 None
2026-03-29 06:16:56 [bca.uk] INFO: Scrape type for MF22%20SZU: 2
2026-03-29 06:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU
2026-03-29 06:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with scrape type 2
2026-03-29 06:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with scrape type 2
2026-03-29 06:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb, identifier: MF22%20SZU
2026-03-29 06:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU
2026-03-29 06:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU
2026-03-29 06:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU to the API
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20SZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b93b051-02bb-5839-93c6-fdd0a88b6bfb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF22 SZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20SZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 57284,
 'odometer_reading_unit': '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 GLA 200 1.3 AMG LINE PREMIUM 7G StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 7G',
 'vin': 'W1N2477872J365942',
 'year': 2022}
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520SZU%27 HTTP/1.1" 200 None
2026-03-29 06:16:56 [bca.uk] INFO: Saving data for MF22%20SZU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650772.011965, 'last_price_update_time': 1774765016.523325}
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520SZU') HTTP/1.1" 204 0
2026-03-29 06:16:56 [bca.uk] INFO: Found listing with ID: BL21%20UCV
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UCV%27 HTTP/1.1" 200 None
2026-03-29 06:16:56 [bca.uk] INFO: Scrape type for BL21%20UCV: 2
2026-03-29 06:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV
2026-03-29 06:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with scrape type 2
2026-03-29 06:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with scrape type 2
2026-03-29 06:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8, identifier: BL21%20UCV
2026-03-29 06:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV
2026-03-29 06:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV
2026-03-29 06:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV to the API
2026-03-29 06:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL21%20UCV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2abe8d2e-234e-57a7-8806-85ff48cbc1c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL21 UCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL21%20UCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 47572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UKZKXZMJ727557',
 'year': 2021}
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UCV%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Saving data for BL21%20UCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774436905.353081, 'last_price_update_time': 1774765017.045433}
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL21%2520UCV') HTTP/1.1" 204 0
2026-03-29 06:16:57 [bca.uk] INFO: Found listing with ID: DL70%20JYH
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520JYH%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Scrape type for DL70%20JYH: 0
2026-03-29 06:16:57 [bca.uk] INFO: Found listing with ID: DE24%20UUP
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Scrape type for DE24%20UUP: 2
2026-03-29 06:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP
2026-03-29 06:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e46639e-972a-5552-b024-fadfb887f75b with scrape type 2
2026-03-29 06:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e46639e-972a-5552-b024-fadfb887f75b with scrape type 2
2026-03-29 06:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e46639e-972a-5552-b024-fadfb887f75b, identifier: DE24%20UUP
2026-03-29 06:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP
2026-03-29 06:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP
2026-03-29 06:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP to the API
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20UUP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4e46639e-972a-5552-b024-fadfb887f75b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE24 UUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20UUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 20350,
 '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 Q4 E-TRON S/B 45 210KW 82KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '45 210KW 82KWH S LINE',
 'vin': 'WAUZZZFZ3RP042123',
 'year': 2024}
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Saving data for DE24%20UUP: {'auction_closing_time': 1774951200.0, 'created_time': 1773828222.114907, 'last_price_update_time': 1774765017.450227}
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520UUP') HTTP/1.1" 204 0
2026-03-29 06:16:57 [bca.uk] INFO: Found listing with ID: LT68%20FXH
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Scrape type for LT68%20FXH: 2
2026-03-29 06:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH
2026-03-29 06:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with scrape type 2
2026-03-29 06:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with scrape type 2
2026-03-29 06:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 864f2eef-5fa4-59b8-b10b-90efd01d0d63, identifier: LT68%20FXH
2026-03-29 06:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH
2026-03-29 06:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH
2026-03-29 06:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH to the API
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT68%20FXH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '864f2eef-5fa4-59b8-b10b-90efd01d0d63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT68 FXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT68%20FXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 56772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SMART FORFOUR 0.9 T 90 BRABUS SPORT PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'T 90 BRABUS SPORT PREMIUM',
 'vin': 'WME4530442Y149917',
 'year': 2018}
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Saving data for LT68%20FXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774391767.793378, 'last_price_update_time': 1774765017.855709}
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520FXH') HTTP/1.1" 204 0
2026-03-29 06:16:57 [bca.uk] INFO: Found listing with ID: RO72%20LVF
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520LVF%27 HTTP/1.1" 200 None
2026-03-29 06:16:57 [bca.uk] INFO: Scrape type for RO72%20LVF: 2
2026-03-29 06:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF
2026-03-29 06:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c9674d7-facb-5404-b457-05e62732b2f6 with scrape type 2
2026-03-29 06:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c9674d7-facb-5404-b457-05e62732b2f6 with scrape type 2
2026-03-29 06:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c9674d7-facb-5404-b457-05e62732b2f6, identifier: RO72%20LVF
2026-03-29 06:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF
2026-03-29 06:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF
2026-03-29 06:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF to the API
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20LVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3c9674d7-facb-5404-b457-05e62732b2f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO72 LVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20LVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 35156,
 'odometer_reading_unit': '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 50 220KW 83KWH Q S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q S LINE',
 'vin': 'WAUZZZFZ1NP054555',
 'year': 2022}
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16: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%2520LVF%27 HTTP/1.1" 200 None
2026-03-29 06:16:58 [bca.uk] INFO: Saving data for RO72%20LVF: {'auction_closing_time': 1774951200.0, 'created_time': 1774365286.11287, 'last_price_update_time': 1774765018.281928}
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520LVF') HTTP/1.1" 204 0
2026-03-29 06:16:58 [bca.uk] INFO: Found listing with ID: NL69%20OLK
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL69%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 06:16:58 [bca.uk] INFO: Scrape type for NL69%20OLK: 0
2026-03-29 06:16:58 [bca.uk] INFO: Found listing with ID: LS72%20OLW
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520OLW%27 HTTP/1.1" 200 None
2026-03-29 06:16:58 [bca.uk] INFO: Scrape type for LS72%20OLW: 2
2026-03-29 06:16:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW
2026-03-29 06:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b4d00a8-3a40-5871-8a74-605112737d99 with scrape type 2
2026-03-29 06:16:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b4d00a8-3a40-5871-8a74-605112737d99 with scrape type 2
2026-03-29 06:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b4d00a8-3a40-5871-8a74-605112737d99, identifier: LS72%20OLW
2026-03-29 06:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW
2026-03-29 06:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW
2026-03-29 06:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW to the API
2026-03-29 06:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20OLW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b4d00a8-3a40-5871-8a74-605112737d99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 OLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20OLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 EQ-B',
 'odometer': 15897,
 '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 EQ-B 2.0 AMG LINE PREMIUM PLUS 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N0J8EB4PG151858',
 'year': 2023}
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520OLW%27 HTTP/1.1" 200 None
2026-03-29 06:16:59 [bca.uk] INFO: Saving data for LS72%20OLW: {'auction_closing_time': 1775124000.0, 'created_time': 1774015721.039076, 'last_price_update_time': 1774765019.173566}
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520OLW') HTTP/1.1" 204 0
2026-03-29 06:16:59 [bca.uk] INFO: Found listing with ID: SN72%20GZX
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520GZX%27 HTTP/1.1" 200 None
2026-03-29 06:16:59 [bca.uk] INFO: Scrape type for SN72%20GZX: 2
2026-03-29 06:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX
2026-03-29 06:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5bc8b7-234f-5c56-b680-b986559d77bf with scrape type 2
2026-03-29 06:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5bc8b7-234f-5c56-b680-b986559d77bf with scrape type 2
2026-03-29 06:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5bc8b7-234f-5c56-b680-b986559d77bf, identifier: SN72%20GZX
2026-03-29 06:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX
2026-03-29 06:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX
2026-03-29 06:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX to the API
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN72%20GZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba5bc8b7-234f-5c56-b680-b986559d77bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SN72 GZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN72%20GZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 18028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SE-L LUX',
 'vin': 'JMZDM6WH601317708',
 'year': 2022}
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520GZX%27 HTTP/1.1" 200 None
2026-03-29 06:16:59 [bca.uk] INFO: Saving data for SN72%20GZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774276477.825891, 'last_price_update_time': 1774765019.572851}
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN72%2520GZX') HTTP/1.1" 204 0
2026-03-29 06:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:16:59 [bca.uk] INFO: Found listing with ID: YB21%20WUC
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB21%2520WUC%27 HTTP/1.1" 200 None
2026-03-29 06:16:59 [bca.uk] INFO: Scrape type for YB21%20WUC: 2
2026-03-29 06:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC
2026-03-29 06:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with scrape type 2
2026-03-29 06:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with scrape type 2
2026-03-29 06:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe, identifier: YB21%20WUC
2026-03-29 06:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC
2026-03-29 06:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC
2026-03-29 06:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC to the API
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:16: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:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB21%20WUC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70e6c534-a5de-5fa2-a3f9-2823a5c004fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB21 WUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB21%20WUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 91578,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 TITANIUM',
 'vin': 'WF02XXERK2MU73767',
 'year': 2021}
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB21%2520WUC%27 HTTP/1.1" 200 None
2026-03-29 06:16:59 [bca.uk] INFO: Saving data for YB21%20WUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650764.790768, 'last_price_update_time': 1774765019.991966}
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB21%2520WUC') HTTP/1.1" 204 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: YG16%20YSS
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for YG16%20YSS: 2
2026-03-29 06:17:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS
2026-03-29 06:17:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f32f760-933d-5bd7-9589-a2d0e275be2b with scrape type 2
2026-03-29 06:17:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f32f760-933d-5bd7-9589-a2d0e275be2b with scrape type 2
2026-03-29 06:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f32f760-933d-5bd7-9589-a2d0e275be2b, identifier: YG16%20YSS
2026-03-29 06:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS
2026-03-29 06:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS
2026-03-29 06:17:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS to the API
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG16%20YSS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f32f760-933d-5bd7-9589-a2d0e275be2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG16 YSS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG16%20YSS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': '435D GRAN COUPE',
 'odometer': 95848,
 '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 435D GRAN COUPE 3.0 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA4G120X0G498597',
 'year': 2016}
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520YSS%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Saving data for YG16%20YSS: {'auction_closing_time': 1774951200.0, 'created_time': 1774650747.472588, 'last_price_update_time': 1774765020.445758}
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG16%2520YSS') HTTP/1.1" 204 0
2026-03-29 06:17:00 [bca.uk] INFO: Total items found: 100
2026-03-29 06:17:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded
2026-03-29 06:17:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:17:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: SO15%20OPN
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520OPN%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for SO15%20OPN: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: LR20%20LWJ
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for LR20%20LWJ: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: GU66%20AVR
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520AVR%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for GU66%20AVR: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: HV65%20TYB
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520TYB%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for HV65%20TYB: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: LO21%20AUE
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520AUE%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for LO21%20AUE: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: FJ57%20ATF
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ57%2520ATF%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for FJ57%20ATF: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: KS65%20MTJ
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for KS65%20MTJ: 0
2026-03-29 06:17:00 [bca.uk] INFO: Found listing with ID: YR68%20OEH
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Scrape type for YR68%20OEH: 2
2026-03-29 06:17:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH
2026-03-29 06:17:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04759877-2514-5567-8b99-ec91159a54e7 with scrape type 2
2026-03-29 06:17:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04759877-2514-5567-8b99-ec91159a54e7 with scrape type 2
2026-03-29 06:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04759877-2514-5567-8b99-ec91159a54e7, identifier: YR68%20OEH
2026-03-29 06:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH
2026-03-29 06:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH
2026-03-29 06:17:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH to the API
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04759877-2514-5567-8b99-ec91159a54e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR68 OEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR68%20OEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 43778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ELITE S/S',
 'vin': 'W0V7H9EB9K4016771',
 'year': 2018}
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 06:17:00 [bca.uk] INFO: Saving data for YR68%20OEH: {'auction_closing_time': 1774951200.0, 'created_time': 1774562742.162238, 'last_price_update_time': 1774765020.960222}
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR68%2520OEH') HTTP/1.1" 204 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: HG22%20FBD
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for HG22%20FBD: 2
2026-03-29 06:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD
2026-03-29 06:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with scrape type 2
2026-03-29 06:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with scrape type 2
2026-03-29 06:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2, identifier: HG22%20FBD
2026-03-29 06:17:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: LJ20%20OWB
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ20%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for LJ20%20OWB: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: ST12%20EDP
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EDP%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for ST12%20EDP: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: GT08%20SPY
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT08%2520SPY%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for GT08%20SPY: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: PF13%20UHO
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF13%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for PF13%20UHO: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: KM17%20KKF
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520KKF%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for KM17%20KKF: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: LB08%20ECA
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB08%2520ECA%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for LB08%20ECA: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: EF70%20CXX
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF70%2520CXX%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for EF70%20CXX: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: RF71%20AEP
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for RF71%20AEP: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: DKZ%20133
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DKZ%2520133%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for DKZ%20133: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: LT24%20HBY
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520HBY%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for LT24%20HBY: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: AM65%20KAR
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM65%2520KAR%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for AM65%20KAR: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: LT74%20FZJ
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for LT74%20FZJ: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: YR23%20WZO
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for YR23%20WZO: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: LT09%20KBU
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520KBU%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for LT09%20KBU: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: SD14%20DZH
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520DZH%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for SD14%20DZH: 0
2026-03-29 06:17:01 [bca.uk] INFO: Found listing with ID: BK64%20KVG
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520KVG%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Scrape type for BK64%20KVG: 2
2026-03-29 06:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG
2026-03-29 06:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc9683d-0f86-5a54-abe7-88130e52d009 with scrape type 2
2026-03-29 06:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebc9683d-0f86-5a54-abe7-88130e52d009 with scrape type 2
2026-03-29 06:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebc9683d-0f86-5a54-abe7-88130e52d009, identifier: BK64%20KVG
2026-03-29 06:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD
2026-03-29 06:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD
2026-03-29 06:17:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD to the API
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG22%20FBD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5caed74c-7270-5f3c-bdc0-24dafaad2ef2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG22 FBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG22%20FBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200 S/B',
 'odometer': 36853,
 'odometer_reading_unit': '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 S/B 1.3 AMG LINE PREMIUM DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1186872N285879',
 'year': 2022}
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 06:17:01 [bca.uk] INFO: Saving data for HG22%20FBD: {'auction_closing_time': 1775037600.0, 'created_time': 1774650908.401047, 'last_price_update_time': 1774765021.857273}
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG22%2520FBD') HTTP/1.1" 204 0
2026-03-29 06:17:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG
2026-03-29 06:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG
2026-03-29 06:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG to the API
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK64%20KVG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebc9683d-0f86-5a54-abe7-88130e52d009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK64 KVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK64%20KVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 111729,
 '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 E-HDI A/D DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D DSTYLE PLUS',
 'vin': 'VF7SA9HPKEW634648',
 'year': 2014}
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520KVG%27 HTTP/1.1" 200 None
2026-03-29 06:17:02 [bca.uk] INFO: Saving data for BK64%20KVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774563124.350671, 'last_price_update_time': 1774765022.263178}
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK64%2520KVG') HTTP/1.1" 204 0
2026-03-29 06:17:02 [bca.uk] INFO: Found listing with ID: BL21%20UGV
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UGV%27 HTTP/1.1" 200 None
2026-03-29 06:17:02 [bca.uk] INFO: Scrape type for BL21%20UGV: 2
2026-03-29 06:17:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV
2026-03-29 06:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad371349-7858-5bd4-b7ff-09f6db9491a5 with scrape type 2
2026-03-29 06:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad371349-7858-5bd4-b7ff-09f6db9491a5 with scrape type 2
2026-03-29 06:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad371349-7858-5bd4-b7ff-09f6db9491a5, identifier: BL21%20UGV
2026-03-29 06:17:02 [bca.uk] INFO: Found listing with ID: WF12%20XNJ
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520XNJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:02 [bca.uk] INFO: Scrape type for WF12%20XNJ: 2
2026-03-29 06:17:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ
2026-03-29 06:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb83cd00-bcfb-564b-949d-6256ca1e68f8 with scrape type 2
2026-03-29 06:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb83cd00-bcfb-564b-949d-6256ca1e68f8 with scrape type 2
2026-03-29 06:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb83cd00-bcfb-564b-949d-6256ca1e68f8, identifier: WF12%20XNJ
2026-03-29 06:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV
2026-03-29 06:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV
2026-03-29 06:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV to the API
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL21%20UGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.7L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad371349-7858-5bd4-b7ff-09f6db9491a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL21 UGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL21%20UGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 40862,
 '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 VITO 114 1.7 CDI L2 FWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L2 FWD PROGRESSIVE',
 'vin': 'W1V44760323887549',
 'year': 2021}
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UGV%27 HTTP/1.1" 200 None
2026-03-29 06:17:02 [bca.uk] INFO: Saving data for BL21%20UGV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650883.191763, 'last_price_update_time': 1774765022.768734}
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL21%2520UGV') HTTP/1.1" 204 0
2026-03-29 06:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ
2026-03-29 06:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ
2026-03-29 06:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ to the API
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF12%20XNJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb83cd00-bcfb-564b-949d-6256ca1e68f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF12 XNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF12%20XNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 65259,
 '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.3 CDTI E/F ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F ACTIVE',
 'vin': 'W0L0SDL08C6084611',
 'year': 2012}
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520XNJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Saving data for WF12%20XNJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774563126.377124, 'last_price_update_time': 1774765023.04332}
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF12%2520XNJ') HTTP/1.1" 204 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: BX69%20YVE
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520YVE%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for BX69%20YVE: 2
2026-03-29 06:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE
2026-03-29 06:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c117cca5-f2cc-55ee-9a81-0f069071e002 with scrape type 2
2026-03-29 06:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c117cca5-f2cc-55ee-9a81-0f069071e002 with scrape type 2
2026-03-29 06:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c117cca5-f2cc-55ee-9a81-0f069071e002, identifier: BX69%20YVE
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: HJ73%20URE
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520URE%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for HJ73%20URE: 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: AV65%20ZLK
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV65%2520ZLK%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for AV65%20ZLK: 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: GU10%20GKA
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU10%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for GU10%20GKA: 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: WN22%20WPJ
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520WPJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for WN22%20WPJ: 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: WM14%20PDY
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520PDY%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for WM14%20PDY: 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: YA11%20KXE
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520KXE%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for YA11%20KXE: 2
2026-03-29 06:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE
2026-03-29 06:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with scrape type 2
2026-03-29 06:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with scrape type 2
2026-03-29 06:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232, identifier: YA11%20KXE
2026-03-29 06:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE
2026-03-29 06:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE
2026-03-29 06:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE to the API
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX69%20YVE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c117cca5-f2cc-55ee-9a81-0f069071e002',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX69 YVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX69%20YVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 42118,
 '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 118I 1.5 M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA7K320505R05017',
 'year': 2020}
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520YVE%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Saving data for BX69%20YVE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650882.202199, 'last_price_update_time': 1774765023.652224}
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX69%2520YVE') HTTP/1.1" 204 0
2026-03-29 06:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE
2026-03-29 06:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE
2026-03-29 06:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE to the API
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA11%20KXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ffe6f29-4832-5a4b-a1df-87a54f9a8232',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA11 KXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA11%20KXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'SX4',
 'odometer': 63997,
 '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': 'SUZUKI SX4 1.6 SZ5 4X4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ5 4X4',
 'vin': 'TSMEYB21S00588790',
 'year': 2011}
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520KXE%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Saving data for YA11%20KXE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563158.980985, 'last_price_update_time': 1774765023.951312}
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA11%2520KXE') HTTP/1.1" 204 0
2026-03-29 06:17:03 [bca.uk] INFO: Found listing with ID: LJ74%20TZT
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ74%2520TZT%27 HTTP/1.1" 200 None
2026-03-29 06:17:03 [bca.uk] INFO: Scrape type for LJ74%20TZT: 2
2026-03-29 06:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT
2026-03-29 06:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with scrape type 2
2026-03-29 06:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with scrape type 2
2026-03-29 06:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc, identifier: LJ74%20TZT
2026-03-29 06:17:04 [bca.uk] INFO: Found listing with ID: BK14%20FYL
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520FYL%27 HTTP/1.1" 200 None
2026-03-29 06:17:04 [bca.uk] INFO: Scrape type for BK14%20FYL: 2
2026-03-29 06:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL
2026-03-29 06:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with scrape type 2
2026-03-29 06:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with scrape type 2
2026-03-29 06:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72, identifier: BK14%20FYL
2026-03-29 06:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT
2026-03-29 06:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT
2026-03-29 06:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT to the API
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 17,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ74%20TZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0a6c2c7d-ac7d-540e-a6ed-13da038664fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LJ74 TZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ74%20TZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 17916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P460E AUTOBIOGRAPHY StationWagon',
 'transmission': 'automatic',
 'trim': 'P460E AUTOBIOGRAPHY',
 'vin': 'SAL1A2A40RA411672',
 'year': 2024}
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ74%2520TZT%27 HTTP/1.1" 200 None
2026-03-29 06:17:04 [bca.uk] INFO: Saving data for LJ74%20TZT: {'auction_closing_time': 1775210400.0, 'created_time': 1774650880.951727, 'last_price_update_time': 1774765024.465383}
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ74%2520TZT') HTTP/1.1" 204 0
2026-03-29 06:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL
2026-03-29 06:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL
2026-03-29 06:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL to the API
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK14%20FYL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '52e8a7b4-074f-5baf-ab1a-440f6a3b1e72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK14 FYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK14%20FYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 98761,
 '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.4 16V SE Hatchback',
 'transmission': 'manual',
 'trim': '16V SE',
 'vin': 'W0L0SDL68E4171594',
 'year': 2014}
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520FYL%27 HTTP/1.1" 200 None
2026-03-29 06:17:04 [bca.uk] INFO: Saving data for BK14%20FYL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563163.37521, 'last_price_update_time': 1774765024.838326}
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK14%2520FYL') HTTP/1.1" 204 0
2026-03-29 06:17:04 [bca.uk] INFO: Found listing with ID: YP16%20VJD
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520VJD%27 HTTP/1.1" 200 None
2026-03-29 06:17:04 [bca.uk] INFO: Scrape type for YP16%20VJD: 2
2026-03-29 06:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD
2026-03-29 06:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e78a323-a67e-5740-85d0-1d7825086ef5 with scrape type 2
2026-03-29 06:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e78a323-a67e-5740-85d0-1d7825086ef5 with scrape type 2
2026-03-29 06:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e78a323-a67e-5740-85d0-1d7825086ef5, identifier: YP16%20VJD
2026-03-29 06:17:04 [bca.uk] INFO: Found listing with ID: GK62%20PZS
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 06:17:04 [bca.uk] INFO: Scrape type for GK62%20PZS: 2
2026-03-29 06:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS
2026-03-29 06:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da437193-7259-5e5e-a7c6-e8d65f26924e with scrape type 2
2026-03-29 06:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da437193-7259-5e5e-a7c6-e8d65f26924e with scrape type 2
2026-03-29 06:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da437193-7259-5e5e-a7c6-e8d65f26924e, identifier: GK62%20PZS
2026-03-29 06:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD
2026-03-29 06:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD
2026-03-29 06:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD to the API
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP16%20VJD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e78a323-a67e-5740-85d0-1d7825086ef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP16 VJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP16%20VJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 111621,
 '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 125 TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 125 TECH LINE',
 'vin': 'W0LBD6EB4GG108731',
 'year': 2016}
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520VJD%27 HTTP/1.1" 200 None
2026-03-29 06:17:05 [bca.uk] INFO: Saving data for YP16%20VJD: {'auction_closing_time': 1775037600.0, 'created_time': 1774650898.271574, 'last_price_update_time': 1774765025.368511}
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP16%2520VJD') HTTP/1.1" 204 0
2026-03-29 06:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS
2026-03-29 06:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS
2026-03-29 06:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS to the API
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK62%20PZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da437193-7259-5e5e-a7c6-e8d65f26924e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK62 PZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK62%20PZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 83175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 VTI ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ALLURE',
 'vin': 'VF3CA8FP0CW076732',
 'year': 2012}
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 06:17:05 [bca.uk] INFO: Saving data for GK62%20PZS: {'auction_closing_time': 1775037600.0, 'created_time': 1774563263.358076, 'last_price_update_time': 1774765025.646271}
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK62%2520PZS') HTTP/1.1" 204 0
2026-03-29 06:17:05 [bca.uk] INFO: Found listing with ID: WH21%20SOE
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520SOE%27 HTTP/1.1" 200 None
2026-03-29 06:17:05 [bca.uk] INFO: Scrape type for WH21%20SOE: 2
2026-03-29 06:17:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE
2026-03-29 06:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with scrape type 2
2026-03-29 06:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with scrape type 2
2026-03-29 06:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c48db9f-c992-5d23-aa77-f66b6d19eee2, identifier: WH21%20SOE
2026-03-29 06:17:05 [bca.uk] INFO: Found listing with ID: LK13%20VNL
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17: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%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 06:17:05 [bca.uk] INFO: Scrape type for LK13%20VNL: 2
2026-03-29 06:17:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL
2026-03-29 06:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e010702-7605-5009-84d4-00223667292a with scrape type 2
2026-03-29 06:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e010702-7605-5009-84d4-00223667292a with scrape type 2
2026-03-29 06:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e010702-7605-5009-84d4-00223667292a, identifier: LK13%20VNL
2026-03-29 06:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE
2026-03-29 06:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE
2026-03-29 06:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE to the API
2026-03-29 06:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH21%20SOE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c48db9f-c992-5d23-aa77-f66b6d19eee2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH21 SOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH21%20SOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 51098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P AWD R DESIGN G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P AWD R DESIGN G/T',
 'vin': 'YV1XZK9VCN2660099',
 'year': 2021}
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520SOE%27 HTTP/1.1" 200 None
2026-03-29 06:17:06 [bca.uk] INFO: Saving data for WH21%20SOE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650899.420677, 'last_price_update_time': 1774765026.142048}
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH21%2520SOE') HTTP/1.1" 204 0
2026-03-29 06:17:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL
2026-03-29 06:17:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL
2026-03-29 06:17:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL to the API
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK13%20VNL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e010702-7605-5009-84d4-00223667292a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK13 VNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK13%20VNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 97149,
 '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.2 TSI 105 S Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 105 S',
 'vin': 'VSSZZZ5FZDR019563',
 'year': 2013}
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 06:17:06 [bca.uk] INFO: Saving data for LK13%20VNL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563164.330562, 'last_price_update_time': 1774765026.421652}
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK13%2520VNL') HTTP/1.1" 204 0
2026-03-29 06:17:06 [bca.uk] INFO: Found listing with ID: YL17%20CXP
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 06:17:06 [bca.uk] INFO: Scrape type for YL17%20CXP: 2
2026-03-29 06:17:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP
2026-03-29 06:17:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f4c398a-3503-5cc2-8cac-b83346c9a64e with scrape type 2
2026-03-29 06:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f4c398a-3503-5cc2-8cac-b83346c9a64e with scrape type 2
2026-03-29 06:17:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f4c398a-3503-5cc2-8cac-b83346c9a64e, identifier: YL17%20CXP
2026-03-29 06:17:06 [bca.uk] INFO: Found listing with ID: OE03%20OHV
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE03%2520OHV%27 HTTP/1.1" 200 None
2026-03-29 06:17:06 [bca.uk] INFO: Scrape type for OE03%20OHV: 2
2026-03-29 06:17:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV
2026-03-29 06:17:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb1940c-e17f-5026-9966-a625bd40a29a with scrape type 2
2026-03-29 06:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb1940c-e17f-5026-9966-a625bd40a29a with scrape type 2
2026-03-29 06:17:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb1940c-e17f-5026-9966-a625bd40a29a, identifier: OE03%20OHV
2026-03-29 06:17:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP
2026-03-29 06:17:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP
2026-03-29 06:17:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP to the API
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL17%20CXP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f4c398a-3503-5cc2-8cac-b83346c9a64e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL17 CXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL17%20CXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 86261,
 '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 C220 D 2.1 AMG LINE Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2054042F567480',
 'year': 2017}
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 06:17:06 [bca.uk] INFO: Saving data for YL17%20CXP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650880.317061, 'last_price_update_time': 1774765026.905423}
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL17%2520CXP') HTTP/1.1" 204 0
2026-03-29 06:17:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV
2026-03-29 06:17:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV
2026-03-29 06:17:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV to the API
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE03%20OHV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6bb1940c-e17f-5026-9966-a625bd40a29a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE03 OHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE03%20OHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 51183,
 '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': 'NISSAN MICRA 1.2 SX Hatchback',
 'transmission': 'manual',
 'trim': 'SX',
 'vin': 'SJNFBAK12U1082107',
 'year': 2003}
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE03%2520OHV%27 HTTP/1.1" 200 None
2026-03-29 06:17:07 [bca.uk] INFO: Saving data for OE03%20OHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774563262.592131, 'last_price_update_time': 1774765027.18518}
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE03%2520OHV') HTTP/1.1" 204 0
2026-03-29 06:17:07 [bca.uk] INFO: Found listing with ID: EA68%20BNF
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520BNF%27 HTTP/1.1" 200 None
2026-03-29 06:17:07 [bca.uk] INFO: Scrape type for EA68%20BNF: 2
2026-03-29 06:17:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF
2026-03-29 06:17:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92af0b84-6a60-51ae-8355-fffc790f8a75 with scrape type 2
2026-03-29 06:17:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92af0b84-6a60-51ae-8355-fffc790f8a75 with scrape type 2
2026-03-29 06:17:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92af0b84-6a60-51ae-8355-fffc790f8a75, identifier: EA68%20BNF
2026-03-29 06:17:07 [bca.uk] INFO: Found listing with ID: OY16%20BTX
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520BTX%27 HTTP/1.1" 200 None
2026-03-29 06:17:07 [bca.uk] INFO: Scrape type for OY16%20BTX: 0
2026-03-29 06:17:07 [bca.uk] INFO: Found listing with ID: RJ16%20DYF
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520DYF%27 HTTP/1.1" 200 None
2026-03-29 06:17:07 [bca.uk] INFO: Scrape type for RJ16%20DYF: 0
2026-03-29 06:17:07 [bca.uk] INFO: Found listing with ID: RV11%20MXY
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-29 06:17:07 [bca.uk] INFO: Scrape type for RV11%20MXY: 2
2026-03-29 06:17:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY
2026-03-29 06:17:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f34ddf3-919b-5727-bc84-4a70efc4e10c with scrape type 2
2026-03-29 06:17:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f34ddf3-919b-5727-bc84-4a70efc4e10c with scrape type 2
2026-03-29 06:17:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f34ddf3-919b-5727-bc84-4a70efc4e10c, identifier: RV11%20MXY
2026-03-29 06:17:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF
2026-03-29 06:17:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF
2026-03-29 06:17:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF to the API
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA68%20BNF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92af0b84-6a60-51ae-8355-fffc790f8a75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA68 BNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA68%20BNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I800',
 'odometer': 93248,
 'odometer_reading_unit': '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 I800 2.5 CRDI SE MPV',
 'transmission': 'manual',
 'trim': 'CRDI SE',
 'vin': 'KMHWH81KLKU018784',
 'year': 2018}
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520BNF%27 HTTP/1.1" 200 None
2026-03-29 06:17:07 [bca.uk] INFO: Saving data for EA68%20BNF: {'auction_closing_time': 1775037600.0, 'created_time': 1774650896.356438, 'last_price_update_time': 1774765027.716781}
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA68%2520BNF') HTTP/1.1" 204 0
2026-03-29 06:17:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY
2026-03-29 06:17:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY
2026-03-29 06:17:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY to the API
2026-03-29 06:17:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV11%20MXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f34ddf3-919b-5727-bc84-4a70efc4e10c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV11 MXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV11%20MXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 94316,
 '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 AURIS 1.6 V-MATIC SR Hatchback',
 'transmission': 'manual',
 'trim': 'V-MATIC SR',
 'vin': 'SB1KE56E20E020705',
 'year': 2011}
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Saving data for RV11%20MXY: {'auction_closing_time': 1775037600.0, 'created_time': 1774563158.425936, 'last_price_update_time': 1774765028.031101}
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV11%2520MXY') HTTP/1.1" 204 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: DA73%20ZHL
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520ZHL%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for DA73%20ZHL: 2
2026-03-29 06:17:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL
2026-03-29 06:17:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a961c08f-c84b-5011-8247-cd7cfc0c57e9 with scrape type 2
2026-03-29 06:17:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a961c08f-c84b-5011-8247-cd7cfc0c57e9 with scrape type 2
2026-03-29 06:17:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a961c08f-c84b-5011-8247-cd7cfc0c57e9, identifier: DA73%20ZHL
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: WM14%20HBK
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520HBK%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for WM14%20HBK: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: VE22%20FKB
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520FKB%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for VE22%20FKB: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: RF17%20FMX
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520FMX%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for RF17%20FMX: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: VO23%20PXF
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for VO23%20PXF: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: OU15%20RWZ
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU15%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for OU15%20RWZ: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: YT62%20VUV
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT62%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for YT62%20VUV: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: RO22%20AMK
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for RO22%20AMK: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: LT65%20ANU
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT65%2520ANU%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for LT65%20ANU: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: LL71%20GTF
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520GTF%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for LL71%20GTF: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: OE25%20HUV
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE25%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for OE25%20HUV: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: RV75%20YJL
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV75%2520YJL%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for RV75%20YJL: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: MK62%20YWB
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520YWB%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for MK62%20YWB: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: SV17%20YJJ
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV17%2520YJJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for SV17%20YJJ: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: DA22%20BSU
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520BSU%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for DA22%20BSU: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: HL19%20YRV
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520YRV%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for HL19%20YRV: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: KN25%20NHY
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN25%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for KN25%20NHY: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: LA71%20ZAZ
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZAZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for LA71%20ZAZ: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: LB72%20ENL
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520ENL%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for LB72%20ENL: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: MM22%20WHU
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520WHU%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for MM22%20WHU: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: SJ75%20HEU
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ75%2520HEU%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for SJ75%20HEU: 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: WP25%20CFV
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520CFV%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for WP25%20CFV: 0
2026-03-29 06:17:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL
2026-03-29 06:17:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL
2026-03-29 06:17:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL to the API
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA73%20ZHL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a961c08f-c84b-5011-8247-cd7cfc0c57e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA73 ZHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA73%20ZHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 11399,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 150KW 58KWH V1 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH V1',
 'vin': 'VSSZZZK14RP001629',
 'year': 2023}
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520ZHL%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Saving data for DA73%20ZHL: {'auction_closing_time': 1775037600.0, 'created_time': 1774650879.551478, 'last_price_update_time': 1774765028.752488}
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA73%2520ZHL') HTTP/1.1" 204 0
2026-03-29 06:17:08 [bca.uk] INFO: Found listing with ID: BK22%20PWJ
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:08 [bca.uk] INFO: Scrape type for BK22%20PWJ: 2
2026-03-29 06:17:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ
2026-03-29 06:17:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec506ca-433c-52ac-a704-a6b6dbd89916 with scrape type 2
2026-03-29 06:17:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec506ca-433c-52ac-a704-a6b6dbd89916 with scrape type 2
2026-03-29 06:17:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ec506ca-433c-52ac-a704-a6b6dbd89916, identifier: BK22%20PWJ
2026-03-29 06:17:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ
2026-03-29 06:17:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ
2026-03-29 06:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ to the API
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20PWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4ec506ca-433c-52ac-a704-a6b6dbd89916',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 PWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20PWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 70303,
 'odometer_reading_unit': '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 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS8NC505302',
 'year': 2022}
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:09 [bca.uk] INFO: Saving data for BK22%20PWJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650893.289401, 'last_price_update_time': 1774765029.25552}
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520PWJ') HTTP/1.1" 204 0
2026-03-29 06:17:09 [bca.uk] INFO: Found listing with ID: BU72%20XTD
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XTD%27 HTTP/1.1" 200 None
2026-03-29 06:17:09 [bca.uk] INFO: Scrape type for BU72%20XTD: 2
2026-03-29 06:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD
2026-03-29 06:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a590e334-d4af-5e46-8e71-59b80698cd25 with scrape type 2
2026-03-29 06:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a590e334-d4af-5e46-8e71-59b80698cd25 with scrape type 2
2026-03-29 06:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a590e334-d4af-5e46-8e71-59b80698cd25, identifier: BU72%20XTD
2026-03-29 06:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD
2026-03-29 06:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD
2026-03-29 06:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD to the API
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU72%20XTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a590e334-d4af-5e46-8e71-59b80698cd25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU72 XTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU72%20XTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'E VITO',
 'odometer': 20146,
 'odometer_reading_unit': '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 E VITO 85KW 66KWH FWD L2 PROGRESSIVE PanelVan',
 'transmission': 'automatic',
 'trim': '85KW 66KWH FWD L2 PROGRESSIVE',
 'vin': 'W1V44760324138908',
 'year': 2022}
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XTD%27 HTTP/1.1" 200 None
2026-03-29 06:17:09 [bca.uk] INFO: Saving data for BU72%20XTD: {'auction_closing_time': 1775124000.0, 'created_time': 1774650884.342931, 'last_price_update_time': 1774765029.693583}
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU72%2520XTD') HTTP/1.1" 204 0
2026-03-29 06:17:09 [bca.uk] INFO: Found listing with ID: WA64%20ZFT
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520ZFT%27 HTTP/1.1" 200 None
2026-03-29 06:17:09 [bca.uk] INFO: Scrape type for WA64%20ZFT: 2
2026-03-29 06:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT
2026-03-29 06:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with scrape type 2
2026-03-29 06:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with scrape type 2
2026-03-29 06:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379, identifier: WA64%20ZFT
2026-03-29 06:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT
2026-03-29 06:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT
2026-03-29 06:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT to the API
2026-03-29 06:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA64%20ZFT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0fafbde7-b4ae-5d34-983a-e2c7a8d6b379',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA64 ZFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA64%20ZFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 51804,
 '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 1.6 HDI 115 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'HDI 115 ALLURE',
 'vin': 'VF30U9HD8ES128051',
 'year': 2014}
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520ZFT%27 HTTP/1.1" 200 None
2026-03-29 06:17:10 [bca.uk] INFO: Saving data for WA64%20ZFT: {'auction_closing_time': 1774951200.0, 'created_time': 1774479438.891542, 'last_price_update_time': 1774765030.149131}
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA64%2520ZFT') HTTP/1.1" 204 0
2026-03-29 06:17:10 [bca.uk] INFO: Found listing with ID: OV19%20XON
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520XON%27 HTTP/1.1" 200 None
2026-03-29 06:17:10 [bca.uk] INFO: Scrape type for OV19%20XON: 2
2026-03-29 06:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON
2026-03-29 06:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6e285b7-74f8-5be4-8c42-cb8fac98372c with scrape type 2
2026-03-29 06:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6e285b7-74f8-5be4-8c42-cb8fac98372c with scrape type 2
2026-03-29 06:17:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6e285b7-74f8-5be4-8c42-cb8fac98372c, identifier: OV19%20XON
2026-03-29 06:17:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:17:10 [scrapy.extensions.logstats] INFO: Crawled 93 pages (at 8 pages/min), scraped 1785 items (at 99 items/min)
2026-03-29 06:17:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON
2026-03-29 06:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON
2026-03-29 06:17:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON to the API
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV19%20XON-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b6e285b7-74f8-5be4-8c42-cb8fac98372c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV19 XON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV19%20XON&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 66463,
 'odometer_reading_unit': '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 P250 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AX4K1Z55478',
 'year': 2019}
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520XON%27 HTTP/1.1" 200 None
2026-03-29 06:17:10 [bca.uk] INFO: Saving data for OV19%20XON: {'auction_closing_time': 1774951200.0, 'created_time': 1774650875.86469, 'last_price_update_time': 1774765030.561566}
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV19%2520XON') HTTP/1.1" 204 0
2026-03-29 06:17:10 [bca.uk] INFO: Found listing with ID: WN14%20WXE
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520WXE%27 HTTP/1.1" 200 None
2026-03-29 06:17:10 [bca.uk] INFO: Scrape type for WN14%20WXE: 2
2026-03-29 06:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE
2026-03-29 06:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8f1dcc2-1e48-587d-8896-3d1db10b30ea with scrape type 2
2026-03-29 06:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8f1dcc2-1e48-587d-8896-3d1db10b30ea with scrape type 2
2026-03-29 06:17:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8f1dcc2-1e48-587d-8896-3d1db10b30ea, identifier: WN14%20WXE
2026-03-29 06:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE
2026-03-29 06:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE
2026-03-29 06:17:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE to the API
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20WXE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8f1dcc2-1e48-587d-8896-3d1db10b30ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 WXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20WXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 67540,
 '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 VTI 120 DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 120 DSTYLE PLUS',
 'vin': 'VF7SA5FS0EW586122',
 'year': 2014}
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520WXE%27 HTTP/1.1" 200 None
2026-03-29 06:17:10 [bca.uk] INFO: Saving data for WN14%20WXE: {'auction_closing_time': 1775124000.0, 'created_time': 1774650876.246579, 'last_price_update_time': 1774765030.958711}
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520WXE') HTTP/1.1" 204 0
2026-03-29 06:17:10 [bca.uk] INFO: Found listing with ID: MF64%20ZBC
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZBC%27 HTTP/1.1" 200 None
2026-03-29 06:17:10 [bca.uk] INFO: Scrape type for MF64%20ZBC: 2
2026-03-29 06:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC
2026-03-29 06:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be6594c7-f639-5f44-91a0-dcecba1f24c9 with scrape type 2
2026-03-29 06:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be6594c7-f639-5f44-91a0-dcecba1f24c9 with scrape type 2
2026-03-29 06:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be6594c7-f639-5f44-91a0-dcecba1f24c9, identifier: MF64%20ZBC
2026-03-29 06:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC
2026-03-29 06:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC
2026-03-29 06:17:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC to the API
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF64%20ZBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be6594c7-f639-5f44-91a0-dcecba1f24c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF64 ZBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF64%20ZBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 103077,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'WVWZZZAUZFP007599',
 'year': 2014}
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZBC%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Saving data for MF64%20ZBC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650876.931914, 'last_price_update_time': 1774765031.348953}
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF64%2520ZBC') HTTP/1.1" 204 0
2026-03-29 06:17:11 [bca.uk] INFO: Total items found: 100
2026-03-29 06:17:11 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded
2026-03-29 06:17:11 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:17:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: HX24%20UMR
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for HX24%20UMR: 2
2026-03-29 06:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR
2026-03-29 06:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277b1b32-df71-5015-b6d6-806a1eaa2152 with scrape type 2
2026-03-29 06:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277b1b32-df71-5015-b6d6-806a1eaa2152 with scrape type 2
2026-03-29 06:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 277b1b32-df71-5015-b6d6-806a1eaa2152, identifier: HX24%20UMR
2026-03-29 06:17:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR
2026-03-29 06:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR
2026-03-29 06:17:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR to the API
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX24%20UMR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '277b1b32-df71-5015-b6d6-806a1eaa2152',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX24 UMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX24%20UMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 317',
 'odometer': 17687,
 '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 SPRINTER 317 2.0 CDI 3.5T RWD L2 H2 PREMIUM PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PREMIUM',
 'vin': 'W1V3KBFZ1RP650008',
 'year': 2024}
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Saving data for HX24%20UMR: {'auction_closing_time': 1775124000.0, 'created_time': 1774650878.430566, 'last_price_update_time': 1774765031.769756}
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX24%2520UMR') HTTP/1.1" 204 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: KO68%20AFJ
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for KO68%20AFJ: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: GY22%20JHU
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520JHU%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for GY22%20JHU: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: MK19%20OLH
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520OLH%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for MK19%20OLH: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: GN20%20WMG
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WMG%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for GN20%20WMG: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: GF68%20OLA
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for GF68%20OLA: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: AF58%20XDR
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF58%2520XDR%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for AF58%20XDR: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: SD65%20BYK
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD65%2520BYK%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for SD65%20BYK: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: SP16%20HHM
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520HHM%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for SP16%20HHM: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: SP16%20MZO
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520MZO%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for SP16%20MZO: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: ST17%20ZVZ
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZVZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for ST17%20ZVZ: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: ST59%20UXJ
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST59%2520UXJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for ST59%20UXJ: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: ST62%20GMY
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520GMY%27 HTTP/1.1" 200 None
2026-03-29 06:17:11 [bca.uk] INFO: Scrape type for ST62%20GMY: 0
2026-03-29 06:17:11 [bca.uk] INFO: Found listing with ID: SY13%20LWN
2026-03-29 06:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520LWN%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for SY13%20LWN: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: AE22%20RZB
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520RZB%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for AE22%20RZB: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: DS24%20ULX
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for DS24%20ULX: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: DT73%20BFN
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT73%2520BFN%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for DT73%20BFN: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: DV24%20WAJ
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520WAJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for DV24%20WAJ: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: KF23%20VZG
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520VZG%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for KF23%20VZG: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: KV68%20PHU
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for KV68%20PHU: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: YE69%20UZW
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520UZW%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for YE69%20UZW: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: WR19%20HNA
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR19%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for WR19%20HNA: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: LT68%20MLZ
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520MLZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for LT68%20MLZ: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: YB12%20ATU
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB12%2520ATU%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for YB12%20ATU: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: LR20%20KWF
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520KWF%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for LR20%20KWF: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: KY73%20ATX
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY73%2520ATX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for KY73%20ATX: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: FL19%20DVF
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for FL19%20DVF: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: NL23%20WUR
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WUR%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for NL23%20WUR: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: EY22%20KWX
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520KWX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for EY22%20KWX: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: EU17%20RBY
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RBY%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for EU17%20RBY: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: EN22%20DRX
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN22%2520DRX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for EN22%20DRX: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: AF69%20FCP
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for AF69%20FCP: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: FE23%20TRX
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for FE23%20TRX: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: LF16%20UZY
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520UZY%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for LF16%20UZY: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: OV12%20AEN
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV12%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for OV12%20AEN: 0
2026-03-29 06:17:12 [bca.uk] INFO: Found listing with ID: RA66%20UPX
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for RA66%20UPX: 2
2026-03-29 06:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX
2026-03-29 06:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02323ffc-3cf0-578e-a335-86e8c60e59ba with scrape type 2
2026-03-29 06:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02323ffc-3cf0-578e-a335-86e8c60e59ba with scrape type 2
2026-03-29 06:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02323ffc-3cf0-578e-a335-86e8c60e59ba, identifier: RA66%20UPX
2026-03-29 06:17: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:17:12 [bca.uk] INFO: Found listing with ID: WV61%20CLU
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Scrape type for WV61%20CLU: 2
2026-03-29 06:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU
2026-03-29 06:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdbaaf20-f981-55c9-8f30-132b169c1cab with scrape type 2
2026-03-29 06:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdbaaf20-f981-55c9-8f30-132b169c1cab with scrape type 2
2026-03-29 06:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdbaaf20-f981-55c9-8f30-132b169c1cab, identifier: WV61%20CLU
2026-03-29 06:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX
2026-03-29 06:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX
2026-03-29 06:17:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX to the API
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA66%20UPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02323ffc-3cf0-578e-a335-86e8c60e59ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA66 UPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA66%20UPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVA',
 'odometer': 62188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVA 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'W0LDD6E71HC730782',
 'year': 2017}
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 06:17:12 [bca.uk] INFO: Saving data for RA66%20UPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563112.159651, 'last_price_update_time': 1774765032.873314}
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA66%2520UPX') HTTP/1.1" 204 0
2026-03-29 06:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU
2026-03-29 06:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU
2026-03-29 06:17:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU to the API
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV61%20CLU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdbaaf20-f981-55c9-8f30-132b169c1cab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV61 CLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV61%20CLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 91496,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 125 TITANIUM',
 'vin': 'WF0KXXGCBKBS61599',
 'year': 2011}
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Saving data for WV61%20CLU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650864.384973, 'last_price_update_time': 1774765033.269507}
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV61%2520CLU') HTTP/1.1" 204 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: RE68%20ECJ
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for RE68%20ECJ: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: S6%20HXF
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S6%2520HXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for S6%20HXF: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: VE71%20LYK
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520LYK%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for VE71%20LYK: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: WN69%20KKH
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520KKH%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for WN69%20KKH: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: WP65%20AOT
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP65%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for WP65%20AOT: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: WR64%20VZJ
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR64%2520VZJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for WR64%20VZJ: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: WU22%20JXA
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for WU22%20JXA: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: BX14%20XGB
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX14%2520XGB%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for BX14%20XGB: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: DL66%20JWY
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520JWY%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for DL66%20JWY: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: EU67%20ZKA
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for EU67%20ZKA: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: EW19%20FOC
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520FOC%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for EW19%20FOC: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: FN18%20YMZ
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for FN18%20YMZ: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: HG67%20UFV
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for HG67%20UFV: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: KM64%20VPG
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM64%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for KM64%20VPG: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: LS24%20JXF
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520JXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for LS24%20JXF: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: MM72%20XPR
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for MM72%20XPR: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: WG24%20TUV
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520TUV%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for WG24%20TUV: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: HJ73%20OWV
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWV%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for HJ73%20OWV: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: HX74%20PHY
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX74%2520PHY%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for HX74%20PHY: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: DL24%20OOX
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OOX%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for DL24%20OOX: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: DS24%20ULU
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for DS24%20ULU: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: CE64%20LHN
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE64%2520LHN%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for CE64%20LHN: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: VE59%20LZX
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE59%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for VE59%20LZX: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: WL07%20KFX
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL07%2520KFX%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for WL07%20KFX: 0
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: NU20%20OJZ
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for NU20%20OJZ: 2
2026-03-29 06:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ
2026-03-29 06:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with scrape type 2
2026-03-29 06:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with scrape type 2
2026-03-29 06:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05, identifier: NU20%20OJZ
2026-03-29 06:17:13 [bca.uk] INFO: Found listing with ID: BF73%20ATK
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF73%2520ATK%27 HTTP/1.1" 200 None
2026-03-29 06:17:13 [bca.uk] INFO: Scrape type for BF73%20ATK: 2
2026-03-29 06:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK
2026-03-29 06:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f26866f-d70c-5513-a86a-a5b6650d0b24 with scrape type 2
2026-03-29 06:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f26866f-d70c-5513-a86a-a5b6650d0b24 with scrape type 2
2026-03-29 06:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f26866f-d70c-5513-a86a-a5b6650d0b24, identifier: BF73%20ATK
2026-03-29 06:17:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ
2026-03-29 06:17:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ
2026-03-29 06:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ to the API
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20OJZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c63bceec-6ccb-557a-a4ce-8c68b0f1ea05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 OJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20OJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 74539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROFESSIONAL',
 'vin': 'VF3VBYHRKL7030846',
 'year': 2020}
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:14 [bca.uk] INFO: Saving data for NU20%20OJZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774264137.203792, 'last_price_update_time': 1774765034.195295}
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520OJZ') HTTP/1.1" 204 0
2026-03-29 06:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK
2026-03-29 06:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK
2026-03-29 06:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK to the API
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF73%20ATK-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': '2f26866f-d70c-5513-a86a-a5b6650d0b24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF73 ATK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF73%20ATK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 13436,
 '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 1.6 GDI HYBRID 4 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 4 DCT',
 'vin': 'KNACT81EVR5121131',
 'year': 2023}
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF73%2520ATK%27 HTTP/1.1" 200 None
2026-03-29 06:17:14 [bca.uk] INFO: Saving data for BF73%20ATK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650865.697013, 'last_price_update_time': 1774765034.578704}
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF73%2520ATK') HTTP/1.1" 204 0
2026-03-29 06:17:14 [bca.uk] INFO: Found listing with ID: RF16%20HDG
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 06:17:14 [bca.uk] INFO: Scrape type for RF16%20HDG: 0
2026-03-29 06:17:14 [bca.uk] INFO: Found listing with ID: WV63%20NDU
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520NDU%27 HTTP/1.1" 200 None
2026-03-29 06:17:14 [bca.uk] INFO: Scrape type for WV63%20NDU: 2
2026-03-29 06:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU
2026-03-29 06:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7220f224-c90c-519b-983a-07fe6ec4f8d5 with scrape type 2
2026-03-29 06:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7220f224-c90c-519b-983a-07fe6ec4f8d5 with scrape type 2
2026-03-29 06:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7220f224-c90c-519b-983a-07fe6ec4f8d5, identifier: WV63%20NDU
2026-03-29 06:17:14 [bca.uk] INFO: Found listing with ID: VX66%20ORY
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ORY%27 HTTP/1.1" 200 None
2026-03-29 06:17:14 [bca.uk] INFO: Scrape type for VX66%20ORY: 2
2026-03-29 06:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY
2026-03-29 06:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10eff8c-2c85-539d-ab61-36fd1fa27f7e with scrape type 2
2026-03-29 06:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10eff8c-2c85-539d-ab61-36fd1fa27f7e with scrape type 2
2026-03-29 06:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d10eff8c-2c85-539d-ab61-36fd1fa27f7e, identifier: VX66%20ORY
2026-03-29 06:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU
2026-03-29 06:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU
2026-03-29 06:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU to the API
2026-03-29 06:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV63%20NDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7220f224-c90c-519b-983a-07fe6ec4f8d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV63 NDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV63%20NDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 89528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.2 DI-D GX4 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-D GX4 4WD',
 'vin': 'JMAXLGF6WDZ400790',
 'year': 2013}
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520NDU%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Saving data for WV63%20NDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536425.374481, 'last_price_update_time': 1774765035.105923}
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV63%2520NDU') HTTP/1.1" 204 0
2026-03-29 06:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY
2026-03-29 06:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY
2026-03-29 06:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY to the API
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX66%20ORY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd10eff8c-2c85-539d-ab61-36fd1fa27f7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX66 ORY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX66%20ORY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 132656,
 '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 150 2WD TITANIUM X StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM X',
 'vin': 'WF0AXXWPMAGR04638',
 'year': 2016}
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ORY%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Saving data for VX66%20ORY: {'auction_closing_time': 1774951200.0, 'created_time': 1774650867.414682, 'last_price_update_time': 1774765035.412798}
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX66%2520ORY') HTTP/1.1" 204 0
2026-03-29 06:17:15 [bca.uk] INFO: Found listing with ID: BJ71%20XEE
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520XEE%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Scrape type for BJ71%20XEE: 0
2026-03-29 06:17:15 [bca.uk] INFO: Found listing with ID: BT72%20YFL
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFL%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Scrape type for BT72%20YFL: 0
2026-03-29 06:17:15 [bca.uk] INFO: Found listing with ID: BX72%20SOA
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Scrape type for BX72%20SOA: 2
2026-03-29 06:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA
2026-03-29 06:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904e9a62-3cd2-563e-aa47-68bfc20cc547 with scrape type 2
2026-03-29 06:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904e9a62-3cd2-563e-aa47-68bfc20cc547 with scrape type 2
2026-03-29 06:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 904e9a62-3cd2-563e-aa47-68bfc20cc547, identifier: BX72%20SOA
2026-03-29 06:17:15 [bca.uk] INFO: Found listing with ID: NJ18%20BWP
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Scrape type for NJ18%20BWP: 2
2026-03-29 06:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP
2026-03-29 06:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with scrape type 2
2026-03-29 06:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with scrape type 2
2026-03-29 06:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98a65f5e-2f4e-5f2b-96d2-51589207ae58, identifier: NJ18%20BWP
2026-03-29 06:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA
2026-03-29 06:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA
2026-03-29 06:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA to the API
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX72%20SOA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '904e9a62-3cd2-563e-aa47-68bfc20cc547',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX72 SOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX72%20SOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 23196,
 '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': 'ZFACF1CJ3NJG85645',
 'year': 2023}
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-29 06:17:15 [bca.uk] INFO: Saving data for BX72%20SOA: {'auction_closing_time': 1774951200.0, 'created_time': 1773826500.471971, 'last_price_update_time': 1774765035.942476}
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX72%2520SOA') HTTP/1.1" 204 0
2026-03-29 06:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP
2026-03-29 06:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP
2026-03-29 06:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP to the API
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20BWP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98a65f5e-2f4e-5f2b-96d2-51589207ae58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 BWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20BWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 60371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJJT73054',
 'year': 2018}
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 06:17:16 [bca.uk] INFO: Saving data for NJ18%20BWP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650854.855655, 'last_price_update_time': 1774765036.233328}
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520BWP') HTTP/1.1" 204 0
2026-03-29 06:17:16 [bca.uk] INFO: Found listing with ID: DL73%20LFK
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFK%27 HTTP/1.1" 200 None
2026-03-29 06:17:16 [bca.uk] INFO: Scrape type for DL73%20LFK: 2
2026-03-29 06:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK
2026-03-29 06:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd13039-ee2d-5dc3-91b1-103377b84b41 with scrape type 2
2026-03-29 06:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd13039-ee2d-5dc3-91b1-103377b84b41 with scrape type 2
2026-03-29 06:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abd13039-ee2d-5dc3-91b1-103377b84b41, identifier: DL73%20LFK
2026-03-29 06:17:16 [bca.uk] INFO: Found listing with ID: VK17%20YZN
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK17%2520YZN%27 HTTP/1.1" 200 None
2026-03-29 06:17:16 [bca.uk] INFO: Scrape type for VK17%20YZN: 2
2026-03-29 06:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN
2026-03-29 06:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65428f94-55f4-5ab7-b16b-d990593d9164 with scrape type 2
2026-03-29 06:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65428f94-55f4-5ab7-b16b-d990593d9164 with scrape type 2
2026-03-29 06:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65428f94-55f4-5ab7-b16b-d990593d9164, identifier: VK17%20YZN
2026-03-29 06:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK
2026-03-29 06:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK
2026-03-29 06:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK to the API
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abd13039-ee2d-5dc3-91b1-103377b84b41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 14235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277572',
 'year': 2023}
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFK%27 HTTP/1.1" 200 None
2026-03-29 06:17:16 [bca.uk] INFO: Saving data for DL73%20LFK: {'auction_closing_time': 1774951200.0, 'created_time': 1773843513.074922, 'last_price_update_time': 1774765036.725064}
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFK') HTTP/1.1" 204 0
2026-03-29 06:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN
2026-03-29 06:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN
2026-03-29 06:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN to the API
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK17%20YZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65428f94-55f4-5ab7-b16b-d990593d9164',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK17 YZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK17%20YZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 46386,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FEEL',
 'vin': 'VF7PAHMTCGR797520',
 'year': 2017}
2026-03-29 06:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK17%2520YZN%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Saving data for VK17%20YZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774479069.791551, 'last_price_update_time': 1774765037.009071}
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK17%2520YZN') HTTP/1.1" 204 0
2026-03-29 06:17:17 [bca.uk] INFO: Found listing with ID: DL73%20LSX
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSX%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Scrape type for DL73%20LSX: 2
2026-03-29 06:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX
2026-03-29 06:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with scrape type 2
2026-03-29 06:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with scrape type 2
2026-03-29 06:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e, identifier: DL73%20LSX
2026-03-29 06:17:17 [bca.uk] INFO: Found listing with ID: WT17%20VHG
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Scrape type for WT17%20VHG: 2
2026-03-29 06:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG
2026-03-29 06:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8e192eb-92be-5f74-ad81-3c29da63b0f9 with scrape type 2
2026-03-29 06:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8e192eb-92be-5f74-ad81-3c29da63b0f9 with scrape type 2
2026-03-29 06:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8e192eb-92be-5f74-ad81-3c29da63b0f9, identifier: WT17%20VHG
2026-03-29 06:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX
2026-03-29 06:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX
2026-03-29 06:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX to the API
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LSX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a426dd5-3a67-55d4-94fb-e390fdfb1d2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4259980',
 'year': 2023}
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSX%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Saving data for DL73%20LSX: {'auction_closing_time': 1774951200.0, 'created_time': 1773845784.152752, 'last_price_update_time': 1774765037.509077}
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LSX') HTTP/1.1" 204 0
2026-03-29 06:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG
2026-03-29 06:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG
2026-03-29 06:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG to the API
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT17%20VHG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8e192eb-92be-5f74-ad81-3c29da63b0f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT17 VHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT17%20VHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 90240,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF05XXGCC5HR84341',
 'year': 2017}
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Saving data for WT17%20VHG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650855.740546, 'last_price_update_time': 1774765037.879224}
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT17%2520VHG') HTTP/1.1" 204 0
2026-03-29 06:17:17 [bca.uk] INFO: Found listing with ID: DN25%20TXB
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520TXB%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Scrape type for DN25%20TXB: 0
2026-03-29 06:17:17 [bca.uk] INFO: Found listing with ID: GD23%20NXE
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520NXE%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Scrape type for GD23%20NXE: 0
2026-03-29 06:17:17 [bca.uk] INFO: Found listing with ID: GU23%20VMV
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Scrape type for GU23%20VMV: 0
2026-03-29 06:17:17 [bca.uk] INFO: Found listing with ID: KE73%20ZLV
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZLV%27 HTTP/1.1" 200 None
2026-03-29 06:17:17 [bca.uk] INFO: Scrape type for KE73%20ZLV: 2
2026-03-29 06:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV
2026-03-29 06:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c53cdb6b-6330-5555-8cb2-77312a5901d9 with scrape type 2
2026-03-29 06:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c53cdb6b-6330-5555-8cb2-77312a5901d9 with scrape type 2
2026-03-29 06:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c53cdb6b-6330-5555-8cb2-77312a5901d9, identifier: KE73%20ZLV
2026-03-29 06:17:18 [bca.uk] INFO: Found listing with ID: DY73%20WKE
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520WKE%27 HTTP/1.1" 200 None
2026-03-29 06:17:18 [bca.uk] INFO: Scrape type for DY73%20WKE: 2
2026-03-29 06:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE
2026-03-29 06:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5d699b1-3181-5b81-81cb-aaaff9aa2087 with scrape type 2
2026-03-29 06:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5d699b1-3181-5b81-81cb-aaaff9aa2087 with scrape type 2
2026-03-29 06:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5d699b1-3181-5b81-81cb-aaaff9aa2087, identifier: DY73%20WKE
2026-03-29 06:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV
2026-03-29 06:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV
2026-03-29 06:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV to the API
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20ZLV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c53cdb6b-6330-5555-8cb2-77312a5901d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 ZLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20ZLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4301982',
 'year': 2024}
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZLV%27 HTTP/1.1" 200 None
2026-03-29 06:17:18 [bca.uk] INFO: Saving data for KE73%20ZLV: {'auction_closing_time': 1774951200.0, 'created_time': 1773842843.437481, 'last_price_update_time': 1774765038.429442}
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520ZLV') HTTP/1.1" 204 0
2026-03-29 06:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE
2026-03-29 06:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE
2026-03-29 06:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE to the API
2026-03-29 06:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY73%20WKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f5d699b1-3181-5b81-81cb-aaaff9aa2087',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY73 WKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY73%20WKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 13710,
 '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 LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0209984',
 'year': 2024}
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520WKE%27 HTTP/1.1" 200 None
2026-03-29 06:17:19 [bca.uk] INFO: Saving data for DY73%20WKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650856.360044, 'last_price_update_time': 1774765039.26651}
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY73%2520WKE') HTTP/1.1" 204 0
2026-03-29 06:17:19 [bca.uk] INFO: Found listing with ID: LF23%20RSM
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520RSM%27 HTTP/1.1" 200 None
2026-03-29 06:17:19 [bca.uk] INFO: Scrape type for LF23%20RSM: 2
2026-03-29 06:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM
2026-03-29 06:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b453dc24-3300-591e-ac09-70763f05bce5 with scrape type 2
2026-03-29 06:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b453dc24-3300-591e-ac09-70763f05bce5 with scrape type 2
2026-03-29 06:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b453dc24-3300-591e-ac09-70763f05bce5, identifier: LF23%20RSM
2026-03-29 06:17:19 [bca.uk] INFO: Found listing with ID: LD03%20JVY
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD03%2520JVY%27 HTTP/1.1" 200 None
2026-03-29 06:17:19 [bca.uk] INFO: Scrape type for LD03%20JVY: 2
2026-03-29 06:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY
2026-03-29 06:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with scrape type 2
2026-03-29 06:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with scrape type 2
2026-03-29 06:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef, identifier: LD03%20JVY
2026-03-29 06:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM
2026-03-29 06:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM
2026-03-29 06:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM to the API
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20RSM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b453dc24-3300-591e-ac09-70763f05bce5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF23 RSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20RSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 45111,
 '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': 'LRWYHCFSXPC970319',
 'year': 2023}
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520RSM%27 HTTP/1.1" 200 None
2026-03-29 06:17:19 [bca.uk] INFO: Saving data for LF23%20RSM: {'auction_closing_time': 1774951200.0, 'created_time': 1774017055.174464, 'last_price_update_time': 1774765039.807974}
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520RSM') HTTP/1.1" 204 0
2026-03-29 06:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY
2026-03-29 06:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY
2026-03-29 06:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY to the API
2026-03-29 06:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD03%20JVY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD03 JVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD03%20JVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'PREVIA',
 'odometer': 120136,
 '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 PREVIA 2.4 GS (8ST) MPV',
 'transmission': 'manual',
 'trim': 'GS (8ST)',
 'vin': 'JTEGD32M000212946',
 'year': 2003}
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD03%2520JVY%27 HTTP/1.1" 200 None
2026-03-29 06:17:20 [bca.uk] INFO: Saving data for LD03%20JVY: {'auction_closing_time': 1774854000.0, 'created_time': 1774437074.538482, 'last_price_update_time': 1774765040.110896}
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD03%2520JVY') HTTP/1.1" 204 0
2026-03-29 06:17:20 [bca.uk] INFO: Found listing with ID: LO74%20YKP
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520YKP%27 HTTP/1.1" 200 None
2026-03-29 06:17:20 [bca.uk] INFO: Scrape type for LO74%20YKP: 2
2026-03-29 06:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP
2026-03-29 06:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with scrape type 2
2026-03-29 06:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with scrape type 2
2026-03-29 06:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce79ed57-e195-5fe9-a34e-5223f46ef7c0, identifier: LO74%20YKP
2026-03-29 06:17:20 [bca.uk] INFO: Found listing with ID: LG61%20YAY
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YAY%27 HTTP/1.1" 200 None
2026-03-29 06:17:20 [bca.uk] INFO: Scrape type for LG61%20YAY: 2
2026-03-29 06:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY
2026-03-29 06:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f832e668-abba-56a4-a2f6-d9dd316dd1ca with scrape type 2
2026-03-29 06:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f832e668-abba-56a4-a2f6-d9dd316dd1ca with scrape type 2
2026-03-29 06:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f832e668-abba-56a4-a2f6-d9dd316dd1ca, identifier: LG61%20YAY
2026-03-29 06:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP
2026-03-29 06:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP
2026-03-29 06:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP to the API
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO74%20YKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce79ed57-e195-5fe9-a34e-5223f46ef7c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO74 YKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO74%20YKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNS9R4317218',
 'year': 2024}
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520YKP%27 HTTP/1.1" 200 None
2026-03-29 06:17:20 [bca.uk] INFO: Saving data for LO74%20YKP: {'auction_closing_time': 1774951200.0, 'created_time': 1773929527.430893, 'last_price_update_time': 1774765040.624985}
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO74%2520YKP') HTTP/1.1" 204 0
2026-03-29 06:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY
2026-03-29 06:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY
2026-03-29 06:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY to the API
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20YAY-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f832e668-abba-56a4-a2f6-d9dd316dd1ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG61 YAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20YAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 62643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S JOHN COOPER WORKS Convertible',
 'transmission': 'manual',
 'trim': 'S JOHN COOPER WORKS',
 'vin': 'WMWZP92080T199153',
 'year': 2011}
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YAY%27 HTTP/1.1" 200 None
2026-03-29 06:17:20 [bca.uk] INFO: Saving data for LG61%20YAY: {'auction_closing_time': 1775037600.0, 'created_time': 1774650857.583189, 'last_price_update_time': 1774765040.923577}
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520YAY') HTTP/1.1" 204 0
2026-03-29 06:17:20 [bca.uk] INFO: Found listing with ID: VA73%20BBJ
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA73%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:20 [bca.uk] INFO: Scrape type for VA73%20BBJ: 2
2026-03-29 06:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ
2026-03-29 06:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with scrape type 2
2026-03-29 06:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with scrape type 2
2026-03-29 06:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed3389f6-739f-5fd6-a1f8-243ec5e718a8, identifier: VA73%20BBJ
2026-03-29 06:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:17:21 [bca.uk] INFO: Found listing with ID: DN75%20JVD
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN75%2520JVD%27 HTTP/1.1" 200 None
2026-03-29 06:17:21 [bca.uk] INFO: Scrape type for DN75%20JVD: 2
2026-03-29 06:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD
2026-03-29 06:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df8454a4-66df-5168-bac2-60f37e8a78eb with scrape type 2
2026-03-29 06:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df8454a4-66df-5168-bac2-60f37e8a78eb with scrape type 2
2026-03-29 06:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df8454a4-66df-5168-bac2-60f37e8a78eb, identifier: DN75%20JVD
2026-03-29 06:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ
2026-03-29 06:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ
2026-03-29 06:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ to the API
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA73%20BBJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed3389f6-739f-5fd6-a1f8-243ec5e718a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VA73 BBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA73%20BBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 27824,
 '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': 'VR3FPHNSTPY665030',
 'year': 2024}
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA73%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:21 [bca.uk] INFO: Saving data for VA73%20BBJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773841985.96929, 'last_price_update_time': 1774765041.469528}
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA73%2520BBJ') HTTP/1.1" 204 0
2026-03-29 06:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD
2026-03-29 06:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD
2026-03-29 06:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD to the API
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN75%20JVD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'df8454a4-66df-5168-bac2-60f37e8a78eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN75 JVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN75%20JVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC E-TECH',
 'odometer': 80,
 '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': 'RENAULT TRAFIC E-TECH 90KW 52KWH SL30 ADVANCE PanelVan',
 'transmission': 'automatic',
 'trim': '90KW 52KWH SL30 ADVANCE',
 'vin': 'VF1EL000273519023',
 'year': 2025}
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN75%2520JVD%27 HTTP/1.1" 200 None
2026-03-29 06:17:21 [bca.uk] INFO: Saving data for DN75%20JVD: {'auction_closing_time': 1775026800.0, 'created_time': 1773841818.181393, 'last_price_update_time': 1774765041.84618}
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN75%2520JVD') HTTP/1.1" 204 0
2026-03-29 06:17:21 [bca.uk] INFO: Found listing with ID: WD72%20GOK
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520GOK%27 HTTP/1.1" 200 None
2026-03-29 06:17:21 [bca.uk] INFO: Scrape type for WD72%20GOK: 2
2026-03-29 06:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK
2026-03-29 06:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c150582-d5f6-5bbd-bffa-cde557656736 with scrape type 2
2026-03-29 06:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c150582-d5f6-5bbd-bffa-cde557656736 with scrape type 2
2026-03-29 06:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c150582-d5f6-5bbd-bffa-cde557656736, identifier: WD72%20GOK
2026-03-29 06:17:21 [bca.uk] INFO: Found listing with ID: HIG%201047
2026-03-29 06:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HIG%25201047%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for HIG%201047: 2
2026-03-29 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047
2026-03-29 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with scrape type 2
2026-03-29 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with scrape type 2
2026-03-29 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58ffc722-dbf9-52e9-adbe-b1e51e252a92, identifier: HIG%201047
2026-03-29 06:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK
2026-03-29 06:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK
2026-03-29 06:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK to the API
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD72%20GOK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c150582-d5f6-5bbd-bffa-cde557656736',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD72 GOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD72%20GOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': '500',
 'odometer': 18225,
 'odometer_reading_unit': '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': 'ZFACF1CJ0NJH01459',
 'year': 2022}
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520GOK%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Saving data for WD72%20GOK: {'auction_closing_time': 1774951200.0, 'created_time': 1773841482.196198, 'last_price_update_time': 1774765042.355579}
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD72%2520GOK') HTTP/1.1" 204 0
2026-03-29 06:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047
2026-03-29 06:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047
2026-03-29 06:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047 to the API
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HIG%201047-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58ffc722-dbf9-52e9-adbe-b1e51e252a92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HIG 1047',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HIG%201047&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 88277,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0CXXGAKCGR58692',
 'year': 2016}
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HIG%25201047%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Saving data for HIG%201047: {'auction_closing_time': 1775124000.0, 'created_time': 1774650858.333007, 'last_price_update_time': 1774765042.645339}
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HIG%25201047') HTTP/1.1" 204 0
2026-03-29 06:17:22 [bca.uk] INFO: Found listing with ID: WV74%20NYF
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYF%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for WV74%20NYF: 0
2026-03-29 06:17:22 [bca.uk] INFO: Found listing with ID: YJ73%20WVG
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WVG%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for YJ73%20WVG: 0
2026-03-29 06:17:22 [bca.uk] INFO: Found listing with ID: AF73%20FDG
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520FDG%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for AF73%20FDG: 0
2026-03-29 06:17:22 [bca.uk] INFO: Found listing with ID: BP23%20OXE
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OXE%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for BP23%20OXE: 0
2026-03-29 06:17:22 [bca.uk] INFO: Found listing with ID: DL74%20WSX
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WSX%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for DL74%20WSX: 2
2026-03-29 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX
2026-03-29 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79fd5460-1c87-5c67-86ca-ad33e656a68d with scrape type 2
2026-03-29 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79fd5460-1c87-5c67-86ca-ad33e656a68d with scrape type 2
2026-03-29 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79fd5460-1c87-5c67-86ca-ad33e656a68d, identifier: DL74%20WSX
2026-03-29 06:17:22 [bca.uk] INFO: Total items found: 100
2026-03-29 06:17:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded
2026-03-29 06:17:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:17:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:22 [bca.uk] INFO: Found listing with ID: HT71%20LXK
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 06:17:22 [bca.uk] INFO: Scrape type for HT71%20LXK: 2
2026-03-29 06:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK
2026-03-29 06:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d789552-8ca9-5c06-ae85-8f5277ee2005 with scrape type 2
2026-03-29 06:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d789552-8ca9-5c06-ae85-8f5277ee2005 with scrape type 2
2026-03-29 06:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d789552-8ca9-5c06-ae85-8f5277ee2005, identifier: HT71%20LXK
2026-03-29 06:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX
2026-03-29 06:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX
2026-03-29 06:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX to the API
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WSX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '79fd5460-1c87-5c67-86ca-ad33e656a68d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 2439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ7R6054547',
 'year': 2024}
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WSX%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Saving data for DL74%20WSX: {'auction_closing_time': 1774951200.0, 'created_time': 1773832359.804017, 'last_price_update_time': 1774765043.225245}
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WSX') HTTP/1.1" 204 0
2026-03-29 06:17:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK
2026-03-29 06:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK
2026-03-29 06:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK to the API
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20LXK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d789552-8ca9-5c06-ae85-8f5277ee2005',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT71 LXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20LXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '520D',
 'odometer': 64429,
 'odometer_reading_unit': '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 Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN060CJ74243',
 'year': 2022}
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Saving data for HT71%20LXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650857.960712, 'last_price_update_time': 1774765043.530874}
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520LXK') HTTP/1.1" 204 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: DP74%20RXJ
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RXJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for DP74%20RXJ: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: DV24%20JXF
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for DV24%20JXF: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: DV24%20KFY
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFY%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for DV24%20KFY: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: FN72%20OEE
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OEE%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for FN72%20OEE: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: FV72%20NMZ
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for FV72%20NMZ: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: FV72%20UEH
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEH%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for FV72%20UEH: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: MJ74%20HCK
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for MJ74%20HCK: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: ML74%20XNP
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNP%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for ML74%20XNP: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: ML74%20XNR
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNR%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for ML74%20XNR: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: MW23%20LTA
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LTA%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for MW23%20LTA: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: RJ73%20HUP
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520HUP%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for RJ73%20HUP: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: WR74%20UBG
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520UBG%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for WR74%20UBG: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: MK21%20YWO
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520YWO%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for MK21%20YWO: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: RJ71%20VBU
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520VBU%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for RJ71%20VBU: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: KW70%20KJF
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520KJF%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for KW70%20KJF: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: LL19%20HLZ
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520HLZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for LL19%20HLZ: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: DV25%20OFL
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for DV25%20OFL: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: KR23%20TVT
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520TVT%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for KR23%20TVT: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: LP71%20KFO
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520KFO%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for LP71%20KFO: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: MV70%20UDN
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV70%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for MV70%20UDN: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: OW72%20HZA
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for OW72%20HZA: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: RE23%20FZR
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FZR%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for RE23%20FZR: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: RE72%20FMA
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for RE72%20FMA: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: RJ23%20EFO
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520EFO%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for RJ23%20EFO: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: RJ23%20VPP
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520VPP%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for RJ23%20VPP: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: BJ23%20NPZ
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520NPZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for BJ23%20NPZ: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: MA18%20XAV
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520XAV%27 HTTP/1.1" 200 None
2026-03-29 06:17:23 [bca.uk] INFO: Scrape type for MA18%20XAV: 0
2026-03-29 06:17:23 [bca.uk] INFO: Found listing with ID: HV23%20ZBJ
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for HV23%20ZBJ: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: KM71%20VHH
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520VHH%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for KM71%20VHH: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: LD66%20KNU
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520KNU%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for LD66%20KNU: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: KR69%20XGT
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for KR69%20XGT: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: PJ21%20LPF
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520LPF%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for PJ21%20LPF: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: MJ19%20YMY
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ19%2520YMY%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for MJ19%20YMY: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: DK18%20MWO
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK18%2520MWO%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for DK18%20MWO: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: M2%20CFL
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M2%2520CFL%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for M2%20CFL: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: PO21%20ZDW
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17: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%2520ZDW%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for PO21%20ZDW: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: PO21%20ZDP
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17: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%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for PO21%20ZDP: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: DE14%20ARU
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520ARU%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for DE14%20ARU: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: PK20%20WGA
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WGA%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for PK20%20WGA: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: CV11%20TXJ
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520TXJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for CV11%20TXJ: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: PK20%20VKB
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for PK20%20VKB: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: DF19%20LHK
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for DF19%20LHK: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: LL74%20DLN
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DLN%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for LL74%20DLN: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: WN65%20OEG
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for WN65%20OEG: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: YT68%20JKU
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for YT68%20JKU: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: WN14%20FCG
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for WN14%20FCG: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: RE12%20TFN
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520TFN%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for RE12%20TFN: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: BN25%20UTW
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520UTW%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for BN25%20UTW: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: KF73%20BYX
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYX%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for KF73%20BYX: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: LL74%20XTA
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520XTA%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for LL74%20XTA: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: MW74%20DVV
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17: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%2520DVV%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for MW74%20DVV: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: VX24%20WKR
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WKR%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for VX24%20WKR: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: LS59%20WNP
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS59%2520WNP%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for LS59%20WNP: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: WG73%20OAP
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for WG73%20OAP: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: YE72%20WSZ
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520WSZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for YE72%20WSZ: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: WN73%20CVF
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520CVF%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for WN73%20CVF: 0
2026-03-29 06:17:24 [bca.uk] INFO: Found listing with ID: LG64%20SVT
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520SVT%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for LG64%20SVT: 2
2026-03-29 06:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT
2026-03-29 06:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b71d07-2436-51e5-ad8d-4b6fb0639961 with scrape type 2
2026-03-29 06:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b71d07-2436-51e5-ad8d-4b6fb0639961 with scrape type 2
2026-03-29 06:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44b71d07-2436-51e5-ad8d-4b6fb0639961, identifier: LG64%20SVT
2026-03-29 06:17: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:17:24 [bca.uk] INFO: Found listing with ID: KN73%20OYO
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520OYO%27 HTTP/1.1" 200 None
2026-03-29 06:17:24 [bca.uk] INFO: Scrape type for KN73%20OYO: 2
2026-03-29 06:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO
2026-03-29 06:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with scrape type 2
2026-03-29 06:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with scrape type 2
2026-03-29 06:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a, identifier: KN73%20OYO
2026-03-29 06:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT
2026-03-29 06:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT
2026-03-29 06:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT to the API
2026-03-29 06:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG64%20SVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44b71d07-2436-51e5-ad8d-4b6fb0639961',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG64 SVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG64%20SVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 148971,
 '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 RANGER 3.2 TDCI 200 LIMITED 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 200 LIMITED 4WD',
 'vin': '6FPPXXMJ2PEM06798',
 'year': 2014}
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520SVT%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Saving data for LG64%20SVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774362818.362401, 'last_price_update_time': 1774765045.065596}
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520SVT') HTTP/1.1" 204 0
2026-03-29 06:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brilliant+silver HTTP/1.1" 200 None
2026-03-29 06:17:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:17:25 [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:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO
2026-03-29 06:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO to the API
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN73%20OYO-GB',
 'category': 'Car',
 'color': 'brilliant silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c0a512e-a7e3-5df2-ae66-e7d6d989063a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN73 OYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN73%20OYO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V220 D',
 'odometer': 21889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 44000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V220 D 2.0 AMG LINE (EXTRA LONG) 9G MPV',
 'transmission': 'automatic',
 'trim': 'AMG LINE (EXTRA LONG) 9G',
 'vin': 'W1VVLLFZ1P4309217',
 'year': 2023}
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520OYO%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Saving data for KN73%20OYO: {'auction_closing_time': 1775026800.0, 'created_time': 1774015868.035297, 'last_price_update_time': 1774765045.583293}
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520OYO') HTTP/1.1" 204 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: KS65%20LUJ
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520LUJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for KS65%20LUJ: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: HY59%20MHN
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520MHN%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for HY59%20MHN: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: BP73%20LPL
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for BP73%20LPL: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: GU25%20CYK
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU25%2520CYK%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for GU25%20CYK: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: GL69%20LKE
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for GL69%20LKE: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: EU16%20UEY
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520UEY%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for EU16%20UEY: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: GP25%20CFA
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CFA%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for GP25%20CFA: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: EK67%20HHX
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520HHX%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for EK67%20HHX: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: WN24%20YMM
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520YMM%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for WN24%20YMM: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: HV24%20LUO
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520LUO%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for HV24%20LUO: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: EK66%20HSA
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520HSA%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for EK66%20HSA: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: WN24%20JXA
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for WN24%20JXA: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: DG09%20NKN
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG09%2520NKN%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for DG09%20NKN: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: LP67%20WFR
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for LP67%20WFR: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: BK63%20HUJ
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK63%2520HUJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for BK63%20HUJ: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: WN25%20TFK
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TFK%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for WN25%20TFK: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: BP73%20HVS
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HVS%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for BP73%20HVS: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: MK24%20YVZ
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YVZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for MK24%20YVZ: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: VX24%20WFW
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WFW%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for VX24%20WFW: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: WR74%20YCH
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520YCH%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for WR74%20YCH: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: YF23%20FZH
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for YF23%20FZH: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: YC67%20OMR
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520OMR%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for YC67%20OMR: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: WR75%20UOJ
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UOJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for WR75%20UOJ: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: DV74%20ALU
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520ALU%27 HTTP/1.1" 200 None
2026-03-29 06:17:25 [bca.uk] INFO: Scrape type for DV74%20ALU: 0
2026-03-29 06:17:25 [bca.uk] INFO: Found listing with ID: DY74%20XDV
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for DY74%20XDV: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: NG73%20YLM
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG73%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for NG73%20YLM: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: WV73%20ZYN
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZYN%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for WV73%20ZYN: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: WR75%20CXT
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520CXT%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for WR75%20CXT: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: WR25%20NZX
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR25%2520NZX%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for WR25%20NZX: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: BK73%20UUP
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520UUP%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for BK73%20UUP: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: NU71%20JWW
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for NU71%20JWW: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: WO74%20DWW
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DWW%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for WO74%20DWW: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: WN74%20BVS
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520BVS%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for WN74%20BVS: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: WN75%20BBJ
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for WN75%20BBJ: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: OU65%20MVZ
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520MVZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for OU65%20MVZ: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: YF72%20HXH
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for YF72%20HXH: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: OE21%20PVN
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520PVN%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for OE21%20PVN: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: LY63%20BRZ
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY63%2520BRZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for LY63%20BRZ: 0
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: VN68%20KOJ
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for VN68%20KOJ: 2
2026-03-29 06:17:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ
2026-03-29 06:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with scrape type 2
2026-03-29 06:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with scrape type 2
2026-03-29 06:17:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4, identifier: VN68%20KOJ
2026-03-29 06:17:26 [bca.uk] INFO: Found listing with ID: KN75%20AXF
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Scrape type for KN75%20AXF: 2
2026-03-29 06:17:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF
2026-03-29 06:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ddddbd-7edc-516c-9131-f9886cb6ce60 with scrape type 2
2026-03-29 06:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ddddbd-7edc-516c-9131-f9886cb6ce60 with scrape type 2
2026-03-29 06:17:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2ddddbd-7edc-516c-9131-f9886cb6ce60, identifier: KN75%20AXF
2026-03-29 06:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ
2026-03-29 06:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ
2026-03-29 06:17:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ to the API
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN68%20KOJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d61c7d6-24b6-5d06-b8fc-6953f78d27f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN68 KOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN68%20KOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 23458,
 'odometer_reading_unit': '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 T-ROC 1.5 TSI EVO 150 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 SE',
 'vin': 'WVGZZZA1ZKV027733',
 'year': 2018}
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:26 [bca.uk] INFO: Saving data for VN68%20KOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773832011.26307, 'last_price_update_time': 1774765046.739944}
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN68%2520KOJ') HTTP/1.1" 204 0
2026-03-29 06:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:17:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=obsidian+black HTTP/1.1" 200 None
2026-03-29 06:17:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:17: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:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF
2026-03-29 06:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF to the API
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20AXF-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2ddddbd-7edc-516c-9131-f9886cb6ce60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 AXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20AXF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 10029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 62000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ2T4562583',
 'year': 2025}
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Saving data for KN75%20AXF: {'auction_closing_time': 1775026800.0, 'created_time': 1774015855.643015, 'last_price_update_time': 1774765047.231739}
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520AXF') HTTP/1.1" 204 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: KP72%20CZD
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520CZD%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for KP72%20CZD: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: AF70%20LXK
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for AF70%20LXK: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: KF17%20FZC
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520FZC%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for KF17%20FZC: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: EX63%20ZNH
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520ZNH%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for EX63%20ZNH: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: EK15%20TZJ
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520TZJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for EK15%20TZJ: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: CY12%20KRJ
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY12%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for CY12%20KRJ: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: CK11%20FHT
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for CK11%20FHT: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: AY19%20FOM
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY19%2520FOM%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for AY19%20FOM: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: AX67%20DXM
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX67%2520DXM%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for AX67%20DXM: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: P816%20SWC
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P816%2520SWC%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for P816%20SWC: 0
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: NV21%20ZXG
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520ZXG%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for NV21%20ZXG: 2
2026-03-29 06:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG
2026-03-29 06:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4a8b093-45e9-532c-be82-a26df1028c97 with scrape type 2
2026-03-29 06:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4a8b093-45e9-532c-be82-a26df1028c97 with scrape type 2
2026-03-29 06:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4a8b093-45e9-532c-be82-a26df1028c97, identifier: NV21%20ZXG
2026-03-29 06:17:27 [bca.uk] INFO: Found listing with ID: KN75%20BJO
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Scrape type for KN75%20BJO: 2
2026-03-29 06:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO
2026-03-29 06:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36b7cbc-4ca7-577d-9216-96cf90f2270c with scrape type 2
2026-03-29 06:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36b7cbc-4ca7-577d-9216-96cf90f2270c with scrape type 2
2026-03-29 06:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36b7cbc-4ca7-577d-9216-96cf90f2270c, identifier: KN75%20BJO
2026-03-29 06:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG
2026-03-29 06:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG
2026-03-29 06:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG to the API
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV21%20ZXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4a8b093-45e9-532c-be82-a26df1028c97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV21 ZXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV21%20ZXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 130304,
 '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 850 PROF.LONG CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 850 PROF.LONG',
 'vin': 'VR3EFYHYCMJ734338',
 'year': 2021}
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520ZXG%27 HTTP/1.1" 200 None
2026-03-29 06:17:27 [bca.uk] INFO: Saving data for NV21%20ZXG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650992.505547, 'last_price_update_time': 1774765047.927356}
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV21%2520ZXG') HTTP/1.1" 204 0
2026-03-29 06:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO
2026-03-29 06:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO
2026-03-29 06:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO to the API
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BJO-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c36b7cbc-4ca7-577d-9216-96cf90f2270c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BJO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 4256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 63000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ8T4559915',
 'year': 2025}
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:17:28 [bca.uk] INFO: Saving data for KN75%20BJO: {'auction_closing_time': 1775026800.0, 'created_time': 1774015871.071204, 'last_price_update_time': 1774765048.395016}
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BJO') HTTP/1.1" 204 0
2026-03-29 06:17:28 [bca.uk] INFO: Found listing with ID: CX18%20GGA
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520GGA%27 HTTP/1.1" 200 None
2026-03-29 06:17:28 [bca.uk] INFO: Scrape type for CX18%20GGA: 2
2026-03-29 06:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA
2026-03-29 06:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82657a43-fd12-5930-8897-baf9d559e964 with scrape type 2
2026-03-29 06:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82657a43-fd12-5930-8897-baf9d559e964 with scrape type 2
2026-03-29 06:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82657a43-fd12-5930-8897-baf9d559e964, identifier: CX18%20GGA
2026-03-29 06:17:28 [bca.uk] INFO: Found listing with ID: KT23%20MJY
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT23%2520MJY%27 HTTP/1.1" 200 None
2026-03-29 06:17:28 [bca.uk] INFO: Scrape type for KT23%20MJY: 2
2026-03-29 06:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161d4725-e4ac-56e2-825e-4481576e6b2d with identifier: KT23%20MJY
2026-03-29 06:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161d4725-e4ac-56e2-825e-4481576e6b2d with scrape type 2
2026-03-29 06:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161d4725-e4ac-56e2-825e-4481576e6b2d with scrape type 2
2026-03-29 06:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 161d4725-e4ac-56e2-825e-4481576e6b2d, identifier: KT23%20MJY
2026-03-29 06:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA
2026-03-29 06:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA
2026-03-29 06:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA to the API
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX18%20GGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82657a43-fd12-5930-8897-baf9d559e964',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX18 GGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX18%20GGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 101630,
 'odometer_reading_unit': '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 DOBLO MAXI 1.6 M/JET 105 LWB SX Van',
 'transmission': 'manual',
 'trim': 'M/JET 105 LWB SX',
 'vin': 'ZFA26300006H47236',
 'year': 2018}
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520GGA%27 HTTP/1.1" 200 None
2026-03-29 06:17:28 [bca.uk] INFO: Saving data for CX18%20GGA: {'auction_closing_time': 1775124000.0, 'created_time': 1773845918.173221, 'last_price_update_time': 1774765048.905269}
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX18%2520GGA') HTTP/1.1" 204 0
2026-03-29 06:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 161d4725-e4ac-56e2-825e-4481576e6b2d with identifier: KT23%20MJY
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:17:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=dark+graphite+grey HTTP/1.1" 200 None
2026-03-29 06:17:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:17: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:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 161d4725-e4ac-56e2-825e-4481576e6b2d with identifier: KT23%20MJY
2026-03-29 06:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 161d4725-e4ac-56e2-825e-4481576e6b2d with identifier: KT23%20MJY to the API
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT23%20MJY-GB',
 'category': 'Car',
 'color': 'dark graphite grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '161d4725-e4ac-56e2-825e-4481576e6b2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KT23 MJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT23%20MJY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V220 D',
 'odometer': 25580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 43000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V220 D 2.0 AMG LINE (EXTRA LONG) 9G MPV',
 'transmission': 'automatic',
 'trim': 'AMG LINE (EXTRA LONG) 9G',
 'vin': 'W1VVLLFZXP4275973',
 'year': 2023}
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT23%2520MJY%27 HTTP/1.1" 200 None
2026-03-29 06:17:29 [bca.uk] INFO: Saving data for KT23%20MJY: {'auction_closing_time': 1775026800.0, 'created_time': 1774017224.121136, 'last_price_update_time': 1774765049.329158}
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT23%2520MJY') HTTP/1.1" 204 0
2026-03-29 06:17:29 [bca.uk] INFO: Found listing with ID: AF21%20HMA
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 06:17:29 [bca.uk] INFO: Scrape type for AF21%20HMA: 2
2026-03-29 06:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA
2026-03-29 06:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfaa105a-6051-540a-ab66-c16f434e175c with scrape type 2
2026-03-29 06:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfaa105a-6051-540a-ab66-c16f434e175c with scrape type 2
2026-03-29 06:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfaa105a-6051-540a-ab66-c16f434e175c, identifier: AF21%20HMA
2026-03-29 06:17:29 [bca.uk] INFO: Found listing with ID: HK73%20YBS
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520YBS%27 HTTP/1.1" 200 None
2026-03-29 06:17:29 [bca.uk] INFO: Scrape type for HK73%20YBS: 2
2026-03-29 06:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS
2026-03-29 06:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7a35250-1b92-5bd8-92c5-99f16c708f34 with scrape type 2
2026-03-29 06:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7a35250-1b92-5bd8-92c5-99f16c708f34 with scrape type 2
2026-03-29 06:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7a35250-1b92-5bd8-92c5-99f16c708f34, identifier: HK73%20YBS
2026-03-29 06:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA
2026-03-29 06:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA
2026-03-29 06:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA to the API
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF21%20HMA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cfaa105a-6051-540a-ab66-c16f434e175c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF21 HMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF21%20HMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 40270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U95MN034389',
 'year': 2021}
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 06:17:29 [bca.uk] INFO: Saving data for AF21%20HMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650987.6573, 'last_price_update_time': 1774765049.885581}
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF21%2520HMA') HTTP/1.1" 204 0
2026-03-29 06:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS
2026-03-29 06:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS
2026-03-29 06:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS to the API
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK73%20YBS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7a35250-1b92-5bd8-92c5-99f16c708f34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK73 YBS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK73%20YBS&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 11180,
 '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': '6FPPXXMJ2PPT84058',
 'year': 2024}
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520YBS%27 HTTP/1.1" 200 None
2026-03-29 06:17:30 [bca.uk] INFO: Saving data for HK73%20YBS: {'auction_closing_time': 1774854000.0, 'created_time': 1774524529.312182, 'last_price_update_time': 1774765050.170396}
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK73%2520YBS') HTTP/1.1" 204 0
2026-03-29 06:17:30 [bca.uk] INFO: Found listing with ID: CX15%20XTS
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520XTS%27 HTTP/1.1" 200 None
2026-03-29 06:17:30 [bca.uk] INFO: Scrape type for CX15%20XTS: 2
2026-03-29 06:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS
2026-03-29 06:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1be8918-c609-574c-9913-0cd58224632b with scrape type 2
2026-03-29 06:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1be8918-c609-574c-9913-0cd58224632b with scrape type 2
2026-03-29 06:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1be8918-c609-574c-9913-0cd58224632b, identifier: CX15%20XTS
2026-03-29 06:17:30 [bca.uk] INFO: Found listing with ID: KY23%20LWF
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 06:17:30 [bca.uk] INFO: Scrape type for KY23%20LWF: 2
2026-03-29 06:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF
2026-03-29 06:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22159611-cfc1-5292-8b4d-a961f096d05d with scrape type 2
2026-03-29 06:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22159611-cfc1-5292-8b4d-a961f096d05d with scrape type 2
2026-03-29 06:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22159611-cfc1-5292-8b4d-a961f096d05d, identifier: KY23%20LWF
2026-03-29 06:17:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS
2026-03-29 06:17:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS
2026-03-29 06:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS to the API
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX15%20XTS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e1be8918-c609-574c-9913-0cd58224632b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX15 XTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX15%20XTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': 'DOBLO XL CARGO',
 'odometer': 121965,
 '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 DOBLO XL CARGO 1.6 M/JET LWB Van',
 'transmission': 'manual',
 'trim': 'M/JET LWB',
 'vin': 'ZFA26300006A05727',
 'year': 2015}
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520XTS%27 HTTP/1.1" 200 None
2026-03-29 06:17:30 [bca.uk] INFO: Saving data for CX15%20XTS: {'auction_closing_time': 1775124000.0, 'created_time': 1773834380.60001, 'last_price_update_time': 1774765050.68201}
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX15%2520XTS') HTTP/1.1" 204 0
2026-03-29 06:17:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF
2026-03-29 06:17:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF
2026-03-29 06:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF to the API
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY23%20LWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22159611-cfc1-5292-8b4d-a961f096d05d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY23 LWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY23%20LWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT TRUCKS',
 'model': 'MASTER 3T5 FWD',
 'odometer': 121737,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRUCKS MASTER 3T5 FWD 2.3 DCI 150 L3 H2 RED ED. PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 L3 H2 RED ED.',
 'vin': 'VF6MF000470286809',
 'year': 2023}
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWF%27 HTTP/1.1" 200 None
2026-03-29 06:17:30 [bca.uk] INFO: Saving data for KY23%20LWF: {'auction_closing_time': 1774854000.0, 'created_time': 1773935335.046391, 'last_price_update_time': 1774765050.970283}
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520LWF') HTTP/1.1" 204 0
2026-03-29 06:17:30 [bca.uk] INFO: Found listing with ID: BV69%20NWR
2026-03-29 06:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV69%2520NWR%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for BV69%20NWR: 2
2026-03-29 06:17:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR
2026-03-29 06:17:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd7c5528-08cd-57de-b433-e2f18fbb07ec with scrape type 2
2026-03-29 06:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd7c5528-08cd-57de-b433-e2f18fbb07ec with scrape type 2
2026-03-29 06:17:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd7c5528-08cd-57de-b433-e2f18fbb07ec, identifier: BV69%20NWR
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: KY23%20LWG
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWG%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for KY23%20LWG: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: LG69%20RDZ
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520RDZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for LG69%20RDZ: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: LL22%20LHT
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for LL22%20LHT: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: PK67%20EHF
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520EHF%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for PK67%20EHF: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: YB66%20FHO
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520FHO%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for YB66%20FHO: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: BK23%20FRN
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520FRN%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for BK23%20FRN: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: NL65%20EDJ
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520EDJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for NL65%20EDJ: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: EK71%20CNY
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520CNY%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for EK71%20CNY: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: OY08%20AEB
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY08%2520AEB%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for OY08%20AEB: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: CJ73%20WEP
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520WEP%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for CJ73%20WEP: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: DS68%20HHV
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520HHV%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for DS68%20HHV: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: GU70%20PGO
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520PGO%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for GU70%20PGO: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: CV64%20HJX
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HJX%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for CV64%20HJX: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: RJ22%20FLA
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520FLA%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for RJ22%20FLA: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: NL61%20GXK
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520GXK%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for NL61%20GXK: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: DV19%20WPO
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520WPO%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for DV19%20WPO: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: FD72%20PVN
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520PVN%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for FD72%20PVN: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: EN15%20YKO
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN15%2520YKO%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for EN15%20YKO: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: KR62%20YRJ
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520YRJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for KR62%20YRJ: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: EA68%20ONF
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520ONF%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for EA68%20ONF: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: MJ21%20XRH
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for MJ21%20XRH: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: GJ68%20TGY
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520TGY%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for GJ68%20TGY: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: KN62%20YUJ
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520YUJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for KN62%20YUJ: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: FE22%20UXA
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520UXA%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for FE22%20UXA: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: KM63%20KZH
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM63%2520KZH%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for KM63%20KZH: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: EK23%20AYG
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520AYG%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for EK23%20AYG: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: BF72%20CVV
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520CVV%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for BF72%20CVV: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: YB71%20XEO
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XEO%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for YB71%20XEO: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: EK22%20WFP
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for EK22%20WFP: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: UIG%206005
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17: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%25206005%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for UIG%206005: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: FL71%20TOJ
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520TOJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for FL71%20TOJ: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: SP19%20UYU
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520UYU%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for SP19%20UYU: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: SJ70%20DJD
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520DJD%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for SJ70%20DJD: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: PY72%20DHK
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520DHK%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for PY72%20DHK: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: BU21%20SXJ
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU21%2520SXJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for BU21%20SXJ: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: OV69%20EBD
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520EBD%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for OV69%20EBD: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: DA68%20HXH
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520HXH%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for DA68%20HXH: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: DL23%20ZJK
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL23%2520ZJK%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for DL23%20ZJK: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: VU21%20TNK
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520TNK%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for VU21%20TNK: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: NX22%20OCA
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for NX22%20OCA: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: NC72%20JWW
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC72%2520JWW%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for NC72%20JWW: 0
2026-03-29 06:17:31 [bca.uk] INFO: Found listing with ID: NA68%20LVX
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LVX%27 HTTP/1.1" 200 None
2026-03-29 06:17:31 [bca.uk] INFO: Scrape type for NA68%20LVX: 2
2026-03-29 06:17:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX
2026-03-29 06:17:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd994b5-2041-5236-855d-b09102965400 with scrape type 2
2026-03-29 06:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd994b5-2041-5236-855d-b09102965400 with scrape type 2
2026-03-29 06:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cd994b5-2041-5236-855d-b09102965400, identifier: NA68%20LVX
2026-03-29 06:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR
2026-03-29 06:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR
2026-03-29 06:17:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR to the API
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV69%20NWR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dd7c5528-08cd-57de-b433-e2f18fbb07ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV69 NWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV69%20NWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 47774,
 'odometer_reading_unit': '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 R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN0LH041432',
 'year': 2019}
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV69%2520NWR%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Saving data for BV69%20NWR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650984.841632, 'last_price_update_time': 1774765052.305122}
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV69%2520NWR') HTTP/1.1" 204 0
2026-03-29 06:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX
2026-03-29 06:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX
2026-03-29 06:17:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX to the API
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA68%20LVX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cd994b5-2041-5236-855d-b09102965400',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA68 LVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA68%20LVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 57888,
 'odometer_reading_unit': '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 R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 AWD R-DYNAMIC S',
 'vin': 'SADFA2AN3K1Z44101',
 'year': 2018}
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LVX%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Saving data for NA68%20LVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650929.437457, 'last_price_update_time': 1774765052.699048}
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520LVX') HTTP/1.1" 204 0
2026-03-29 06:17:32 [bca.uk] INFO: Found listing with ID: KM73%20WAE
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520WAE%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Scrape type for KM73%20WAE: 0
2026-03-29 06:17:32 [bca.uk] INFO: Found listing with ID: NU20%20TVN
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Scrape type for NU20%20TVN: 0
2026-03-29 06:17:32 [bca.uk] INFO: Found listing with ID: KX22%20OCU
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX22%2520OCU%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Scrape type for KX22%20OCU: 0
2026-03-29 06:17:32 [bca.uk] INFO: Found listing with ID: OE67%20KWJ
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Scrape type for OE67%20KWJ: 2
2026-03-29 06:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ
2026-03-29 06:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4992691e-49db-5356-9174-aafa5c76cc6d with scrape type 2
2026-03-29 06:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4992691e-49db-5356-9174-aafa5c76cc6d with scrape type 2
2026-03-29 06:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4992691e-49db-5356-9174-aafa5c76cc6d, identifier: OE67%20KWJ
2026-03-29 06:17:32 [bca.uk] INFO: Found listing with ID: KU69%20WHE
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520WHE%27 HTTP/1.1" 200 None
2026-03-29 06:17:32 [bca.uk] INFO: Scrape type for KU69%20WHE: 2
2026-03-29 06:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE
2026-03-29 06:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da6122cc-45ba-5a1b-a929-9675485b9111 with scrape type 2
2026-03-29 06:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da6122cc-45ba-5a1b-a929-9675485b9111 with scrape type 2
2026-03-29 06:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da6122cc-45ba-5a1b-a929-9675485b9111, identifier: KU69%20WHE
2026-03-29 06:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ
2026-03-29 06:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ
2026-03-29 06:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ to the API
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE67%20KWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4992691e-49db-5356-9174-aafa5c76cc6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE67 KWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE67%20KWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 71682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 129 EX Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 129 EX',
 'vin': 'SHHFK6780HU014582',
 'year': 2017}
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:33 [bca.uk] INFO: Saving data for OE67%20KWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650983.100652, 'last_price_update_time': 1774765053.249052}
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE67%2520KWJ') HTTP/1.1" 204 0
2026-03-29 06:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE
2026-03-29 06:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE
2026-03-29 06:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE to the API
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU69%20WHE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da6122cc-45ba-5a1b-a929-9675485b9111',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU69 WHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU69%20WHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 54219,
 'odometer_reading_unit': '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': 'SALZA2AN5LH050160',
 'year': 2019}
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520WHE%27 HTTP/1.1" 200 None
2026-03-29 06:17:33 [bca.uk] INFO: Saving data for KU69%20WHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650927.850625, 'last_price_update_time': 1774765053.518622}
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU69%2520WHE') HTTP/1.1" 204 0
2026-03-29 06:17:33 [bca.uk] INFO: Found listing with ID: ET66%20LPP
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520LPP%27 HTTP/1.1" 200 None
2026-03-29 06:17:33 [bca.uk] INFO: Scrape type for ET66%20LPP: 2
2026-03-29 06:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP
2026-03-29 06:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 312bf0ae-ca48-5e6b-98e4-b9157865eabc with scrape type 2
2026-03-29 06:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 312bf0ae-ca48-5e6b-98e4-b9157865eabc with scrape type 2
2026-03-29 06:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 312bf0ae-ca48-5e6b-98e4-b9157865eabc, identifier: ET66%20LPP
2026-03-29 06:17:33 [bca.uk] INFO: Found listing with ID: PF21%20LJL
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520LJL%27 HTTP/1.1" 200 None
2026-03-29 06:17:33 [bca.uk] INFO: Scrape type for PF21%20LJL: 2
2026-03-29 06:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL
2026-03-29 06:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with scrape type 2
2026-03-29 06:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with scrape type 2
2026-03-29 06:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 762c8773-8ca1-58a4-b85e-8d647e2f36c6, identifier: PF21%20LJL
2026-03-29 06:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP
2026-03-29 06:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP
2026-03-29 06:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP to the API
2026-03-29 06:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20LPP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '312bf0ae-ca48-5e6b-98e4-b9157865eabc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 LPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20LPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 97107,
 '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 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ360733',
 'year': 2017}
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520LPP%27 HTTP/1.1" 200 None
2026-03-29 06:17:34 [bca.uk] INFO: Saving data for ET66%20LPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650980.832874, 'last_price_update_time': 1774765054.069885}
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520LPP') HTTP/1.1" 204 0
2026-03-29 06:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL
2026-03-29 06:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL
2026-03-29 06:17:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL to the API
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF21%20LJL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '762c8773-8ca1-58a4-b85e-8d647e2f36c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PF21 LJL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF21%20LJL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 47273,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN2LH113960',
 'year': 2021}
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520LJL%27 HTTP/1.1" 200 None
2026-03-29 06:17:34 [bca.uk] INFO: Saving data for PF21%20LJL: {'auction_closing_time': 1775037600.0, 'created_time': 1774650928.520997, 'last_price_update_time': 1774765054.407207}
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF21%2520LJL') HTTP/1.1" 204 0
2026-03-29 06:17:34 [bca.uk] INFO: Found listing with ID: LY70%20GCU
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY70%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 06:17:34 [bca.uk] INFO: Scrape type for LY70%20GCU: 2
2026-03-29 06:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU
2026-03-29 06:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2854416-a668-5d08-980e-19dfd92511ea with scrape type 2
2026-03-29 06:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2854416-a668-5d08-980e-19dfd92511ea with scrape type 2
2026-03-29 06:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2854416-a668-5d08-980e-19dfd92511ea, identifier: LY70%20GCU
2026-03-29 06:17:34 [bca.uk] INFO: Found listing with ID: EK58%20MYO
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 06:17:34 [bca.uk] INFO: Scrape type for EK58%20MYO: 2
2026-03-29 06:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO
2026-03-29 06:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f956c73-3887-579e-a465-cb3448c989ea with scrape type 2
2026-03-29 06:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f956c73-3887-579e-a465-cb3448c989ea with scrape type 2
2026-03-29 06:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f956c73-3887-579e-a465-cb3448c989ea, identifier: EK58%20MYO
2026-03-29 06:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU
2026-03-29 06:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU
2026-03-29 06:17:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU to the API
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY70%20GCU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2854416-a668-5d08-980e-19dfd92511ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY70 GCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY70%20GCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 40501,
 '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 CROSSLAND X 1.2 83 GRIFFIN S/S Hatchback',
 'transmission': 'manual',
 'trim': '83 GRIFFIN S/S',
 'vin': 'W0V7D9EE6L4403821',
 'year': 2020}
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY70%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 06:17:34 [bca.uk] INFO: Saving data for LY70%20GCU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650984.471698, 'last_price_update_time': 1774765054.923334}
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY70%2520GCU') HTTP/1.1" 204 0
2026-03-29 06:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO
2026-03-29 06:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO
2026-03-29 06:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO to the API
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK58%20MYO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f956c73-3887-579e-a465-cb3448c989ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK58 MYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK58%20MYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'VECTRA',
 'odometer': 141589,
 '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 VECTRA 1.8 VVT EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCLUSIV',
 'vin': 'W0L0ZCF6881083054',
 'year': 2008}
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 06:17:35 [bca.uk] INFO: Saving data for EK58%20MYO: {'auction_closing_time': 1775124000.0, 'created_time': 1774650929.811571, 'last_price_update_time': 1774765055.216741}
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK58%2520MYO') HTTP/1.1" 204 0
2026-03-29 06:17:35 [bca.uk] INFO: Found listing with ID: LX67%20MWF
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520MWF%27 HTTP/1.1" 200 None
2026-03-29 06:17:35 [bca.uk] INFO: Scrape type for LX67%20MWF: 2
2026-03-29 06:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF
2026-03-29 06:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with scrape type 2
2026-03-29 06:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with scrape type 2
2026-03-29 06:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f, identifier: LX67%20MWF
2026-03-29 06:17:35 [bca.uk] INFO: Found listing with ID: LX18%20ZWW
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX18%2520ZWW%27 HTTP/1.1" 200 None
2026-03-29 06:17:35 [bca.uk] INFO: Scrape type for LX18%20ZWW: 2
2026-03-29 06:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW
2026-03-29 06:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c41d12-698d-5ad0-ae46-7436202ed5f7 with scrape type 2
2026-03-29 06:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21c41d12-698d-5ad0-ae46-7436202ed5f7 with scrape type 2
2026-03-29 06:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21c41d12-698d-5ad0-ae46-7436202ed5f7, identifier: LX18%20ZWW
2026-03-29 06:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF
2026-03-29 06:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF
2026-03-29 06:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF to the API
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20MWF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0a79c23e-bfa2-5d7c-9355-be664cc5f18f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 MWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20MWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 90763,
 '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 LEAF 30KWH BLACK EDITION Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH BLACK EDITION',
 'vin': 'SJNFAAZE0U6067020',
 'year': 2017}
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520MWF%27 HTTP/1.1" 200 None
2026-03-29 06:17:35 [bca.uk] INFO: Saving data for LX67%20MWF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650978.35375, 'last_price_update_time': 1774765055.756108}
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520MWF') HTTP/1.1" 204 0
2026-03-29 06:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW
2026-03-29 06:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW
2026-03-29 06:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW to the API
2026-03-29 06:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX18%20ZWW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21c41d12-698d-5ad0-ae46-7436202ed5f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX18 ZWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX18%20ZWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 83454,
 'odometer_reading_unit': '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 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN6JA766986',
 'year': 2018}
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX18%2520ZWW%27 HTTP/1.1" 200 None
2026-03-29 06:17:36 [bca.uk] INFO: Saving data for LX18%20ZWW: {'auction_closing_time': 1775037600.0, 'created_time': 1774650926.005216, 'last_price_update_time': 1774765056.671622}
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX18%2520ZWW') HTTP/1.1" 204 0
2026-03-29 06:17:36 [bca.uk] INFO: Found listing with ID: LV64%20WLA
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV64%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 06:17:36 [bca.uk] INFO: Scrape type for LV64%20WLA: 2
2026-03-29 06:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA
2026-03-29 06:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e491537-2e17-5690-bb75-b49e95e97c63 with scrape type 2
2026-03-29 06:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e491537-2e17-5690-bb75-b49e95e97c63 with scrape type 2
2026-03-29 06:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e491537-2e17-5690-bb75-b49e95e97c63, identifier: LV64%20WLA
2026-03-29 06:17:36 [bca.uk] INFO: Found listing with ID: EK08%20WXH
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520WXH%27 HTTP/1.1" 200 None
2026-03-29 06:17:36 [bca.uk] INFO: Scrape type for EK08%20WXH: 2
2026-03-29 06:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH
2026-03-29 06:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with scrape type 2
2026-03-29 06:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with scrape type 2
2026-03-29 06:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a, identifier: EK08%20WXH
2026-03-29 06:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA
2026-03-29 06:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA
2026-03-29 06:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA to the API
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV64%20WLA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5e491537-2e17-5690-bb75-b49e95e97c63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV64 WLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV64%20WLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 111864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7054814',
 'year': 2014}
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV64%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 06:17:37 [bca.uk] INFO: Saving data for LV64%20WLA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650980.131028, 'last_price_update_time': 1774765057.264817}
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV64%2520WLA') HTTP/1.1" 204 0
2026-03-29 06:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH
2026-03-29 06:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH
2026-03-29 06:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH to the API
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK08%20WXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f1873f8-e6b2-5859-9b48-fc7eceb5de0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK08 WXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK08%20WXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 132452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMF32000TV43553',
 'year': 2008}
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520WXH%27 HTTP/1.1" 200 None
2026-03-29 06:17:37 [bca.uk] INFO: Saving data for EK08%20WXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774650926.386715, 'last_price_update_time': 1774765057.530803}
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK08%2520WXH') HTTP/1.1" 204 0
2026-03-29 06:17:37 [bca.uk] INFO: Found listing with ID: LN18%20VST
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520VST%27 HTTP/1.1" 200 None
2026-03-29 06:17:37 [bca.uk] INFO: Scrape type for LN18%20VST: 2
2026-03-29 06:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST
2026-03-29 06:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with scrape type 2
2026-03-29 06:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with scrape type 2
2026-03-29 06:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5aef882-ec80-57d2-bb2c-c0b7c77fec50, identifier: LN18%20VST
2026-03-29 06:17:37 [bca.uk] INFO: Found listing with ID: SW72%20OSK
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520OSK%27 HTTP/1.1" 200 None
2026-03-29 06:17:37 [bca.uk] INFO: Scrape type for SW72%20OSK: 2
2026-03-29 06:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK
2026-03-29 06:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with scrape type 2
2026-03-29 06:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with scrape type 2
2026-03-29 06:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1, identifier: SW72%20OSK
2026-03-29 06:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST
2026-03-29 06:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST
2026-03-29 06:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST to the API
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN18%20VST-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5aef882-ec80-57d2-bb2c-c0b7c77fec50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN18 VST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN18%20VST&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 70439,
 'odometer_reading_unit': '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 2.0 DCI 175 N-CONNECTA (7ST) X-T StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI 175 N-CONNECTA (7ST) X-T',
 'vin': 'JN1JFAT32U0100797',
 'year': 2018}
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520VST%27 HTTP/1.1" 200 None
2026-03-29 06:17:38 [bca.uk] INFO: Saving data for LN18%20VST: {'auction_closing_time': 1774951200.0, 'created_time': 1774650976.602431, 'last_price_update_time': 1774765058.056746}
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN18%2520VST') HTTP/1.1" 204 0
2026-03-29 06:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK
2026-03-29 06:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK
2026-03-29 06:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK to the API
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW72%20OSK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3b11b05-78d5-5b0a-a6e0-45e85878a0f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SW72 OSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW72%20OSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 65073,
 'odometer_reading_unit': '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 F-PACE 2.0 D200 AWD R-DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC BLACK',
 'vin': 'SADCA2AN2PA713488',
 'year': 2022}
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520OSK%27 HTTP/1.1" 200 None
2026-03-29 06:17:38 [bca.uk] INFO: Saving data for SW72%20OSK: {'auction_closing_time': 1775037600.0, 'created_time': 1773933687.091122, 'last_price_update_time': 1774765058.354629}
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW72%2520OSK') HTTP/1.1" 204 0
2026-03-29 06:17:38 [bca.uk] INFO: Found listing with ID: ST72%20BBZ
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520BBZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:38 [bca.uk] INFO: Scrape type for ST72%20BBZ: 2
2026-03-29 06:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ
2026-03-29 06:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12ab0302-95f5-5809-9f8e-607b75b53f3a with scrape type 2
2026-03-29 06:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12ab0302-95f5-5809-9f8e-607b75b53f3a with scrape type 2
2026-03-29 06:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12ab0302-95f5-5809-9f8e-607b75b53f3a, identifier: ST72%20BBZ
2026-03-29 06:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ
2026-03-29 06:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ
2026-03-29 06:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ to the API
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST72%20BBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '12ab0302-95f5-5809-9f8e-607b75b53f3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ST72 BBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST72%20BBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 23910,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AT8PH198355',
 'year': 2022}
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520BBZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:38 [bca.uk] INFO: Saving data for ST72%20BBZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650926.787326, 'last_price_update_time': 1774765058.755627}
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST72%2520BBZ') HTTP/1.1" 204 0
2026-03-29 06:17:38 [bca.uk] INFO: Found listing with ID: PY20%20HJO
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520HJO%27 HTTP/1.1" 200 None
2026-03-29 06:17:38 [bca.uk] INFO: Scrape type for PY20%20HJO: 2
2026-03-29 06:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO
2026-03-29 06:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a12062d-60ca-5150-b54b-8bf969a716a0 with scrape type 2
2026-03-29 06:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a12062d-60ca-5150-b54b-8bf969a716a0 with scrape type 2
2026-03-29 06:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a12062d-60ca-5150-b54b-8bf969a716a0, identifier: PY20%20HJO
2026-03-29 06:17:38 [bca.uk] INFO: Total items found: 100
2026-03-29 06:17:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded
2026-03-29 06:17:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:17:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO
2026-03-29 06:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO
2026-03-29 06:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO to the API
2026-03-29 06:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY20%20HJO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0a12062d-60ca-5150-b54b-8bf969a716a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY20 HJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY20%20HJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 58754,
 '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 D180 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN6LH093888',
 'year': 2020}
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520HJO%27 HTTP/1.1" 200 None
2026-03-29 06:17:39 [bca.uk] INFO: Saving data for PY20%20HJO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650924.777077, 'last_price_update_time': 1774765059.163077}
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY20%2520HJO') HTTP/1.1" 204 0
2026-03-29 06:17:39 [bca.uk] INFO: Found listing with ID: PH53%20HHS
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH53%2520HHS%27 HTTP/1.1" 200 None
2026-03-29 06:17:39 [bca.uk] INFO: Scrape type for PH53%20HHS: 2
2026-03-29 06:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS
2026-03-29 06:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7551481b-1c83-5ec4-a24a-ae09a4b980cc with scrape type 2
2026-03-29 06:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7551481b-1c83-5ec4-a24a-ae09a4b980cc with scrape type 2
2026-03-29 06:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7551481b-1c83-5ec4-a24a-ae09a4b980cc, identifier: PH53%20HHS
2026-03-29 06:17:39 [bca.uk] INFO: Found listing with ID: LF14%20OJP
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520OJP%27 HTTP/1.1" 200 None
2026-03-29 06:17:39 [bca.uk] INFO: Scrape type for LF14%20OJP: 2
2026-03-29 06:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP
2026-03-29 06:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6036921-04b3-5132-a2c1-dc078cf9c3af with scrape type 2
2026-03-29 06:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6036921-04b3-5132-a2c1-dc078cf9c3af with scrape type 2
2026-03-29 06:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6036921-04b3-5132-a2c1-dc078cf9c3af, identifier: LF14%20OJP
2026-03-29 06:17:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS
2026-03-29 06:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS
2026-03-29 06:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS to the API
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PH53%20HHS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7551481b-1c83-5ec4-a24a-ae09a4b980cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PH53 HHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PH53%20HHS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 52577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE',
 'vin': 'SADHA2A11L1F87317',
 'year': 2019}
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH53%2520HHS%27 HTTP/1.1" 200 None
2026-03-29 06:17:39 [bca.uk] INFO: Saving data for PH53%20HHS: {'auction_closing_time': 1775037600.0, 'created_time': 1774650923.045378, 'last_price_update_time': 1774765059.681151}
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PH53%2520HHS') HTTP/1.1" 204 0
2026-03-29 06:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP
2026-03-29 06:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP
2026-03-29 06:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP to the API
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF14%20OJP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b6036921-04b3-5132-a2c1-dc078cf9c3af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF14 OJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF14%20OJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 45807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 THP EXCLUSIVE+ MPV',
 'transmission': 'manual',
 'trim': 'THP EXCLUSIVE+',
 'vin': 'VF73A5FV8DJ718172',
 'year': 2014}
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520OJP%27 HTTP/1.1" 200 None
2026-03-29 06:17:39 [bca.uk] INFO: Saving data for LF14%20OJP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650976.006189, 'last_price_update_time': 1774765059.975689}
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF14%2520OJP') HTTP/1.1" 204 0
2026-03-29 06:17: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:17:39 [bca.uk] INFO: Found listing with ID: PK67%20WNA
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WNA%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for PK67%20WNA: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: KS69%20EBP
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520EBP%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for KS69%20EBP: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: BJ11%20YJY
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ11%2520YJY%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for BJ11%20YJY: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: HJ19%20DCZ
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ19%2520DCZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for HJ19%20DCZ: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: FM68%20PVV
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM68%2520PVV%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for FM68%20PVV: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: PJ73%20HFG
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520HFG%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for PJ73%20HFG: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: SO18%20MKK
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for SO18%20MKK: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: RF68%20ZDJ
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520ZDJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for RF68%20ZDJ: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: BD70%20JBZ
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520JBZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for BD70%20JBZ: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: OW68%20YKX
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520YKX%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for OW68%20YKX: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: PJ64%20YVN
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520YVN%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for PJ64%20YVN: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: MK68%20BWL
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWL%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for MK68%20BWL: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: LL19%20PXX
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520PXX%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for LL19%20PXX: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: LC72%20OYD
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OYD%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for LC72%20OYD: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: NJ62%20UJD
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520UJD%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for NJ62%20UJD: 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: BK62%20CYC
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520CYC%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for BK62%20CYC: 2
2026-03-29 06:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC
2026-03-29 06:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6045c060-6d58-55b8-a378-ad9fe696f5fc with scrape type 2
2026-03-29 06:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6045c060-6d58-55b8-a378-ad9fe696f5fc with scrape type 2
2026-03-29 06:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6045c060-6d58-55b8-a378-ad9fe696f5fc, identifier: BK62%20CYC
2026-03-29 06:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC
2026-03-29 06:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC
2026-03-29 06:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC to the API
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK62%20CYC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6045c060-6d58-55b8-a378-ad9fe696f5fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK62 CYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK62%20CYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 78940,
 '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': 'WF0JXXGAJJCL73109',
 'year': 2012}
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520CYC%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Saving data for BK62%20CYC: {'auction_closing_time': 1775124000.0, 'created_time': 1774651009.682896, 'last_price_update_time': 1774765060.6619}
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK62%2520CYC') HTTP/1.1" 204 0
2026-03-29 06:17:40 [bca.uk] INFO: Found listing with ID: MJ17%20EEV
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520EEV%27 HTTP/1.1" 200 None
2026-03-29 06:17:40 [bca.uk] INFO: Scrape type for MJ17%20EEV: 2
2026-03-29 06:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV
2026-03-29 06:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96a0729-079a-537f-b255-db73cfdd5c7f with scrape type 2
2026-03-29 06:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96a0729-079a-537f-b255-db73cfdd5c7f with scrape type 2
2026-03-29 06:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f96a0729-079a-537f-b255-db73cfdd5c7f, identifier: MJ17%20EEV
2026-03-29 06:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV
2026-03-29 06:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV
2026-03-29 06:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV to the API
2026-03-29 06:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ17%20EEV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f96a0729-079a-537f-b255-db73cfdd5c7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ17 EEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ17%20EEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 78512,
 '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 2008 1.6 BLUEHDI 100 ALLURE S/S MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ALLURE S/S',
 'vin': 'VF3CUBHYKHY037353',
 'year': 2017}
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520EEV%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Saving data for MJ17%20EEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774651010.643425, 'last_price_update_time': 1774765061.137053}
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520EEV') HTTP/1.1" 204 0
2026-03-29 06:17:41 [bca.uk] INFO: Found listing with ID: LD18%20OUB
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520OUB%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Scrape type for LD18%20OUB: 2
2026-03-29 06:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB
2026-03-29 06:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with scrape type 2
2026-03-29 06:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with scrape type 2
2026-03-29 06:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17, identifier: LD18%20OUB
2026-03-29 06:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB
2026-03-29 06:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB
2026-03-29 06:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB to the API
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD18%20OUB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2859dc2c-2a9d-564e-bb2d-64feb04e6a17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD18 OUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD18%20OUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 27593,
 'odometer_reading_unit': '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.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1JY37368',
 'year': 2018}
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520OUB%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Saving data for LD18%20OUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774651014.213266, 'last_price_update_time': 1774765061.556261}
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520OUB') HTTP/1.1" 204 0
2026-03-29 06:17:41 [bca.uk] INFO: Found listing with ID: LB15%20FKR
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520FKR%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Scrape type for LB15%20FKR: 2
2026-03-29 06:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR
2026-03-29 06:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with scrape type 2
2026-03-29 06:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with scrape type 2
2026-03-29 06:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7, identifier: LB15%20FKR
2026-03-29 06:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR
2026-03-29 06:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR
2026-03-29 06:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR to the API
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB15%20FKR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4e94dfd1-2b64-5adc-95ef-c61227a6a2d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB15 FKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB15%20FKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 48499,
 '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 EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '70 EXCITE',
 'vin': 'W0L0XEP08F4084455',
 'year': 2015}
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520FKR%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Saving data for LB15%20FKR: {'auction_closing_time': 1774951200.0, 'created_time': 1774651013.848302, 'last_price_update_time': 1774765061.939523}
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB15%2520FKR') HTTP/1.1" 204 0
2026-03-29 06:17:41 [bca.uk] INFO: Found listing with ID: NA65%20XCN
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA65%2520XCN%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Scrape type for NA65%20XCN: 0
2026-03-29 06:17:41 [bca.uk] INFO: Found listing with ID: HN23%20BBZ
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520BBZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:41 [bca.uk] INFO: Scrape type for HN23%20BBZ: 2
2026-03-29 06:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ
2026-03-29 06:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09908eb6-a288-5f2f-a9df-03278564fa3d with scrape type 2
2026-03-29 06:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09908eb6-a288-5f2f-a9df-03278564fa3d with scrape type 2
2026-03-29 06:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09908eb6-a288-5f2f-a9df-03278564fa3d, identifier: HN23%20BBZ
2026-03-29 06:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ
2026-03-29 06:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ
2026-03-29 06:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ to the API
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20BBZ-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': '09908eb6-a288-5f2f-a9df-03278564fa3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN23 BBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20BBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 26364,
 '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 C5 AIRCROSS 1.6 PHEV C-SERIES ED.E-EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV C-SERIES ED.E-EAT8',
 'vin': 'VR7A4DGZSNL065568',
 'year': 2023}
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520BBZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:42 [bca.uk] INFO: Saving data for HN23%20BBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651014.576662, 'last_price_update_time': 1774765062.352872}
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520BBZ') HTTP/1.1" 204 0
2026-03-29 06:17:42 [bca.uk] INFO: Found listing with ID: WU55%20KKM
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU55%2520KKM%27 HTTP/1.1" 200 None
2026-03-29 06:17:42 [bca.uk] INFO: Scrape type for WU55%20KKM: 0
2026-03-29 06:17:42 [bca.uk] INFO: Found listing with ID: GJ18%20BND
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520BND%27 HTTP/1.1" 200 None
2026-03-29 06:17:42 [bca.uk] INFO: Scrape type for GJ18%20BND: 2
2026-03-29 06:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND
2026-03-29 06:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f17f412b-81fc-5d92-a561-53a2d6b25f52 with scrape type 2
2026-03-29 06:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f17f412b-81fc-5d92-a561-53a2d6b25f52 with scrape type 2
2026-03-29 06:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f17f412b-81fc-5d92-a561-53a2d6b25f52, identifier: GJ18%20BND
2026-03-29 06:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND
2026-03-29 06:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND
2026-03-29 06:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND to the API
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20BND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f17f412b-81fc-5d92-a561-53a2d6b25f52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 BND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20BND&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 62033,
 'odometer_reading_unit': '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 I20 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHB351BLJZ395807',
 'year': 2018}
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520BND%27 HTTP/1.1" 200 None
2026-03-29 06:17:42 [bca.uk] INFO: Saving data for GJ18%20BND: {'auction_closing_time': 1774951200.0, 'created_time': 1774651016.998576, 'last_price_update_time': 1774765062.78891}
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520BND') HTTP/1.1" 204 0
2026-03-29 06:17:42 [bca.uk] INFO: Found listing with ID: LK63%20SFF
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK63%2520SFF%27 HTTP/1.1" 200 None
2026-03-29 06:17:42 [bca.uk] INFO: Scrape type for LK63%20SFF: 0
2026-03-29 06:17:42 [bca.uk] INFO: Found listing with ID: LB21%20MTJ
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:42 [bca.uk] INFO: Scrape type for LB21%20MTJ: 2
2026-03-29 06:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ
2026-03-29 06:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84c7c7c-f717-5676-9731-f1d89397e6ec with scrape type 2
2026-03-29 06:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f84c7c7c-f717-5676-9731-f1d89397e6ec with scrape type 2
2026-03-29 06:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f84c7c7c-f717-5676-9731-f1d89397e6ec, identifier: LB21%20MTJ
2026-03-29 06:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ
2026-03-29 06:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ
2026-03-29 06:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ to the API
2026-03-29 06:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB21%20MTJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f84c7c7c-f717-5676-9731-f1d89397e6ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB21 MTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB21%20MTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 31782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 4WD Hatchback',
 'transmission': 'automatic',
 'trim': 'D165 4WD',
 'vin': 'SALZA2AN1MH140309',
 'year': 2021}
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:44 [bca.uk] INFO: Saving data for LB21%20MTJ: {'auction_closing_time': 1775210400.0, 'created_time': 1773833158.404268, 'last_price_update_time': 1774765064.16859}
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB21%2520MTJ') HTTP/1.1" 204 0
2026-03-29 06:17:44 [bca.uk] INFO: Found listing with ID: GX71%20UUD
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 06:17:44 [bca.uk] INFO: Scrape type for GX71%20UUD: 2
2026-03-29 06:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD
2026-03-29 06:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with scrape type 2
2026-03-29 06:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with scrape type 2
2026-03-29 06:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca, identifier: GX71%20UUD
2026-03-29 06:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD
2026-03-29 06:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD
2026-03-29 06:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD to the API
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX71%20UUD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f62f89e-7370-5b4a-98f9-304f0f02c4ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX71 UUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX71%20UUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 32153,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN2NH165740',
 'year': 2021}
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-29 06:17:44 [bca.uk] INFO: Saving data for GX71%20UUD: {'auction_closing_time': 1775210400.0, 'created_time': 1774392129.651041, 'last_price_update_time': 1774765064.577721}
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX71%2520UUD') HTTP/1.1" 204 0
2026-03-29 06:17:44 [bca.uk] INFO: Found listing with ID: NL72%20HKB
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520HKB%27 HTTP/1.1" 200 None
2026-03-29 06:17:44 [bca.uk] INFO: Scrape type for NL72%20HKB: 2
2026-03-29 06:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB
2026-03-29 06:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae411bc1-6fe7-54b5-a01f-c4483d202668 with scrape type 2
2026-03-29 06:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae411bc1-6fe7-54b5-a01f-c4483d202668 with scrape type 2
2026-03-29 06:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae411bc1-6fe7-54b5-a01f-c4483d202668, identifier: NL72%20HKB
2026-03-29 06:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB
2026-03-29 06:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB
2026-03-29 06:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB to the API
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ae411bc1-6fe7-54b5-a01f-c4483d202668',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL72 HKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20HKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 27369,
 'odometer_reading_unit': '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.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZNP025104',
 'year': 2022}
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520HKB%27 HTTP/1.1" 200 None
2026-03-29 06:17:44 [bca.uk] INFO: Saving data for NL72%20HKB: {'auction_closing_time': 1775124000.0, 'created_time': 1774563912.289968, 'last_price_update_time': 1774765064.993991}
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520HKB') HTTP/1.1" 204 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: SD21%20KYV
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD21%2520KYV%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for SD21%20KYV: 2
2026-03-29 06:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV
2026-03-29 06:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14fa93ff-7261-5a48-af94-148f879c39cf with scrape type 2
2026-03-29 06:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14fa93ff-7261-5a48-af94-148f879c39cf with scrape type 2
2026-03-29 06:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14fa93ff-7261-5a48-af94-148f879c39cf, identifier: SD21%20KYV
2026-03-29 06:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV
2026-03-29 06:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV
2026-03-29 06:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV to the API
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD21%20KYV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14fa93ff-7261-5a48-af94-148f879c39cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD21 KYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD21%20KYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 37742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 2WD R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD R-DYNAMIC S',
 'vin': 'SALZB2CN2MH145724',
 'year': 2021}
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD21%2520KYV%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Saving data for SD21%20KYV: {'auction_closing_time': 1775210400.0, 'created_time': 1774004751.500862, 'last_price_update_time': 1774765065.472039}
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD21%2520KYV') HTTP/1.1" 204 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: FL19%20OHY
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520OHY%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for FL19%20OHY: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: YC16%20HRP
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for YC16%20HRP: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: VU17%20CKG
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for VU17%20CKG: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: RE13%20UHY
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE13%2520UHY%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for RE13%20UHY: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: WN13%20KTA
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN13%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for WN13%20KTA: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: RJ74%20NJV
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJV%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for RJ74%20NJV: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: WP16%20UPX
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for WP16%20UPX: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: YB63%20EEP
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520EEP%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for YB63%20EEP: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: YR60%20YDW
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520YDW%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for YR60%20YDW: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: GY64%20XME
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520XME%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for GY64%20XME: 0
2026-03-29 06:17:45 [bca.uk] INFO: Found listing with ID: LC18%20GYK
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-29 06:17:45 [bca.uk] INFO: Scrape type for LC18%20GYK: 2
2026-03-29 06:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK
2026-03-29 06:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with scrape type 2
2026-03-29 06:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with scrape type 2
2026-03-29 06:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0, identifier: LC18%20GYK
2026-03-29 06:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK
2026-03-29 06:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK
2026-03-29 06:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK to the API
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC18%20GYK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC18 GYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC18%20GYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 39796,
 'odometer_reading_unit': '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 160 EX 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC 160 EX 4WD',
 'vin': 'SHSRE6790JU005087',
 'year': 2018}
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Saving data for LC18%20GYK: {'auction_closing_time': 1774864800.0, 'created_time': 1773824608.29366, 'last_price_update_time': 1774765066.062227}
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC18%2520GYK') HTTP/1.1" 204 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: OE62%20CWL
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE62%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for OE62%20CWL: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: YP67%20WHC
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WHC%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for YP67%20WHC: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: LR19%20OWB
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for LR19%20OWB: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: PK15%20DVO
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520DVO%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for PK15%20DVO: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: AF63%20XJH
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520XJH%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for AF63%20XJH: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: AE14%20JFZ
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JFZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for AE14%20JFZ: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: AE14%20JFY
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JFY%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for AE14%20JFY: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: AE14%20JCY
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JCY%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for AE14%20JCY: 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: AE66%20ONA
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520ONA%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for AE66%20ONA: 2
2026-03-29 06:17:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA
2026-03-29 06:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd43699-9f26-5a85-842a-52f2467671f3 with scrape type 2
2026-03-29 06:17:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bd43699-9f26-5a85-842a-52f2467671f3 with scrape type 2
2026-03-29 06:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bd43699-9f26-5a85-842a-52f2467671f3, identifier: AE66%20ONA
2026-03-29 06:17:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA
2026-03-29 06:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA
2026-03-29 06:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA to the API
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE66%20ONA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '7bd43699-9f26-5a85-842a-52f2467671f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE66 ONA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE66%20ONA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 72552,
 '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.4 D5 163 T/E AWD SE G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 163 T/E AWD SE G/T',
 'vin': 'YV1FWA4CDH1337881',
 'year': 2016}
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520ONA%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Saving data for AE66%20ONA: {'auction_closing_time': 1774854000.0, 'created_time': 1773839020.717362, 'last_price_update_time': 1774765066.703141}
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE66%2520ONA') HTTP/1.1" 204 0
2026-03-29 06:17:46 [bca.uk] INFO: Found listing with ID: FL14%20NUH
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-29 06:17:46 [bca.uk] INFO: Scrape type for FL14%20NUH: 2
2026-03-29 06:17:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH
2026-03-29 06:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47597567-383e-5fc3-ac97-50a2580ad1a4 with scrape type 2
2026-03-29 06:17:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47597567-383e-5fc3-ac97-50a2580ad1a4 with scrape type 2
2026-03-29 06:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47597567-383e-5fc3-ac97-50a2580ad1a4, identifier: FL14%20NUH
2026-03-29 06:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH
2026-03-29 06:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH
2026-03-29 06:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH to the API
2026-03-29 06:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL14%20NUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47597567-383e-5fc3-ac97-50a2580ad1a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL14 NUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL14%20NUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 123659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC EX 4WD',
 'vin': 'SHSRE6790EU008235',
 'year': 2014}
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-29 06:17:47 [bca.uk] INFO: Saving data for FL14%20NUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774350221.046308, 'last_price_update_time': 1774765067.091472}
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL14%2520NUH') HTTP/1.1" 204 0
2026-03-29 06:17:47 [bca.uk] INFO: Found listing with ID: RV22%20XVL
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-29 06:17:47 [bca.uk] INFO: Scrape type for RV22%20XVL: 2
2026-03-29 06:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL
2026-03-29 06:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77e7d28f-4e53-58d3-a20c-a103f19da859 with scrape type 2
2026-03-29 06:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77e7d28f-4e53-58d3-a20c-a103f19da859 with scrape type 2
2026-03-29 06:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77e7d28f-4e53-58d3-a20c-a103f19da859, identifier: RV22%20XVL
2026-03-29 06:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL
2026-03-29 06:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL
2026-03-29 06:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL to the API
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20XVL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '77e7d28f-4e53-58d3-a20c-a103f19da859',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV22 XVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20XVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 34054,
 'odometer_reading_unit': '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 C-HR 2.0 HYBRID 184 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 184 DESIGN',
 'vin': 'NMTK53BX90R081842',
 'year': 2022}
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-29 06:17:47 [bca.uk] INFO: Saving data for RV22%20XVL: {'auction_closing_time': 1774854000.0, 'created_time': 1773839013.620944, 'last_price_update_time': 1774765067.491387}
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520XVL') HTTP/1.1" 204 0
2026-03-29 06:17:47 [bca.uk] INFO: Total items found: 100
2026-03-29 06:17:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded
2026-03-29 06:17:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:17:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:47 [bca.uk] INFO: Found listing with ID: KS71%20OAY
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 06:17:47 [bca.uk] INFO: Scrape type for KS71%20OAY: 2
2026-03-29 06:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY
2026-03-29 06:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d118d002-2a42-5d45-aa1a-706b637d2128 with scrape type 2
2026-03-29 06:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d118d002-2a42-5d45-aa1a-706b637d2128 with scrape type 2
2026-03-29 06:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d118d002-2a42-5d45-aa1a-706b637d2128, identifier: KS71%20OAY
2026-03-29 06:17:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY
2026-03-29 06:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY
2026-03-29 06:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY to the API
2026-03-29 06:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS71%20OAY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd118d002-2a42-5d45-aa1a-706b637d2128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS71 OAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS71%20OAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 72285,
 'odometer_reading_unit': '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 VITO 116 2.0 CDI L3 RWD PROGRESSIVE 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI L3 RWD PROGRESSIVE 9G',
 'vin': 'W1V44760523945788',
 'year': 2022}
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520OAY%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Saving data for KS71%20OAY: {'auction_closing_time': 1774854000.0, 'created_time': 1774523727.546611, 'last_price_update_time': 1774765068.245788}
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520OAY') HTTP/1.1" 204 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: GU74%20WVN
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520WVN%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for GU74%20WVN: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: GX74%20UHE
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX74%2520UHE%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for GX74%20UHE: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: LB72%20VUS
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520VUS%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for LB72%20VUS: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: LG24%20WZZ
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520WZZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for LG24%20WZZ: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: BX23%20TMV
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for BX23%20TMV: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: BX23%20TMZ
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for BX23%20TMZ: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: BX23%20TTZ
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TTZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for BX23%20TTZ: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: GU74%20UHC
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520UHC%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for GU74%20UHC: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: YB71%20VPU
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520VPU%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for YB71%20VPU: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: SW68%20PPF
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520PPF%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for SW68%20PPF: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: WR73%20XTW
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520XTW%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for WR73%20XTW: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: DL21%20UYK
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520UYK%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for DL21%20UYK: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: DU64%20RWV
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520RWV%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for DU64%20RWV: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: DY74%20XXO
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XXO%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for DY74%20XXO: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: DY74%20XYB
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XYB%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for DY74%20XYB: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: FE23%20WVV
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVV%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for FE23%20WVV: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: CP19%20FCN
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520FCN%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for CP19%20FCN: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: CU22%20HSX
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520HSX%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for CU22%20HSX: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: MT72%20FZK
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZK%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for MT72%20FZK: 2
2026-03-29 06:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK
2026-03-29 06:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c5f1989-be08-520f-9624-ccf91911c773 with scrape type 2
2026-03-29 06:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c5f1989-be08-520f-9624-ccf91911c773 with scrape type 2
2026-03-29 06:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c5f1989-be08-520f-9624-ccf91911c773, identifier: MT72%20FZK
2026-03-29 06:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: WP25%20XMA
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XMA%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for WP25%20XMA: 0
2026-03-29 06:17:48 [bca.uk] INFO: Found listing with ID: WV74%20RUW
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520RUW%27 HTTP/1.1" 200 None
2026-03-29 06:17:48 [bca.uk] INFO: Scrape type for WV74%20RUW: 2
2026-03-29 06:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW
2026-03-29 06:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06a748cb-0467-5af6-9979-6aa2a130693b with scrape type 2
2026-03-29 06:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06a748cb-0467-5af6-9979-6aa2a130693b with scrape type 2
2026-03-29 06:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06a748cb-0467-5af6-9979-6aa2a130693b, identifier: WV74%20RUW
2026-03-29 06:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK
2026-03-29 06:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK
2026-03-29 06:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK to the API
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c5f1989-be08-520f-9624-ccf91911c773',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 45615,
 'odometer_reading_unit': '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 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000069548326',
 'year': 2022}
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZK%27 HTTP/1.1" 200 None
2026-03-29 06:17:49 [bca.uk] INFO: Saving data for MT72%20FZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774363284.397003, 'last_price_update_time': 1774765069.048384}
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZK') HTTP/1.1" 204 0
2026-03-29 06:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=frozen+white HTTP/1.1" 200 None
2026-03-29 06:17:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:17:49 [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:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW
2026-03-29 06:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW to the API
2026-03-29 06:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20RUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '06a748cb-0467-5af6-9979-6aa2a130693b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV74 RUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20RUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 19520,
 '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 350 FWD 2.0 EBL 165 L3 H2 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 165 L3 H2 LIMITED',
 'vin': 'WF0EXXTTRERK48330',
 'year': 2024}
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520RUW%27 HTTP/1.1" 200 None
2026-03-29 06:17:50 [bca.uk] INFO: Saving data for WV74%20RUW: {'auction_closing_time': 1774854000.0, 'created_time': 1773839533.3545, 'last_price_update_time': 1774765070.185883}
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520RUW') HTTP/1.1" 204 0
2026-03-29 06:17:50 [bca.uk] INFO: Found listing with ID: LN24%20SMO
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520SMO%27 HTTP/1.1" 200 None
2026-03-29 06:17:50 [bca.uk] INFO: Scrape type for LN24%20SMO: 0
2026-03-29 06:17:50 [bca.uk] INFO: Found listing with ID: MT72%20FZJ
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:50 [bca.uk] INFO: Scrape type for MT72%20FZJ: 2
2026-03-29 06:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ
2026-03-29 06:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b17599-c35e-58ea-8fb6-526a2f690ba0 with scrape type 2
2026-03-29 06:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b17599-c35e-58ea-8fb6-526a2f690ba0 with scrape type 2
2026-03-29 06:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99b17599-c35e-58ea-8fb6-526a2f690ba0, identifier: MT72%20FZJ
2026-03-29 06:17:50 [bca.uk] INFO: Found listing with ID: LC72%20RXD
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520RXD%27 HTTP/1.1" 200 None
2026-03-29 06:17:50 [bca.uk] INFO: Scrape type for LC72%20RXD: 2
2026-03-29 06:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD
2026-03-29 06:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae1ef9a-962c-5e87-8e2a-693a90367611 with scrape type 2
2026-03-29 06:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae1ef9a-962c-5e87-8e2a-693a90367611 with scrape type 2
2026-03-29 06:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fae1ef9a-962c-5e87-8e2a-693a90367611, identifier: LC72%20RXD
2026-03-29 06:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ
2026-03-29 06:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ
2026-03-29 06:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ to the API
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '99b17599-c35e-58ea-8fb6-526a2f690ba0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 19966,
 'odometer_reading_unit': '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 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000369548353',
 'year': 2022}
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:50 [bca.uk] INFO: Saving data for MT72%20FZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363326.484845, 'last_price_update_time': 1774765070.720276}
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZJ') HTTP/1.1" 204 0
2026-03-29 06:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD
2026-03-29 06:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD
2026-03-29 06:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD to the API
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20RXD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fae1ef9a-962c-5e87-8e2a-693a90367611',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC72 RXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20RXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 105395,
 'odometer_reading_unit': '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 DISPATCH 1400 2.0 B/HDI 145 XL ENTERPRISE PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 XL ENTERPRISE PRO',
 'vin': 'VF7VFEHTMN7055020',
 'year': 2022}
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520RXD%27 HTTP/1.1" 200 None
2026-03-29 06:17:50 [bca.uk] INFO: Saving data for LC72%20RXD: {'auction_closing_time': 1774854000.0, 'created_time': 1773929737.049071, 'last_price_update_time': 1774765070.99448}
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520RXD') HTTP/1.1" 204 0
2026-03-29 06:17:51 [bca.uk] INFO: Found listing with ID: MT72%20FZH
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 06:17:51 [bca.uk] INFO: Scrape type for MT72%20FZH: 2
2026-03-29 06:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH
2026-03-29 06:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed581a14-4084-5082-95ea-8620b76b175d with scrape type 2
2026-03-29 06:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed581a14-4084-5082-95ea-8620b76b175d with scrape type 2
2026-03-29 06:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed581a14-4084-5082-95ea-8620b76b175d, identifier: MT72%20FZH
2026-03-29 06:17:51 [bca.uk] INFO: Found listing with ID: WP22%20AUX
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 06:17:51 [bca.uk] INFO: Scrape type for WP22%20AUX: 2
2026-03-29 06:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX
2026-03-29 06:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff16991-f231-5982-8481-94f08823ea03 with scrape type 2
2026-03-29 06:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff16991-f231-5982-8481-94f08823ea03 with scrape type 2
2026-03-29 06:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dff16991-f231-5982-8481-94f08823ea03, identifier: WP22%20AUX
2026-03-29 06:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH
2026-03-29 06:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH
2026-03-29 06:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH to the API
2026-03-29 06:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed581a14-4084-5082-95ea-8620b76b175d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 15296,
 'odometer_reading_unit': '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 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000369548336',
 'year': 2022}
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZH%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Saving data for MT72%20FZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774363349.602874, 'last_price_update_time': 1774765072.174132}
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZH') HTTP/1.1" 204 0
2026-03-29 06:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX
2026-03-29 06:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX
2026-03-29 06:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX to the API
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 277,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP22%20AUX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dff16991-f231-5982-8481-94f08823ea03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP22 AUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP22%20AUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 80473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRANY38211',
 'year': 2022}
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Saving data for WP22%20AUX: {'auction_closing_time': 1774854000.0, 'created_time': 1773832599.742086, 'last_price_update_time': 1774765072.455302}
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP22%2520AUX') HTTP/1.1" 204 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: MT72%20FZG
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZG%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for MT72%20FZG: 2
2026-03-29 06:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG
2026-03-29 06:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f425de2-5bd6-5480-8298-e94d90a3c977 with scrape type 2
2026-03-29 06:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f425de2-5bd6-5480-8298-e94d90a3c977 with scrape type 2
2026-03-29 06:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f425de2-5bd6-5480-8298-e94d90a3c977, identifier: MT72%20FZG
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: AE22%20OWJ
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for AE22%20OWJ: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: AF22%20THV
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520THV%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for AF22%20THV: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: AF23%20CYO
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CYO%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for AF23%20CYO: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: AF70%20UBC
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for AF70%20UBC: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: AK72%20YRA
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520YRA%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for AK72%20YRA: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: BF23%20AMV
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for BF23%20AMV: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DE21%20GLZ
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520GLZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DE21%20GLZ: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DE23%20NMZ
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DE23%20NMZ: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DF72%20CZW
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF72%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DF72%20CZW: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DG24%20ZKX
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DG24%20ZKX: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DK24%20WMY
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WMY%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DK24%20WMY: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DN71%20AXV
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520AXV%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DN71%20AXV: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DX71%20BYR
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYR%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DX71%20BYR: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: DY73%20VAD
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520VAD%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for DY73%20VAD: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: FG22%20JYA
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520JYA%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for FG22%20JYA: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: FN22%20JGZ
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for FN22%20JGZ: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: GL72%20OER
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OER%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for GL72%20OER: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: GV70%20KKG
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV70%2520KKG%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for GV70%20KKG: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: HF23%20VFH
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VFH%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for HF23%20VFH: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: LM21%20WOU
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520WOU%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for LM21%20WOU: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: LS23%20EHY
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520EHY%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for LS23%20EHY: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: MA72%20ZGV
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520ZGV%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for MA72%20ZGV: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: MD72%20WNC
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WNC%27 HTTP/1.1" 200 None
2026-03-29 06:17:52 [bca.uk] INFO: Scrape type for MD72%20WNC: 0
2026-03-29 06:17:52 [bca.uk] INFO: Found listing with ID: ML22%20WLU
2026-03-29 06:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520WLU%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for ML22%20WLU: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: MW22%20VMG
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW22%2520VMG%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for MW22%20VMG: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: NG72%20WBD
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520WBD%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for NG72%20WBD: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: NJ23%20LND
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LND%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for NJ23%20LND: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: NX70%20FGZ
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520FGZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for NX70%20FGZ: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: OY22%20XCC
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for OY22%20XCC: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: PN71%20KLC
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for PN71%20KLC: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: PX23%20XMG
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for PX23%20XMG: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: PX71%20OHK
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520OHK%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for PX71%20OHK: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: RV22%20TZU
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520TZU%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for RV22%20TZU: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: SG22%20WUL
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520WUL%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for SG22%20WUL: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: SG22%20XYS
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYS%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for SG22%20XYS: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: VE71%20XCB
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520XCB%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for VE71%20XCB: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: VU71%20HVV
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU71%2520HVV%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for VU71%20HVV: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: YD24%20NPG
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520NPG%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for YD24%20NPG: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: YH23%20XLR
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520XLR%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for YH23%20XLR: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: GF70%20BBO
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520BBO%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for GF70%20BBO: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: J27%20RCY
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J27%2520RCY%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for J27%20RCY: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: AO17%20VJZ
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520VJZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for AO17%20VJZ: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: FV16%20YFC
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV16%2520YFC%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for FV16%20YFC: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: M444%20CNR
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520CNR%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for M444%20CNR: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: NA17%20ULD
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520ULD%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for NA17%20ULD: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: Y13%20WMB
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y13%2520WMB%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for Y13%20WMB: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: EF18%20OMT
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for EF18%20OMT: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: BN67%20GNX
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520GNX%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for BN67%20GNX: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: VX15%20EAC
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX15%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for VX15%20EAC: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: NV70%20ESY
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV70%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for NV70%20ESY: 0
2026-03-29 06:17:53 [bca.uk] INFO: Found listing with ID: PK74%20OFC
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK74%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Scrape type for PK74%20OFC: 2
2026-03-29 06:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC
2026-03-29 06:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d43fcdd5-578f-53d8-bec2-5c5d45f65186 with scrape type 2
2026-03-29 06:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d43fcdd5-578f-53d8-bec2-5c5d45f65186 with scrape type 2
2026-03-29 06:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d43fcdd5-578f-53d8-bec2-5c5d45f65186, identifier: PK74%20OFC
2026-03-29 06:17:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG
2026-03-29 06:17:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG
2026-03-29 06:17:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG to the API
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f425de2-5bd6-5480-8298-e94d90a3c977',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 57308,
 'odometer_reading_unit': '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 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000369548322',
 'year': 2022}
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZG%27 HTTP/1.1" 200 None
2026-03-29 06:17:53 [bca.uk] INFO: Saving data for MT72%20FZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774363319.296869, 'last_price_update_time': 1774765073.925999}
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZG') HTTP/1.1" 204 0
2026-03-29 06:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC
2026-03-29 06:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC
2026-03-29 06:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC to the API
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK74%20OFC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd43fcdd5-578f-53d8-bec2-5c5d45f65186',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK74 OFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK74%20OFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 21646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7H1RX046525',
 'year': 2024}
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17: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%2520OFC%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Saving data for PK74%20OFC: {'auction_closing_time': 1774864800.0, 'created_time': 1773932461.545682, 'last_price_update_time': 1774765074.327737}
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK74%2520OFC') HTTP/1.1" 204 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: MA72%20PXO
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for MA72%20PXO: 2
2026-03-29 06:17:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO
2026-03-29 06:17:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with scrape type 2
2026-03-29 06:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with scrape type 2
2026-03-29 06:17:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2d9b8f6-96a7-58bc-a689-9ae76deb9817, identifier: MA72%20PXO
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: BF63%20KJZ
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for BF63%20KJZ: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: CJ23%20LXA
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520LXA%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for CJ23%20LXA: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: EJ72%20ACU
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520ACU%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for EJ72%20ACU: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: KS24%20TYV
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS24%2520TYV%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for KS24%20TYV: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: ML24%20NRU
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NRU%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for ML24%20NRU: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: VU74%20HZD
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU74%2520HZD%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for VU74%20HZD: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: BX23%20TNJ
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TNJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for BX23%20TNJ: 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: DL73%20UMC
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UMC%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for DL73%20UMC: 0
2026-03-29 06:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO
2026-03-29 06:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO
2026-03-29 06:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO to the API
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20PXO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2d9b8f6-96a7-58bc-a689-9ae76deb9817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA72 PXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20PXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 43580,
 'odometer_reading_unit': '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 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000269548358',
 'year': 2022}
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Saving data for MA72%20PXO: {'auction_closing_time': 1774864800.0, 'created_time': 1774363307.396586, 'last_price_update_time': 1774765074.879565}
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520PXO') HTTP/1.1" 204 0
2026-03-29 06:17:54 [bca.uk] INFO: Found listing with ID: HT23%20UUE
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:17:54 [bca.uk] INFO: Scrape type for HT23%20UUE: 2
2026-03-29 06:17:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE
2026-03-29 06:17:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with scrape type 2
2026-03-29 06:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with scrape type 2
2026-03-29 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d, identifier: HT23%20UUE
2026-03-29 06:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE
2026-03-29 06:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE
2026-03-29 06:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE to the API
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 288,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT23%20UUE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '106ebee8-8fbb-51c3-8f72-0245a4c4ec8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT23 UUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT23%20UUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 101028,
 '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': 'WF0AXXTTRANA04038',
 'year': 2023}
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Saving data for HT23%20UUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774363378.299535, 'last_price_update_time': 1774765075.296989}
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT23%2520UUE') HTTP/1.1" 204 0
2026-03-29 06:17:55 [bca.uk] INFO: Found listing with ID: BL65%20RKK
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Scrape type for BL65%20RKK: 0
2026-03-29 06:17:55 [bca.uk] INFO: Found listing with ID: CV20%20EWS
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520EWS%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Scrape type for CV20%20EWS: 0
2026-03-29 06:17:55 [bca.uk] INFO: Found listing with ID: KE23%20LZD
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LZD%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Scrape type for KE23%20LZD: 0
2026-03-29 06:17:55 [bca.uk] INFO: Found listing with ID: CU20%20XLY
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLY%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Scrape type for CU20%20XLY: 0
2026-03-29 06:17:55 [bca.uk] INFO: Found listing with ID: CU20%20XLT
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLT%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Scrape type for CU20%20XLT: 2
2026-03-29 06:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT
2026-03-29 06:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 432803cc-0705-541e-96be-4214a85836f1 with scrape type 2
2026-03-29 06:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 432803cc-0705-541e-96be-4214a85836f1 with scrape type 2
2026-03-29 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 432803cc-0705-541e-96be-4214a85836f1, identifier: CU20%20XLT
2026-03-29 06:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT
2026-03-29 06:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT
2026-03-29 06:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT to the API
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU20%20XLT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '432803cc-0705-541e-96be-4214a85836f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU20 XLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU20%20XLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 52254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 70C18 3.0 MWB (3750) HI-MATIC (CAGED) Tipper',
 'transmission': 'automatic',
 'trim': 'MWB (3750) HI-MATIC (CAGED)',
 'vin': 'ZCFC670D60D647124',
 'year': 2020}
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLT%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Saving data for CU20%20XLT: {'auction_closing_time': 1774864800.0, 'created_time': 1773821640.516778, 'last_price_update_time': 1774765075.765398}
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU20%2520XLT') HTTP/1.1" 204 0
2026-03-29 06:17:55 [bca.uk] INFO: Found listing with ID: CU20%20XJC
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:17:55 [bca.uk] INFO: Scrape type for CU20%20XJC: 2
2026-03-29 06:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC
2026-03-29 06:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with scrape type 2
2026-03-29 06:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with scrape type 2
2026-03-29 06:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21bc79ce-4126-5f4e-8e33-6c2703bf1525, identifier: CU20%20XJC
2026-03-29 06:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC
2026-03-29 06:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC
2026-03-29 06:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC to the API
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU20%20XJC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21bc79ce-4126-5f4e-8e33-6c2703bf1525',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU20 XJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU20%20XJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 59511,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 70C18 3.0 X-XLWB (4750) HI-MATIC Luton',
 'transmission': 'automatic',
 'trim': 'X-XLWB (4750) HI-MATIC',
 'vin': 'ZCFC670D00D647068',
 'year': 2020}
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Saving data for CU20%20XJC: {'auction_closing_time': 1774864800.0, 'created_time': 1773821683.022275, 'last_price_update_time': 1774765076.245172}
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU20%2520XJC') HTTP/1.1" 204 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: CP71%20LWV
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520LWV%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for CP71%20LWV: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: CK22%20BKG
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for CK22%20BKG: 2
2026-03-29 06:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG
2026-03-29 06:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5007dbcd-ff73-517a-890a-a8931d32a48c with scrape type 2
2026-03-29 06:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5007dbcd-ff73-517a-890a-a8931d32a48c with scrape type 2
2026-03-29 06:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5007dbcd-ff73-517a-890a-a8931d32a48c, identifier: CK22%20BKG
2026-03-29 06:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG
2026-03-29 06:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG
2026-03-29 06:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG to the API
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20BKG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5007dbcd-ff73-517a-890a-a8931d32a48c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK22 BKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20BKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 52295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 185 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 185 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNL86186',
 'year': 2022}
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Saving data for CK22%20BKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774362941.440893, 'last_price_update_time': 1774765076.646945}
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520BKG') HTTP/1.1" 204 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: YT67%20OYC
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for YT67%20OYC: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: YP66%20JWY
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520JWY%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for YP66%20JWY: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: CF18%20JXM
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520JXM%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for CF18%20JXM: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: MX73%20VBO
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX73%2520VBO%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for MX73%20VBO: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: FL64%20AVF
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520AVF%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for FL64%20AVF: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: FY71%20OZP
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520OZP%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for FY71%20OZP: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: YM70%20UPL
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM70%2520UPL%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for YM70%20UPL: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: VE67%20EOO
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520EOO%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for VE67%20EOO: 0
2026-03-29 06:17:56 [bca.uk] INFO: Found listing with ID: LR71%20USV
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520USV%27 HTTP/1.1" 200 None
2026-03-29 06:17:56 [bca.uk] INFO: Scrape type for LR71%20USV: 2
2026-03-29 06:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV
2026-03-29 06:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 963c8e29-e042-586a-8c89-9c97b7ec3560 with scrape type 2
2026-03-29 06:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 963c8e29-e042-586a-8c89-9c97b7ec3560 with scrape type 2
2026-03-29 06:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 963c8e29-e042-586a-8c89-9c97b7ec3560, identifier: LR71%20USV
2026-03-29 06:17:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV
2026-03-29 06:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV
2026-03-29 06:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV to the API
2026-03-29 06:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR71%20USV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '963c8e29-e042-586a-8c89-9c97b7ec3560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR71 USV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR71%20USV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 129204,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P376303',
 'year': 2021}
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520USV%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Saving data for LR71%20USV: {'auction_closing_time': 1774864800.0, 'created_time': 1773838826.252508, 'last_price_update_time': 1774765077.177636}
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR71%2520USV') HTTP/1.1" 204 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: EK65%20HSY
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for EK65%20HSY: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: GF19%20XHZ
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF19%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for GF19%20XHZ: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: BT70%20VNC
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520VNC%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for BT70%20VNC: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: MC22%20UHT
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520UHT%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for MC22%20UHT: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: FY10%20RNU
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for FY10%20RNU: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: LS71%20HWG
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for LS71%20HWG: 2
2026-03-29 06:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG
2026-03-29 06:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4885630-7105-5466-81e0-1f9f94be57ae with scrape type 2
2026-03-29 06:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4885630-7105-5466-81e0-1f9f94be57ae with scrape type 2
2026-03-29 06:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4885630-7105-5466-81e0-1f9f94be57ae, identifier: LS71%20HWG
2026-03-29 06:17:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG
2026-03-29 06:17:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG
2026-03-29 06:17:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG to the API
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS71%20HWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4885630-7105-5466-81e0-1f9f94be57ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS71 HWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS71%20HWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 112285,
 'odometer_reading_unit': '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 L2 H2 PROGRESSIVE '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P396311',
 'year': 2022}
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Saving data for LS71%20HWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774362971.267186, 'last_price_update_time': 1774765077.744108}
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520HWG') HTTP/1.1" 204 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: BX17%20CHJ
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX17%2520CHJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for BX17%20CHJ: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: YL21%20MRX
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL21%2520MRX%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for YL21%20MRX: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: SG63%20FTK
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520FTK%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for SG63%20FTK: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: MX69%20MZL
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520MZL%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for MX69%20MZL: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: SC18%20LUW
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520LUW%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for SC18%20LUW: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: SG70%20JRV
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG70%2520JRV%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for SG70%20JRV: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: WO70%20CKC
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO70%2520CKC%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for WO70%20CKC: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: E351%20WEX
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E351%2520WEX%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for E351%20WEX: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: SV21%20OYP
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OYP%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for SV21%20OYP: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: DN65%20YXC
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520YXC%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for DN65%20YXC: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: GJ69%20WXP
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520WXP%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for GJ69%20WXP: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: SA66%20PDK
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for SA66%20PDK: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: YX66%20XUJ
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX66%2520XUJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for YX66%20XUJ: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: RA16%20VHO
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520VHO%27 HTTP/1.1" 200 None
2026-03-29 06:17:57 [bca.uk] INFO: Scrape type for RA16%20VHO: 0
2026-03-29 06:17:57 [bca.uk] INFO: Found listing with ID: WL17%20CZF
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL17%2520CZF%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for WL17%20CZF: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YC19%20BXN
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520BXN%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YC19%20BXN: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YD65%20DYJ
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520DYJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YD65%20DYJ: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YD65%20ZZS
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YD65%20ZZS: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YH62%20FYE
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YH62%20FYE: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YJ63%20HXT
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520HXT%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YJ63%20HXT: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YS14%20KVH
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YS14%20KVH: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: FE14%20ZHM
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for FE14%20ZHM: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: HK69%20KLD
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for HK69%20KLD: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: MK61%20UOP
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520UOP%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for MK61%20UOP: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: ML19%20AEU
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520AEU%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for ML19%20AEU: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: MM13%20ORA
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520ORA%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for MM13%20ORA: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: MW15%20EZJ
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520EZJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for MW15%20EZJ: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: SJ63%20XYM
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520XYM%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for SJ63%20XYM: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: BN61%20LYR
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520LYR%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for BN61%20LYR: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: CX70%20VNC
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX70%2520VNC%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for CX70%20VNC: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: DF66%20RZB
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520RZB%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for DF66%20RZB: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: DX19%20WCR
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX19%2520WCR%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for DX19%20WCR: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: DY19%20RKO
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520RKO%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for DY19%20RKO: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: EA13%20ZRL
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA13%2520ZRL%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for EA13%20ZRL: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: EY19%20DVF
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for EY19%20DVF: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: AK65%20HWP
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520HWP%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for AK65%20HWP: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: BA69%20LFE
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for BA69%20LFE: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: VO64%20WXS
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO64%2520WXS%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for VO64%20WXS: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: WM68%20YHD
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520YHD%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for WM68%20YHD: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YP73%20KGK
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520KGK%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YP73%20KGK: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: WA12%20LYR
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA12%2520LYR%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for WA12%20LYR: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YR17%20KGX
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KGX%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YR17%20KGX: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: RO08%20OZM
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO08%2520OZM%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for RO08%20OZM: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: YH73%20XRV
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520XRV%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for YH73%20XRV: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: KY19%20SSL
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520SSL%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for KY19%20SSL: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: SP18%20KFT
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520KFT%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for SP18%20KFT: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: LM23%20VTE
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for LM23%20VTE: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: CX73%20LJF
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX73%2520LJF%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for CX73%20LJF: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: AF15%20AFK
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520AFK%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for AF15%20AFK: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: SW60%20FVV
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW60%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for SW60%20FVV: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: LL23%20EFM
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520EFM%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for LL23%20EFM: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: LL71%20FMP
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for LL71%20FMP: 0
2026-03-29 06:17:58 [bca.uk] INFO: Total items found: 100
2026-03-29 06:17:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded
2026-03-29 06:17:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:17:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: KE72%20VYL
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYL%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for KE72%20VYL: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: KE72%20NKO
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NKO%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for KE72%20NKO: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: KE72%20LVD
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LVD%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for KE72%20LVD: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: FX18%20DFL
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX18%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for FX18%20DFL: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: MC22%20SWW
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for MC22%20SWW: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: KE72%20LTF
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LTF%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for KE72%20LTF: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: BK73%20SKU
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520SKU%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for BK73%20SKU: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: EO16%20WXF
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520WXF%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for EO16%20WXF: 0
2026-03-29 06:17:58 [bca.uk] INFO: Found listing with ID: BL21%20JHX
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 06:17:58 [bca.uk] INFO: Scrape type for BL21%20JHX: 2
2026-03-29 06:17:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX
2026-03-29 06:17:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b79d732-d900-5597-9d4f-db87eaa319c1 with scrape type 2
2026-03-29 06:17:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b79d732-d900-5597-9d4f-db87eaa319c1 with scrape type 2
2026-03-29 06:17:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b79d732-d900-5597-9d4f-db87eaa319c1, identifier: BL21%20JHX
2026-03-29 06:17: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:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX
2026-03-29 06:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX
2026-03-29 06:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX to the API
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 327,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL21%20JHX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b79d732-d900-5597-9d4f-db87eaa319c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL21 JHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL21%20JHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 56284,
 '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 L3 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRAKM09685',
 'year': 2021}
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Saving data for BL21%20JHX: {'auction_closing_time': 1774864800.0, 'created_time': 1773825792.692393, 'last_price_update_time': 1774765079.229071}
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL21%2520JHX') HTTP/1.1" 204 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: GN66%20PMY
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for GN66%20PMY: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: AF13%20YZA
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520YZA%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for AF13%20YZA: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: SKZ%20335
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SKZ%2520335%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for SKZ%20335: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: SJ21%20CCX
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for SJ21%20CCX: 2
2026-03-29 06:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX
2026-03-29 06:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a905da1-c32a-5650-98b4-5541b35092b9 with scrape type 2
2026-03-29 06:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a905da1-c32a-5650-98b4-5541b35092b9 with scrape type 2
2026-03-29 06:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a905da1-c32a-5650-98b4-5541b35092b9, identifier: SJ21%20CCX
2026-03-29 06:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX
2026-03-29 06:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX
2026-03-29 06:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX to the API
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:17: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:17:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20CCX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a905da1-c32a-5650-98b4-5541b35092b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ21 CCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20CCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 274185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P315880',
 'year': 2021}
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Saving data for SJ21%20CCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774447358.92143, 'last_price_update_time': 1774765079.776838}
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520CCX') HTTP/1.1" 204 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: DN21%20KRJ
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for DN21%20KRJ: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: KY11%20TVJ
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY11%2520TVJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for KY11%20TVJ: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: CU22%20WBJ
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520WBJ%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for CU22%20WBJ: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: LY15%20LPL
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520LPL%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for LY15%20LPL: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: SJ73%20UTL
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ73%2520UTL%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for SJ73%20UTL: 0
2026-03-29 06:17:59 [bca.uk] INFO: Found listing with ID: AU24%20RHF
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU24%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:17:59 [bca.uk] INFO: Scrape type for AU24%20RHF: 2
2026-03-29 06:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF
2026-03-29 06:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addc3b9f-a556-5cd3-b0a9-86470d14b975 with scrape type 2
2026-03-29 06:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addc3b9f-a556-5cd3-b0a9-86470d14b975 with scrape type 2
2026-03-29 06:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: addc3b9f-a556-5cd3-b0a9-86470d14b975, identifier: AU24%20RHF
2026-03-29 06:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF
2026-03-29 06:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF
2026-03-29 06:18:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF to the API
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU24%20RHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'addc3b9f-a556-5cd3-b0a9-86470d14b975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU24 RHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU24%20RHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 26777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL ADVANCE PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL ADVANCE',
 'vin': 'VF1FL000372163031',
 'year': 2024}
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU24%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Saving data for AU24%20RHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774447292.644099, 'last_price_update_time': 1774765080.273301}
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU24%2520RHF') HTTP/1.1" 204 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: YH74%20HRP
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH74%2520HRP%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for YH74%20HRP: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: BL68%20XHC
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for BL68%20XHC: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: ET24%20UYU
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET24%2520UYU%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for ET24%20UYU: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: GP23%20WCT
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP23%2520WCT%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for GP23%20WCT: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: VN20%20JJO
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520JJO%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for VN20%20JJO: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: WO19%20VGJ
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for WO19%20VGJ: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: YX19%20LUE
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520LUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for YX19%20LUE: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: BEZ%203707
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BEZ%25203707%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for BEZ%203707: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: SL14%20HKF
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520HKF%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for SL14%20HKF: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: HV71%20VPL
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for HV71%20VPL: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: MK22%20LXP
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520LXP%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for MK22%20LXP: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: CA68%20PYX
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520PYX%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for CA68%20PYX: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: CK21%20OHW
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for CK21%20OHW: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: PE64%20HKT
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE64%2520HKT%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for PE64%20HKT: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: PK59%20OMA
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK59%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for PK59%20OMA: 0
2026-03-29 06:18:00 [bca.uk] INFO: Found listing with ID: RJ23%20KXP
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Scrape type for RJ23%20KXP: 2
2026-03-29 06:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP
2026-03-29 06:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 029bca08-3dde-5c46-96ca-b94f3e72ecca with scrape type 2
2026-03-29 06:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 029bca08-3dde-5c46-96ca-b94f3e72ecca with scrape type 2
2026-03-29 06:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 029bca08-3dde-5c46-96ca-b94f3e72ecca, identifier: RJ23%20KXP
2026-03-29 06:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP
2026-03-29 06:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP
2026-03-29 06:18:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP to the API
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20KXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '029bca08-3dde-5c46-96ca-b94f3e72ecca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ23 KXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20KXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 42891,
 '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 EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROF.PREMIUM+',
 'vin': 'VF3VBYHRMP7803491',
 'year': 2023}
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 06:18:00 [bca.uk] INFO: Saving data for RJ23%20KXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363435.237131, 'last_price_update_time': 1774765080.914152}
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520KXP') HTTP/1.1" 204 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: AX72%20KBP
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBP%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for AX72%20KBP: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: BN25%20XUY
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XUY%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for BN25%20XUY: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: BN25%20YFS
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFS%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for BN25%20YFS: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: BN74%20PEO
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PEO%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for BN74%20PEO: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: DL73%20HPV
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HPV%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for DL73%20HPV: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: DV24%20JWF
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JWF%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for DV24%20JWF: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: DY74%20BVK
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVK%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for DY74%20BVK: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LL73%20FCV
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FCV%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LL73%20FCV: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LL74%20BUE
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LL74%20BUE: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LO24%20MHL
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO24%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LO24%20MHL: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LR24%20MWC
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LR24%20MWC: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LR73%20AZT
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LR73%20AZT: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LS24%20EUT
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EUT%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LS24%20EUT: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LS24%20FYT
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520FYT%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LS24%20FYT: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LS24%20VEX
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VEX%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LS24%20VEX: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: LS24%20VFF
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for LS24%20VFF: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: MD74%20GWG
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for MD74%20GWG: 2
2026-03-29 06:18:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG
2026-03-29 06:18:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22891e17-ad83-50be-8d01-04aa0cdb76b3 with scrape type 2
2026-03-29 06:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22891e17-ad83-50be-8d01-04aa0cdb76b3 with scrape type 2
2026-03-29 06:18:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22891e17-ad83-50be-8d01-04aa0cdb76b3, identifier: MD74%20GWG
2026-03-29 06:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG
2026-03-29 06:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG
2026-03-29 06:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG to the API
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD74%20GWG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '22891e17-ad83-50be-8d01-04aa0cdb76b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD74 GWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD74%20GWG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 20627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19400,
 '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': 'VR3KAHPY0RS143112',
 'year': 2024}
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Saving data for MD74%20GWG: {'auction_closing_time': 1775199600.0, 'created_time': 1774265593.477184, 'last_price_update_time': 1774765081.679017}
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD74%2520GWG') HTTP/1.1" 204 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: MJ74%20HCG
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCG%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for MJ74%20HCG: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: MJ74%20HCN
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCN%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for MJ74%20HCN: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: MJ74%20HDC
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDC%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for MJ74%20HDC: 0
2026-03-29 06:18:01 [bca.uk] INFO: Found listing with ID: MJ74%20HDF
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-29 06:18:01 [bca.uk] INFO: Scrape type for MJ74%20HDF: 2
2026-03-29 06:18:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF
2026-03-29 06:18:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with scrape type 2
2026-03-29 06:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with scrape type 2
2026-03-29 06:18:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0, identifier: MJ74%20HDF
2026-03-29 06:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF
2026-03-29 06:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF
2026-03-29 06:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF to the API
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20HDF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a6caa57-14b3-5730-9ff0-05a4d4a750a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 HDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20HDF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 24865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE3R4288276',
 'year': 2024}
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Saving data for MJ74%20HDF: {'auction_closing_time': 1775199600.0, 'created_time': 1773841929.335116, 'last_price_update_time': 1774765082.229179}
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520HDF') HTTP/1.1" 204 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: MJ74%20PFE
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PFE%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for MJ74%20PFE: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: ML24%20NOF
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for ML24%20NOF: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: MP73%20JYA
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for MP73%20JYA: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: MW74%20DXO
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DXO%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for MW74%20DXO: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: MW74%20NHP
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NHP%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for MW74%20NHP: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: RO74%20WHG
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO74%2520WHG%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for RO74%20WHG: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: SG24%20OFD
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG24%2520OFD%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for SG24%20OFD: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: VE73%20OMW
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520OMW%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for VE73%20OMW: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: VK24%20MZE
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MZE%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for VK24%20MZE: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: YE24%20BZK
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE24%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for YE24%20BZK: 2
2026-03-29 06:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK
2026-03-29 06:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99e8466a-dec5-525d-a851-6189136389ad with scrape type 2
2026-03-29 06:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99e8466a-dec5-525d-a851-6189136389ad with scrape type 2
2026-03-29 06:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99e8466a-dec5-525d-a851-6189136389ad, identifier: YE24%20BZK
2026-03-29 06:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK
2026-03-29 06:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK
2026-03-29 06:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK to the API
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE24%20BZK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99e8466a-dec5-525d-a851-6189136389ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE24 BZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE24%20BZK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 22890,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSXRS048032',
 'year': 2024}
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE24%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Saving data for YE24%20BZK: {'auction_closing_time': 1775199600.0, 'created_time': 1774265589.410473, 'last_price_update_time': 1774765082.816073}
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE24%2520BZK') HTTP/1.1" 204 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: YF23%20MZJ
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520MZJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for YF23%20MZJ: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: YF23%20UNP
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNP%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for YF23%20UNP: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: YY73%20XFO
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFO%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for YY73%20XFO: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: YY73%20XFP
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFP%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for YY73%20XFP: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: WP21%20YSG
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520YSG%27 HTTP/1.1" 200 None
2026-03-29 06:18:02 [bca.uk] INFO: Scrape type for WP21%20YSG: 0
2026-03-29 06:18:02 [bca.uk] INFO: Found listing with ID: BG19%20UEM
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520UEM%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for BG19%20UEM: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: CP67%20TVF
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for CP67%20TVF: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: GH19%20NUE
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH19%2520NUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for GH19%20NUE: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: LC66%20VJJ
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520VJJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for LC66%20VJJ: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: LP68%20UJX
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for LP68%20UJX: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: SB66%20RFO
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520RFO%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for SB66%20RFO: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: SGZ%205409
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25205409%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for SGZ%205409: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: VN70%20ZTV
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520ZTV%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for VN70%20ZTV: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: WL69%20CEO
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL69%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for WL69%20CEO: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: YG68%20UHR
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for YG68%20UHR: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: LC71%20YZX
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520YZX%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for LC71%20YZX: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: LN71%20KUJ
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520KUJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for LN71%20KUJ: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: RE71%20LRU
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for RE71%20LRU: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: RE71%20OCR
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OCR%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for RE71%20OCR: 2
2026-03-29 06:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR
2026-03-29 06:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e43601-a7d1-5bc5-8487-329dc1943444 with scrape type 2
2026-03-29 06:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e43601-a7d1-5bc5-8487-329dc1943444 with scrape type 2
2026-03-29 06:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2e43601-a7d1-5bc5-8487-329dc1943444, identifier: RE71%20OCR
2026-03-29 06:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=night+black HTTP/1.1" 200 None
2026-03-29 06:18:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:18: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:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR
2026-03-29 06:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR to the API
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE71%20OCR-GB',
 'category': 'Car',
 'color': 'night black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e2e43601-a7d1-5bc5-8487-329dc1943444',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE71 OCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE71%20OCR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 24235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14700,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J025065',
 'year': 2021}
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OCR%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Saving data for RE71%20OCR: {'auction_closing_time': 1775116800.0, 'created_time': 1773846325.000502, 'last_price_update_time': 1774765083.773569}
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520OCR') HTTP/1.1" 204 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: SA71%20HLE
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520HLE%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for SA71%20HLE: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: SC71%20MKZ
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520MKZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for SC71%20MKZ: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: SO71%20GXR
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520GXR%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for SO71%20GXR: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: WA71%20MGX
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA71%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for WA71%20MGX: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: WH21%20BFN
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520BFN%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for WH21%20BFN: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: WV71%20UZC
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520UZC%27 HTTP/1.1" 200 None
2026-03-29 06:18:03 [bca.uk] INFO: Scrape type for WV71%20UZC: 0
2026-03-29 06:18:03 [bca.uk] INFO: Found listing with ID: AJ66%20GWA
2026-03-29 06:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ66%2520GWA%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for AJ66%20GWA: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: BJ12%20XWF
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520XWF%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for BJ12%20XWF: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: DG15%20FBV
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for DG15%20FBV: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: BT74%20DGU
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for BT74%20DGU: 2
2026-03-29 06:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU
2026-03-29 06:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0f9125a-16a9-5189-bd2b-4ca60861a197 with scrape type 2
2026-03-29 06:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0f9125a-16a9-5189-bd2b-4ca60861a197 with scrape type 2
2026-03-29 06:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0f9125a-16a9-5189-bd2b-4ca60861a197, identifier: BT74%20DGU
2026-03-29 06:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU
2026-03-29 06:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU
2026-03-29 06:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU to the API
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT74%20DGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0f9125a-16a9-5189-bd2b-4ca60861a197',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT74 DGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT74%20DGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 5341,
 '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': '6FPPXXMJ2PRE46413',
 'year': 2024}
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Saving data for BT74%20DGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774016896.715427, 'last_price_update_time': 1774765084.454788}
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT74%2520DGU') HTTP/1.1" 204 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: LB23%20GWG
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for LB23%20GWG: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: YE22%20ALU
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520ALU%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for YE22%20ALU: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: SD69%20NHN
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520NHN%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for SD69%20NHN: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: KN73%20XRU
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520XRU%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for KN73%20XRU: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: YN65%20PFA
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN65%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for YN65%20PFA: 0
2026-03-29 06:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:04 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded
2026-03-29 06:18:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: EY72%20NFV
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY72%2520NFV%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for EY72%20NFV: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: DY72%20JNZ
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520JNZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for DY72%20JNZ: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: YO19%20DXE
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO19%2520DXE%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for YO19%20DXE: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: FD63%20BZR
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520BZR%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for FD63%20BZR: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: LN64%20SVF
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for LN64%20SVF: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: NJ16%20PLV
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520PLV%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for NJ16%20PLV: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: OY17%20FCL
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FCL%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for OY17%20FCL: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: PK64%20UMX
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520UMX%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for PK64%20UMX: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: SB65%20ODX
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for SB65%20ODX: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: VX17%20OFY
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520OFY%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for VX17%20OFY: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: WP17%20JJO
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP17%2520JJO%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for WP17%20JJO: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: CK63%20NYH
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520NYH%27 HTTP/1.1" 200 None
2026-03-29 06:18:04 [bca.uk] INFO: Scrape type for CK63%20NYH: 0
2026-03-29 06:18:04 [bca.uk] INFO: Found listing with ID: DY61%20UVS
2026-03-29 06:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520UVS%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for DY61%20UVS: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: DY63%20VYX
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY63%2520VYX%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for DY63%20VYX: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: HK16%20FVC
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for HK16%20FVC: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: LD15%20ZDK
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520ZDK%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for LD15%20ZDK: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: LM63%20VOH
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520VOH%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for LM63%20VOH: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: MF22%20NTE
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520NTE%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for MF22%20NTE: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: RX65%20KYO
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for RX65%20KYO: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: LA19%20OGM
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520OGM%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for LA19%20OGM: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: GK13%20CMU
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK13%2520CMU%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for GK13%20CMU: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: RK58%20UEV
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK58%2520UEV%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for RK58%20UEV: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: RV65%20TVU
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520TVU%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for RV65%20TVU: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: BL16%20ZMO
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for BL16%20ZMO: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: EA67%20GFZ
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520GFZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for EA67%20GFZ: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: EX18%20CPO
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520CPO%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for EX18%20CPO: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: GJ66%20HZN
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520HZN%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for GJ66%20HZN: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: LA16%20KDU
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520KDU%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for LA16%20KDU: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: MT15%20LXL
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520LXL%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for MT15%20LXL: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: RJ07%20UTO
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520UTO%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for RJ07%20UTO: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: FV71%20LJU
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520LJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for FV71%20LJU: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: BV19%20BFY
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520BFY%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for BV19%20BFY: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: EY14%20WLC
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY14%2520WLC%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for EY14%20WLC: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: YS72%20XCZ
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520XCZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for YS72%20XCZ: 2
2026-03-29 06:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ
2026-03-29 06:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c90603-27b4-5df8-901a-30a8de7d207c with scrape type 2
2026-03-29 06:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9c90603-27b4-5df8-901a-30a8de7d207c with scrape type 2
2026-03-29 06:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9c90603-27b4-5df8-901a-30a8de7d207c, identifier: YS72%20XCZ
2026-03-29 06:18:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ
2026-03-29 06:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ
2026-03-29 06:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ to the API
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS72%20XCZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b9c90603-27b4-5df8-901a-30a8de7d207c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YS72 XCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS72%20XCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E',
 'odometer': 86516,
 'odometer_reading_unit': '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': 'W1K5J8GB6PN370560',
 'year': 2022}
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520XCZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Saving data for YS72%20XCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773908199.55748, 'last_price_update_time': 1774765085.720995}
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS72%2520XCZ') HTTP/1.1" 204 0
2026-03-29 06:18:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: EO14%20LKA
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520LKA%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for EO14%20LKA: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: FP20%20KGN
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP20%2520KGN%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for FP20%20KGN: 0
2026-03-29 06:18:05 [bca.uk] INFO: Found listing with ID: YE22%20OYB
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520OYB%27 HTTP/1.1" 200 None
2026-03-29 06:18:05 [bca.uk] INFO: Scrape type for YE22%20OYB: 2
2026-03-29 06:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB
2026-03-29 06:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af6b859b-198d-5aa0-a630-fea430396644 with scrape type 2
2026-03-29 06:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af6b859b-198d-5aa0-a630-fea430396644 with scrape type 2
2026-03-29 06:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af6b859b-198d-5aa0-a630-fea430396644, identifier: YE22%20OYB
2026-03-29 06:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB
2026-03-29 06:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB
2026-03-29 06:18:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB to the API
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE22%20OYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af6b859b-198d-5aa0-a630-fea430396644',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE22 OYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE22%20OYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '330E',
 'odometer': 28700,
 'odometer_reading_unit': '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 Saloon',
 'transmission': 'automatic',
 'trim': 'T SPORT PRO',
 'vin': 'WBA5P52060FM80986',
 'year': 2022}
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520OYB%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Saving data for YE22%20OYB: {'auction_closing_time': 1774864800.0, 'created_time': 1773908123.764579, 'last_price_update_time': 1774765086.243275}
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE22%2520OYB') HTTP/1.1" 204 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: YD72%20CVW
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for YD72%20CVW: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: YC22%20WGE
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WGE%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for YC22%20WGE: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: YB71%20DLV
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DLV%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for YB71%20DLV: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: YB23%20ESY
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for YB23%20ESY: 2
2026-03-29 06:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY
2026-03-29 06:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with scrape type 2
2026-03-29 06:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with scrape type 2
2026-03-29 06:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a, identifier: YB23%20ESY
2026-03-29 06:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY
2026-03-29 06:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY
2026-03-29 06:18:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY to the API
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB23%20ESY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '390aa967-8c03-5ed5-9c3d-2dd8360ca33a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB23 ESY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB23%20ESY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 22253,
 '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 S/B 40 150KW 82KWH SPORT Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ5PP055775',
 'year': 2023}
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Saving data for YB23%20ESY: {'auction_closing_time': 1774864800.0, 'created_time': 1773908216.310465, 'last_price_update_time': 1774765086.673191}
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB23%2520ESY') HTTP/1.1" 204 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: FG72%20ZLE
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520ZLE%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for FG72%20ZLE: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: GX24%20UKB
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX24%2520UKB%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for GX24%20UKB: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HN21%20LLM
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520LLM%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HN21%20LLM: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HN22%20ZSG
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HN22%20ZSG: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HN25%20EJV
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520EJV%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HN25%20EJV: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HN70%20YDX
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520YDX%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HN70%20YDX: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HS24%20GZF
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HS24%20GZF: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HV20%20XRR
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520XRR%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HV20%20XRR: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HV25%20LFX
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520LFX%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HV25%20LFX: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HX23%20NCF
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520NCF%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HX23%20NCF: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HY73%20KFU
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HY73%20KFU: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: HY74%20MZT
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY74%2520MZT%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for HY74%20MZT: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: KJ73%20ZXA
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ73%2520ZXA%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for KJ73%20ZXA: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: LR68%20KMY
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for LR68%20KMY: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: PF72%20YNU
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520YNU%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for PF72%20YNU: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: RJ72%20YEY
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ72%2520YEY%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for RJ72%20YEY: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: SF19%20EBJ
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520EBJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for SF19%20EBJ: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: WO19%20DKN
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520DKN%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for WO19%20DKN: 0
2026-03-29 06:18:06 [bca.uk] INFO: Found listing with ID: YB22%20WCA
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520WCA%27 HTTP/1.1" 200 None
2026-03-29 06:18:06 [bca.uk] INFO: Scrape type for YB22%20WCA: 2
2026-03-29 06:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA
2026-03-29 06:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc1cf8df-a734-5b26-8a85-5da4e374d159 with scrape type 2
2026-03-29 06:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc1cf8df-a734-5b26-8a85-5da4e374d159 with scrape type 2
2026-03-29 06:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc1cf8df-a734-5b26-8a85-5da4e374d159, identifier: YB22%20WCA
2026-03-29 06:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA
2026-03-29 06:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA
2026-03-29 06:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA to the API
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB22%20WCA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fc1cf8df-a734-5b26-8a85-5da4e374d159',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB22 WCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB22%20WCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 53182,
 'odometer_reading_unit': '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 35 125KW 55KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZ6NP048945',
 'year': 2022}
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520WCA%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Saving data for YB22%20WCA: {'auction_closing_time': 1774864800.0, 'created_time': 1773908238.280237, 'last_price_update_time': 1774765087.382989}
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB22%2520WCA') HTTP/1.1" 204 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: YA72%20XTC
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520XTC%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for YA72%20XTC: 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: YA72%20SUH
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520SUH%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for YA72%20SUH: 2
2026-03-29 06:18:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH
2026-03-29 06:18:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with scrape type 2
2026-03-29 06:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with scrape type 2
2026-03-29 06:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf, identifier: YA72%20SUH
2026-03-29 06:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH
2026-03-29 06:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH
2026-03-29 06:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH to the API
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20SUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA72 SUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20SUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 46884,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 50 220KW 83KWH Q S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q S LINE',
 'vin': 'WAUZZZFZ9PP023119',
 'year': 2023}
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520SUH%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Saving data for YA72%20SUH: {'auction_closing_time': 1774864800.0, 'created_time': 1773908233.901562, 'last_price_update_time': 1774765087.884096}
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520SUH') HTTP/1.1" 204 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: SH72%20EWE
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH72%2520EWE%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for SH72%20EWE: 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: OV23%20FHD
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520FHD%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for OV23%20FHD: 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: HN72%20VFD
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520VFD%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for HN72%20VFD: 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: GX23%20XHN
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XHN%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for GX23%20XHN: 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: GJ22%20NLP
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NLP%27 HTTP/1.1" 200 None
2026-03-29 06:18:07 [bca.uk] INFO: Scrape type for GJ22%20NLP: 0
2026-03-29 06:18:07 [bca.uk] INFO: Found listing with ID: DN10%20POA
2026-03-29 06:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN10%2520POA%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for DN10%20POA: 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: FE23%20ZZJ
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520ZZJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for FE23%20ZZJ: 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: FE23%20XOP
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for FE23%20XOP: 2
2026-03-29 06:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP
2026-03-29 06:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 075df674-f84b-5935-a226-deb014ba8310 with scrape type 2
2026-03-29 06:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 075df674-f84b-5935-a226-deb014ba8310 with scrape type 2
2026-03-29 06:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 075df674-f84b-5935-a226-deb014ba8310, identifier: FE23%20XOP
2026-03-29 06:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP
2026-03-29 06:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP
2026-03-29 06:18:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP to the API
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20XOP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '075df674-f84b-5935-a226-deb014ba8310',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE23 XOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20XOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 28195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE ED.',
 'vin': 'WF0FXXWPMFNA81713',
 'year': 2023}
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Saving data for FE23%20XOP: {'auction_closing_time': 1774864800.0, 'created_time': 1773908256.121922, 'last_price_update_time': 1774765088.399965}
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520XOP') HTTP/1.1" 204 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: DU74%20YYP
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU74%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for DU74%20YYP: 2
2026-03-29 06:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP
2026-03-29 06:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with scrape type 2
2026-03-29 06:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with scrape type 2
2026-03-29 06:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4, identifier: DU74%20YYP
2026-03-29 06:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP
2026-03-29 06:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP
2026-03-29 06:18:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP to the API
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU74%20YYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f50ac1c0-6fd4-5c74-adb2-1c5210db56c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DU74 YYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU74%20YYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 16634,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 160KW 65KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 65KWH ADVANCE',
 'vin': 'TMAH881A1RJ040326',
 'year': 2024}
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU74%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Saving data for DU74%20YYP: {'auction_closing_time': 1774864800.0, 'created_time': 1773908250.467735, 'last_price_update_time': 1774765088.806353}
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU74%2520YYP') HTTP/1.1" 204 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: DF24%20TYP
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520TYP%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for DF24%20TYP: 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: BP72%20XTH
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for BP72%20XTH: 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: LB71%20VYP
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VYP%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for LB71%20VYP: 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: YE71%20UXA
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE71%2520UXA%27 HTTP/1.1" 200 None
2026-03-29 06:18:08 [bca.uk] INFO: Scrape type for YE71%20UXA: 0
2026-03-29 06:18:08 [bca.uk] INFO: Found listing with ID: BG08%20KZL
2026-03-29 06:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG08%2520KZL%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for BG08%20KZL: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: RV10%20FBL
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for RV10%20FBL: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: RGZ%208218
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RGZ%25208218%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for RGZ%208218: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: DG56%20XFA
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG56%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for DG56%20XFA: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: KN17%20BCY
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520BCY%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for KN17%20BCY: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: YE15%20RSZ
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520RSZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for YE15%20RSZ: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: WV60%20ULZ
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV60%2520ULZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for WV60%20ULZ: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: WF08%20CYV
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520CYV%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for WF08%20CYV: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: ND09%20UCG
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for ND09%20UCG: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: EK08%20NNT
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520NNT%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for EK08%20NNT: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: KU13%20EPY
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520EPY%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for KU13%20EPY: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: LT69%20LKF
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for LT69%20LKF: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: WG06%20EOC
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG06%2520EOC%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for WG06%20EOC: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: WR62%20KWU
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520KWU%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for WR62%20KWU: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: YR66%20YDL
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520YDL%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for YR66%20YDL: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: LM03%20UOW
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM03%2520UOW%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for LM03%20UOW: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: NU54%20GKG
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU54%2520GKG%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for NU54%20GKG: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: PN54%20SOC
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN54%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for PN54%20SOC: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: YD10%20SWY
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD10%2520SWY%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for YD10%20SWY: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: KC07%20ZNX
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC07%2520ZNX%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for KC07%20ZNX: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: DG13%20XYL
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520XYL%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for DG13%20XYL: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: DN64%20XSY
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520XSY%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for DN64%20XSY: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: ML67%20KTE
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520KTE%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for ML67%20KTE: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: NJ60%20WFO
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520WFO%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for NJ60%20WFO: 0
2026-03-29 06:18:09 [bca.uk] INFO: Found listing with ID: ST71%20RVA
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 06:18:09 [bca.uk] INFO: Scrape type for ST71%20RVA: 0
2026-03-29 06:18:10 [scrapy.extensions.logstats] INFO: Crawled 98 pages (at 5 pages/min), scraped 1889 items (at 104 items/min)
2026-03-29 06:18:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:11 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:11 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded
2026-03-29 06:18:11 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: YB68%20OWU
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB68%2520OWU%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for YB68%20OWU: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: PK65%20RTV
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520RTV%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for PK65%20RTV: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: RO11%20ZMY
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520ZMY%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for RO11%20ZMY: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: BD68%20CGF
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for BD68%20CGF: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: VO69%20KKU
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520KKU%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for VO69%20KKU: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: BD18%20OHW
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for BD18%20OHW: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: DA11%20YBP
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520YBP%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for DA11%20YBP: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: CV09%20TRX
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for CV09%20TRX: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: SO55%20OVH
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO55%2520OVH%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for SO55%20OVH: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: YP25%20BVB
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for YP25%20BVB: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: WO21%20RXJ
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520RXJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for WO21%20RXJ: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: AM02%20OAR
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM02%2520OAR%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for AM02%20OAR: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: GL70%20BUW
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL70%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for GL70%20BUW: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: PY22%20EZP
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for PY22%20EZP: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: FP19%20CKG
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP19%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for FP19%20CKG: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: KR18%20NPP
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR18%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for KR18%20NPP: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: NX18%20UPL
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520UPL%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for NX18%20UPL: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: DA62%20WFY
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA62%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for DA62%20WFY: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: FV14%20VRD
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV14%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for FV14%20VRD: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: YK12%20ZZG
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520ZZG%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for YK12%20ZZG: 0
2026-03-29 06:18:11 [bca.uk] INFO: Found listing with ID: EN14%20OPY
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:18:11 [bca.uk] INFO: Scrape type for EN14%20OPY: 2
2026-03-29 06:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11718e32-5464-5586-a2d8-b0a2114a1848 with identifier: EN14%20OPY
2026-03-29 06:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11718e32-5464-5586-a2d8-b0a2114a1848 with scrape type 2
2026-03-29 06:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11718e32-5464-5586-a2d8-b0a2114a1848 with scrape type 2
2026-03-29 06:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11718e32-5464-5586-a2d8-b0a2114a1848, identifier: EN14%20OPY
2026-03-29 06:18:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11718e32-5464-5586-a2d8-b0a2114a1848 with identifier: EN14%20OPY
2026-03-29 06:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11718e32-5464-5586-a2d8-b0a2114a1848 with identifier: EN14%20OPY
2026-03-29 06:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11718e32-5464-5586-a2d8-b0a2114a1848 with identifier: EN14%20OPY to the API
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN14%20OPY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11718e32-5464-5586-a2d8-b0a2114a1848',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN14 OPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN14%20OPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 93282,
 '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.6 TDCI 95 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 95 TITANIUM',
 'vin': 'WF0KXXERJKEM42543',
 'year': 2014}
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520OPY%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Saving data for EN14%20OPY: {'auction_closing_time': 1774778400.0, 'created_time': 1774353728.110653, 'last_price_update_time': 1774765092.000059}
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN14%2520OPY') HTTP/1.1" 204 0
2026-03-29 06:18: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:18:12 [bca.uk] INFO: Found listing with ID: RO64%20HCD
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for RO64%20HCD: 2
2026-03-29 06:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d5192bb-6804-5528-b550-2e71dec93445 with identifier: RO64%20HCD
2026-03-29 06:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d5192bb-6804-5528-b550-2e71dec93445 with scrape type 2
2026-03-29 06:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d5192bb-6804-5528-b550-2e71dec93445 with scrape type 2
2026-03-29 06:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d5192bb-6804-5528-b550-2e71dec93445, identifier: RO64%20HCD
2026-03-29 06:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d5192bb-6804-5528-b550-2e71dec93445 with identifier: RO64%20HCD
2026-03-29 06:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d5192bb-6804-5528-b550-2e71dec93445 with identifier: RO64%20HCD
2026-03-29 06:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d5192bb-6804-5528-b550-2e71dec93445 with identifier: RO64%20HCD to the API
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO64%20HCD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d5192bb-6804-5528-b550-2e71dec93445',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO64 HCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO64%20HCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 98683,
 '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 1.6 GDI 1 StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 1',
 'vin': 'U5YPB814LEL565306',
 'year': 2014}
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Saving data for RO64%20HCD: {'auction_closing_time': 1774778400.0, 'created_time': 1774353754.093508, 'last_price_update_time': 1774765092.477747}
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO64%2520HCD') HTTP/1.1" 204 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: MM63%20VBO
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520VBO%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for MM63%20VBO: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: SG65%20ENN
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520ENN%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for SG65%20ENN: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: KV64%20HKH
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520HKH%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for KV64%20HKH: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: FE23%20OLU
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520OLU%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for FE23%20OLU: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: YP63%20CFJ
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP63%2520CFJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for YP63%20CFJ: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: SL64%20VKX
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520VKX%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for SL64%20VKX: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: PJ14%20OKB
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ14%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for PJ14%20OKB: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: YR73%20ZBL
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZBL%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for YR73%20ZBL: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: OV19%20WVN
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520WVN%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for OV19%20WVN: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: YE17%20RJO
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520RJO%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for YE17%20RJO: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: FE22%20HHC
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520HHC%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for FE22%20HHC: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: DF14%20YVY
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520YVY%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for DF14%20YVY: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: PN65%20ZKF
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520ZKF%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for PN65%20ZKF: 0
2026-03-29 06:18:12 [bca.uk] INFO: Found listing with ID: SE15%20AFU
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE15%2520AFU%27 HTTP/1.1" 200 None
2026-03-29 06:18:12 [bca.uk] INFO: Scrape type for SE15%20AFU: 2
2026-03-29 06:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d67b576-866e-5b13-9d8c-ab422462cf0c with identifier: SE15%20AFU
2026-03-29 06:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d67b576-866e-5b13-9d8c-ab422462cf0c with scrape type 2
2026-03-29 06:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d67b576-866e-5b13-9d8c-ab422462cf0c with scrape type 2
2026-03-29 06:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d67b576-866e-5b13-9d8c-ab422462cf0c, identifier: SE15%20AFU
2026-03-29 06:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d67b576-866e-5b13-9d8c-ab422462cf0c with identifier: SE15%20AFU
2026-03-29 06:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d67b576-866e-5b13-9d8c-ab422462cf0c with identifier: SE15%20AFU
2026-03-29 06:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d67b576-866e-5b13-9d8c-ab422462cf0c with identifier: SE15%20AFU to the API
2026-03-29 06:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE15%20AFU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d67b576-866e-5b13-9d8c-ab422462cf0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE15 AFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE15%20AFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 100670,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 VTI CROSSWAY MPV',
 'transmission': 'manual',
 'trim': 'VTI CROSSWAY',
 'vin': 'VF3CUHMZ0FY053906',
 'year': 2015}
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE15%2520AFU%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Saving data for SE15%20AFU: {'auction_closing_time': 1774778400.0, 'created_time': 1774353899.528332, 'last_price_update_time': 1774765093.15703}
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE15%2520AFU') HTTP/1.1" 204 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YL73%20HVO
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520HVO%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YL73%20HVO: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YL73%20AYE
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYE%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YL73%20AYE: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YH73%20SWJ
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YH73%20SWJ: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: PK23%20DCU
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520DCU%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for PK23%20DCU: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LM23%20VVL
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VVL%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LM23%20VVL: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LM23%20VSA
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VSA%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LM23%20VSA: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LM23%20VPT
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VPT%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LM23%20VPT: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LM23%20VLZ
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VLZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LM23%20VLZ: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LL23%20WCU
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520WCU%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LL23%20WCU: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: HJ73%20OGH
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OGH%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for HJ73%20OGH: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YH73%20SWU
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWU%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YH73%20SWU: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YK72%20MZU
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520MZU%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YK72%20MZU: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YH73%20RSV
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YH73%20RSV: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: EJ71%20BZD
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BZD%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for EJ71%20BZD: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LM23%20VXR
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VXR%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LM23%20VXR: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: LM23%20VNR
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VNR%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for LM23%20VNR: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: KF72%20AOM
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AOM%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for KF72%20AOM: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YP25%20BUW
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YP25%20BUW: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: HJ73%20NKT
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NKT%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for HJ73%20NKT: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: RE74%20DSU
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520DSU%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for RE74%20DSU: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YO24%20XFJ
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XFJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YO24%20XFJ: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: YO24%20XDX
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XDX%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for YO24%20XDX: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: RK74%20LVZ
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520LVZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for RK74%20LVZ: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: BJ23%20WRN
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520WRN%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for BJ23%20WRN: 0
2026-03-29 06:18:13 [bca.uk] INFO: Found listing with ID: BC17%20DND
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-29 06:18:13 [bca.uk] INFO: Scrape type for BC17%20DND: 2
2026-03-29 06:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND
2026-03-29 06:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0cedc30-3473-540d-9390-81e6996ea0d2 with scrape type 2
2026-03-29 06:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0cedc30-3473-540d-9390-81e6996ea0d2 with scrape type 2
2026-03-29 06:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0cedc30-3473-540d-9390-81e6996ea0d2, identifier: BC17%20DND
2026-03-29 06:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND
2026-03-29 06:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND
2026-03-29 06:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND to the API
2026-03-29 06:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC17%20DND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0cedc30-3473-540d-9390-81e6996ea0d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC17 DND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC17%20DND&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 78216,
 '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.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJHB46851',
 'year': 2017}
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Saving data for BC17%20DND: {'auction_closing_time': 1774951200.0, 'created_time': 1773828919.010254, 'last_price_update_time': 1774765094.036271}
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC17%2520DND') HTTP/1.1" 204 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: YC25%20VUU
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VUU%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for YC25%20VUU: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: WV63%20OWA
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for WV63%20OWA: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: WA19%20MUB
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for WA19%20MUB: 2
2026-03-29 06:18:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB
2026-03-29 06:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f563221a-dc18-533e-95b7-5beee7820595 with scrape type 2
2026-03-29 06:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f563221a-dc18-533e-95b7-5beee7820595 with scrape type 2
2026-03-29 06:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f563221a-dc18-533e-95b7-5beee7820595, identifier: WA19%20MUB
2026-03-29 06:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB
2026-03-29 06:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB
2026-03-29 06:18:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB to the API
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA19%20MUB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f563221a-dc18-533e-95b7-5beee7820595',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA19 MUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA19%20MUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 66036,
 'odometer_reading_unit': '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 180 1.6 AMG LINE ED. Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.',
 'vin': 'WDD1173422N766065',
 'year': 2019}
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Saving data for WA19%20MUB: {'auction_closing_time': 1774951200.0, 'created_time': 1773828934.355823, 'last_price_update_time': 1774765094.548574}
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA19%2520MUB') HTTP/1.1" 204 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: LY10%20AHG
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520AHG%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for LY10%20AHG: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: OE23%20LNR
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520LNR%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for OE23%20LNR: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: PE16%20VFW
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VFW%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for PE16%20VFW: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: WP22%20JXW
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520JXW%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for WP22%20JXW: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: VK16%20NGN
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for VK16%20NGN: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: YP74%20WKZ
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520WKZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for YP74%20WKZ: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: LX23%20VMJ
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX23%2520VMJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for LX23%20VMJ: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: EO21%20MVC
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for EO21%20MVC: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: BH19%20YVM
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for BH19%20YVM: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: HK18%20NHU
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520NHU%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for HK18%20NHU: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: HW71%20KOB
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW71%2520KOB%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for HW71%20KOB: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: N9%20AEN
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N9%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for N9%20AEN: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: SC68%20UYP
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520UYP%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for SC68%20UYP: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: BT07%20HUP
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT07%2520HUP%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for BT07%20HUP: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: HY72%20DFD
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520DFD%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for HY72%20DFD: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: FA16%20YVJ
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for FA16%20YVJ: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: WL13%20EOE
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL13%2520EOE%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for WL13%20EOE: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: HK23%20GZJ
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520GZJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for HK23%20GZJ: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: YF57%20FBA
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520FBA%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for YF57%20FBA: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: TT13%20OLE
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TT13%2520OLE%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for TT13%20OLE: 0
2026-03-29 06:18:14 [bca.uk] INFO: Found listing with ID: DE14%20YDG
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520YDG%27 HTTP/1.1" 200 None
2026-03-29 06:18:14 [bca.uk] INFO: Scrape type for DE14%20YDG: 2
2026-03-29 06:18:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804821c4-f32b-50dd-bc9c-58df2912fafa with identifier: DE14%20YDG
2026-03-29 06:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804821c4-f32b-50dd-bc9c-58df2912fafa with scrape type 2
2026-03-29 06:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804821c4-f32b-50dd-bc9c-58df2912fafa with scrape type 2
2026-03-29 06:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 804821c4-f32b-50dd-bc9c-58df2912fafa, identifier: DE14%20YDG
2026-03-29 06:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 804821c4-f32b-50dd-bc9c-58df2912fafa with identifier: DE14%20YDG
2026-03-29 06:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 804821c4-f32b-50dd-bc9c-58df2912fafa with identifier: DE14%20YDG
2026-03-29 06:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 804821c4-f32b-50dd-bc9c-58df2912fafa with identifier: DE14%20YDG to the API
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE14%20YDG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '804821c4-f32b-50dd-bc9c-58df2912fafa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE14 YDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE14%20YDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 125418,
 '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 105 ECONETIC ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 105 ECONETIC ZETEC',
 'vin': 'WF0KXXGCBKEL57983',
 'year': 2014}
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520YDG%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Saving data for DE14%20YDG: {'auction_closing_time': 1774778400.0, 'created_time': 1774353668.46888, 'last_price_update_time': 1774765095.271064}
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE14%2520YDG') HTTP/1.1" 204 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: DU18%20YMX
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520YMX%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for DU18%20YMX: 2
2026-03-29 06:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053ba833-b632-5e13-944b-f2b2c9df8c2e with identifier: DU18%20YMX
2026-03-29 06:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053ba833-b632-5e13-944b-f2b2c9df8c2e with scrape type 2
2026-03-29 06:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053ba833-b632-5e13-944b-f2b2c9df8c2e with scrape type 2
2026-03-29 06:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 053ba833-b632-5e13-944b-f2b2c9df8c2e, identifier: DU18%20YMX
2026-03-29 06:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 053ba833-b632-5e13-944b-f2b2c9df8c2e with identifier: DU18%20YMX
2026-03-29 06:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 053ba833-b632-5e13-944b-f2b2c9df8c2e with identifier: DU18%20YMX
2026-03-29 06:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 053ba833-b632-5e13-944b-f2b2c9df8c2e with identifier: DU18%20YMX to the API
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU18%20YMX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '053ba833-b632-5e13-944b-f2b2c9df8c2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU18 YMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU18%20YMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 99870,
 'odometer_reading_unit': '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 D 116 Hatchback',
 'transmission': 'manual',
 'trim': 'D 116',
 'vin': 'WMWXV32020TE37320',
 'year': 2018}
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520YMX%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Saving data for DU18%20YMX: {'auction_closing_time': 1774778400.0, 'created_time': 1774353674.414065, 'last_price_update_time': 1774765095.74089}
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU18%2520YMX') HTTP/1.1" 204 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: ET16%20WXR
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET16%2520WXR%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for ET16%20WXR: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: PO14%20WHT
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO14%2520WHT%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for PO14%20WHT: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: HK15%20BTY
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BTY%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for HK15%20BTY: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: VO71%20KPR
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520KPR%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for VO71%20KPR: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: NA16%20FUW
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA16%2520FUW%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for NA16%20FUW: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: HN72%20LMM
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LMM%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for HN72%20LMM: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: SB62%20GHY
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520GHY%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for SB62%20GHY: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: DV68%20KWD
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWD%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for DV68%20KWD: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: KP69%20MYB
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520MYB%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for KP69%20MYB: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: DV22%20BXC
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for DV22%20BXC: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: CA74%20LKZ
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520LKZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for CA74%20LKZ: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: NA15%20GHZ
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520GHZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for NA15%20GHZ: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: GJ62%20XMB
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520XMB%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for GJ62%20XMB: 0
2026-03-29 06:18:15 [bca.uk] INFO: Found listing with ID: MA75%20SGV
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SGV%27 HTTP/1.1" 200 None
2026-03-29 06:18:15 [bca.uk] INFO: Scrape type for MA75%20SGV: 0
2026-03-29 06:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:18 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded
2026-03-29 06:18:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:18 [bca.uk] INFO: Found listing with ID: MH54%20GNO
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH54%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 06:18:18 [bca.uk] INFO: Scrape type for MH54%20GNO: 2
2026-03-29 06:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5f022f7-f139-5ac7-ad74-73ac86ecf707 with identifier: MH54%20GNO
2026-03-29 06:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5f022f7-f139-5ac7-ad74-73ac86ecf707 with scrape type 2
2026-03-29 06:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5f022f7-f139-5ac7-ad74-73ac86ecf707 with scrape type 2
2026-03-29 06:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5f022f7-f139-5ac7-ad74-73ac86ecf707, identifier: MH54%20GNO
2026-03-29 06:18:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5f022f7-f139-5ac7-ad74-73ac86ecf707 with identifier: MH54%20GNO
2026-03-29 06:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5f022f7-f139-5ac7-ad74-73ac86ecf707 with identifier: MH54%20GNO
2026-03-29 06:18:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5f022f7-f139-5ac7-ad74-73ac86ecf707 with identifier: MH54%20GNO to the API
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH54%20GNO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5f022f7-f139-5ac7-ad74-73ac86ecf707',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH54 GNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH54%20GNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'CLK 240',
 'odometer': 50590,
 '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 CLK 240 2.6 ELEGANCE TIP Coupe',
 'transmission': 'manual',
 'trim': 'ELEGANCE TIP',
 'vin': 'WDB2093612F137937',
 'year': 2004}
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH54%2520GNO%27 HTTP/1.1" 200 None
2026-03-29 06:18:18 [bca.uk] INFO: Saving data for MH54%20GNO: {'auction_closing_time': 1774778400.0, 'created_time': 1774354614.130174, 'last_price_update_time': 1774765098.777436}
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH54%2520GNO') HTTP/1.1" 204 0
2026-03-29 06:18: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:18:18 [bca.uk] INFO: Found listing with ID: NJ13%20BYM
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520BYM%27 HTTP/1.1" 200 None
2026-03-29 06:18:18 [bca.uk] INFO: Scrape type for NJ13%20BYM: 2
2026-03-29 06:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96e08ed4-3b04-5eda-a7ed-36d55b8eadec with identifier: NJ13%20BYM
2026-03-29 06:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96e08ed4-3b04-5eda-a7ed-36d55b8eadec with scrape type 2
2026-03-29 06:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96e08ed4-3b04-5eda-a7ed-36d55b8eadec with scrape type 2
2026-03-29 06:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96e08ed4-3b04-5eda-a7ed-36d55b8eadec, identifier: NJ13%20BYM
2026-03-29 06:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96e08ed4-3b04-5eda-a7ed-36d55b8eadec with identifier: NJ13%20BYM
2026-03-29 06:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96e08ed4-3b04-5eda-a7ed-36d55b8eadec with identifier: NJ13%20BYM
2026-03-29 06:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96e08ed4-3b04-5eda-a7ed-36d55b8eadec with identifier: NJ13%20BYM to the API
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ13%20BYM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96e08ed4-3b04-5eda-a7ed-36d55b8eadec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ13 BYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ13%20BYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 105094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0DXXGAKDDU37719',
 'year': 2013}
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520BYM%27 HTTP/1.1" 200 None
2026-03-29 06:18:19 [bca.uk] INFO: Saving data for NJ13%20BYM: {'auction_closing_time': 1774778400.0, 'created_time': 1774353605.837522, 'last_price_update_time': 1774765099.267225}
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ13%2520BYM') HTTP/1.1" 204 0
2026-03-29 06:18:19 [bca.uk] INFO: Found listing with ID: SV62%20VRE
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 06:18:19 [bca.uk] INFO: Scrape type for SV62%20VRE: 2
2026-03-29 06:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a10cd38-d14e-551c-a24a-ed1bbe042765 with identifier: SV62%20VRE
2026-03-29 06:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a10cd38-d14e-551c-a24a-ed1bbe042765 with scrape type 2
2026-03-29 06:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a10cd38-d14e-551c-a24a-ed1bbe042765 with scrape type 2
2026-03-29 06:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a10cd38-d14e-551c-a24a-ed1bbe042765, identifier: SV62%20VRE
2026-03-29 06:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a10cd38-d14e-551c-a24a-ed1bbe042765 with identifier: SV62%20VRE
2026-03-29 06:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a10cd38-d14e-551c-a24a-ed1bbe042765 with identifier: SV62%20VRE
2026-03-29 06:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a10cd38-d14e-551c-a24a-ed1bbe042765 with identifier: SV62%20VRE to the API
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV62%20VRE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a10cd38-d14e-551c-a24a-ed1bbe042765',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV62 VRE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV62%20VRE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 102405,
 '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 2.0 TDI CR 170 VRS Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 170 VRS',
 'vin': 'TMBEH21Z8D2030784',
 'year': 2012}
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 06:18:19 [bca.uk] INFO: Saving data for SV62%20VRE: {'auction_closing_time': 1774778400.0, 'created_time': 1773932481.480961, 'last_price_update_time': 1774765099.671756}
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV62%2520VRE') HTTP/1.1" 204 0
2026-03-29 06:18:19 [bca.uk] INFO: Found listing with ID: YS67%20RXJ
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520RXJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:19 [bca.uk] INFO: Scrape type for YS67%20RXJ: 0
2026-03-29 06:18:19 [bca.uk] INFO: Found listing with ID: KR63%20XEU
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520XEU%27 HTTP/1.1" 200 None
2026-03-29 06:18:19 [bca.uk] INFO: Scrape type for KR63%20XEU: 2
2026-03-29 06:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d77720-fc5d-541e-bc6e-72e9ab830352 with identifier: KR63%20XEU
2026-03-29 06:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d77720-fc5d-541e-bc6e-72e9ab830352 with scrape type 2
2026-03-29 06:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38d77720-fc5d-541e-bc6e-72e9ab830352 with scrape type 2
2026-03-29 06:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38d77720-fc5d-541e-bc6e-72e9ab830352, identifier: KR63%20XEU
2026-03-29 06:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38d77720-fc5d-541e-bc6e-72e9ab830352 with identifier: KR63%20XEU
2026-03-29 06:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38d77720-fc5d-541e-bc6e-72e9ab830352 with identifier: KR63%20XEU
2026-03-29 06:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38d77720-fc5d-541e-bc6e-72e9ab830352 with identifier: KR63%20XEU to the API
2026-03-29 06:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR63%20XEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '38d77720-fc5d-541e-bc6e-72e9ab830352',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR63 XEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR63%20XEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 77465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.5 DCI 90 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 TEKNA',
 'vin': 'SJNTCAE12U1031571',
 'year': 2014}
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520XEU%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Saving data for KR63%20XEU: {'auction_closing_time': 1774778400.0, 'created_time': 1774353628.227082, 'last_price_update_time': 1774765100.098204}
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR63%2520XEU') HTTP/1.1" 204 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YJ18%20WLD
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520WLD%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YJ18%20WLD: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: NK64%20MXG
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for NK64%20MXG: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SN15%20VXX
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN15%2520VXX%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SN15%20VXX: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SL60%20VLH
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520VLH%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SL60%20VLH: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: GV74%20FSG
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520FSG%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for GV74%20FSG: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: MW62%20SKF
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520SKF%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for MW62%20SKF: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: BW19%20HVD
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520HVD%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for BW19%20HVD: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: MT69%20THK
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520THK%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for MT69%20THK: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: MW65%20WFC
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520WFC%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for MW65%20WFC: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: PE68%20EWE
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520EWE%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for PE68%20EWE: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YK64%20BWY
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520BWY%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YK64%20BWY: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: NL12%20OVE
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520OVE%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for NL12%20OVE: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: BV19%20ZNA
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for BV19%20ZNA: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: PGZ%206311
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25206311%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for PGZ%206311: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SK60%20HRC
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SK60%20HRC: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: KW15%20KJF
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520KJF%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for KW15%20KJF: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: NL14%20WLW
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520WLW%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for NL14%20WLW: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YR11%20PHZ
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR11%2520PHZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YR11%20PHZ: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YM63%20CHV
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM63%2520CHV%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YM63%20CHV: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SG63%20LWN
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520LWN%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SG63%20LWN: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: WN75%20JXU
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520JXU%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for WN75%20JXU: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: AK65%20RBF
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520RBF%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for AK65%20RBF: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YT07%20DXJ
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT07%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YT07%20DXJ: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: FD72%20XZY
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520XZY%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for FD72%20XZY: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: MW66%20GYJ
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520GYJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for MW66%20GYJ: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: KU64%20VCF
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU64%2520VCF%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for KU64%20VCF: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: DV73%20VJX
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520VJX%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for DV73%20VJX: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SK11%20NNJ
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK11%2520NNJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SK11%20NNJ: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: DF18%20JZA
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520JZA%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for DF18%20JZA: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YA64%20LPX
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520LPX%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YA64%20LPX: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: YC17%20YDM
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for YC17%20YDM: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SC67%20EBP
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC67%2520EBP%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SC67%20EBP: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SJ15%20VVR
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VVR%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SJ15%20VVR: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SD16%20ZSG
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD16%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SD16%20ZSG: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: SH64%20YFP
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520YFP%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for SH64%20YFP: 0
2026-03-29 06:18:20 [bca.uk] INFO: Found listing with ID: GL64%20YPJ
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YPJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:20 [bca.uk] INFO: Scrape type for GL64%20YPJ: 2
2026-03-29 06:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ
2026-03-29 06:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with scrape type 2
2026-03-29 06:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with scrape type 2
2026-03-29 06:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22, identifier: GL64%20YPJ
2026-03-29 06:18:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ
2026-03-29 06:18:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ
2026-03-29 06:18:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ to the API
2026-03-29 06:18:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL64%20YPJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24cb35a2-e5b1-5408-8a56-8c7ed899ab22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL64 YPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL64%20YPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLVO',
 'model': 'V40 X-COUNTRY',
 'odometer': 20306,
 '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 V40 X-COUNTRY 1.6 D2 115 LUX P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'D2 115 LUX P/S',
 'vin': 'YV1MZ845BF2066835',
 'year': 2014}
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YPJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Saving data for GL64%20YPJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773958685.672746, 'last_price_update_time': 1774765101.066844}
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL64%2520YPJ') HTTP/1.1" 204 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: WF66%20DSE
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520DSE%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for WF66%20DSE: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: EO59%20UNY
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520UNY%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for EO59%20UNY: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: SY15%20UNN
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520UNN%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for SY15%20UNN: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: MX13%20UTC
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520UTC%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for MX13%20UTC: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: SO65%20FVM
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520FVM%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for SO65%20FVM: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: OY17%20DYA
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for OY17%20DYA: 2
2026-03-29 06:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA
2026-03-29 06:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with scrape type 2
2026-03-29 06:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with scrape type 2
2026-03-29 06:18:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d, identifier: OY17%20DYA
2026-03-29 06:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA
2026-03-29 06:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA
2026-03-29 06:18:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA to the API
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20DYA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 DYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20DYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 68260,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.6 TDI 116 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 116 S LINE',
 'vin': 'WAUZZZGA3HA012761',
 'year': 2017}
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Saving data for OY17%20DYA: {'auction_closing_time': 1774951200.0, 'created_time': 1773958681.714525, 'last_price_update_time': 1774765101.651871}
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520DYA') HTTP/1.1" 204 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: SO65%20APK
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520APK%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for SO65%20APK: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: BM19%20NWB
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520NWB%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for BM19%20NWB: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: LL15%20EZC
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520EZC%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for LL15%20EZC: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: VE18%20NEJ
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for VE18%20NEJ: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: YB18%20KBN
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520KBN%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for YB18%20KBN: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: YR73%20ZPY
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZPY%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for YR73%20ZPY: 0
2026-03-29 06:18:21 [bca.uk] INFO: Found listing with ID: BK62%20ZSZ
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:21 [bca.uk] INFO: Scrape type for BK62%20ZSZ: 2
2026-03-29 06:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ
2026-03-29 06:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee8ff585-0867-5674-b9ef-de6e55e9f57e with scrape type 2
2026-03-29 06:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee8ff585-0867-5674-b9ef-de6e55e9f57e with scrape type 2
2026-03-29 06:18:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee8ff585-0867-5674-b9ef-de6e55e9f57e, identifier: BK62%20ZSZ
2026-03-29 06:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ
2026-03-29 06:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ
2026-03-29 06:18:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ to the API
2026-03-29 06:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK62%20ZSZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee8ff585-0867-5674-b9ef-de6e55e9f57e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK62 ZSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK62%20ZSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 124838,
 '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 A4 3.0 TDI QUATTRO BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ8K1CA107383',
 'year': 2012}
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Saving data for BK62%20ZSZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773957885.379728, 'last_price_update_time': 1774765102.149055}
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK62%2520ZSZ') HTTP/1.1" 204 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: VX64%20YVJ
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX64%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for VX64%20YVJ: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: LR18%20FGA
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520FGA%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for LR18%20FGA: 2
2026-03-29 06:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA
2026-03-29 06:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a30562a3-7e0a-5836-9589-af2de8604685 with scrape type 2
2026-03-29 06:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a30562a3-7e0a-5836-9589-af2de8604685 with scrape type 2
2026-03-29 06:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a30562a3-7e0a-5836-9589-af2de8604685, identifier: LR18%20FGA
2026-03-29 06:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA
2026-03-29 06:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA
2026-03-29 06:18:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA to the API
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR18%20FGA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a30562a3-7e0a-5836-9589-af2de8604685',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR18 FGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR18%20FGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 112970,
 'odometer_reading_unit': '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 ALLURE StationWagon',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ALLURE',
 'vin': 'VF3MCBHZHJL010792',
 'year': 2018}
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520FGA%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Saving data for LR18%20FGA: {'auction_closing_time': 1774864800.0, 'created_time': 1773957999.487689, 'last_price_update_time': 1774765102.663815}
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR18%2520FGA') HTTP/1.1" 204 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: YA73%20XHV
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520XHV%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for YA73%20XHV: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: FY13%20LMF
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for FY13%20LMF: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: WJ18%20EXX
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520EXX%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for WJ18%20EXX: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: EG16%20PUU
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520PUU%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for EG16%20PUU: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: NV67%20DDY
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV67%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for NV67%20DDY: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: WM73%20OKP
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for WM73%20OKP: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: BL64%20VXN
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520VXN%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for BL64%20VXN: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: GM66%20TJX
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520TJX%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for GM66%20TJX: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: YK16%20GDF
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520GDF%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for YK16%20GDF: 0
2026-03-29 06:18:22 [bca.uk] INFO: Found listing with ID: HV65%20OJN
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520OJN%27 HTTP/1.1" 200 None
2026-03-29 06:18:22 [bca.uk] INFO: Scrape type for HV65%20OJN: 2
2026-03-29 06:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN
2026-03-29 06:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with scrape type 2
2026-03-29 06:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with scrape type 2
2026-03-29 06:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5, identifier: HV65%20OJN
2026-03-29 06:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN
2026-03-29 06:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN
2026-03-29 06:18:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN to the API
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV65%20OJN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV65 OJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV65%20OJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 108529,
 '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 KADJAR 1.2 TCE 130 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 130 DYNAMIQUE S',
 'vin': 'VF1RFE00954005425',
 'year': 2015}
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520OJN%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Saving data for HV65%20OJN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958778.682814, 'last_price_update_time': 1774765103.232702}
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV65%2520OJN') HTTP/1.1" 204 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: RO73%20MYA
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for RO73%20MYA: 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: VO10%20XGE
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520XGE%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for VO10%20XGE: 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: KT15%20EYK
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for KT15%20EYK: 2
2026-03-29 06:18:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK
2026-03-29 06:18:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10f85a01-7127-5f7a-a559-99826b447aae with scrape type 2
2026-03-29 06:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10f85a01-7127-5f7a-a559-99826b447aae with scrape type 2
2026-03-29 06:18:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10f85a01-7127-5f7a-a559-99826b447aae, identifier: KT15%20EYK
2026-03-29 06:18:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK
2026-03-29 06:18:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK
2026-03-29 06:18:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK to the API
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT15%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': '10f85a01-7127-5f7a-a559-99826b447aae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT15 EYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT15%20EYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 125513,
 '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': 'SEAT LEON ST 1.2 TSI 110 SE Estate',
 'transmission': 'manual',
 'trim': 'TSI 110 SE',
 'vin': 'VSSZZZ5FZFR130140',
 'year': 2015}
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Saving data for KT15%20EYK: {'auction_closing_time': 1774864800.0, 'created_time': 1773958768.865267, 'last_price_update_time': 1774765103.742956}
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT15%2520EYK') HTTP/1.1" 204 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: YH67%20WGE
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520WGE%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for YH67%20WGE: 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: WN72%20GJU
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for WN72%20GJU: 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: RO73%20MXU
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MXU%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for RO73%20MXU: 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: FX12%20XZC
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX12%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for FX12%20XZC: 0
2026-03-29 06:18:23 [bca.uk] INFO: Found listing with ID: LJ51%20ZZZ
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ51%2520ZZZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:23 [bca.uk] INFO: Scrape type for LJ51%20ZZZ: 2
2026-03-29 06:18:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ
2026-03-29 06:18:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with scrape type 2
2026-03-29 06:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with scrape type 2
2026-03-29 06:18:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90934175-bdd5-5822-8b5d-c9abc8d6ae63, identifier: LJ51%20ZZZ
2026-03-29 06:18:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ
2026-03-29 06:18:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ
2026-03-29 06:18:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ to the API
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ51%20ZZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90934175-bdd5-5822-8b5d-c9abc8d6ae63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ51 ZZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ51%20ZZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 148048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 T 240 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 240 R SPORT',
 'vin': 'SAJAB4AG9HA972947',
 'year': 2017}
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ51%2520ZZZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Saving data for LJ51%20ZZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958768.500774, 'last_price_update_time': 1774765104.206571}
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ51%2520ZZZ') HTTP/1.1" 204 0
2026-03-29 06:18:24 [bca.uk] INFO: Found listing with ID: DU17%20LVB
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Scrape type for DU17%20LVB: 0
2026-03-29 06:18:24 [bca.uk] INFO: Found listing with ID: OU14%20UXG
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Scrape type for OU14%20UXG: 0
2026-03-29 06:18:24 [bca.uk] INFO: Found listing with ID: RO73%20HYA
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Scrape type for RO73%20HYA: 0
2026-03-29 06:18:24 [bca.uk] INFO: Found listing with ID: YT15%20YLJ
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520YLJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Scrape type for YT15%20YLJ: 2
2026-03-29 06:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ
2026-03-29 06:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with scrape type 2
2026-03-29 06:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with scrape type 2
2026-03-29 06:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b, identifier: YT15%20YLJ
2026-03-29 06:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ
2026-03-29 06:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ
2026-03-29 06:18:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ to the API
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT15%20YLJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abd8438f-7e65-5ca0-9edc-3eddef8e3b3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT15 YLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT15%20YLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 93544,
 '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 A4 AVANT 2.0 TFSI 225 QUATTRO S LINE S-T Estate',
 'transmission': 'automatic',
 'trim': 'TFSI 225 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8KXFA091852',
 'year': 2015}
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520YLJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Saving data for YT15%20YLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773932164.626347, 'last_price_update_time': 1774765104.656146}
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT15%2520YLJ') HTTP/1.1" 204 0
2026-03-29 06:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:24 [bca.uk] INFO: Found listing with ID: FV61%20LYD
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520LYD%27 HTTP/1.1" 200 None
2026-03-29 06:18:24 [bca.uk] INFO: Scrape type for FV61%20LYD: 2
2026-03-29 06:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD
2026-03-29 06:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with scrape type 2
2026-03-29 06:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with scrape type 2
2026-03-29 06:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 658baae0-a6ca-5c84-93d2-b8ceb2883c68, identifier: FV61%20LYD
2026-03-29 06:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD
2026-03-29 06:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD
2026-03-29 06:18:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD to the API
2026-03-29 06:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20LYD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '658baae0-a6ca-5c84-93d2-b8ceb2883c68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 LYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20LYD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 102695,
 '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 110 BMT S 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 110 BMT S 2WD',
 'vin': 'WVGZZZ5NZCW023265',
 'year': 2011}
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520LYD%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Saving data for FV61%20LYD: {'auction_closing_time': 1774864800.0, 'created_time': 1773958313.782248, 'last_price_update_time': 1774765105.14492}
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520LYD') HTTP/1.1" 204 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: WK09%20ZMO
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for WK09%20ZMO: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: LM23%20VWJ
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VWJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for LM23%20VWJ: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: LS65%20UVK
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for LS65%20UVK: 2
2026-03-29 06:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK
2026-03-29 06:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d12b10b-4092-5939-ab22-d08a07515477 with scrape type 2
2026-03-29 06:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d12b10b-4092-5939-ab22-d08a07515477 with scrape type 2
2026-03-29 06:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d12b10b-4092-5939-ab22-d08a07515477, identifier: LS65%20UVK
2026-03-29 06:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK
2026-03-29 06:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK
2026-03-29 06:18:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK to the API
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS65%20UVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d12b10b-4092-5939-ab22-d08a07515477',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS65 UVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS65%20UVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 97823,
 '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 GALAXY 2.0 TDCI 180 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 180 TITANIUM P/S',
 'vin': 'WF0KXXWPCKFM57346',
 'year': 2015}
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Saving data for LS65%20UVK: {'auction_closing_time': 1774864800.0, 'created_time': 1773844270.992506, 'last_price_update_time': 1774765105.561754}
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520UVK') HTTP/1.1" 204 0
2026-03-29 06:18:25 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded
2026-03-29 06:18:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: YG65%20ZHC
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520ZHC%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for YG65%20ZHC: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: S25%20PUG
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S25%2520PUG%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for S25%20PUG: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: YP66%20VYM
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYM%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for YP66%20VYM: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: LF19%20DVM
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520DVM%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for LF19%20DVM: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: LM23%20VTF
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTF%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for LM23%20VTF: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: NG14%20ZXT
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG14%2520ZXT%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for NG14%20ZXT: 0
2026-03-29 06:18:25 [bca.uk] INFO: Found listing with ID: FV22%20FMC
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:18:25 [bca.uk] INFO: Scrape type for FV22%20FMC: 2
2026-03-29 06:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC
2026-03-29 06:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with scrape type 2
2026-03-29 06:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with scrape type 2
2026-03-29 06:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89, identifier: FV22%20FMC
2026-03-29 06:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC
2026-03-29 06:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC
2026-03-29 06:18:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC to the API
2026-03-29 06:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV22%20FMC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9bd7b0c5-3b40-5bb0-a401-b21fed427c89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV22 FMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV22%20FMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 21365,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 2 ISG',
 'vin': 'U5YPU81ALNL025674',
 'year': 2022}
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Saving data for FV22%20FMC: {'auction_closing_time': 1774864800.0, 'created_time': 1773958240.502447, 'last_price_update_time': 1774765106.05155}
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV22%2520FMC') HTTP/1.1" 204 0
2026-03-29 06:18:26 [bca.uk] INFO: Found listing with ID: BP22%20YJU
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Scrape type for BP22%20YJU: 2
2026-03-29 06:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU
2026-03-29 06:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd0ff6f7-a5da-519c-b983-7386ffbe8562 with scrape type 2
2026-03-29 06:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd0ff6f7-a5da-519c-b983-7386ffbe8562 with scrape type 2
2026-03-29 06:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd0ff6f7-a5da-519c-b983-7386ffbe8562, identifier: BP22%20YJU
2026-03-29 06:18:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:26 [bca.uk] INFO: Found listing with ID: AE68%20OBV
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE68%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Scrape type for AE68%20OBV: 0
2026-03-29 06:18:26 [bca.uk] INFO: Found listing with ID: VE10%20UVU
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE10%2520UVU%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Scrape type for VE10%20UVU: 0
2026-03-29 06:18:26 [bca.uk] INFO: Found listing with ID: LX69%20NMU
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Scrape type for LX69%20NMU: 2
2026-03-29 06:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU
2026-03-29 06:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 861923a2-4a59-52ec-92da-4eed1504685c with scrape type 2
2026-03-29 06:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 861923a2-4a59-52ec-92da-4eed1504685c with scrape type 2
2026-03-29 06:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 861923a2-4a59-52ec-92da-4eed1504685c, identifier: LX69%20NMU
2026-03-29 06:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU
2026-03-29 06:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU
2026-03-29 06:18:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU to the API
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP22%20YJU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd0ff6f7-a5da-519c-b983-7386ffbe8562',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP22 YJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP22%20YJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 41278,
 'odometer_reading_unit': '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 L2 LEADER PREMIUM Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 LEADER PREMIUM',
 'vin': 'WF0AXXTTRALL44412',
 'year': 2022}
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Saving data for BP22%20YJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448590.957367, 'last_price_update_time': 1774765106.678693}
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP22%2520YJU') HTTP/1.1" 204 0
2026-03-29 06:18: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:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU
2026-03-29 06:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU
2026-03-29 06:18:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU to the API
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX69%20NMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '861923a2-4a59-52ec-92da-4eed1504685c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX69 NMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX69%20NMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 21252,
 'odometer_reading_unit': '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': 'SADCA2AX3LA633693',
 'year': 2019}
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Saving data for LX69%20NMU: {'auction_closing_time': 1775210400.0, 'created_time': 1774353497.406498, 'last_price_update_time': 1774765106.965236}
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX69%2520NMU') HTTP/1.1" 204 0
2026-03-29 06:18:26 [bca.uk] INFO: Found listing with ID: OY70%20YSE
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520YSE%27 HTTP/1.1" 200 None
2026-03-29 06:18:26 [bca.uk] INFO: Scrape type for OY70%20YSE: 2
2026-03-29 06:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE
2026-03-29 06:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af051d6c-2c95-57c7-a29c-5e42839e3820 with scrape type 2
2026-03-29 06:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af051d6c-2c95-57c7-a29c-5e42839e3820 with scrape type 2
2026-03-29 06:18:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af051d6c-2c95-57c7-a29c-5e42839e3820, identifier: OY70%20YSE
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: GJ64%20LCM
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520LCM%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for GJ64%20LCM: 0
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: OY59%20TLJ
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520TLJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for OY59%20TLJ: 0
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: SB72%20OUV
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520OUV%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for SB72%20OUV: 0
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: WT18%20MBO
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520MBO%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for WT18%20MBO: 0
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: BP66%20HFX
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520HFX%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for BP66%20HFX: 0
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: GDFM13544
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GDFM13544%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for GDFM13544: 0
2026-03-29 06:18:27 [bca.uk] INFO: Found listing with ID: YS21%20LTZ
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Scrape type for YS21%20LTZ: 2
2026-03-29 06:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ
2026-03-29 06:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f6094e0-c5cc-5d35-a2ec-89023098c818 with scrape type 2
2026-03-29 06:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f6094e0-c5cc-5d35-a2ec-89023098c818 with scrape type 2
2026-03-29 06:18:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f6094e0-c5cc-5d35-a2ec-89023098c818, identifier: YS21%20LTZ
2026-03-29 06:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE
2026-03-29 06:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE
2026-03-29 06:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE to the API
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY70%20YSE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af051d6c-2c95-57c7-a29c-5e42839e3820',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY70 YSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY70%20YSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 35908,
 '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 A250 E 1.3 AMG LINE DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1771862J264167',
 'year': 2020}
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520YSE%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Saving data for OY70%20YSE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562936.366259, 'last_price_update_time': 1774765107.610283}
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY70%2520YSE') HTTP/1.1" 204 0
2026-03-29 06:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ
2026-03-29 06:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ
2026-03-29 06:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ to the API
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS21%20LTZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f6094e0-c5cc-5d35-a2ec-89023098c818',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS21 LTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS21%20LTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 77494,
 '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 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 LEADER',
 'vin': 'WF0EXXTTRELY58725',
 'year': 2021}
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:27 [bca.uk] INFO: Saving data for YS21%20LTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773838559.401194, 'last_price_update_time': 1774765107.993459}
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS21%2520LTZ') HTTP/1.1" 204 0
2026-03-29 06:18:28 [bca.uk] INFO: Found listing with ID: SO16%20WNB
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 06:18:28 [bca.uk] INFO: Scrape type for SO16%20WNB: 2
2026-03-29 06:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB
2026-03-29 06:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b8c33c-456c-51fb-953c-02778685db33 with scrape type 2
2026-03-29 06:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b8c33c-456c-51fb-953c-02778685db33 with scrape type 2
2026-03-29 06:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b8c33c-456c-51fb-953c-02778685db33, identifier: SO16%20WNB
2026-03-29 06:18:28 [bca.uk] INFO: Found listing with ID: PO18%20PZA
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO18%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:18:28 [bca.uk] INFO: Scrape type for PO18%20PZA: 2
2026-03-29 06:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA
2026-03-29 06:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff714a4-ad08-5076-b534-dbabba129b7e with scrape type 2
2026-03-29 06:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff714a4-ad08-5076-b534-dbabba129b7e with scrape type 2
2026-03-29 06:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ff714a4-ad08-5076-b534-dbabba129b7e, identifier: PO18%20PZA
2026-03-29 06:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB
2026-03-29 06:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB
2026-03-29 06:18:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB to the API
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO16%20WNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55b8c33c-456c-51fb-953c-02778685db33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO16 WNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO16%20WNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 98435,
 '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 AWD TITANIUM SPORT PS MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 180 AWD TITANIUM SPORT PS',
 'vin': 'WF0JXXWPCJGR60929',
 'year': 2016}
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 06:18:28 [bca.uk] INFO: Saving data for SO16%20WNB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562917.150391, 'last_price_update_time': 1774765108.474291}
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO16%2520WNB') HTTP/1.1" 204 0
2026-03-29 06:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA
2026-03-29 06:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA
2026-03-29 06:18:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA to the API
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO18%20PZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5ff714a4-ad08-5076-b534-dbabba129b7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO18 PZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO18%20PZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 32216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A417395',
 'year': 2018}
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO18%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:18:28 [bca.uk] INFO: Saving data for PO18%20PZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774562874.135048, 'last_price_update_time': 1774765108.749462}
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO18%2520PZA') HTTP/1.1" 204 0
2026-03-29 06:18:28 [bca.uk] INFO: Found listing with ID: SM69%20VUE
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM69%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:28 [bca.uk] INFO: Scrape type for SM69%20VUE: 2
2026-03-29 06:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE
2026-03-29 06:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 587c50a1-adfb-5614-a350-546cbcbe8c86 with scrape type 2
2026-03-29 06:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 587c50a1-adfb-5614-a350-546cbcbe8c86 with scrape type 2
2026-03-29 06:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 587c50a1-adfb-5614-a350-546cbcbe8c86, identifier: SM69%20VUE
2026-03-29 06:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE
2026-03-29 06:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE
2026-03-29 06:18:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE to the API
2026-03-29 06:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM69%20VUE-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': '587c50a1-adfb-5614-a350-546cbcbe8c86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM69 VUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM69%20VUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 68394,
 '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 IONIQ HYBRID 1.6 GDI 1ST EDITION DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 1ST EDITION DCT',
 'vin': 'KMHC851CVLU178447',
 'year': 2020}
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM69%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Saving data for SM69%20VUE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562918.521017, 'last_price_update_time': 1774765109.151021}
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM69%2520VUE') HTTP/1.1" 204 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: LXZ%204766
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25204766%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for LXZ%204766: 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: RX14%20GZH
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX14%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for RX14%20GZH: 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: PS66%20CLS
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PS66%2520CLS%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for PS66%20CLS: 2
2026-03-29 06:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS
2026-03-29 06:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with scrape type 2
2026-03-29 06:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with scrape type 2
2026-03-29 06:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633, identifier: PS66%20CLS
2026-03-29 06:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS
2026-03-29 06:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS
2026-03-29 06:18:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS to the API
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PS66%20CLS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '95af1f84-81ca-5cc9-b9a3-4b7ca419f633',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PS66 CLS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PS66%20CLS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 110251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M1HD021486',
 'year': 2016}
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PS66%2520CLS%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Saving data for PS66%20CLS: {'auction_closing_time': 1774951200.0, 'created_time': 1774562919.20655, 'last_price_update_time': 1774765109.602308}
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PS66%2520CLS') HTTP/1.1" 204 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: LX67%20PWO
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520PWO%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for LX67%20PWO: 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: LV67%20TJX
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520TJX%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for LV67%20TJX: 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: HT72%20FFN
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520FFN%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for HT72%20FFN: 0
2026-03-29 06:18:29 [bca.uk] INFO: Found listing with ID: LL21%20UZP
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520UZP%27 HTTP/1.1" 200 None
2026-03-29 06:18:29 [bca.uk] INFO: Scrape type for LL21%20UZP: 2
2026-03-29 06:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP
2026-03-29 06:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6bc8ea7-3edc-541e-865e-6722aa4511e9 with scrape type 2
2026-03-29 06:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6bc8ea7-3edc-541e-865e-6722aa4511e9 with scrape type 2
2026-03-29 06:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6bc8ea7-3edc-541e-865e-6722aa4511e9, identifier: LL21%20UZP
2026-03-29 06:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP
2026-03-29 06:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP
2026-03-29 06:18:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP to the API
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL21%20UZP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6bc8ea7-3edc-541e-865e-6722aa4511e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL21 UZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL21%20UZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 37401,
 '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 C3 1.2 P/T 83 SHINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 83 SHINE',
 'vin': 'VF7SXHMRVMT525514',
 'year': 2021}
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520UZP%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Saving data for LL21%20UZP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562920.443011, 'last_price_update_time': 1774765110.058269}
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL21%2520UZP') HTTP/1.1" 204 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: OV72%20XVR
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520XVR%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for OV72%20XVR: 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: LG64%20YHY
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520YHY%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for LG64%20YHY: 2
2026-03-29 06:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY
2026-03-29 06:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6340beca-734d-59a0-9563-54055468d98d with scrape type 2
2026-03-29 06:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6340beca-734d-59a0-9563-54055468d98d with scrape type 2
2026-03-29 06:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6340beca-734d-59a0-9563-54055468d98d, identifier: LG64%20YHY
2026-03-29 06:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY
2026-03-29 06:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY
2026-03-29 06:18:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY to the API
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG64%20YHY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6340beca-734d-59a0-9563-54055468d98d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG64 YHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG64%20YHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 86703,
 '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': 'PORSCHE CAYENNE 3.0 V6 D 260 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V6 D 260 TIPTRONIC S',
 'vin': 'WP1ZZZ92ZFLA32130',
 'year': 2014}
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520YHY%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Saving data for LG64%20YHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562924.788652, 'last_price_update_time': 1774765110.467653}
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520YHY') HTTP/1.1" 204 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: CV22%20VOG
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520VOG%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for CV22%20VOG: 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: LF15%20RNU
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for LF15%20RNU: 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: KP18%20BVS
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520BVS%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for KP18%20BVS: 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: SA22%20HSZ
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA22%2520HSZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for SA22%20HSZ: 0
2026-03-29 06:18:30 [bca.uk] INFO: Found listing with ID: GL16%20UDO
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 06:18:30 [bca.uk] INFO: Scrape type for GL16%20UDO: 2
2026-03-29 06:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO
2026-03-29 06:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8703cef-a3db-5e61-af97-6ff89968c3bb with scrape type 2
2026-03-29 06:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8703cef-a3db-5e61-af97-6ff89968c3bb with scrape type 2
2026-03-29 06:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8703cef-a3db-5e61-af97-6ff89968c3bb, identifier: GL16%20UDO
2026-03-29 06:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO
2026-03-29 06:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO
2026-03-29 06:18:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO to the API
2026-03-29 06:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL16%20UDO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8703cef-a3db-5e61-af97-6ff89968c3bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL16 UDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL16%20UDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 34420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TFSI 230 QUATTRO SPORT S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI 230 QUATTRO SPORT S-T',
 'vin': 'TRUZZZFV6G1010868',
 'year': 2016}
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Saving data for GL16%20UDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562927.337849, 'last_price_update_time': 1774765111.0271}
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL16%2520UDO') HTTP/1.1" 204 0
2026-03-29 06:18:31 [bca.uk] INFO: Found listing with ID: GC65%20WPR
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520WPR%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Scrape type for GC65%20WPR: 2
2026-03-29 06:18:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR
2026-03-29 06:18:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b734245-c57c-5369-9ddc-faf8abbd8758 with scrape type 2
2026-03-29 06:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b734245-c57c-5369-9ddc-faf8abbd8758 with scrape type 2
2026-03-29 06:18:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b734245-c57c-5369-9ddc-faf8abbd8758, identifier: GC65%20WPR
2026-03-29 06:18:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR
2026-03-29 06:18:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR
2026-03-29 06:18:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR to the API
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3b734245-c57c-5369-9ddc-faf8abbd8758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC65 WPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC65%20WPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LEXUS',
 'model': 'NX 300H',
 'odometer': 94624,
 '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 NX 300H 2.5 LUXURY StationWagon',
 'transmission': 'manual',
 'trim': 'LUXURY',
 'vin': 'JTJBJRBZ902024854',
 'year': 2015}
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520WPR%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Saving data for GC65%20WPR: {'auction_closing_time': 1774951200.0, 'created_time': 1774562886.55177, 'last_price_update_time': 1774765111.774425}
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC65%2520WPR') HTTP/1.1" 204 0
2026-03-29 06:18:31 [bca.uk] INFO: Found listing with ID: MJ74%20WBF
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520WBF%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Scrape type for MJ74%20WBF: 0
2026-03-29 06:18:31 [bca.uk] INFO: Found listing with ID: MA74%20ZYT
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520ZYT%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Scrape type for MA74%20ZYT: 0
2026-03-29 06:18:31 [bca.uk] INFO: Found listing with ID: YY19%20ARF
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Scrape type for YY19%20ARF: 0
2026-03-29 06:18:31 [bca.uk] INFO: Found listing with ID: YL69%20AKJ
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520AKJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:31 [bca.uk] INFO: Scrape type for YL69%20AKJ: 2
2026-03-29 06:18:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ
2026-03-29 06:18:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0355161-887a-5f22-94b6-68c5250bf1d7 with scrape type 2
2026-03-29 06:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0355161-887a-5f22-94b6-68c5250bf1d7 with scrape type 2
2026-03-29 06:18:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0355161-887a-5f22-94b6-68c5250bf1d7, identifier: YL69%20AKJ
2026-03-29 06:18:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ
2026-03-29 06:18:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ
2026-03-29 06:18:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ to the API
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL69%20AKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0355161-887a-5f22-94b6-68c5250bf1d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL69 AKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL69%20AKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 35589,
 'odometer_reading_unit': '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': 'VF1R8700763942786',
 'year': 2019}
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520AKJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Saving data for YL69%20AKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562958.610002, 'last_price_update_time': 1774765112.274474}
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520AKJ') HTTP/1.1" 204 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: C12C47855
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C47855%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for C12C47855: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: YJ65%20YUE
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for YJ65%20YUE: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: YC66%20OTY
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520OTY%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for YC66%20OTY: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: PK64%20CZM
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520CZM%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for PK64%20CZM: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: OE66%20SXU
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for OE66%20SXU: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: LT16%20USV
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520USV%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for LT16%20USV: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: KP15%20OJL
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OJL%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for KP15%20OJL: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: U12H79858
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12H79858%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for U12H79858: 0
2026-03-29 06:18:32 [bca.uk] INFO: Found listing with ID: HV66%20ENK
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Scrape type for HV66%20ENK: 2
2026-03-29 06:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK
2026-03-29 06:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ef3003-70ae-5946-ba33-c909a66d7ef3 with scrape type 2
2026-03-29 06:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72ef3003-70ae-5946-ba33-c909a66d7ef3 with scrape type 2
2026-03-29 06:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72ef3003-70ae-5946-ba33-c909a66d7ef3, identifier: HV66%20ENK
2026-03-29 06:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK
2026-03-29 06:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK
2026-03-29 06:18:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK to the API
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV66%20ENK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72ef3003-70ae-5946-ba33-c909a66d7ef3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV66 ENK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV66%20ENK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 105743,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID BUSINESS ED.PLUS 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID BUSINESS ED.PLUS 2WD',
 'vin': 'JTMWRREV20D025404',
 'year': 2016}
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 06:18:32 [bca.uk] INFO: Saving data for HV66%20ENK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562963.103311, 'last_price_update_time': 1774765112.861175}
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV66%2520ENK') HTTP/1.1" 204 0
2026-03-29 06:18:33 [bca.uk] INFO: Found listing with ID: FN19%20FHL
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 06:18:33 [bca.uk] INFO: Scrape type for FN19%20FHL: 2
2026-03-29 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL
2026-03-29 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6173e63d-3625-5b1b-899c-348cd39f0e8c with scrape type 2
2026-03-29 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6173e63d-3625-5b1b-899c-348cd39f0e8c with scrape type 2
2026-03-29 06:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6173e63d-3625-5b1b-899c-348cd39f0e8c, identifier: FN19%20FHL
2026-03-29 06:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL
2026-03-29 06:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL
2026-03-29 06:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL to the API
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN19%20FHL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6173e63d-3625-5b1b-899c-348cd39f0e8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN19 FHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN19%20FHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 82987,
 'odometer_reading_unit': '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 XE 2.0 T(I4) 200 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T(I4) 200 R SPORT',
 'vin': 'SAJAB4AX1KCP55050',
 'year': 2019}
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520FHL%27 HTTP/1.1" 200 None
2026-03-29 06:18:33 [bca.uk] INFO: Saving data for FN19%20FHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562782.132583, 'last_price_update_time': 1774765113.405689}
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN19%2520FHL') HTTP/1.1" 204 0
2026-03-29 06:18:33 [bca.uk] INFO: Found listing with ID: WP21%20RWE
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520RWE%27 HTTP/1.1" 200 None
2026-03-29 06:18:33 [bca.uk] INFO: Scrape type for WP21%20RWE: 0
2026-03-29 06:18:33 [bca.uk] INFO: Found listing with ID: FH18%20EJU
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:33 [bca.uk] INFO: Scrape type for FH18%20EJU: 2
2026-03-29 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU
2026-03-29 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with scrape type 2
2026-03-29 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with scrape type 2
2026-03-29 06:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa, identifier: FH18%20EJU
2026-03-29 06:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU
2026-03-29 06:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU
2026-03-29 06:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU to the API
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH18%20EJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH18 EJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH18%20EJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 64988,
 'odometer_reading_unit': '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 TT 1.8 TFSI 180 S LINE Coupe',
 'transmission': 'manual',
 'trim': 'TFSI 180 S LINE',
 'vin': 'TRUZZZFV3J1012682',
 'year': 2018}
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:33 [bca.uk] INFO: Saving data for FH18%20EJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562968.420517, 'last_price_update_time': 1774765113.809862}
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH18%2520EJU') HTTP/1.1" 204 0
2026-03-29 06:18:33 [bca.uk] INFO: Found listing with ID: BN13%20OWC
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OWC%27 HTTP/1.1" 200 None
2026-03-29 06:18:33 [bca.uk] INFO: Scrape type for BN13%20OWC: 2
2026-03-29 06:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC
2026-03-29 06:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with scrape type 2
2026-03-29 06:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with scrape type 2
2026-03-29 06:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1, identifier: BN13%20OWC
2026-03-29 06:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC
2026-03-29 06:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC
2026-03-29 06:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC to the API
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN13%20OWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b5bfec3-cb7a-5d11-8423-495ea9c23fe1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN13 OWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN13%20OWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 107829,
 '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 X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWY32040L692860',
 'year': 2013}
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OWC%27 HTTP/1.1" 200 None
2026-03-29 06:18:34 [bca.uk] INFO: Saving data for BN13%20OWC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562976.732831, 'last_price_update_time': 1774765114.207083}
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN13%2520OWC') HTTP/1.1" 204 0
2026-03-29 06:18:34 [bca.uk] INFO: Found listing with ID: GJ17%20NVY
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 06:18:34 [bca.uk] INFO: Scrape type for GJ17%20NVY: 2
2026-03-29 06:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY
2026-03-29 06:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with scrape type 2
2026-03-29 06:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with scrape type 2
2026-03-29 06:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0, identifier: GJ17%20NVY
2026-03-29 06:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY
2026-03-29 06:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY
2026-03-29 06:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY to the API
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ17%20NVY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '07f2b31c-62da-5a7d-abee-7b6afd55f6f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ17 NVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ17%20NVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 82010,
 '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': 'WVGZZZ5NZHW407349',
 'year': 2017}
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520NVY%27 HTTP/1.1" 200 None
2026-03-29 06:18:34 [bca.uk] INFO: Saving data for GJ17%20NVY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562931.482618, 'last_price_update_time': 1774765114.640644}
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ17%2520NVY') HTTP/1.1" 204 0
2026-03-29 06:18:34 [bca.uk] INFO: Found listing with ID: C12C68760
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C68760%27 HTTP/1.1" 200 None
2026-03-29 06:18:34 [bca.uk] INFO: Scrape type for C12C68760: 0
2026-03-29 06:18:34 [bca.uk] INFO: Found listing with ID: GHFK86668
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFK86668%27 HTTP/1.1" 200 None
2026-03-29 06:18:34 [bca.uk] INFO: Scrape type for GHFK86668: 0
2026-03-29 06:18:34 [bca.uk] INFO: Found listing with ID: KT66%20WTU
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520WTU%27 HTTP/1.1" 200 None
2026-03-29 06:18:34 [bca.uk] INFO: Scrape type for KT66%20WTU: 2
2026-03-29 06:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU
2026-03-29 06:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with scrape type 2
2026-03-29 06:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with scrape type 2
2026-03-29 06:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24, identifier: KT66%20WTU
2026-03-29 06:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU
2026-03-29 06:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU
2026-03-29 06:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU to the API
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT66%20WTU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42c7a1ca-5ec6-5d93-a016-6111e4ad7c24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT66 WTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT66%20WTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 129224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2132042A136307',
 'year': 2017}
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520WTU%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Saving data for KT66%20WTU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562940.172716, 'last_price_update_time': 1774765115.058424}
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT66%2520WTU') HTTP/1.1" 204 0
2026-03-29 06:18:35 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded
2026-03-29 06:18:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: WF67%20ODN
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520ODN%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for WF67%20ODN: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: WD70%20HHV
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520HHV%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for WD70%20HHV: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: VN14%20JVJ
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520JVJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for VN14%20JVJ: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: SL16%20WTE
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for SL16%20WTE: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: WK23%20TXW
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for WK23%20TXW: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: ML15%20TFZ
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520TFZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for ML15%20TFZ: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: DG24%20NRX
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for DG24%20NRX: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: YT68%20AOG
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520AOG%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for YT68%20AOG: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: AP65%20JUU
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520JUU%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for AP65%20JUU: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: FT63%20JXA
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520JXA%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for FT63%20JXA: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: FV67%20HLY
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520HLY%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for FV67%20HLY: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: MJ17%20UDE
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520UDE%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for MJ17%20UDE: 2
2026-03-29 06:18:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE
2026-03-29 06:18:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da31791f-db59-5ac7-960b-86238c82fb1c with scrape type 2
2026-03-29 06:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da31791f-db59-5ac7-960b-86238c82fb1c with scrape type 2
2026-03-29 06:18:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da31791f-db59-5ac7-960b-86238c82fb1c, identifier: MJ17%20UDE
2026-03-29 06:18:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE
2026-03-29 06:18:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE
2026-03-29 06:18:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE to the API
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ17%20UDE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da31791f-db59-5ac7-960b-86238c82fb1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ17 UDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ17%20UDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'EDGE',
 'odometer': 115493,
 '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 EDGE 2.0 TDCI 180 TITANIUM 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM 4WD',
 'vin': '2FMTK5KA4GBC28128',
 'year': 2017}
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520UDE%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Saving data for MJ17%20UDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562909.988815, 'last_price_update_time': 1774765115.706906}
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520UDE') HTTP/1.1" 204 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: GN18%20PYL
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520PYL%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for GN18%20PYL: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: LW14%20OFD
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW14%2520OFD%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for LW14%20OFD: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: JP62%20SVP
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP62%2520SVP%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for JP62%20SVP: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: WD67%20MYR
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520MYR%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for WD67%20MYR: 2
2026-03-29 06:18:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR
2026-03-29 06:18:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4ae13c-16d5-574b-8835-98583c9a79fd with scrape type 2
2026-03-29 06:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f4ae13c-16d5-574b-8835-98583c9a79fd with scrape type 2
2026-03-29 06:18:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f4ae13c-16d5-574b-8835-98583c9a79fd, identifier: WD67%20MYR
2026-03-29 06:18: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:18:35 [bca.uk] INFO: Found listing with ID: 0F8654191
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%270F8654191%27 HTTP/1.1" 200 None
2026-03-29 06:18:35 [bca.uk] INFO: Scrape type for 0F8654191: 0
2026-03-29 06:18:35 [bca.uk] INFO: Found listing with ID: U12F58223
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12F58223%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for U12F58223: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: MA16%20VCF
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520VCF%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for MA16%20VCF: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: LV18%20UCC
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for LV18%20UCC: 2
2026-03-29 06:18:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC
2026-03-29 06:18:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ddb4e1-060a-59af-a1ba-87692fc0e775 with scrape type 2
2026-03-29 06:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ddb4e1-060a-59af-a1ba-87692fc0e775 with scrape type 2
2026-03-29 06:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ddb4e1-060a-59af-a1ba-87692fc0e775, identifier: LV18%20UCC
2026-03-29 06:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR
2026-03-29 06:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR
2026-03-29 06:18:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR to the API
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD67%20MYR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f4ae13c-16d5-574b-8835-98583c9a79fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD67 MYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD67%20MYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 64335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 DESIGN S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 DESIGN S/S',
 'vin': 'W0LJC7E8XHB221994',
 'year': 2018}
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520MYR%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Saving data for WD67%20MYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774265125.048276, 'last_price_update_time': 1774765116.422941}
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD67%2520MYR') HTTP/1.1" 204 0
2026-03-29 06:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC
2026-03-29 06:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC
2026-03-29 06:18:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC to the API
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV18%20UCC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5ddb4e1-060a-59af-a1ba-87692fc0e775',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV18 UCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV18%20UCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PORSCHE',
 'model': '718 CAYMAN',
 'odometer': 96198,
 'odometer_reading_unit': '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 718 CAYMAN 2.0 300 PDK Coupe',
 'transmission': 'automatic',
 'trim': '300 PDK',
 'vin': 'WP0ZZZ98ZJK254205',
 'year': 2018}
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520UCC%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Saving data for LV18%20UCC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562911.858082, 'last_price_update_time': 1774765116.775197}
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV18%2520UCC') HTTP/1.1" 204 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: YF21%20TVN
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TVN%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for YF21%20TVN: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: YA21%20OSL
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for YA21%20OSL: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: KW18%20FVJ
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520FVJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for KW18%20FVJ: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: YA71%20PYH
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PYH%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for YA71%20PYH: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: CX66%20VNU
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520VNU%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for CX66%20VNU: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: LR70%20XGG
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for LR70%20XGG: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: ST70%20XVP
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST70%2520XVP%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for ST70%20XVP: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: LG23%20YCD
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YCD%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for LG23%20YCD: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: DS16%20CFY
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for DS16%20CFY: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: PF19%20SNK
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520SNK%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for PF19%20SNK: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: YY19%20ZRA
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZRA%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for YY19%20ZRA: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: AE19%20OSN
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE19%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for AE19%20OSN: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: EU18%20OFG
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OFG%27 HTTP/1.1" 200 None
2026-03-29 06:18:36 [bca.uk] INFO: Scrape type for EU18%20OFG: 0
2026-03-29 06:18:36 [bca.uk] INFO: Found listing with ID: LC70%20UBJ
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520UBJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for LC70%20UBJ: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: ND70%20UOH
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for ND70%20UOH: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: VGZ%205934
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205934%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for VGZ%205934: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: YO68%20FKN
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520FKN%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for YO68%20FKN: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: WM21%20ZFV
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM21%2520ZFV%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for WM21%20ZFV: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: DY22%20HLN
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for DY22%20HLN: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: FE71%20ZHB
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520ZHB%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for FE71%20ZHB: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: GP56%20XRW
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP56%2520XRW%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for GP56%20XRW: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: WV23%20YDM
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for WV23%20YDM: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: SF11%20CJO
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF11%2520CJO%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for SF11%20CJO: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: CK12%20VEB
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for CK12%20VEB: 2
2026-03-29 06:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB
2026-03-29 06:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f25e6cb5-4051-585b-a272-ed96992a9f1b with scrape type 2
2026-03-29 06:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f25e6cb5-4051-585b-a272-ed96992a9f1b with scrape type 2
2026-03-29 06:18:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f25e6cb5-4051-585b-a272-ed96992a9f1b, identifier: CK12%20VEB
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: DF24%20XAJ
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520XAJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for DF24%20XAJ: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: C12C36979
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C36979%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for C12C36979: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: GHEA20456
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHEA20456%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for GHEA20456: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: GHFS25380
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFS25380%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for GHFS25380: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: GHGY83561
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHGY83561%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for GHGY83561: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: GXJY09716
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GXJY09716%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for GXJY09716: 0
2026-03-29 06:18:37 [bca.uk] INFO: Found listing with ID: KK68%20TXE
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK68%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Scrape type for KK68%20TXE: 2
2026-03-29 06:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE
2026-03-29 06:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eadad8c-261b-55b5-8775-72bdab2827d2 with scrape type 2
2026-03-29 06:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eadad8c-261b-55b5-8775-72bdab2827d2 with scrape type 2
2026-03-29 06:18:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eadad8c-261b-55b5-8775-72bdab2827d2, identifier: KK68%20TXE
2026-03-29 06:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB
2026-03-29 06:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB
2026-03-29 06:18:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB to the API
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK12%20VEB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f25e6cb5-4051-585b-a272-ed96992a9f1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK12 VEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK12%20VEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 92820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D SE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D SE',
 'vin': 'WBAWY32090L696421',
 'year': 2012}
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 06:18:37 [bca.uk] INFO: Saving data for CK12%20VEB: {'auction_closing_time': 1774864800.0, 'created_time': 1773840804.293786, 'last_price_update_time': 1774765117.744747}
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK12%2520VEB') HTTP/1.1" 204 0
2026-03-29 06:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE
2026-03-29 06:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE
2026-03-29 06:18:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE to the API
2026-03-29 06:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK68%20TXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3eadad8c-261b-55b5-8775-72bdab2827d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KK68 TXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK68%20TXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 85070,
 'odometer_reading_unit': '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 A5 SPORTBACK 2.0 35 TDI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TDI S LINE S-T',
 'vin': 'WAUZZZF59KA026580',
 'year': 2019}
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK68%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Saving data for KK68%20TXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562908.43773, 'last_price_update_time': 1774765118.140962}
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK68%2520TXE') HTTP/1.1" 204 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: YD59%20BLX
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD59%2520BLX%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for YD59%20BLX: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: BN64%20ACJ
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for BN64%20ACJ: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: RO67%20FWG
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO67%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for RO67%20FWG: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: LS71%20VPL
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520VPL%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for LS71%20VPL: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: SG17%20PXB
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520PXB%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for SG17%20PXB: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: GN14%20KUV
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520KUV%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for GN14%20KUV: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: LB15%20BTX
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520BTX%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for LB15%20BTX: 0
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: KV61%20PNX
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for KV61%20PNX: 2
2026-03-29 06:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX
2026-03-29 06:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd4a1b23-4738-580a-9906-8238a2d8ad18 with scrape type 2
2026-03-29 06:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd4a1b23-4738-580a-9906-8238a2d8ad18 with scrape type 2
2026-03-29 06:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd4a1b23-4738-580a-9906-8238a2d8ad18, identifier: KV61%20PNX
2026-03-29 06:18:38 [bca.uk] INFO: Found listing with ID: YH71%20KRN
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KRN%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Scrape type for YH71%20KRN: 2
2026-03-29 06:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN
2026-03-29 06:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8749655-61f1-5b77-8ea6-5578036ab749 with scrape type 2
2026-03-29 06:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8749655-61f1-5b77-8ea6-5578036ab749 with scrape type 2
2026-03-29 06:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8749655-61f1-5b77-8ea6-5578036ab749, identifier: YH71%20KRN
2026-03-29 06:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX
2026-03-29 06:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX
2026-03-29 06:18:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX to the API
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV61%20PNX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd4a1b23-4738-580a-9906-8238a2d8ad18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV61 PNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV61%20PNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 88092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWSV32020T049849',
 'year': 2011}
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520PNX%27 HTTP/1.1" 200 None
2026-03-29 06:18:38 [bca.uk] INFO: Saving data for KV61%20PNX: {'auction_closing_time': 1774864800.0, 'created_time': 1773839171.642208, 'last_price_update_time': 1774765118.765278}
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV61%2520PNX') HTTP/1.1" 204 0
2026-03-29 06:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN
2026-03-29 06:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN
2026-03-29 06:18:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN to the API
2026-03-29 06:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH71%20KRN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8749655-61f1-5b77-8ea6-5578036ab749',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH71 KRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH71%20KRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 183539,
 '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 520D 2.0 MHT XDRIVE M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE M SPORT',
 'vin': 'WBA52BN000CH47665',
 'year': 2021}
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KRN%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Saving data for YH71%20KRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774563076.699299, 'last_price_update_time': 1774765119.037103}
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520KRN') HTTP/1.1" 204 0
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: RO18%20NJV
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520NJV%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for RO18%20NJV: 0
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: LV74%20JDK
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV74%2520JDK%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for LV74%20JDK: 0
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: YC11%20NHY
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for YC11%20NHY: 0
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: FH21%20WLA
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH21%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for FH21%20WLA: 0
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: KT18%20XHX
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520XHX%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for KT18%20XHX: 0
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: GF67%20XWD
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for GF67%20XWD: 2
2026-03-29 06:18:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD
2026-03-29 06:18:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with scrape type 2
2026-03-29 06:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with scrape type 2
2026-03-29 06:18:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94, identifier: GF67%20XWD
2026-03-29 06:18:39 [bca.uk] INFO: Found listing with ID: RX64%20VKG
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX64%2520VKG%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Scrape type for RX64%20VKG: 2
2026-03-29 06:18:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG
2026-03-29 06:18:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with scrape type 2
2026-03-29 06:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with scrape type 2
2026-03-29 06:18:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389, identifier: RX64%20VKG
2026-03-29 06:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD
2026-03-29 06:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD
2026-03-29 06:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD to the API
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF67%20XWD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1fa9ed9b-4439-5d91-ba4d-59c04f8aef94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF67 XWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF67%20XWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 77617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA+ XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA+ XTRONIC',
 'vin': 'SJNFEAJ11U2161551',
 'year': 2017}
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:18:39 [bca.uk] INFO: Saving data for GF67%20XWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774265060.231844, 'last_price_update_time': 1774765119.650823}
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF67%2520XWD') HTTP/1.1" 204 0
2026-03-29 06:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG
2026-03-29 06:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG
2026-03-29 06:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG to the API
2026-03-29 06:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX64%20VKG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX64 VKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX64%20VKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 57242,
 '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.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZFP017109',
 'year': 2014}
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX64%2520VKG%27 HTTP/1.1" 200 None
2026-03-29 06:18:40 [bca.uk] INFO: Saving data for RX64%20VKG: {'auction_closing_time': 1774951200.0, 'created_time': 1774563102.956894, 'last_price_update_time': 1774765120.034615}
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX64%2520VKG') HTTP/1.1" 204 0
2026-03-29 06:18:40 [bca.uk] INFO: Found listing with ID: LP64%20LWK
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 06:18:40 [bca.uk] INFO: Scrape type for LP64%20LWK: 2
2026-03-29 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK
2026-03-29 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b46babce-c995-57b3-8ab7-9dedd4b046c8 with scrape type 2
2026-03-29 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b46babce-c995-57b3-8ab7-9dedd4b046c8 with scrape type 2
2026-03-29 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b46babce-c995-57b3-8ab7-9dedd4b046c8, identifier: LP64%20LWK
2026-03-29 06:18:40 [bca.uk] INFO: Found listing with ID: OU16%20HHJ
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:40 [bca.uk] INFO: Scrape type for OU16%20HHJ: 2
2026-03-29 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ
2026-03-29 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4742b14-fa13-577c-abf3-bf731f877c9b with scrape type 2
2026-03-29 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4742b14-fa13-577c-abf3-bf731f877c9b with scrape type 2
2026-03-29 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4742b14-fa13-577c-abf3-bf731f877c9b, identifier: OU16%20HHJ
2026-03-29 06:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK
2026-03-29 06:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK
2026-03-29 06:18:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK to the API
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP64%20LWK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b46babce-c995-57b3-8ab7-9dedd4b046c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP64 LWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP64%20LWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 80437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNTAAE12U1092362',
 'year': 2015}
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 06:18:40 [bca.uk] INFO: Saving data for LP64%20LWK: {'auction_closing_time': 1774864800.0, 'created_time': 1773828175.893605, 'last_price_update_time': 1774765120.540982}
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP64%2520LWK') HTTP/1.1" 204 0
2026-03-29 06:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ
2026-03-29 06:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ
2026-03-29 06:18:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ to the API
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU16%20HHJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4742b14-fa13-577c-abf3-bf731f877c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU16 HHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU16%20HHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E200',
 'odometer': 35737,
 '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 E200 2.0 AMG LINE TIP Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE TIP',
 'vin': 'WDD2074342F331580',
 'year': 2016}
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:40 [bca.uk] INFO: Saving data for OU16%20HHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563109.010276, 'last_price_update_time': 1774765120.833342}
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU16%2520HHJ') HTTP/1.1" 204 0
2026-03-29 06:18:40 [bca.uk] INFO: Found listing with ID: SB14%20UEP
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520UEP%27 HTTP/1.1" 200 None
2026-03-29 06:18:40 [bca.uk] INFO: Scrape type for SB14%20UEP: 2
2026-03-29 06:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP
2026-03-29 06:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb3c51ef-e161-5fc7-a13a-60b014940d04 with scrape type 2
2026-03-29 06:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb3c51ef-e161-5fc7-a13a-60b014940d04 with scrape type 2
2026-03-29 06:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb3c51ef-e161-5fc7-a13a-60b014940d04, identifier: SB14%20UEP
2026-03-29 06:18:40 [bca.uk] INFO: Found listing with ID: FE67%20FPU
2026-03-29 06:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520FPU%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for FE67%20FPU: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: DX69%20ZJO
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZJO%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for DX69%20ZJO: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: YG72%20VKL
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520VKL%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for YG72%20VKL: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: CE69%20ZXK
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZXK%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for CE69%20ZXK: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: MD22%20FVC
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD22%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for MD22%20FVC: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: BJ19%20CWR
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520CWR%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for BJ19%20CWR: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: BT60%20ZXZ
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT60%2520ZXZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for BT60%20ZXZ: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: BV14%20LCL
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for BV14%20LCL: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: BW70%20KTV
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KTV%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for BW70%20KTV: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: DL60%20KXX
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL60%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for DL60%20KXX: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: DX22%20WKC
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520WKC%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for DX22%20WKC: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: KO19%20LSL
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520LSL%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for KO19%20LSL: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: LG22%20NWY
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520NWY%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for LG22%20NWY: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: LN24%20RCU
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RCU%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for LN24%20RCU: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: MA74%20KJV
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520KJV%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for MA74%20KJV: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: PO19%20XXU
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XXU%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for PO19%20XXU: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: SH15%20ESF
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH15%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for SH15%20ESF: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: PN59%20LKF
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for PN59%20LKF: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: GL21%20OMZ
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520OMZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for GL21%20OMZ: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: YP22%20MUE
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520MUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for YP22%20MUE: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: WF54%20KZD
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF54%2520KZD%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for WF54%20KZD: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: CE18%20FZW
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for CE18%20FZW: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: YJ69%20MFD
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520MFD%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for YJ69%20MFD: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: AE16%20XJU
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XJU%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for AE16%20XJU: 0
2026-03-29 06:18:41 [bca.uk] INFO: Found listing with ID: WR75%20FBO
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520FBO%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Scrape type for WR75%20FBO: 2
2026-03-29 06:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO
2026-03-29 06:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0157bcc-a0bc-55fc-8a44-3be2aed98333 with scrape type 2
2026-03-29 06:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0157bcc-a0bc-55fc-8a44-3be2aed98333 with scrape type 2
2026-03-29 06:18:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0157bcc-a0bc-55fc-8a44-3be2aed98333, identifier: WR75%20FBO
2026-03-29 06:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP
2026-03-29 06:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP
2026-03-29 06:18:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP to the API
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB14%20UEP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb3c51ef-e161-5fc7-a13a-60b014940d04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB14 UEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB14%20UEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 83691,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 VTI ALLURE MPV',
 'transmission': 'manual',
 'trim': 'VTI ALLURE',
 'vin': 'VF3CUHMZ0EY082443',
 'year': 2014}
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520UEP%27 HTTP/1.1" 200 None
2026-03-29 06:18:41 [bca.uk] INFO: Saving data for SB14%20UEP: {'auction_closing_time': 1774864800.0, 'created_time': 1774265012.141002, 'last_price_update_time': 1774765121.784848}
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB14%2520UEP') HTTP/1.1" 204 0
2026-03-29 06:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO
2026-03-29 06:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO
2026-03-29 06:18:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO to the API
2026-03-29 06:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 56,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20FBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a0157bcc-a0bc-55fc-8a44-3be2aed98333',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR75 FBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20FBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 1822,
 '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 TOUAREG 3.0 V6 PHEV 462 4M R TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 PHEV 462 4M R TIP',
 'vin': 'WVGZZZCR9SD015860',
 'year': 2025}
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520FBO%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Saving data for WR75%20FBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265976.588851, 'last_price_update_time': 1774765122.170573}
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520FBO') HTTP/1.1" 204 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: VA15%20MHF
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520MHF%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for VA15%20MHF: 2
2026-03-29 06:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fabd04d-c377-59e1-ad84-9cbd1b0e360a with identifier: VA15%20MHF
2026-03-29 06:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fabd04d-c377-59e1-ad84-9cbd1b0e360a with scrape type 2
2026-03-29 06:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fabd04d-c377-59e1-ad84-9cbd1b0e360a with scrape type 2
2026-03-29 06:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fabd04d-c377-59e1-ad84-9cbd1b0e360a, identifier: VA15%20MHF
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: LV62%20TZL
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520TZL%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for LV62%20TZL: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: VO13%20WVX
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520WVX%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for VO13%20WVX: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: AX02%20MWJ
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX02%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for AX02%20MWJ: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: KV18%20VHB
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520VHB%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for KV18%20VHB: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: BW21%20AZC
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520AZC%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for BW21%20AZC: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: EU17%20RHX
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RHX%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for EU17%20RHX: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: HN60%20CZD
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN60%2520CZD%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for HN60%20CZD: 0
2026-03-29 06:18:42 [bca.uk] INFO: Found listing with ID: WP61%20WMD
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Scrape type for WP61%20WMD: 2
2026-03-29 06:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD
2026-03-29 06:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with scrape type 2
2026-03-29 06:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with scrape type 2
2026-03-29 06:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a28f05d-4f3c-578c-a83e-634c4d8fd290, identifier: WP61%20WMD
2026-03-29 06:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fabd04d-c377-59e1-ad84-9cbd1b0e360a with identifier: VA15%20MHF
2026-03-29 06:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fabd04d-c377-59e1-ad84-9cbd1b0e360a with identifier: VA15%20MHF
2026-03-29 06:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fabd04d-c377-59e1-ad84-9cbd1b0e360a with identifier: VA15%20MHF to the API
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA15%20MHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3fabd04d-c377-59e1-ad84-9cbd1b0e360a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA15 MHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA15%20MHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 42574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 ACENTA PREMIUM',
 'vin': 'SJNFEAF15U7133219',
 'year': 2015}
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520MHF%27 HTTP/1.1" 200 None
2026-03-29 06:18:42 [bca.uk] INFO: Saving data for VA15%20MHF: {'auction_closing_time': 1774778400.0, 'created_time': 1774265034.134226, 'last_price_update_time': 1774765122.809671}
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA15%2520MHF') HTTP/1.1" 204 0
2026-03-29 06:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD
2026-03-29 06:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD
2026-03-29 06:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD to the API
2026-03-29 06:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP61%20WMD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a28f05d-4f3c-578c-a83e-634c4d8fd290',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP61 WMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP61%20WMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 96254,
 '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 S Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 S',
 'vin': 'WVWZZZ1KZCP038456',
 'year': 2012}
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Saving data for WP61%20WMD: {'auction_closing_time': 1774864800.0, 'created_time': 1773843912.315667, 'last_price_update_time': 1774765123.116167}
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP61%2520WMD') HTTP/1.1" 204 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: WJ64%20EPA
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ64%2520EPA%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for WJ64%20EPA: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: KW69%20ZYS
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520ZYS%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for KW69%20ZYS: 2
2026-03-29 06:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01fd2bfa-0e67-5e98-829a-74c208fadf81 with identifier: KW69%20ZYS
2026-03-29 06:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fd2bfa-0e67-5e98-829a-74c208fadf81 with scrape type 2
2026-03-29 06:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01fd2bfa-0e67-5e98-829a-74c208fadf81 with scrape type 2
2026-03-29 06:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01fd2bfa-0e67-5e98-829a-74c208fadf81, identifier: KW69%20ZYS
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: LA69%20HEU
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520HEU%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for LA69%20HEU: 0
2026-03-29 06:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01fd2bfa-0e67-5e98-829a-74c208fadf81 with identifier: KW69%20ZYS
2026-03-29 06:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01fd2bfa-0e67-5e98-829a-74c208fadf81 with identifier: KW69%20ZYS
2026-03-29 06:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01fd2bfa-0e67-5e98-829a-74c208fadf81 with identifier: KW69%20ZYS to the API
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW69%20ZYS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01fd2bfa-0e67-5e98-829a-74c208fadf81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW69 ZYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW69%20ZYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 112291,
 'odometer_reading_unit': '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.5 BLUEHDI 100 TECH EDITION (5G) Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 TECH EDITION (5G)',
 'vin': 'VF3CCYHYPKW095373',
 'year': 2019}
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520ZYS%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Saving data for KW69%20ZYS: {'auction_closing_time': 1774778400.0, 'created_time': 1774264604.960598, 'last_price_update_time': 1774765123.54067}
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW69%2520ZYS') HTTP/1.1" 204 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: OW66%20KUE
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for OW66%20KUE: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BG18%20XYT
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520XYT%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BG18%20XYT: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BD74%20RVM
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520RVM%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BD74%20RVM: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BD74%20TFV
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TFV%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BD74%20TFV: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BD74%20TGF
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGF%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BD74%20TGF: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BD74%20TGN
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGN%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BD74%20TGN: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BD74%20TLV
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TLV%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BD74%20TLV: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BD74%20UUB
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520UUB%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BD74%20UUB: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BG24%20NHY
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BG24%20NHY: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BG24%20NJE
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NJE%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BG24%20NJE: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BK24%20GGJ
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520GGJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BK24%20GGJ: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BP24%20VPR
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP24%2520VPR%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BP24%20VPR: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: NL65%20CWG
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18: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%2520CWG%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for NL65%20CWG: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: BW63%20UOL
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW63%2520UOL%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for BW63%20UOL: 0
2026-03-29 06:18:43 [bca.uk] INFO: Found listing with ID: FH63%20FXK
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 06:18:43 [bca.uk] INFO: Scrape type for FH63%20FXK: 2
2026-03-29 06:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK
2026-03-29 06:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b124546-dadf-541f-9f2c-7ef1dce8912b with scrape type 2
2026-03-29 06:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b124546-dadf-541f-9f2c-7ef1dce8912b with scrape type 2
2026-03-29 06:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b124546-dadf-541f-9f2c-7ef1dce8912b, identifier: FH63%20FXK
2026-03-29 06:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK
2026-03-29 06:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK
2026-03-29 06:18:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK to the API
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH63%20FXK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b124546-dadf-541f-9f2c-7ef1dce8912b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH63 FXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH63%20FXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 78244,
 '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': 'W0L0MAP08E6036506',
 'year': 2014}
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Saving data for FH63%20FXK: {'auction_closing_time': 1774864800.0, 'created_time': 1773933200.978436, 'last_price_update_time': 1774765124.288722}
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH63%2520FXK') HTTP/1.1" 204 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: GM65%20MZV
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520MZV%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for GM65%20MZV: 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: BC15%20ZNN
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC15%2520ZNN%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for BC15%20ZNN: 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: GL62%20LYA
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520LYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for GL62%20LYA: 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: NG25%20DSE
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG25%2520DSE%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for NG25%20DSE: 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: YC62%20LNA
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for YC62%20LNA: 2
2026-03-29 06:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA
2026-03-29 06:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f533dd8c-3eac-51bb-9246-8912046c7977 with scrape type 2
2026-03-29 06:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f533dd8c-3eac-51bb-9246-8912046c7977 with scrape type 2
2026-03-29 06:18:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f533dd8c-3eac-51bb-9246-8912046c7977, identifier: YC62%20LNA
2026-03-29 06:18:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA
2026-03-29 06:18:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA
2026-03-29 06:18:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA to the API
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC62%20LNA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f533dd8c-3eac-51bb-9246-8912046c7977',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC62 LNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC62%20LNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 97661,
 '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 EDGE Hatchback',
 'transmission': 'manual',
 'trim': '82 EDGE',
 'vin': 'WF0JXXGAJJCL69530',
 'year': 2012}
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520LNA%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Saving data for YC62%20LNA: {'auction_closing_time': 1774864800.0, 'created_time': 1773843913.165479, 'last_price_update_time': 1774765124.885995}
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC62%2520LNA') HTTP/1.1" 204 0
2026-03-29 06:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: PE21%20YRU
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE21%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for PE21%20YRU: 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: DA63%20ZBZ
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for DA63%20ZBZ: 0
2026-03-29 06:18:44 [bca.uk] INFO: Found listing with ID: SR10%20JVX
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520JVX%27 HTTP/1.1" 200 None
2026-03-29 06:18:44 [bca.uk] INFO: Scrape type for SR10%20JVX: 2
2026-03-29 06:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX
2026-03-29 06:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959d0e92-aa92-5def-9255-11be67650f4c with scrape type 2
2026-03-29 06:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 959d0e92-aa92-5def-9255-11be67650f4c with scrape type 2
2026-03-29 06:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 959d0e92-aa92-5def-9255-11be67650f4c, identifier: SR10%20JVX
2026-03-29 06:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX
2026-03-29 06:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX
2026-03-29 06:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX to the API
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR10%20JVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '959d0e92-aa92-5def-9255-11be67650f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR10 JVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR10%20JVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 110703,
 '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 CIVIC 1.8 I-VTEC SI Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC SI',
 'vin': 'SHHFK2750AU019709',
 'year': 2010}
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520JVX%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Saving data for SR10%20JVX: {'auction_closing_time': 1774951200.0, 'created_time': 1773843776.288059, 'last_price_update_time': 1774765125.342314}
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR10%2520JVX') HTTP/1.1" 204 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: LR61%20BEL
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR61%2520BEL%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for LR61%20BEL: 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: LP73%20GCZ
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520GCZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for LP73%20GCZ: 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: ET10%20JBZ
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520JBZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for ET10%20JBZ: 2
2026-03-29 06:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ
2026-03-29 06:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with scrape type 2
2026-03-29 06:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with scrape type 2
2026-03-29 06:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66, identifier: ET10%20JBZ
2026-03-29 06:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ
2026-03-29 06:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ
2026-03-29 06:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ to the API
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET10%20JBZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET10 JBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET10%20JBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 48655,
 '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.6 TDCI 95 ECONETIC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 95 ECONETIC',
 'vin': 'WF0JXXGAJJAM06539',
 'year': 2010}
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520JBZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Saving data for ET10%20JBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265069.999378, 'last_price_update_time': 1774765125.758228}
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET10%2520JBZ') HTTP/1.1" 204 0
2026-03-29 06:18:45 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded
2026-03-29 06:18:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: EJ10%20GOC
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ10%2520GOC%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for EJ10%20GOC: 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: BG70%20LHT
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for BG70%20LHT: 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: MD65%20YLR
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD65%2520YLR%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for MD65%20YLR: 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: KR66%20FDZ
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520FDZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for KR66%20FDZ: 0
2026-03-29 06:18:45 [bca.uk] INFO: Found listing with ID: FV62%20YSN
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YSN%27 HTTP/1.1" 200 None
2026-03-29 06:18:45 [bca.uk] INFO: Scrape type for FV62%20YSN: 2
2026-03-29 06:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c with identifier: FV62%20YSN
2026-03-29 06:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c with scrape type 2
2026-03-29 06:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c with scrape type 2
2026-03-29 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c, identifier: FV62%20YSN
2026-03-29 06:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c with identifier: FV62%20YSN
2026-03-29 06:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c with identifier: FV62%20YSN
2026-03-29 06:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0283f5ee-6c91-5813-96ba-c89f6bdf1d5c with identifier: FV62%20YSN to the API
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV62%20YSN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0283f5ee-6c91-5813-96ba-c89f6bdf1d5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV62 YSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV62%20YSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 141076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 TDI 177 SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 177 SE',
 'vin': 'WAUZZZ4G3DN024002',
 'year': 2012}
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YSN%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Saving data for FV62%20YSN: {'auction_closing_time': 1774778400.0, 'created_time': 1774264559.517004, 'last_price_update_time': 1774765126.369592}
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV62%2520YSN') HTTP/1.1" 204 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: RX20%20KHJ
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for RX20%20KHJ: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: WG13%20WJK
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for WG13%20WJK: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: HK68%20OYA
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520OYA%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for HK68%20OYA: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: OY64%20YEU
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520YEU%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for OY64%20YEU: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: LM69%20OAH
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM69%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for LM69%20OAH: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: YH17%20LVA
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH17%2520LVA%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for YH17%20LVA: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: YT24%20RJJ
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT24%2520RJJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for YT24%20RJJ: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: EJ19%20GZB
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520GZB%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for EJ19%20GZB: 0
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: WP66%20MFV
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for WP66%20MFV: 2
2026-03-29 06:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6671160-dfeb-5344-bb80-51f7ef049460 with identifier: WP66%20MFV
2026-03-29 06:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6671160-dfeb-5344-bb80-51f7ef049460 with scrape type 2
2026-03-29 06:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6671160-dfeb-5344-bb80-51f7ef049460 with scrape type 2
2026-03-29 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6671160-dfeb-5344-bb80-51f7ef049460, identifier: WP66%20MFV
2026-03-29 06:18:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:46 [bca.uk] INFO: Found listing with ID: GU17%20VUF
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520VUF%27 HTTP/1.1" 200 None
2026-03-29 06:18:46 [bca.uk] INFO: Scrape type for GU17%20VUF: 2
2026-03-29 06:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33b0ff01-dcb1-5c8e-bf51-e6379be8beca with identifier: GU17%20VUF
2026-03-29 06:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33b0ff01-dcb1-5c8e-bf51-e6379be8beca with scrape type 2
2026-03-29 06:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33b0ff01-dcb1-5c8e-bf51-e6379be8beca with scrape type 2
2026-03-29 06:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33b0ff01-dcb1-5c8e-bf51-e6379be8beca, identifier: GU17%20VUF
2026-03-29 06:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6671160-dfeb-5344-bb80-51f7ef049460 with identifier: WP66%20MFV
2026-03-29 06:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6671160-dfeb-5344-bb80-51f7ef049460 with identifier: WP66%20MFV
2026-03-29 06:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6671160-dfeb-5344-bb80-51f7ef049460 with identifier: WP66%20MFV to the API
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP66%20MFV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6671160-dfeb-5344-bb80-51f7ef049460',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP66 MFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP66%20MFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 91328,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 2.0 JTDM-2 150 SUPER Hatchback',
 'transmission': 'manual',
 'trim': 'JTDM-2 150 SUPER',
 'vin': 'ZAR94000007456369',
 'year': 2016}
2026-03-29 06:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Saving data for WP66%20MFV: {'auction_closing_time': 1774778400.0, 'created_time': 1774562930.666253, 'last_price_update_time': 1774765127.00464}
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP66%2520MFV') HTTP/1.1" 204 0
2026-03-29 06:18: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:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33b0ff01-dcb1-5c8e-bf51-e6379be8beca with identifier: GU17%20VUF
2026-03-29 06:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33b0ff01-dcb1-5c8e-bf51-e6379be8beca with identifier: GU17%20VUF
2026-03-29 06:18:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33b0ff01-dcb1-5c8e-bf51-e6379be8beca with identifier: GU17%20VUF to the API
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU17%20VUF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33b0ff01-dcb1-5c8e-bf51-e6379be8beca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU17 VUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU17%20VUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 31472,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'KNADN511LG6079671',
 'year': 2017}
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520VUF%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Saving data for GU17%20VUF: {'auction_closing_time': 1774778400.0, 'created_time': 1774264518.945852, 'last_price_update_time': 1774765127.373453}
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU17%2520VUF') HTTP/1.1" 204 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: VX63%20BLK
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520BLK%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for VX63%20BLK: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: GY72%20CWN
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520CWN%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for GY72%20CWN: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: AO17%20ZBJ
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for AO17%20ZBJ: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: OU63%20XGP
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for OU63%20XGP: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: BT71%20EPC
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520EPC%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for BT71%20EPC: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: OW18%20MLY
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW18%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for OW18%20MLY: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: DP65%20OAA
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for DP65%20OAA: 2
2026-03-29 06:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA
2026-03-29 06:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c856ae5-bd33-57b5-8538-08020c930466 with scrape type 2
2026-03-29 06:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c856ae5-bd33-57b5-8538-08020c930466 with scrape type 2
2026-03-29 06:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c856ae5-bd33-57b5-8538-08020c930466, identifier: DP65%20OAA
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: KN22%20WLL
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520WLL%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for KN22%20WLL: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: WP66%20XWR
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for WP66%20XWR: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: BD25%20SZE
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD25%2520SZE%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for BD25%20SZE: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: BD72%20MOV
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for BD72%20MOV: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: BJ75%20OXW
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520OXW%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for BJ75%20OXW: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: BL24%20KCN
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for BL24%20KCN: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: BX25%20UUL
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX25%2520UUL%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for BX25%20UUL: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: DA72%20ZNK
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZNK%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for DA72%20ZNK: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: MD73%20YAF
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YAF%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for MD73%20YAF: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: PF72%20TKV
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520TKV%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for PF72%20TKV: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: PL73%20FNR
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520FNR%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for PL73%20FNR: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: SY25%20VYC
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY25%2520VYC%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for SY25%20VYC: 0
2026-03-29 06:18:47 [bca.uk] INFO: Found listing with ID: YY66%20NAO
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 06:18:47 [bca.uk] INFO: Scrape type for YY66%20NAO: 2
2026-03-29 06:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO
2026-03-29 06:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with scrape type 2
2026-03-29 06:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with scrape type 2
2026-03-29 06:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928, identifier: YY66%20NAO
2026-03-29 06:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA
2026-03-29 06:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA
2026-03-29 06:18:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA to the API
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP65%20OAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c856ae5-bd33-57b5-8538-08020c930466',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP65 OAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP65%20OAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GTC',
 'odometer': 84273,
 '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 GTC 1.4 T 16V 140 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T 16V 140 SPORT',
 'vin': 'W0LPD2EC7FG139042',
 'year': 2015}
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Saving data for DP65%20OAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774448882.419066, 'last_price_update_time': 1774765128.173281}
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP65%2520OAA') HTTP/1.1" 204 0
2026-03-29 06:18:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO
2026-03-29 06:18:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO
2026-03-29 06:18:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO to the API
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18: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:18:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY66%20NAO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04f3d528-fdb3-53c2-8bc5-8aaabe2a8928',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY66 NAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY66%20NAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 79806,
 '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 110 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 ELEGANCE',
 'vin': 'VF7SAHNZ6GW662135',
 'year': 2017}
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Saving data for YY66%20NAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265007.703525, 'last_price_update_time': 1774765128.541026}
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY66%2520NAO') HTTP/1.1" 204 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: CX20%20OUA
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520OUA%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for CX20%20OUA: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: KN14%20CZW
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for KN14%20CZW: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: BP67%20ZGT
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520ZGT%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for BP67%20ZGT: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: LS71%20FDE
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for LS71%20FDE: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: YX14%20YFV
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520YFV%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for YX14%20YFV: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: RE24%20VYW
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520VYW%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for RE24%20VYW: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: CA60%20DZE
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA60%2520DZE%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for CA60%20DZE: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: DY23%20SZD
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520SZD%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for DY23%20SZD: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: YK23%20UXG
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK23%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for YK23%20UXG: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: GX16%20NVO
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520NVO%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for GX16%20NVO: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: YK16%20WNJ
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520WNJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for YK16%20WNJ: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: GL16%20HGX
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520HGX%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for GL16%20HGX: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: WK24%20UYU
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520UYU%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for WK24%20UYU: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: VN63%20AWJ
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520AWJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for VN63%20AWJ: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: BK61%20GUG
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK61%2520GUG%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for BK61%20GUG: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: YS11%20ZDP
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS11%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for YS11%20ZDP: 2
2026-03-29 06:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f8d956-ccde-5fbd-8896-0a9389d155ab with identifier: YS11%20ZDP
2026-03-29 06:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f8d956-ccde-5fbd-8896-0a9389d155ab with scrape type 2
2026-03-29 06:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f8d956-ccde-5fbd-8896-0a9389d155ab with scrape type 2
2026-03-29 06:18:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76f8d956-ccde-5fbd-8896-0a9389d155ab, identifier: YS11%20ZDP
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: KW21%20HLU
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520HLU%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for KW21%20HLU: 0
2026-03-29 06:18:48 [bca.uk] INFO: Found listing with ID: BC16%20GSO
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520GSO%27 HTTP/1.1" 200 None
2026-03-29 06:18:48 [bca.uk] INFO: Scrape type for BC16%20GSO: 2
2026-03-29 06:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO
2026-03-29 06:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a383520-8aaf-561d-91c9-bb0d8fa382fd with scrape type 2
2026-03-29 06:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a383520-8aaf-561d-91c9-bb0d8fa382fd with scrape type 2
2026-03-29 06:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a383520-8aaf-561d-91c9-bb0d8fa382fd, identifier: BC16%20GSO
2026-03-29 06:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76f8d956-ccde-5fbd-8896-0a9389d155ab with identifier: YS11%20ZDP
2026-03-29 06:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76f8d956-ccde-5fbd-8896-0a9389d155ab with identifier: YS11%20ZDP
2026-03-29 06:18:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76f8d956-ccde-5fbd-8896-0a9389d155ab with identifier: YS11%20ZDP to the API
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS11%20ZDP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76f8d956-ccde-5fbd-8896-0a9389d155ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS11 ZDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS11%20ZDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MERIVA',
 'odometer': 81895,
 '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 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': '16V EXCLUSIV',
 'vin': 'W0LSD9EC8B4408292',
 'year': 2011}
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS11%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Saving data for YS11%20ZDP: {'auction_closing_time': 1774778400.0, 'created_time': 1774437381.930895, 'last_price_update_time': 1774765129.302469}
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS11%2520ZDP') HTTP/1.1" 204 0
2026-03-29 06:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO
2026-03-29 06:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO
2026-03-29 06:18:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO to the API
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC16%20GSO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a383520-8aaf-561d-91c9-bb0d8fa382fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC16 GSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC16%20GSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 144478,
 '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 HR-V 1.6 I-DTEC 120 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 EX',
 'vin': '3HGRU8790GM304742',
 'year': 2016}
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520GSO%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Saving data for BC16%20GSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774264997.525248, 'last_price_update_time': 1774765129.685146}
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC16%2520GSO') HTTP/1.1" 204 0
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: FD12%20CRV
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for FD12%20CRV: 2
2026-03-29 06:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: accb23e5-2d5e-588d-b1fb-7e63308301d7 with identifier: FD12%20CRV
2026-03-29 06:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item accb23e5-2d5e-588d-b1fb-7e63308301d7 with scrape type 2
2026-03-29 06:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item accb23e5-2d5e-588d-b1fb-7e63308301d7 with scrape type 2
2026-03-29 06:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: accb23e5-2d5e-588d-b1fb-7e63308301d7, identifier: FD12%20CRV
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: MC16%20RHA
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for MC16%20RHA: 0
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: SM18%20EYV
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520EYV%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for SM18%20EYV: 0
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: YK16%20ECY
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520ECY%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for YK16%20ECY: 0
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: YK67%20EPM
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520EPM%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for YK67%20EPM: 0
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: YH22%20LFE
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for YH22%20LFE: 0
2026-03-29 06:18:49 [bca.uk] INFO: Found listing with ID: KE15%20XAY
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520XAY%27 HTTP/1.1" 200 None
2026-03-29 06:18:49 [bca.uk] INFO: Scrape type for KE15%20XAY: 0
2026-03-29 06:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: accb23e5-2d5e-588d-b1fb-7e63308301d7 with identifier: FD12%20CRV
2026-03-29 06:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: accb23e5-2d5e-588d-b1fb-7e63308301d7 with identifier: FD12%20CRV
2026-03-29 06:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: accb23e5-2d5e-588d-b1fb-7e63308301d7 with identifier: FD12%20CRV to the API
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD12%20CRV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'accb23e5-2d5e-588d-b1fb-7e63308301d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD12 CRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD12%20CRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 92179,
 '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.4 TB 120 LUSSO Hatchback',
 'transmission': 'manual',
 'trim': 'TB 120 LUSSO',
 'vin': 'ZAR94000007170515',
 'year': 2012}
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520CRV%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Saving data for FD12%20CRV: {'auction_closing_time': 1774778400.0, 'created_time': 1774563088.922942, 'last_price_update_time': 1774765130.198679}
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD12%2520CRV') HTTP/1.1" 204 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: DN24%20YTE
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520YTE%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for DN24%20YTE: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: BK72%20YLE
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520YLE%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for BK72%20YLE: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: MJ24%20BZE
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520BZE%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for MJ24%20BZE: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: HT71%20WFL
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520WFL%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for HT71%20WFL: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: CY23%20JZV
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY23%2520JZV%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for CY23%20JZV: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: BK71%20XAY
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520XAY%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for BK71%20XAY: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: WR72%20LDX
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520LDX%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for WR72%20LDX: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: MF74%20YZU
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF74%2520YZU%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for MF74%20YZU: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: AN08%20YUX
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN08%2520YUX%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for AN08%20YUX: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: WX22%20WJV
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for WX22%20WJV: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: YH22%20LNP
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNP%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for YH22%20LNP: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: YR22%20AMO
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520AMO%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for YR22%20AMO: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: DV24%20YML
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520YML%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for DV24%20YML: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: FX23%20YXL
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520YXL%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for FX23%20YXL: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: RV20%20BHF
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520BHF%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for RV20%20BHF: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: BT73%20GMG
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for BT73%20GMG: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: HF64%20OET
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF64%2520OET%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for HF64%20OET: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: DN72%20USZ
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520USZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for DN72%20USZ: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: FM73%20TOU
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM73%2520TOU%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for FM73%20TOU: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: KS23%20HSD
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for KS23%20HSD: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: KU70%20WME
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520WME%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for KU70%20WME: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: WA22%20YCC
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for WA22%20YCC: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: AJ72%20LNE
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520LNE%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for AJ72%20LNE: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: EF18%20AOO
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520AOO%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for EF18%20AOO: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: BG74%20UWW
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520UWW%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for BG74%20UWW: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: LD69%20CKV
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for LD69%20CKV: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: KU68%20KXC
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520KXC%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for KU68%20KXC: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: LP22%20EUY
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for LP22%20EUY: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: YP04%20LFK
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP04%2520LFK%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for YP04%20LFK: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: SG22%20YLV
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YLV%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for SG22%20YLV: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: SL22%20FMJ
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FMJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for SL22%20FMJ: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: BT73%20HSO
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520HSO%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for BT73%20HSO: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: DC68%20BUJ
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC68%2520BUJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for DC68%20BUJ: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: MA22%20BYG
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520BYG%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for MA22%20BYG: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: DG21%20OMM
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG21%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for DG21%20OMM: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: DA23%20MKK
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MKK%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for DA23%20MKK: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: SV22%20UBY
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520UBY%27 HTTP/1.1" 200 None
2026-03-29 06:18:50 [bca.uk] INFO: Scrape type for SV22%20UBY: 0
2026-03-29 06:18:50 [bca.uk] INFO: Found listing with ID: BJ22%20KSE
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for BJ22%20KSE: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: GN22%20ULG
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN22%2520ULG%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for GN22%20ULG: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: SP23%20HFK
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HFK%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for SP23%20HFK: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: SP23%20HYC
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for SP23%20HYC: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: W111%20CWT
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W111%2520CWT%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for W111%20CWT: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: YH20%20USV
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520USV%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for YH20%20USV: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: YN19%20NTG
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520NTG%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for YN19%20NTG: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: DU21%20XHZ
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for DU21%20XHZ: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: WX21%20YFF
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YFF%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for WX21%20YFF: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: HV22%20OHW
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OHW%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for HV22%20OHW: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: PE22%20ZHB
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520ZHB%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for PE22%20ZHB: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: PY72%20HDG
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for PY72%20HDG: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: YG22%20NTE
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520NTE%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for YG22%20NTE: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: FX22%20UBM
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520UBM%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for FX22%20UBM: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: YG22%20XHN
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520XHN%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for YG22%20XHN: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: DN24%20RPZ
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for DN24%20RPZ: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: YK19%20VRL
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VRL%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for YK19%20VRL: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: FX23%20HXG
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HXG%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for FX23%20HXG: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: CY71%20MTU
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY71%2520MTU%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for CY71%20MTU: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: LF24%20RMV
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for LF24%20RMV: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: NU75%20JXN
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU75%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for NU75%20JXN: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: OE23%20EVR
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EVR%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for OE23%20EVR: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: RK22%20SWX
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520SWX%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for RK22%20SWX: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: RK22%20XNF
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520XNF%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for RK22%20XNF: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: YX22%20ZTN
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520ZTN%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for YX22%20ZTN: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: NA22%20WZX
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520WZX%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for NA22%20WZX: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: AP71%20HVH
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for AP71%20HVH: 0
2026-03-29 06:18:51 [bca.uk] INFO: Found listing with ID: AX12%20GWW
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-29 06:18:51 [bca.uk] INFO: Scrape type for AX12%20GWW: 2
2026-03-29 06:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW
2026-03-29 06:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaede5ee-5d6e-59de-b28f-86602dabff1e with scrape type 2
2026-03-29 06:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaede5ee-5d6e-59de-b28f-86602dabff1e with scrape type 2
2026-03-29 06:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaede5ee-5d6e-59de-b28f-86602dabff1e, identifier: AX12%20GWW
2026-03-29 06:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW
2026-03-29 06:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW
2026-03-29 06:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW to the API
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX12%20GWW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eaede5ee-5d6e-59de-b28f-86602dabff1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX12 GWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX12%20GWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'ML350',
 'odometer': 89834,
 '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 ML350 3.0 CDI B/TEC SPECIAL EDITION TIP StationWagon',
 'transmission': 'manual',
 'trim': 'CDI B/TEC SPECIAL EDITION TIP',
 'vin': 'WDC1660242A058524',
 'year': 2012}
2026-03-29 06:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-29 06:18:52 [bca.uk] INFO: Saving data for AX12%20GWW: {'auction_closing_time': 1774864800.0, 'created_time': 1773827008.60918, 'last_price_update_time': 1774765132.001402}
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX12%2520GWW') HTTP/1.1" 204 0
2026-03-29 06:18:52 [bca.uk] INFO: Found listing with ID: RE22%20DJV
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DJV%27 HTTP/1.1" 200 None
2026-03-29 06:18:52 [bca.uk] INFO: Scrape type for RE22%20DJV: 0
2026-03-29 06:18:52 [bca.uk] INFO: Found listing with ID: SD72%20XOV
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520XOV%27 HTTP/1.1" 200 None
2026-03-29 06:18:52 [bca.uk] INFO: Scrape type for SD72%20XOV: 0
2026-03-29 06:18:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:53 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded
2026-03-29 06:18:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: BG23%20UXC
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520UXC%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for BG23%20UXC: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: HV71%20XPX
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XPX%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for HV71%20XPX: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: MM72%20EXU
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520EXU%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for MM72%20EXU: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: BD21%20GZN
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520GZN%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for BD21%20GZN: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: CN68%20VXS
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN68%2520VXS%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for CN68%20VXS: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: HN17%20ZXB
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520ZXB%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for HN17%20ZXB: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: KW19%20RMV
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for KW19%20RMV: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: LR23%20XOZ
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:53 [bca.uk] INFO: Scrape type for LR23%20XOZ: 0
2026-03-29 06:18:53 [bca.uk] INFO: Found listing with ID: MT19%20VGK
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for MT19%20VGK: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: RA23%20NPN
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA23%2520NPN%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for RA23%20NPN: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: WX19%20UVG
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX19%2520UVG%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for WX19%20UVG: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: KP16%20VKR
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520VKR%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for KP16%20VKR: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: AY20%20ZZG
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520ZZG%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for AY20%20ZZG: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: BV74%20EXF
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV74%2520EXF%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for BV74%20EXF: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: NA72%20MUU
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520MUU%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for NA72%20MUU: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: AF22%20UBK
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UBK%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for AF22%20UBK: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: LM19%20JZP
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for LM19%20JZP: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: KM70%20YZO
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for KM70%20YZO: 2
2026-03-29 06:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO
2026-03-29 06:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff0665f6-8059-53ce-b176-e78131ce85ad with scrape type 2
2026-03-29 06:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff0665f6-8059-53ce-b176-e78131ce85ad with scrape type 2
2026-03-29 06:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff0665f6-8059-53ce-b176-e78131ce85ad, identifier: KM70%20YZO
2026-03-29 06:18:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO
2026-03-29 06:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO
2026-03-29 06:18:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO to the API
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 331,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM70%20YZO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff0665f6-8059-53ce-b176-e78131ce85ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM70 YZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM70%20YZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 35139,
 '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 5.0 P575 S/C SVR StationWagon',
 'transmission': 'automatic',
 'trim': 'P575 S/C SVR',
 'vin': 'SALWA2AE6MA760990',
 'year': 2020}
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Saving data for KM70%20YZO: {'auction_closing_time': 1774864800.0, 'created_time': 1773959376.061235, 'last_price_update_time': 1774765134.580886}
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM70%2520YZO') HTTP/1.1" 204 0
2026-03-29 06:18: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:18:54 [bca.uk] INFO: Found listing with ID: BG09%20GKA
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for BG09%20GKA: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: WN14%20RWJ
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520RWJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for WN14%20RWJ: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: KY62%20VVF
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520VVF%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for KY62%20VVF: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: P17%20SKD
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P17%2520SKD%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for P17%20SKD: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: LN66%20NPX
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for LN66%20NPX: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: PL66%20BYF
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL66%2520BYF%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for PL66%20BYF: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: BW66%20GVP
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520GVP%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for BW66%20GVP: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: YK68%20ZBN
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520ZBN%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for YK68%20ZBN: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: YD21%20EDM
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD21%2520EDM%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for YD21%20EDM: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: GL20%20UHO
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for GL20%20UHO: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: GM18%20UHK
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM18%2520UHK%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for GM18%20UHK: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: NV17%20UXW
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for NV17%20UXW: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: EK18%20FGN
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520FGN%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for EK18%20FGN: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: DE64%20BKG
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BKG%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for DE64%20BKG: 0
2026-03-29 06:18:54 [bca.uk] INFO: Found listing with ID: SB09%20SYX
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB09%2520SYX%27 HTTP/1.1" 200 None
2026-03-29 06:18:54 [bca.uk] INFO: Scrape type for SB09%20SYX: 2
2026-03-29 06:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eae8a47-f45b-5f57-b8a9-4a321b3edef6 with identifier: SB09%20SYX
2026-03-29 06:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eae8a47-f45b-5f57-b8a9-4a321b3edef6 with scrape type 2
2026-03-29 06:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eae8a47-f45b-5f57-b8a9-4a321b3edef6 with scrape type 2
2026-03-29 06:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0eae8a47-f45b-5f57-b8a9-4a321b3edef6, identifier: SB09%20SYX
2026-03-29 06:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0eae8a47-f45b-5f57-b8a9-4a321b3edef6 with identifier: SB09%20SYX
2026-03-29 06:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0eae8a47-f45b-5f57-b8a9-4a321b3edef6 with identifier: SB09%20SYX
2026-03-29 06:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0eae8a47-f45b-5f57-b8a9-4a321b3edef6 with identifier: SB09%20SYX to the API
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB09%20SYX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0eae8a47-f45b-5f57-b8a9-4a321b3edef6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB09 SYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB09%20SYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 73755,
 '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 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 LIFE',
 'vin': 'W0L0AHL4898060236',
 'year': 2009}
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB09%2520SYX%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Saving data for SB09%20SYX: {'auction_closing_time': 1774778400.0, 'created_time': 1774562931.851721, 'last_price_update_time': 1774765135.330824}
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB09%2520SYX') HTTP/1.1" 204 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: FD67%20HXJ
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520HXJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for FD67%20HXJ: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: LS07%20DVF
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS07%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for LS07%20DVF: 2
2026-03-29 06:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31741c57-818b-5a00-a90a-ed74a36eb188 with identifier: LS07%20DVF
2026-03-29 06:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31741c57-818b-5a00-a90a-ed74a36eb188 with scrape type 2
2026-03-29 06:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31741c57-818b-5a00-a90a-ed74a36eb188 with scrape type 2
2026-03-29 06:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31741c57-818b-5a00-a90a-ed74a36eb188, identifier: LS07%20DVF
2026-03-29 06:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31741c57-818b-5a00-a90a-ed74a36eb188 with identifier: LS07%20DVF
2026-03-29 06:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31741c57-818b-5a00-a90a-ed74a36eb188 with identifier: LS07%20DVF
2026-03-29 06:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31741c57-818b-5a00-a90a-ed74a36eb188 with identifier: LS07%20DVF to the API
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS07%20DVF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31741c57-818b-5a00-a90a-ed74a36eb188',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS07 DVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS07%20DVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 350',
 'odometer': 75982,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 350 3.5 TIP Roadster',
 'transmission': 'manual',
 'trim': 'TIP',
 'vin': 'WDB1714562F168160',
 'year': 2007}
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS07%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Saving data for LS07%20DVF: {'auction_closing_time': 1774778400.0, 'created_time': 1774562932.938642, 'last_price_update_time': 1774765135.828984}
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS07%2520DVF') HTTP/1.1" 204 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: SM15%20MWL
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520MWL%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for SM15%20MWL: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: YA11%20RXW
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520RXW%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for YA11%20RXW: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: FX72%20NNZ
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520NNZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for FX72%20NNZ: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: GJ18%20XZK
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XZK%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for GJ18%20XZK: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: GV66%20PZS
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520PZS%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for GV66%20PZS: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: HG17%20OPK
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520OPK%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for HG17%20OPK: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: HX64%20XJN
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520XJN%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for HX64%20XJN: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: KM18%20SUY
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520SUY%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for KM18%20SUY: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: KO21%20FML
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO21%2520FML%27 HTTP/1.1" 200 None
2026-03-29 06:18:55 [bca.uk] INFO: Scrape type for KO21%20FML: 0
2026-03-29 06:18:55 [bca.uk] INFO: Found listing with ID: KR65%20TVW
2026-03-29 06:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for KR65%20TVW: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: LD19%20UXW
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for LD19%20UXW: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: LM70%20LDF
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520LDF%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for LM70%20LDF: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: LO64%20XFE
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for LO64%20XFE: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: ML24%20DWU
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520DWU%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for ML24%20DWU: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: ML66%20MYS
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520MYS%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for ML66%20MYS: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: OE73%20NXH
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE73%2520NXH%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for OE73%20NXH: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: OV18%20XBN
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520XBN%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for OV18%20XBN: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: PN66%20WSJ
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WSJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for PN66%20WSJ: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: RA18%20LAA
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520LAA%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for RA18%20LAA: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: ST68%20YPN
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520YPN%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for ST68%20YPN: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VF69%20KCZ
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520KCZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VF69%20KCZ: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VK22%20VYN
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520VYN%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VK22%20VYN: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VK61%20WXM
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VK61%20WXM: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VK69%20SMU
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520SMU%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VK69%20SMU: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VN71%20HKB
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520HKB%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VN71%20HKB: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VN72%20URC
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520URC%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VN72%20URC: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: VT19%20NMU
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520NMU%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for VT19%20NMU: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: WJ14%20CHL
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520CHL%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for WJ14%20CHL: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: WU74%20LCA
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU74%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for WU74%20LCA: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: YD18%20PMC
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520PMC%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for YD18%20PMC: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: YN69%20VUR
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520VUR%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for YN69%20VUR: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: YO68%20OYN
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520OYN%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for YO68%20OYN: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: YS60%20OGO
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS60%2520OGO%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for YS60%20OGO: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: YS70%20YHL
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520YHL%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for YS70%20YHL: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: YY17%20UPO
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520UPO%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for YY17%20UPO: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: AE69%20BSV
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520BSV%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for AE69%20BSV: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: AK58%20ZZW
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520ZZW%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for AK58%20ZZW: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: AK69%20YVY
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520YVY%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for AK69%20YVY: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: AV18%20FHT
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for AV18%20FHT: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: AY24%20WZV
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY24%2520WZV%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for AY24%20WZV: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BD24%20OPB
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OPB%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BD24%20OPB: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BF67%20FMX
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520FMX%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BF67%20FMX: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BJ20%20CFA
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520CFA%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BJ20%20CFA: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BJ70%20ZYT
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520ZYT%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BJ70%20ZYT: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BN58%20YXR
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN58%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BN58%20YXR: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BP19%20ULV
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BP19%20ULV: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: BW23%20MME
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW23%2520MME%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for BW23%20MME: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: CY15%20FSD
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520FSD%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for CY15%20FSD: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: DE69%20YXA
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520YXA%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for DE69%20YXA: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: DN20%20VVE
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520VVE%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for DN20%20VVE: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: DV14%20NUK
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520NUK%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for DV14%20NUK: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: DX22%20OMV
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520OMV%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for DX22%20OMV: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: DY18%20WKM
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520WKM%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for DY18%20WKM: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: EA74%20GFU
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA74%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for EA74%20GFU: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: FE68%20YXY
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520YXY%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for FE68%20YXY: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: FL62%20VUX
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL62%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for FL62%20VUX: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: FN64%20FJA
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520FJA%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for FN64%20FJA: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: FR61%20CKA
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR61%2520CKA%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for FR61%20CKA: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: PJ66%20XTM
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520XTM%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for PJ66%20XTM: 0
2026-03-29 06:18:56 [bca.uk] INFO: Found listing with ID: WG24%20EGE
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 06:18:56 [bca.uk] INFO: Scrape type for WG24%20EGE: 2
2026-03-29 06:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE
2026-03-29 06:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e5975df-aded-5ccb-aefb-6e32726e2d7d with scrape type 2
2026-03-29 06:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e5975df-aded-5ccb-aefb-6e32726e2d7d with scrape type 2
2026-03-29 06:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e5975df-aded-5ccb-aefb-6e32726e2d7d, identifier: WG24%20EGE
2026-03-29 06:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE
2026-03-29 06:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE
2026-03-29 06:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE to the API
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG24%20EGE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e5975df-aded-5ccb-aefb-6e32726e2d7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG24 EGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG24%20EGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 15459,
 '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 AYGO X 1.0 VVT-I EDGE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I EDGE S-CVT',
 'vin': 'JTDAGNAC100206790',
 'year': 2024}
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 06:18:57 [bca.uk] INFO: Saving data for WG24%20EGE: {'auction_closing_time': 1774864800.0, 'created_time': 1773830999.846961, 'last_price_update_time': 1774765137.227716}
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG24%2520EGE') HTTP/1.1" 204 0
2026-03-29 06:18:57 [bca.uk] INFO: Found listing with ID: PK12%20LMF
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LMF%27 HTTP/1.1" 200 None
2026-03-29 06:18:57 [bca.uk] INFO: Scrape type for PK12%20LMF: 0
2026-03-29 06:18:57 [bca.uk] INFO: Found listing with ID: MV18%20FNM
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520FNM%27 HTTP/1.1" 200 None
2026-03-29 06:18:57 [bca.uk] INFO: Scrape type for MV18%20FNM: 0
2026-03-29 06:18:57 [bca.uk] INFO: Found listing with ID: GN16%20UPX
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520UPX%27 HTTP/1.1" 200 None
2026-03-29 06:18:57 [bca.uk] INFO: Scrape type for GN16%20UPX: 0
2026-03-29 06:18:57 [bca.uk] INFO: Found listing with ID: CA62%20HNC
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA62%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 06:18:57 [bca.uk] INFO: Scrape type for CA62%20HNC: 0
2026-03-29 06:18:57 [bca.uk] INFO: Found listing with ID: YF64%20GUD
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520GUD%27 HTTP/1.1" 200 None
2026-03-29 06:18:57 [bca.uk] INFO: Scrape type for YF64%20GUD: 0
2026-03-29 06:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:18:59 [bca.uk] INFO: Total items found: 100
2026-03-29 06:18:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded
2026-03-29 06:18:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:18:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: GL17%20EKJ
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520EKJ%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for GL17%20EKJ: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: DC18%20ETO
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ETO%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for DC18%20ETO: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: BP21%20OPC
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for BP21%20OPC: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: MF67%20EYS
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for MF67%20EYS: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: MT11%20LOV
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT11%2520LOV%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for MT11%20LOV: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: FR19%20BJZ
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520BJZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for FR19%20BJZ: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: YF11%20RLZ
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for YF11%20RLZ: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: BV70%20TKC
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520TKC%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for BV70%20TKC: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: LB68%20LZH
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for LB68%20LZH: 0
2026-03-29 06:18:59 [bca.uk] INFO: Found listing with ID: PN14%20XWK
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN14%2520XWK%27 HTTP/1.1" 200 None
2026-03-29 06:18:59 [bca.uk] INFO: Scrape type for PN14%20XWK: 2
2026-03-29 06:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61a2a295-59be-57d8-8d82-4d1f5682f1b7 with identifier: PN14%20XWK
2026-03-29 06:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61a2a295-59be-57d8-8d82-4d1f5682f1b7 with scrape type 2
2026-03-29 06:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61a2a295-59be-57d8-8d82-4d1f5682f1b7 with scrape type 2
2026-03-29 06:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61a2a295-59be-57d8-8d82-4d1f5682f1b7, identifier: PN14%20XWK
2026-03-29 06:18:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61a2a295-59be-57d8-8d82-4d1f5682f1b7 with identifier: PN14%20XWK
2026-03-29 06:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61a2a295-59be-57d8-8d82-4d1f5682f1b7 with identifier: PN14%20XWK
2026-03-29 06:19:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61a2a295-59be-57d8-8d82-4d1f5682f1b7 with identifier: PN14%20XWK to the API
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN14%20XWK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61a2a295-59be-57d8-8d82-4d1f5682f1b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN14 XWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN14%20XWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 102051,
 '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 2.0 JTDM-2 150 SPORTIVA Hatchback',
 'transmission': 'manual',
 'trim': 'JTDM-2 150 SPORTIVA',
 'vin': 'ZAR94000007321711',
 'year': 2014}
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN14%2520XWK%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Saving data for PN14%20XWK: {'auction_closing_time': 1774778400.0, 'created_time': 1774562940.977884, 'last_price_update_time': 1774765140.204036}
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN14%2520XWK') HTTP/1.1" 204 0
2026-03-29 06:19: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:19:00 [bca.uk] INFO: Found listing with ID: NX22%20YRE
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520YRE%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for NX22%20YRE: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: HT04%20EMV
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT04%2520EMV%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for HT04%20EMV: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: SF63%20KLO
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520KLO%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for SF63%20KLO: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: DL70%20DFN
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520DFN%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for DL70%20DFN: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: MD19%20MXJ
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520MXJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for MD19%20MXJ: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: WF18%20VYG
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF18%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for WF18%20VYG: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: DC17%20XSD
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC17%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for DC17%20XSD: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: VA21%20XJO
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for VA21%20XJO: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: LL71%20FHM
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FHM%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for LL71%20FHM: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: CA70%20WXZ
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA70%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for CA70%20WXZ: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: LF19%20UDK
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520UDK%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for LF19%20UDK: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: NG15%20EOO
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520EOO%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for NG15%20EOO: 2
2026-03-29 06:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23442671-87ab-579a-be04-69aed1b31811 with identifier: NG15%20EOO
2026-03-29 06:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23442671-87ab-579a-be04-69aed1b31811 with scrape type 2
2026-03-29 06:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23442671-87ab-579a-be04-69aed1b31811 with scrape type 2
2026-03-29 06:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23442671-87ab-579a-be04-69aed1b31811, identifier: NG15%20EOO
2026-03-29 06:19:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23442671-87ab-579a-be04-69aed1b31811 with identifier: NG15%20EOO
2026-03-29 06:19:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23442671-87ab-579a-be04-69aed1b31811 with identifier: NG15%20EOO
2026-03-29 06:19:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23442671-87ab-579a-be04-69aed1b31811 with identifier: NG15%20EOO to the API
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG15%20EOO-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '23442671-87ab-579a-be04-69aed1b31811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG15 EOO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG15%20EOO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '320D',
 'odometer': 115643,
 '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': 'WBA3D32000K557976',
 'year': 2015}
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520EOO%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Saving data for NG15%20EOO: {'auction_closing_time': 1774778400.0, 'created_time': 1774562860.898297, 'last_price_update_time': 1774765140.867592}
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG15%2520EOO') HTTP/1.1" 204 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: BV60%20HHM
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520HHM%27 HTTP/1.1" 200 None
2026-03-29 06:19:00 [bca.uk] INFO: Scrape type for BV60%20HHM: 0
2026-03-29 06:19:00 [bca.uk] INFO: Found listing with ID: DC66%20NTY
2026-03-29 06:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520NTY%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for DC66%20NTY: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: FV15%20VCK
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520VCK%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for FV15%20VCK: 2
2026-03-29 06:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87743607-6745-5da2-b5aa-83a369c13ff0 with identifier: FV15%20VCK
2026-03-29 06:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87743607-6745-5da2-b5aa-83a369c13ff0 with scrape type 2
2026-03-29 06:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87743607-6745-5da2-b5aa-83a369c13ff0 with scrape type 2
2026-03-29 06:19:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87743607-6745-5da2-b5aa-83a369c13ff0, identifier: FV15%20VCK
2026-03-29 06:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87743607-6745-5da2-b5aa-83a369c13ff0 with identifier: FV15%20VCK
2026-03-29 06:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87743607-6745-5da2-b5aa-83a369c13ff0 with identifier: FV15%20VCK
2026-03-29 06:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87743607-6745-5da2-b5aa-83a369c13ff0 with identifier: FV15%20VCK to the API
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV15%20VCK-GB',
 'category': 'Car',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '87743607-6745-5da2-b5aa-83a369c13ff0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV15 VCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV15%20VCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 61370,
 '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.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWZN32050T591610',
 'year': 2015}
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520VCK%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Saving data for FV15%20VCK: {'auction_closing_time': 1774778400.0, 'created_time': 1774562853.067879, 'last_price_update_time': 1774765141.379046}
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV15%2520VCK') HTTP/1.1" 204 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: WH19%20UDG
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UDG%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for WH19%20UDG: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: MD15%20UJX
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520UJX%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for MD15%20UJX: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: FP22%20KUF
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520KUF%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for FP22%20KUF: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: HW18%20FKF
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW18%2520FKF%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for HW18%20FKF: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: DA11%20DLN
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520DLN%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for DA11%20DLN: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: KU66%20YWT
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520YWT%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for KU66%20YWT: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: CV68%20UMS
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for CV68%20UMS: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: OV17%20LZD
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520LZD%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for OV17%20LZD: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: HK20%20OCF
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK20%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for HK20%20OCF: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: WX66%20UZD
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520UZD%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for WX66%20UZD: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: BL70%20UTV
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520UTV%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for BL70%20UTV: 0
2026-03-29 06:19:01 [bca.uk] INFO: Found listing with ID: AO16%20DUJ
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO16%2520DUJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Scrape type for AO16%20DUJ: 2
2026-03-29 06:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 914cbaf1-2087-5f78-aece-73ef44743061 with identifier: AO16%20DUJ
2026-03-29 06:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 914cbaf1-2087-5f78-aece-73ef44743061 with scrape type 2
2026-03-29 06:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 914cbaf1-2087-5f78-aece-73ef44743061 with scrape type 2
2026-03-29 06:19:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 914cbaf1-2087-5f78-aece-73ef44743061, identifier: AO16%20DUJ
2026-03-29 06:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 914cbaf1-2087-5f78-aece-73ef44743061 with identifier: AO16%20DUJ
2026-03-29 06:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 914cbaf1-2087-5f78-aece-73ef44743061 with identifier: AO16%20DUJ
2026-03-29 06:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 914cbaf1-2087-5f78-aece-73ef44743061 with identifier: AO16%20DUJ to the API
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO16%20DUJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '914cbaf1-2087-5f78-aece-73ef44743061',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO16 DUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO16%20DUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 104535,
 '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.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7200953',
 'year': 2016}
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO16%2520DUJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:01 [bca.uk] INFO: Saving data for AO16%20DUJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774562951.640472, 'last_price_update_time': 1774765141.937973}
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO16%2520DUJ') HTTP/1.1" 204 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: CA24%20VRW
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA24%2520VRW%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for CA24%20VRW: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: NJ70%20ZZO
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ70%2520ZZO%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for NJ70%20ZZO: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: BL63%20XPE
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520XPE%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for BL63%20XPE: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: HX22%20GKO
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for HX22%20GKO: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: FL18%20WSJ
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520WSJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for FL18%20WSJ: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: YX10%20HNG
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520HNG%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for YX10%20HNG: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: KV17%20XKT
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for KV17%20XKT: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: VN61%20NXL
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for VN61%20NXL: 2
2026-03-29 06:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9b7ab11-4207-555c-9602-78a68eb03bef with identifier: VN61%20NXL
2026-03-29 06:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9b7ab11-4207-555c-9602-78a68eb03bef with scrape type 2
2026-03-29 06:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9b7ab11-4207-555c-9602-78a68eb03bef with scrape type 2
2026-03-29 06:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9b7ab11-4207-555c-9602-78a68eb03bef, identifier: VN61%20NXL
2026-03-29 06:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9b7ab11-4207-555c-9602-78a68eb03bef with identifier: VN61%20NXL
2026-03-29 06:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9b7ab11-4207-555c-9602-78a68eb03bef with identifier: VN61%20NXL
2026-03-29 06:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9b7ab11-4207-555c-9602-78a68eb03bef with identifier: VN61%20NXL to the API
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN61%20NXL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9b7ab11-4207-555c-9602-78a68eb03bef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN61 NXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN61%20NXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 82010,
 '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 MICRA 1.2 DIG-S ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-S ACENTA',
 'vin': 'MDHFEUK13U0005667',
 'year': 2011}
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Saving data for VN61%20NXL: {'auction_closing_time': 1774778400.0, 'created_time': 1774352623.115379, 'last_price_update_time': 1774765142.565887}
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN61%2520NXL') HTTP/1.1" 204 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: MD64%20TMO
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD64%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for MD64%20TMO: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: EA17%20YTW
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for EA17%20YTW: 0
2026-03-29 06:19:02 [bca.uk] INFO: Found listing with ID: WG66%20FCJ
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520FCJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:02 [bca.uk] INFO: Scrape type for WG66%20FCJ: 2
2026-03-29 06:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43147aba-d857-53b3-aa53-0140740aed3e with identifier: WG66%20FCJ
2026-03-29 06:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43147aba-d857-53b3-aa53-0140740aed3e with scrape type 2
2026-03-29 06:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43147aba-d857-53b3-aa53-0140740aed3e with scrape type 2
2026-03-29 06:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43147aba-d857-53b3-aa53-0140740aed3e, identifier: WG66%20FCJ
2026-03-29 06:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43147aba-d857-53b3-aa53-0140740aed3e with identifier: WG66%20FCJ
2026-03-29 06:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43147aba-d857-53b3-aa53-0140740aed3e with identifier: WG66%20FCJ
2026-03-29 06:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43147aba-d857-53b3-aa53-0140740aed3e with identifier: WG66%20FCJ to the API
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG66%20FCJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43147aba-d857-53b3-aa53-0140740aed3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG66 FCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG66%20FCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 62086,
 '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 TITANIUM P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 100 TITANIUM P/S',
 'vin': 'WF0DXXGAKDGY82822',
 'year': 2016}
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520FCJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Saving data for WG66%20FCJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774562920.046862, 'last_price_update_time': 1774765143.000325}
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG66%2520FCJ') HTTP/1.1" 204 0
2026-03-29 06:19:03 [bca.uk] INFO: Found listing with ID: ND63%20FOJ
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520FOJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Scrape type for ND63%20FOJ: 2
2026-03-29 06:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e03e6fb1-b0b2-5582-b54e-b01e5f01b390 with identifier: ND63%20FOJ
2026-03-29 06:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e03e6fb1-b0b2-5582-b54e-b01e5f01b390 with scrape type 2
2026-03-29 06:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e03e6fb1-b0b2-5582-b54e-b01e5f01b390 with scrape type 2
2026-03-29 06:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e03e6fb1-b0b2-5582-b54e-b01e5f01b390, identifier: ND63%20FOJ
2026-03-29 06:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e03e6fb1-b0b2-5582-b54e-b01e5f01b390 with identifier: ND63%20FOJ
2026-03-29 06:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e03e6fb1-b0b2-5582-b54e-b01e5f01b390 with identifier: ND63%20FOJ
2026-03-29 06:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e03e6fb1-b0b2-5582-b54e-b01e5f01b390 with identifier: ND63%20FOJ to the API
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND63%20FOJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e03e6fb1-b0b2-5582-b54e-b01e5f01b390',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND63 FOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND63%20FOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 110140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 105 ELEGANCE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 105 ELEGANCE DSG',
 'vin': 'TMBBG7NE4E0098250',
 'year': 2013}
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520FOJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Saving data for ND63%20FOJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774562923.605744, 'last_price_update_time': 1774765143.491877}
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND63%2520FOJ') HTTP/1.1" 204 0
2026-03-29 06:19:03 [bca.uk] INFO: Found listing with ID: AU09%20ZDF
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU09%2520ZDF%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Scrape type for AU09%20ZDF: 0
2026-03-29 06:19:03 [bca.uk] INFO: Found listing with ID: LB14%20SVU
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB14%2520SVU%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Scrape type for LB14%20SVU: 2
2026-03-29 06:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53db7d6b-2a9b-523c-a70b-9152005d5540 with identifier: LB14%20SVU
2026-03-29 06:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53db7d6b-2a9b-523c-a70b-9152005d5540 with scrape type 2
2026-03-29 06:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53db7d6b-2a9b-523c-a70b-9152005d5540 with scrape type 2
2026-03-29 06:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53db7d6b-2a9b-523c-a70b-9152005d5540, identifier: LB14%20SVU
2026-03-29 06:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53db7d6b-2a9b-523c-a70b-9152005d5540 with identifier: LB14%20SVU
2026-03-29 06:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53db7d6b-2a9b-523c-a70b-9152005d5540 with identifier: LB14%20SVU
2026-03-29 06:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53db7d6b-2a9b-523c-a70b-9152005d5540 with identifier: LB14%20SVU to the API
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB14%20SVU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53db7d6b-2a9b-523c-a70b-9152005d5540',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB14 SVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB14%20SVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 56624,
 '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 UP! 1.0 60 MOVE UP ASG Hatchback',
 'transmission': 'automatic',
 'trim': '60 MOVE UP ASG',
 'vin': 'WVWZZZAAZFD017248',
 'year': 2014}
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB14%2520SVU%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Saving data for LB14%20SVU: {'auction_closing_time': 1774778400.0, 'created_time': 1774562926.965251, 'last_price_update_time': 1774765143.922826}
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB14%2520SVU') HTTP/1.1" 204 0
2026-03-29 06:19:03 [bca.uk] INFO: Found listing with ID: GJ65%20YOD
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520YOD%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Scrape type for GJ65%20YOD: 0
2026-03-29 06:19:03 [bca.uk] INFO: Found listing with ID: GU14%20UUR
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 06:19:03 [bca.uk] INFO: Scrape type for GU14%20UUR: 2
2026-03-29 06:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c56d6c35-1a7d-5f0c-8945-d0ebffa699eb with identifier: GU14%20UUR
2026-03-29 06:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c56d6c35-1a7d-5f0c-8945-d0ebffa699eb with scrape type 2
2026-03-29 06:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c56d6c35-1a7d-5f0c-8945-d0ebffa699eb with scrape type 2
2026-03-29 06:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c56d6c35-1a7d-5f0c-8945-d0ebffa699eb, identifier: GU14%20UUR
2026-03-29 06:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c56d6c35-1a7d-5f0c-8945-d0ebffa699eb with identifier: GU14%20UUR
2026-03-29 06:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c56d6c35-1a7d-5f0c-8945-d0ebffa699eb with identifier: GU14%20UUR
2026-03-29 06:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c56d6c35-1a7d-5f0c-8945-d0ebffa699eb with identifier: GU14%20UUR to the API
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU14%20UUR-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c56d6c35-1a7d-5f0c-8945-d0ebffa699eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU14 UUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU14%20UUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 72756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 TEKNA',
 'vin': 'SJNFDAJ11U1017059',
 'year': 2014}
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 06:19:04 [bca.uk] INFO: Saving data for GU14%20UUR: {'auction_closing_time': 1774778400.0, 'created_time': 1774563143.325867, 'last_price_update_time': 1774765144.331744}
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU14%2520UUR') HTTP/1.1" 204 0
2026-03-29 06:19:04 [bca.uk] INFO: Found listing with ID: ME19%20EHK
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 06:19:04 [bca.uk] INFO: Scrape type for ME19%20EHK: 0
2026-03-29 06:19:04 [bca.uk] INFO: Found listing with ID: DE15%20OXC
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520OXC%27 HTTP/1.1" 200 None
2026-03-29 06:19:04 [bca.uk] INFO: Scrape type for DE15%20OXC: 2
2026-03-29 06:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933fdc33-3be0-5fdb-b626-d6296f11ba0d with identifier: DE15%20OXC
2026-03-29 06:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933fdc33-3be0-5fdb-b626-d6296f11ba0d with scrape type 2
2026-03-29 06:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 933fdc33-3be0-5fdb-b626-d6296f11ba0d with scrape type 2
2026-03-29 06:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 933fdc33-3be0-5fdb-b626-d6296f11ba0d, identifier: DE15%20OXC
2026-03-29 06:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 933fdc33-3be0-5fdb-b626-d6296f11ba0d with identifier: DE15%20OXC
2026-03-29 06:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 933fdc33-3be0-5fdb-b626-d6296f11ba0d with identifier: DE15%20OXC
2026-03-29 06:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 933fdc33-3be0-5fdb-b626-d6296f11ba0d with identifier: DE15%20OXC to the API
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE15%20OXC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '933fdc33-3be0-5fdb-b626-d6296f11ba0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE15 OXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE15%20OXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'RENAULT',
 'model': 'TWINGO',
 'odometer': 95549,
 '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 TWINGO 1.0 SCE 70 PLAY Hatchback',
 'transmission': 'manual',
 'trim': 'SCE 70 PLAY',
 'vin': 'VF1AHB00552570174',
 'year': 2015}
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520OXC%27 HTTP/1.1" 200 None
2026-03-29 06:19:04 [bca.uk] INFO: Saving data for DE15%20OXC: {'auction_closing_time': 1774778400.0, 'created_time': 1774562885.119834, 'last_price_update_time': 1774765144.744}
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE15%2520OXC') HTTP/1.1" 204 0
2026-03-29 06:19:04 [bca.uk] INFO: Found listing with ID: NL15%20OMT
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 06:19:04 [bca.uk] INFO: Scrape type for NL15%20OMT: 0
2026-03-29 06:19:04 [bca.uk] INFO: Found listing with ID: BX06%20EYS
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX06%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 06:19:04 [bca.uk] INFO: Scrape type for BX06%20EYS: 2
2026-03-29 06:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb with identifier: BX06%20EYS
2026-03-29 06:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb with scrape type 2
2026-03-29 06:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb with scrape type 2
2026-03-29 06:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb, identifier: BX06%20EYS
2026-03-29 06:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb with identifier: BX06%20EYS
2026-03-29 06:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb with identifier: BX06%20EYS
2026-03-29 06:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb with identifier: BX06%20EYS to the API
2026-03-29 06:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX06%20EYS-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': '4cc7d6b3-8b29-506c-8b1e-fe1a0b605fbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX06 EYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX06%20EYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'TOYOTA',
 'model': 'PRIUS',
 'odometer': 149278,
 '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 PRIUS 1.5 VVTI T-SPIRIT HYBRID Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI T-SPIRIT HYBRID',
 'vin': 'JTDKB20U703168850',
 'year': 2006}
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX06%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Saving data for BX06%20EYS: {'auction_closing_time': 1774778400.0, 'created_time': 1774562929.233567, 'last_price_update_time': 1774765145.158044}
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX06%2520EYS') HTTP/1.1" 204 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: YY15%20EWR
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for YY15%20EWR: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: HK73%20GXE
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520GXE%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for HK73%20GXE: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: DU20%20SFJ
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520SFJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for DU20%20SFJ: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: DS63%20ZFJ
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS63%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for DS63%20ZFJ: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: CF69%20RKX
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for CF69%20RKX: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: FP64%20JRV
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520JRV%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for FP64%20JRV: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: EK64%20YCP
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK64%2520YCP%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for EK64%20YCP: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: FL21%20RVA
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for FL21%20RVA: 2
2026-03-29 06:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA
2026-03-29 06:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e6dd477-9a68-5fa5-843e-162d89c6a36e with scrape type 2
2026-03-29 06:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e6dd477-9a68-5fa5-843e-162d89c6a36e with scrape type 2
2026-03-29 06:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e6dd477-9a68-5fa5-843e-162d89c6a36e, identifier: FL21%20RVA
2026-03-29 06:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA
2026-03-29 06:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA
2026-03-29 06:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA to the API
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL21%20RVA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6e6dd477-9a68-5fa5-843e-162d89c6a36e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL21 RVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL21%20RVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 55442,
 '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 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE',
 'vin': 'VXKUPHNEKM4061023',
 'year': 2021}
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520RVA%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Saving data for FL21%20RVA: {'auction_closing_time': 1774951200.0, 'created_time': 1774564462.327443, 'last_price_update_time': 1774765145.653283}
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL21%2520RVA') HTTP/1.1" 204 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: DG19%20ALO
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520ALO%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for DG19%20ALO: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: PK17%20DWG
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for PK17%20DWG: 0
2026-03-29 06:19:05 [bca.uk] INFO: Found listing with ID: DC18%20ZFK
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ZFK%27 HTTP/1.1" 200 None
2026-03-29 06:19:05 [bca.uk] INFO: Scrape type for DC18%20ZFK: 2
2026-03-29 06:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK
2026-03-29 06:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e3ce50-7c49-5c88-a437-cac1a068748c with scrape type 2
2026-03-29 06:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e3ce50-7c49-5c88-a437-cac1a068748c with scrape type 2
2026-03-29 06:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e3ce50-7c49-5c88-a437-cac1a068748c, identifier: DC18%20ZFK
2026-03-29 06:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK
2026-03-29 06:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK
2026-03-29 06:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK to the API
2026-03-29 06:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC18%20ZFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8e3ce50-7c49-5c88-a437-cac1a068748c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC18 ZFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC18%20ZFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 70626,
 'odometer_reading_unit': '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 Q3 2.0 TDI 150 S LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 S LINE ED.',
 'vin': 'WAUZZZ8U3JR082633',
 'year': 2018}
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ZFK%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Saving data for DC18%20ZFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774564657.871485, 'last_price_update_time': 1774765146.165521}
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC18%2520ZFK') HTTP/1.1" 204 0
2026-03-29 06:19:06 [bca.uk] INFO: Found listing with ID: YP24%20XMV
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XMV%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Scrape type for YP24%20XMV: 0
2026-03-29 06:19:06 [bca.uk] INFO: Found listing with ID: YP24%20TVC
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVC%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Scrape type for YP24%20TVC: 0
2026-03-29 06:19:06 [bca.uk] INFO: Found listing with ID: E6%20STJ
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E6%2520STJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Scrape type for E6%20STJ: 2
2026-03-29 06:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69e16782-41ea-5949-aa33-5173f0893438 with identifier: E6%20STJ
2026-03-29 06:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69e16782-41ea-5949-aa33-5173f0893438 with scrape type 2
2026-03-29 06:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69e16782-41ea-5949-aa33-5173f0893438 with scrape type 2
2026-03-29 06:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69e16782-41ea-5949-aa33-5173f0893438, identifier: E6%20STJ
2026-03-29 06:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69e16782-41ea-5949-aa33-5173f0893438 with identifier: E6%20STJ
2026-03-29 06:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69e16782-41ea-5949-aa33-5173f0893438 with identifier: E6%20STJ
2026-03-29 06:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69e16782-41ea-5949-aa33-5173f0893438 with identifier: E6%20STJ to the API
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=E6%20STJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69e16782-41ea-5949-aa33-5173f0893438',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'E6 STJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=E6%20STJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 98582,
 '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 Q5 2.0 TDI 170 QUATTRO SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 170 QUATTRO SE S-T',
 'vin': 'WAUZZZ8R6AA092938',
 'year': 2010}
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E6%2520STJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Saving data for E6%20STJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563139.729842, 'last_price_update_time': 1774765146.578377}
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='E6%2520STJ') HTTP/1.1" 204 0
2026-03-29 06:19:06 [bca.uk] INFO: Found listing with ID: HN74%20OOV
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Scrape type for HN74%20OOV: 0
2026-03-29 06:19:06 [bca.uk] INFO: Found listing with ID: BJ57%20AXO
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ57%2520AXO%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Scrape type for BJ57%20AXO: 2
2026-03-29 06:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6844f6f-c337-577c-ac41-fdf6eb79aad1 with identifier: BJ57%20AXO
2026-03-29 06:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6844f6f-c337-577c-ac41-fdf6eb79aad1 with scrape type 2
2026-03-29 06:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6844f6f-c337-577c-ac41-fdf6eb79aad1 with scrape type 2
2026-03-29 06:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6844f6f-c337-577c-ac41-fdf6eb79aad1, identifier: BJ57%20AXO
2026-03-29 06:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6844f6f-c337-577c-ac41-fdf6eb79aad1 with identifier: BJ57%20AXO
2026-03-29 06:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6844f6f-c337-577c-ac41-fdf6eb79aad1 with identifier: BJ57%20AXO
2026-03-29 06:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6844f6f-c337-577c-ac41-fdf6eb79aad1 with identifier: BJ57%20AXO to the API
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ57%20AXO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6844f6f-c337-577c-ac41-fdf6eb79aad1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ57 AXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ57%20AXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 84442,
 '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 CLIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE CLIMATE',
 'vin': 'WF0HXXWPJH7J77302',
 'year': 2007}
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ57%2520AXO%27 HTTP/1.1" 200 None
2026-03-29 06:19:06 [bca.uk] INFO: Saving data for BJ57%20AXO: {'auction_closing_time': 1774778400.0, 'created_time': 1774563078.416276, 'last_price_update_time': 1774765146.982672}
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ57%2520AXO') HTTP/1.1" 204 0
2026-03-29 06:19:06 [bca.uk] INFO: Found listing with ID: KX15%20XDG
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Scrape type for KX15%20XDG: 2
2026-03-29 06:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 913916a4-dbb9-5a73-8105-6a4c032d94bc with identifier: KX15%20XDG
2026-03-29 06:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 913916a4-dbb9-5a73-8105-6a4c032d94bc with scrape type 2
2026-03-29 06:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 913916a4-dbb9-5a73-8105-6a4c032d94bc with scrape type 2
2026-03-29 06:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 913916a4-dbb9-5a73-8105-6a4c032d94bc, identifier: KX15%20XDG
2026-03-29 06:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 913916a4-dbb9-5a73-8105-6a4c032d94bc with identifier: KX15%20XDG
2026-03-29 06:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 913916a4-dbb9-5a73-8105-6a4c032d94bc with identifier: KX15%20XDG
2026-03-29 06:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 913916a4-dbb9-5a73-8105-6a4c032d94bc with identifier: KX15%20XDG to the API
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX15%20XDG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '913916a4-dbb9-5a73-8105-6a4c032d94bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX15 XDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX15%20XDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 153402,
 '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': 'SEAT LEON ST 1.6 TDI 105 SE Estate',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'VSSZZZ5FZFR101970',
 'year': 2015}
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Saving data for KX15%20XDG: {'auction_closing_time': 1774778400.0, 'created_time': 1774563094.278803, 'last_price_update_time': 1774765147.387413}
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX15%2520XDG') HTTP/1.1" 204 0
2026-03-29 06:19:07 [bca.uk] INFO: Found listing with ID: LL16%20ONE
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520ONE%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Scrape type for LL16%20ONE: 0
2026-03-29 06:19:07 [bca.uk] INFO: Found listing with ID: GC65%20RHO
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520RHO%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Scrape type for GC65%20RHO: 0
2026-03-29 06:19:07 [bca.uk] INFO: Found listing with ID: MM74%20YRN
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YRN%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Scrape type for MM74%20YRN: 0
2026-03-29 06:19:07 [bca.uk] INFO: Found listing with ID: EF13%20UOK
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520UOK%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Scrape type for EF13%20UOK: 2
2026-03-29 06:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70a4ea89-2c68-5b43-8dbd-47de0e4df31f with identifier: EF13%20UOK
2026-03-29 06:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70a4ea89-2c68-5b43-8dbd-47de0e4df31f with scrape type 2
2026-03-29 06:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70a4ea89-2c68-5b43-8dbd-47de0e4df31f with scrape type 2
2026-03-29 06:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70a4ea89-2c68-5b43-8dbd-47de0e4df31f, identifier: EF13%20UOK
2026-03-29 06:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70a4ea89-2c68-5b43-8dbd-47de0e4df31f with identifier: EF13%20UOK
2026-03-29 06:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70a4ea89-2c68-5b43-8dbd-47de0e4df31f with identifier: EF13%20UOK
2026-03-29 06:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70a4ea89-2c68-5b43-8dbd-47de0e4df31f with identifier: EF13%20UOK to the API
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF13%20UOK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70a4ea89-2c68-5b43-8dbd-47de0e4df31f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF13 UOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF13%20UOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 154472,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.6 TDCI 115 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X',
 'vin': 'WF0JXXWPBJDR83962',
 'year': 2013}
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520UOK%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Saving data for EF13%20UOK: {'auction_closing_time': 1774778400.0, 'created_time': 1774563095.315484, 'last_price_update_time': 1774765147.81308}
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF13%2520UOK') HTTP/1.1" 204 0
2026-03-29 06:19:07 [bca.uk] INFO: Found listing with ID: AF14%20OUN
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520OUN%27 HTTP/1.1" 200 None
2026-03-29 06:19:07 [bca.uk] INFO: Scrape type for AF14%20OUN: 2
2026-03-29 06:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3440f57-f72f-5520-b123-1a5089724f43 with identifier: AF14%20OUN
2026-03-29 06:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3440f57-f72f-5520-b123-1a5089724f43 with scrape type 2
2026-03-29 06:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3440f57-f72f-5520-b123-1a5089724f43 with scrape type 2
2026-03-29 06:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3440f57-f72f-5520-b123-1a5089724f43, identifier: AF14%20OUN
2026-03-29 06:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3440f57-f72f-5520-b123-1a5089724f43 with identifier: AF14%20OUN
2026-03-29 06:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3440f57-f72f-5520-b123-1a5089724f43 with identifier: AF14%20OUN
2026-03-29 06:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3440f57-f72f-5520-b123-1a5089724f43 with identifier: AF14%20OUN to the API
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF14%20OUN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e3440f57-f72f-5520-b123-1a5089724f43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF14 OUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF14%20OUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 78251,
 '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 RAPID SPACEBACK 1.2 TSI 85 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 85 SE',
 'vin': 'TMBFM6NH8E4528398',
 'year': 2014}
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520OUN%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Saving data for AF14%20OUN: {'auction_closing_time': 1774778400.0, 'created_time': 1774563100.524168, 'last_price_update_time': 1774765148.299813}
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF14%2520OUN') HTTP/1.1" 204 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: MM74%20YOJ
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for MM74%20YOJ: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: LG14%20KBG
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520KBG%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for LG14%20KBG: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: BD68%20FXZ
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520FXZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for BD68%20FXZ: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: LG18%20LYT
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520LYT%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for LG18%20LYT: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: RE18%20HPL
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for RE18%20HPL: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: RE66%20ZXR
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520ZXR%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for RE66%20ZXR: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: LN14%20AZJ
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for LN14%20AZJ: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: MF63%20OGB
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520OGB%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for MF63%20OGB: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: YY14%20JWG
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY14%2520JWG%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for YY14%20JWG: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: MM74%20YOL
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOL%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for MM74%20YOL: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: HV74%20FYM
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520FYM%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for HV74%20FYM: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: NJ16%20OZV
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520OZV%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for NJ16%20OZV: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: HV09%20EEY
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520EEY%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for HV09%20EEY: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: MK10%20YRG
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520YRG%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for MK10%20YRG: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: YP74%20VUX
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VUX%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for YP74%20VUX: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: YH18%20ZEU
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520ZEU%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for YH18%20ZEU: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: GD17%20CKF
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520CKF%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for GD17%20CKF: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: RX74%20EFT
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520EFT%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for RX74%20EFT: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: EG18%20BHD
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG18%2520BHD%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for EG18%20BHD: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: RX74%20CEO
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for RX74%20CEO: 0
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: AK14%20EHJ
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK14%2520EHJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:08 [bca.uk] INFO: Scrape type for AK14%20EHJ: 0
2026-03-29 06:19:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:19:08 [bca.uk] INFO: Total items found: 100
2026-03-29 06:19:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded
2026-03-29 06:19:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:19:08 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:08 [bca.uk] INFO: Found listing with ID: BK74%20APV
2026-03-29 06:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520APV%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for BK74%20APV: 0
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: SG66%20AYS
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520AYS%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for SG66%20AYS: 0
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: CN15%20OVR
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN15%2520OVR%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for CN15%20OVR: 0
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: DL74%20VCU
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VCU%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for DL74%20VCU: 0
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: KV14%20NEN
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520NEN%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for KV14%20NEN: 0
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: FN17%20EEP
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520EEP%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for FN17%20EEP: 2
2026-03-29 06:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP
2026-03-29 06:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0123b85b-9d95-5e14-b590-13829e1970e8 with scrape type 2
2026-03-29 06:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0123b85b-9d95-5e14-b590-13829e1970e8 with scrape type 2
2026-03-29 06:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0123b85b-9d95-5e14-b590-13829e1970e8, identifier: FN17%20EEP
2026-03-29 06:19:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP
2026-03-29 06:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP
2026-03-29 06:19:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP to the API
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN17%20EEP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0123b85b-9d95-5e14-b590-13829e1970e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN17 EEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20EEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 138717,
 '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': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2EK6HA136631',
 'year': 2017}
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520EEP%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Saving data for FN17%20EEP: {'auction_closing_time': 1774864800.0, 'created_time': 1773958192.702994, 'last_price_update_time': 1774765149.465636}
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520EEP') HTTP/1.1" 204 0
2026-03-29 06:19:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: LJ16%20SLU
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for LJ16%20SLU: 2
2026-03-29 06:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU
2026-03-29 06:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with scrape type 2
2026-03-29 06:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with scrape type 2
2026-03-29 06:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6, identifier: LJ16%20SLU
2026-03-29 06:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU
2026-03-29 06:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU
2026-03-29 06:19:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU to the API
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ16%20SLU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12891e83-0622-5aae-ac4e-9c33c6d2f1f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ16 SLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ16%20SLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 107616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KE8GA592837',
 'year': 2016}
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520SLU%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Saving data for LJ16%20SLU: {'auction_closing_time': 1774864800.0, 'created_time': 1773835138.81049, 'last_price_update_time': 1774765149.930243}
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ16%2520SLU') HTTP/1.1" 204 0
2026-03-29 06:19:09 [bca.uk] INFO: Found listing with ID: OU19%20XBC
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 06:19:09 [bca.uk] INFO: Scrape type for OU19%20XBC: 2
2026-03-29 06:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC
2026-03-29 06:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8322ca8-3db9-5153-8db7-fed0d0faf79a with scrape type 2
2026-03-29 06:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8322ca8-3db9-5153-8db7-fed0d0faf79a with scrape type 2
2026-03-29 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8322ca8-3db9-5153-8db7-fed0d0faf79a, identifier: OU19%20XBC
2026-03-29 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC
2026-03-29 06:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC
2026-03-29 06:19:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC to the API
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU19%20XBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8322ca8-3db9-5153-8db7-fed0d0faf79a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU19 XBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU19%20XBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 118369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P250 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 R-DYNAMIC SE',
 'vin': 'SALYA2AX2KA210869',
 'year': 2019}
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 06:19:10 [bca.uk] INFO: Saving data for OU19%20XBC: {'auction_closing_time': 1774864800.0, 'created_time': 1773987281.807282, 'last_price_update_time': 1774765150.347842}
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU19%2520XBC') HTTP/1.1" 204 0
2026-03-29 06:19:10 [bca.uk] INFO: Found listing with ID: RJ16%20TMX
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520TMX%27 HTTP/1.1" 200 None
2026-03-29 06:19:10 [bca.uk] INFO: Scrape type for RJ16%20TMX: 2
2026-03-29 06:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX
2026-03-29 06:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2298c963-e5d3-554e-9fd3-8270232881c7 with scrape type 2
2026-03-29 06:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2298c963-e5d3-554e-9fd3-8270232881c7 with scrape type 2
2026-03-29 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2298c963-e5d3-554e-9fd3-8270232881c7, identifier: RJ16%20TMX
2026-03-29 06:19:10 [scrapy.extensions.logstats] INFO: Crawled 106 pages (at 8 pages/min), scraped 1984 items (at 95 items/min)
2026-03-29 06:19:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pink HTTP/1.1" 200 None
2026-03-29 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX
2026-03-29 06:19:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX to the API
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ16%20TMX-GB',
 'category': 'Car',
 'color': 'pink',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2298c963-e5d3-554e-9fd3-8270232881c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ16 TMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ16%20TMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 42090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT 500C 0.9 TWINAIR 85 LOUNGE Convertible',
 'transmission': 'manual',
 'trim': 'TWINAIR 85 LOUNGE',
 'vin': 'ZFA3120000J459206',
 'year': 2016}
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520TMX%27 HTTP/1.1" 200 None
2026-03-29 06:19:10 [bca.uk] INFO: Saving data for RJ16%20TMX: {'auction_closing_time': 1774864800.0, 'created_time': 1773832288.355362, 'last_price_update_time': 1774765150.858387}
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ16%2520TMX') HTTP/1.1" 204 0
2026-03-29 06:19:10 [bca.uk] INFO: Found listing with ID: RV15%20KDZ
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV15%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:10 [bca.uk] INFO: Scrape type for RV15%20KDZ: 2
2026-03-29 06:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ
2026-03-29 06:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb9210dd-5446-516a-b21b-c06c6a8d5e6e with scrape type 2
2026-03-29 06:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb9210dd-5446-516a-b21b-c06c6a8d5e6e with scrape type 2
2026-03-29 06:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb9210dd-5446-516a-b21b-c06c6a8d5e6e, identifier: RV15%20KDZ
2026-03-29 06:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ
2026-03-29 06:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ
2026-03-29 06:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ to the API
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV15%20KDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb9210dd-5446-516a-b21b-c06c6a8d5e6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV15 KDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV15%20KDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MASERATI',
 'model': 'QUATTROPORTE',
 'odometer': 28274,
 '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': 'MASERATI QUATTROPORTE 3.0 V6D Saloon',
 'transmission': 'manual',
 'trim': 'V6D',
 'vin': 'ZAMTP56C001148489',
 'year': 2015}
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV15%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:11 [bca.uk] INFO: Saving data for RV15%20KDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773826772.194802, 'last_price_update_time': 1774765151.331583}
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV15%2520KDZ') HTTP/1.1" 204 0
2026-03-29 06:19:11 [bca.uk] INFO: Found listing with ID: SF19%20WCN
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 06:19:11 [bca.uk] INFO: Scrape type for SF19%20WCN: 2
2026-03-29 06:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN
2026-03-29 06:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with scrape type 2
2026-03-29 06:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with scrape type 2
2026-03-29 06:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd, identifier: SF19%20WCN
2026-03-29 06:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN
2026-03-29 06:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN
2026-03-29 06:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN to the API
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF19%20WCN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF19 WCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF19%20WCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 61214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 300 R 4M DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 300 R 4M DSG',
 'vin': 'WVWZZZAUZKW056222',
 'year': 2019}
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 06:19:11 [bca.uk] INFO: Saving data for SF19%20WCN: {'auction_closing_time': 1774864800.0, 'created_time': 1773834704.678716, 'last_price_update_time': 1774765151.718565}
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF19%2520WCN') HTTP/1.1" 204 0
2026-03-29 06:19:11 [bca.uk] INFO: Found listing with ID: SH66%20XBF
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 06:19:11 [bca.uk] INFO: Scrape type for SH66%20XBF: 2
2026-03-29 06:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF
2026-03-29 06:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64d937ef-61e5-5336-8b57-e651e3c4c913 with scrape type 2
2026-03-29 06:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64d937ef-61e5-5336-8b57-e651e3c4c913 with scrape type 2
2026-03-29 06:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64d937ef-61e5-5336-8b57-e651e3c4c913, identifier: SH66%20XBF
2026-03-29 06:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF
2026-03-29 06:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF
2026-03-29 06:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF to the API
2026-03-29 06:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH66%20XBF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64d937ef-61e5-5336-8b57-e651e3c4c913',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH66 XBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH66%20XBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '730D',
 'odometer': 111770,
 '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 730D 3.0 XDRIVE M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT',
 'vin': 'WBA7C42030G758462',
 'year': 2016}
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520XBF%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Saving data for SH66%20XBF: {'auction_closing_time': 1774864800.0, 'created_time': 1773826774.568606, 'last_price_update_time': 1774765152.124099}
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH66%2520XBF') HTTP/1.1" 204 0
2026-03-29 06:19:12 [bca.uk] INFO: Found listing with ID: SJ18%20WBU
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ18%2520WBU%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Scrape type for SJ18%20WBU: 0
2026-03-29 06:19:12 [bca.uk] INFO: Found listing with ID: WG19%20EJF
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520EJF%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Scrape type for WG19%20EJF: 2
2026-03-29 06:19:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF
2026-03-29 06:19:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c3ebfd-142e-5c00-87bd-8cce27c60975 with scrape type 2
2026-03-29 06:19:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82c3ebfd-142e-5c00-87bd-8cce27c60975 with scrape type 2
2026-03-29 06:19:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82c3ebfd-142e-5c00-87bd-8cce27c60975, identifier: WG19%20EJF
2026-03-29 06:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF
2026-03-29 06:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF
2026-03-29 06:19:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF to the API
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG19%20EJF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82c3ebfd-142e-5c00-87bd-8cce27c60975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG19 EJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG19%20EJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 112394,
 'odometer_reading_unit': '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 (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 HSE (7ST)',
 'vin': 'SALWA2AK2KA857672',
 'year': 2019}
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520EJF%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Saving data for WG19%20EJF: {'auction_closing_time': 1774864800.0, 'created_time': 1773826742.320005, 'last_price_update_time': 1774765152.549096}
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG19%2520EJF') HTTP/1.1" 204 0
2026-03-29 06:19:12 [bca.uk] INFO: Found listing with ID: WH19%20HPZ
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Scrape type for WH19%20HPZ: 2
2026-03-29 06:19:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ
2026-03-29 06:19:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a59b3db-b57a-50d3-92a1-7f835666de51 with scrape type 2
2026-03-29 06:19:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a59b3db-b57a-50d3-92a1-7f835666de51 with scrape type 2
2026-03-29 06:19:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a59b3db-b57a-50d3-92a1-7f835666de51, identifier: WH19%20HPZ
2026-03-29 06:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ
2026-03-29 06:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ
2026-03-29 06:19:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ to the API
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH19%20HPZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a59b3db-b57a-50d3-92a1-7f835666de51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH19 HPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH19%20HPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 71360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE',
 'vin': 'SALYA2AN7LA238134',
 'year': 2019}
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Saving data for WH19%20HPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958167.750891, 'last_price_update_time': 1774765152.93977}
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520HPZ') HTTP/1.1" 204 0
2026-03-29 06:19:12 [bca.uk] INFO: Found listing with ID: WT19%20UJM
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520UJM%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Scrape type for WT19%20UJM: 0
2026-03-29 06:19:12 [bca.uk] INFO: Found listing with ID: YA21%20GZM
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520GZM%27 HTTP/1.1" 200 None
2026-03-29 06:19:12 [bca.uk] INFO: Scrape type for YA21%20GZM: 0
2026-03-29 06:19:12 [bca.uk] INFO: Found listing with ID: YB10%20MYN
2026-03-29 06:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520MYN%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for YB10%20MYN: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: YJ15%20GSP
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520GSP%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for YJ15%20GSP: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: YR14%20MVX
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520MVX%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for YR14%20MVX: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HV12%20ANR
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520ANR%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HV12%20ANR: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HV22%20XSR
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520XSR%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HV22%20XSR: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HV60%20WCK
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV60%2520WCK%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HV60%20WCK: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HV67%20PYU
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520PYU%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HV67%20PYU: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HY15%20YZC
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520YZC%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HY15%20YZC: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HY22%20LWZ
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520LWZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HY22%20LWZ: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HY64%20VCV
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY64%2520VCV%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HY64%20VCV: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: KM12%20VCX
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM12%2520VCX%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for KM12%20VCX: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: KR08%20UYS
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR08%2520UYS%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for KR08%20UYS: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: LB20%20LHK
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for LB20%20LHK: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: LF14%20NFP
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520NFP%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for LF14%20NFP: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: LF68%20UNM
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UNM%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for LF68%20UNM: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: LL66%20OAM
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520OAM%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for LL66%20OAM: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: LP66%20WNX
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520WNX%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for LP66%20WNX: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: LP72%20TEV
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520TEV%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for LP72%20TEV: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: ND61%20NTN
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520NTN%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for ND61%20NTN: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: OU17%20WPF
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for OU17%20WPF: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: OV67%20FVO
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520FVO%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for OV67%20FVO: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RE16%20KYH
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RE16%20KYH: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RE67%20WVT
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520WVT%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RE67%20WVT: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RJ14%20XAL
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520XAL%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RJ14%20XAL: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RJ18%20WPP
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520WPP%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RJ18%20WPP: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RK64%20JXN
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RK64%20JXN: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RV66%20FOK
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520FOK%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RV66%20FOK: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: RY66%20OYC
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for RY66%20OYC: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: SC66%20HZA
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for SC66%20HZA: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: VA12%20KAK
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA12%2520KAK%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for VA12%20KAK: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: VK19%20YHY
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520YHY%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for VK19%20YHY: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: WF65%20YUA
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520YUA%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for WF65%20YUA: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: WG18%20XYN
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XYN%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for WG18%20XYN: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: WJ18%20JFK
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520JFK%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for WJ18%20JFK: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: WJ69%20EFS
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520EFS%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for WJ69%20EFS: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: WP11%20FNY
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520FNY%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for WP11%20FNY: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: WT19%20MWC
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for WT19%20MWC: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: BG65%20LKA
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520LKA%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for BG65%20LKA: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: BG66%20AOL
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for BG66%20AOL: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: BJ68%20MKO
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520MKO%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for BJ68%20MKO: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: BT65%20RKY
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT65%2520RKY%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for BT65%20RKY: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: DK12%20ZWB
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZWB%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for DK12%20ZWB: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: DS14%20ATY
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS14%2520ATY%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for DS14%20ATY: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: DX16%20BHE
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520BHE%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for DX16%20BHE: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: EA66%20NHF
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for EA66%20NHF: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: EO69%20CAU
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520CAU%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for EO69%20CAU: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: FE12%20GVZ
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520GVZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for FE12%20GVZ: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: GC19%20HMG
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for GC19%20HMG: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: GF72%20YGV
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520YGV%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for GF72%20YGV: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: GN06%20ZJU
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN06%2520ZJU%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for GN06%20ZJU: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: GN66%20OBA
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520OBA%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for GN66%20OBA: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HD18%20LRO
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD18%2520LRO%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HD18%20LRO: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HG19%20YXO
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HG19%20YXO: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HJ14%20VGO
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520VGO%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HJ14%20VGO: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HJ20%20KNC
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520KNC%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HJ20%20KNC: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HJ69%20KFN
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520KFN%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HJ69%20KFN: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HJ69%20XER
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520XER%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HJ69%20XER: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HK22%20OZL
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520OZL%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HK22%20OZL: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HN16%20KFZ
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520KFZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:13 [bca.uk] INFO: Scrape type for HN16%20KFZ: 0
2026-03-29 06:19:13 [bca.uk] INFO: Found listing with ID: HN17%20YVO
2026-03-29 06:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520YVO%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HN17%20YVO: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: HN62%20LDK
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520LDK%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HN62%20LDK: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: HN65%20YJM
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HN65%20YJM: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: HN67%20HZX
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HN67%20HZX: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: HN70%20EYF
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520EYF%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HN70%20EYF: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: HS18%20GVN
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS18%2520GVN%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HS18%20GVN: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: HS19%20KYT
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520KYT%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for HS19%20KYT: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: AP66%20PJX
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP66%2520PJX%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for AP66%20PJX: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: BF66%20CWO
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF66%2520CWO%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for BF66%20CWO: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: BN25%20RGY
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RGY%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for BN25%20RGY: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: YP15%20FWC
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520FWC%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for YP15%20FWC: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: LF13%20ZRD
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520ZRD%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for LF13%20ZRD: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: WM19%20MJE
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520MJE%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for WM19%20MJE: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: PY20%20EZG
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520EZG%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for PY20%20EZG: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: NJ59%20ZRN
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ59%2520ZRN%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for NJ59%20ZRN: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: GF68%20XCK
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520XCK%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for GF68%20XCK: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: MA63%20FDF
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA63%2520FDF%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for MA63%20FDF: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: KR65%20XYZ
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520XYZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for KR65%20XYZ: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: DT66%20NJY
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT66%2520NJY%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for DT66%20NJY: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: EJ60%20VMA
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ60%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for EJ60%20VMA: 2
2026-03-29 06:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA
2026-03-29 06:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceeb3aff-1146-5464-b95d-f1abb82c5b53 with scrape type 2
2026-03-29 06:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceeb3aff-1146-5464-b95d-f1abb82c5b53 with scrape type 2
2026-03-29 06:19:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ceeb3aff-1146-5464-b95d-f1abb82c5b53, identifier: EJ60%20VMA
2026-03-29 06:19:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA
2026-03-29 06:19:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA
2026-03-29 06:19:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA to the API
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ60%20VMA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ceeb3aff-1146-5464-b95d-f1abb82c5b53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ60 VMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ60%20VMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 44779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.8 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0PXXWPDPAU23236',
 'year': 2010}
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ60%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Saving data for EJ60%20VMA: {'auction_closing_time': 1774864800.0, 'created_time': 1773834673.69296, 'last_price_update_time': 1774765154.83587}
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ60%2520VMA') HTTP/1.1" 204 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: FL64%20EPN
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520EPN%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for FL64%20EPN: 0
2026-03-29 06:19:14 [bca.uk] INFO: Found listing with ID: PK61%20EUC
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK61%2520EUC%27 HTTP/1.1" 200 None
2026-03-29 06:19:14 [bca.uk] INFO: Scrape type for PK61%20EUC: 2
2026-03-29 06:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC
2026-03-29 06:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9492c5ee-a39a-5215-9391-b2beeb710a4c with scrape type 2
2026-03-29 06:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9492c5ee-a39a-5215-9391-b2beeb710a4c with scrape type 2
2026-03-29 06:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9492c5ee-a39a-5215-9391-b2beeb710a4c, identifier: PK61%20EUC
2026-03-29 06:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC
2026-03-29 06:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC
2026-03-29 06:19:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC to the API
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK61%20EUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9492c5ee-a39a-5215-9391-b2beeb710a4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK61 EUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK61%20EUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 166415,
 '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 Q7 3.0 TDI 245 QUATTRO S LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 245 QUATTRO S LINE',
 'vin': 'WAUZZZ4L6CD012525',
 'year': 2011}
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK61%2520EUC%27 HTTP/1.1" 200 None
2026-03-29 06:19:15 [bca.uk] INFO: Saving data for PK61%20EUC: {'auction_closing_time': 1774864800.0, 'created_time': 1773832262.075384, 'last_price_update_time': 1774765155.336886}
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK61%2520EUC') HTTP/1.1" 204 0
2026-03-29 06:19:15 [bca.uk] INFO: Found listing with ID: SG67%20NNY
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520NNY%27 HTTP/1.1" 200 None
2026-03-29 06:19:15 [bca.uk] INFO: Scrape type for SG67%20NNY: 2
2026-03-29 06:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY
2026-03-29 06:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with scrape type 2
2026-03-29 06:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with scrape type 2
2026-03-29 06:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1, identifier: SG67%20NNY
2026-03-29 06:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY
2026-03-29 06:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY
2026-03-29 06:19:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY to the API
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG67%20NNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7542f2e-1d33-5cfa-b2f4-7f8debec7df1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG67 NNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG67%20NNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 82056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 TDI 190 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 190 S LINE',
 'vin': 'WAUZZZF56JA025188',
 'year': 2017}
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520NNY%27 HTTP/1.1" 200 None
2026-03-29 06:19:15 [bca.uk] INFO: Saving data for SG67%20NNY: {'auction_closing_time': 1774864800.0, 'created_time': 1773834698.28294, 'last_price_update_time': 1774765155.723449}
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG67%2520NNY') HTTP/1.1" 204 0
2026-03-29 06:19:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:19:15 [bca.uk] INFO: Found listing with ID: EY67%20EHN
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520EHN%27 HTTP/1.1" 200 None
2026-03-29 06:19:15 [bca.uk] INFO: Scrape type for EY67%20EHN: 0
2026-03-29 06:19:15 [bca.uk] INFO: Total items found: 100
2026-03-29 06:19:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded
2026-03-29 06:19:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:19:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:15 [bca.uk] INFO: Found listing with ID: EY65%20NTN
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520NTN%27 HTTP/1.1" 200 None
2026-03-29 06:19:15 [bca.uk] INFO: Scrape type for EY65%20NTN: 0
2026-03-29 06:19:15 [bca.uk] INFO: Found listing with ID: GL72%20PMX
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520PMX%27 HTTP/1.1" 200 None
2026-03-29 06:19:15 [bca.uk] INFO: Scrape type for GL72%20PMX: 2
2026-03-29 06:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX
2026-03-29 06:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 902066b9-ecae-545d-9f9c-2780b4b8ec5f with scrape type 2
2026-03-29 06:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 902066b9-ecae-545d-9f9c-2780b4b8ec5f with scrape type 2
2026-03-29 06:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 902066b9-ecae-545d-9f9c-2780b4b8ec5f, identifier: GL72%20PMX
2026-03-29 06:19:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX
2026-03-29 06:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX
2026-03-29 06:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX to the API
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20PMX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '902066b9-ecae-545d-9f9c-2780b4b8ec5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL72 PMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20PMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 16861,
 'odometer_reading_unit': '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 3008 1.2 P/T 130 GT PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MCYHZUNS152813',
 'year': 2022}
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520PMX%27 HTTP/1.1" 200 None
2026-03-29 06:19:16 [bca.uk] INFO: Saving data for GL72%20PMX: {'auction_closing_time': 1774864800.0, 'created_time': 1773841779.959594, 'last_price_update_time': 1774765156.282534}
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520PMX') HTTP/1.1" 204 0
2026-03-29 06:19: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:19:16 [bca.uk] INFO: Found listing with ID: KU17%20FTJ
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:16 [bca.uk] INFO: Scrape type for KU17%20FTJ: 2
2026-03-29 06:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ
2026-03-29 06:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e4a5be-b5ce-580b-a646-91de0b0097e0 with scrape type 2
2026-03-29 06:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e4a5be-b5ce-580b-a646-91de0b0097e0 with scrape type 2
2026-03-29 06:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e4a5be-b5ce-580b-a646-91de0b0097e0, identifier: KU17%20FTJ
2026-03-29 06:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ
2026-03-29 06:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ
2026-03-29 06:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ to the API
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU17%20FTJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64e4a5be-b5ce-580b-a646-91de0b0097e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU17 FTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU17%20FTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 120987,
 '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.7 CRDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 2 ISG',
 'vin': 'U5YPH815LGL178994',
 'year': 2017}
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:16 [bca.uk] INFO: Saving data for KU17%20FTJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773841735.131502, 'last_price_update_time': 1774765156.67417}
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU17%2520FTJ') HTTP/1.1" 204 0
2026-03-29 06:19:16 [bca.uk] INFO: Found listing with ID: LC71%20DFU
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520DFU%27 HTTP/1.1" 200 None
2026-03-29 06:19:16 [bca.uk] INFO: Scrape type for LC71%20DFU: 2
2026-03-29 06:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU
2026-03-29 06:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8436561e-53c7-52d2-8230-42217fc81671 with scrape type 2
2026-03-29 06:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8436561e-53c7-52d2-8230-42217fc81671 with scrape type 2
2026-03-29 06:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8436561e-53c7-52d2-8230-42217fc81671, identifier: LC71%20DFU
2026-03-29 06:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU
2026-03-29 06:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU
2026-03-29 06:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU to the API
2026-03-29 06:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20DFU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8436561e-53c7-52d2-8230-42217fc81671',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC71 DFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20DFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 24221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'TGI EXCITE',
 'vin': 'LSJA24U9XMN124783',
 'year': 2021}
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520DFU%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Saving data for LC71%20DFU: {'auction_closing_time': 1774864800.0, 'created_time': 1773841761.14121, 'last_price_update_time': 1774765157.064822}
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520DFU') HTTP/1.1" 204 0
2026-03-29 06:19:17 [bca.uk] INFO: Found listing with ID: LX19%20YTN
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520YTN%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Scrape type for LX19%20YTN: 0
2026-03-29 06:19:17 [bca.uk] INFO: Found listing with ID: LY14%20AOK
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520AOK%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Scrape type for LY14%20AOK: 2
2026-03-29 06:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK
2026-03-29 06:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6115664-cff9-5945-9328-7871be287799 with scrape type 2
2026-03-29 06:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6115664-cff9-5945-9328-7871be287799 with scrape type 2
2026-03-29 06:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6115664-cff9-5945-9328-7871be287799, identifier: LY14%20AOK
2026-03-29 06:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK
2026-03-29 06:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK
2026-03-29 06:19:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK to the API
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY14%20AOK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6115664-cff9-5945-9328-7871be287799',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY14 AOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY14%20AOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '528I',
 'odometer': 110757,
 '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 528I 2.0 SE STEP Saloon',
 'transmission': 'automatic',
 'trim': 'SE STEP',
 'vin': 'WBA5A52030D823394',
 'year': 2014}
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520AOK%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Saving data for LY14%20AOK: {'auction_closing_time': 1774864800.0, 'created_time': 1773958201.977277, 'last_price_update_time': 1774765157.468683}
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY14%2520AOK') HTTP/1.1" 204 0
2026-03-29 06:19:17 [bca.uk] INFO: Found listing with ID: NU69%20HVX
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520HVX%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Scrape type for NU69%20HVX: 2
2026-03-29 06:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX
2026-03-29 06:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f962b89-fa88-5239-965d-0b0148bf4521 with scrape type 2
2026-03-29 06:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f962b89-fa88-5239-965d-0b0148bf4521 with scrape type 2
2026-03-29 06:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f962b89-fa88-5239-965d-0b0148bf4521, identifier: NU69%20HVX
2026-03-29 06:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX
2026-03-29 06:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX
2026-03-29 06:19:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX to the API
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU69%20HVX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5f962b89-fa88-5239-965d-0b0148bf4521',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU69 HVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU69%20HVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 26700,
 'odometer_reading_unit': '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.2 PREMIUM SE Hatchback',
 'transmission': 'automatic',
 'trim': 'PREMIUM SE',
 'vin': 'NLHA851CMLZ572766',
 'year': 2019}
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520HVX%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Saving data for NU69%20HVX: {'auction_closing_time': 1774864800.0, 'created_time': 1773842891.931463, 'last_price_update_time': 1774765157.869834}
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU69%2520HVX') HTTP/1.1" 204 0
2026-03-29 06:19:17 [bca.uk] INFO: Found listing with ID: OY17%20GEJ
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520GEJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:17 [bca.uk] INFO: Scrape type for OY17%20GEJ: 0
2026-03-29 06:19:17 [bca.uk] INFO: Found listing with ID: S11%20WRR
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S11%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for S11%20WRR: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: VK68%20WDN
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK68%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for VK68%20WDN: 2
2026-03-29 06:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN
2026-03-29 06:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519f1ae4-2847-575d-8df8-48b81ff54725 with scrape type 2
2026-03-29 06:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519f1ae4-2847-575d-8df8-48b81ff54725 with scrape type 2
2026-03-29 06:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 519f1ae4-2847-575d-8df8-48b81ff54725, identifier: VK68%20WDN
2026-03-29 06:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN
2026-03-29 06:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN
2026-03-29 06:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN to the API
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK68%20WDN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '519f1ae4-2847-575d-8df8-48b81ff54725',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK68 WDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK68%20WDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 65287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 HSE LUXURY',
 'vin': 'SALRA2AK9KA089959',
 'year': 2018}
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK68%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Saving data for VK68%20WDN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958208.332071, 'last_price_update_time': 1774765158.395564}
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK68%2520WDN') HTTP/1.1" 204 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: WF65%20USE
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520USE%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for WF65%20USE: 2
2026-03-29 06:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE
2026-03-29 06:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829d545-1364-5695-9c9d-8a7da19c848e with scrape type 2
2026-03-29 06:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5829d545-1364-5695-9c9d-8a7da19c848e with scrape type 2
2026-03-29 06:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5829d545-1364-5695-9c9d-8a7da19c848e, identifier: WF65%20USE
2026-03-29 06:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE
2026-03-29 06:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE
2026-03-29 06:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE to the API
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF65%20USE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5829d545-1364-5695-9c9d-8a7da19c848e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF65 USE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF65%20USE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 124543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.2 TSI 110 SE SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE SPORT',
 'vin': 'TMBFB6NH7G4511214',
 'year': 2015}
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520USE%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Saving data for WF65%20USE: {'auction_closing_time': 1774864800.0, 'created_time': 1773835077.692898, 'last_price_update_time': 1774765158.79451}
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF65%2520USE') HTTP/1.1" 204 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: WP18%20PWY
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520PWY%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for WP18%20PWY: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: WX66%20VHF
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520VHF%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for WX66%20VHF: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: EY22%20ULL
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for EY22%20ULL: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: AV09%20TEO
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for AV09%20TEO: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: YV03%20EFE
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV03%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for YV03%20EFE: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: CK68%20CFY
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for CK68%20CFY: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: LS10%20XSO
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS10%2520XSO%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for LS10%20XSO: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: LX24%20PCU
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX24%2520PCU%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for LX24%20PCU: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: DG68%20MTX
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for DG68%20MTX: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: CN71%20UJT
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for CN71%20UJT: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: SW17%20XJF
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520XJF%27 HTTP/1.1" 200 None
2026-03-29 06:19:18 [bca.uk] INFO: Scrape type for SW17%20XJF: 0
2026-03-29 06:19:18 [bca.uk] INFO: Found listing with ID: MT23%20CCV
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520CCV%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for MT23%20CCV: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: MX69%20CCU
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520CCU%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for MX69%20CCU: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: SA21%20JPF
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for SA21%20JPF: 2
2026-03-29 06:19:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF
2026-03-29 06:19:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4d4e590-3da6-52f8-aa6b-45f1371be674 with scrape type 2
2026-03-29 06:19:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4d4e590-3da6-52f8-aa6b-45f1371be674 with scrape type 2
2026-03-29 06:19:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4d4e590-3da6-52f8-aa6b-45f1371be674, identifier: SA21%20JPF
2026-03-29 06:19:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF
2026-03-29 06:19:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF
2026-03-29 06:19:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF to the API
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA21%20JPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4d4e590-3da6-52f8-aa6b-45f1371be674',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA21 JPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA21%20JPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'COMBO LIFE',
 'odometer': 40926,
 '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 LIFE 1.2 TURBO 110 EDITION MPV',
 'transmission': 'manual',
 'trim': 'TURBO 110 EDITION',
 'vin': 'W0VERHNP2MJ583265',
 'year': 2021}
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Saving data for SA21%20JPF: {'auction_closing_time': 1774864800.0, 'created_time': 1773833390.701137, 'last_price_update_time': 1774765159.409692}
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA21%2520JPF') HTTP/1.1" 204 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: BG15%20OHA
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG15%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for BG15%20OHA: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: BG66%20LNE
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520LNE%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for BG66%20LNE: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: BU72%20HBA
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520HBA%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for BU72%20HBA: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: DG69%20HMV
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520HMV%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for DG69%20HMV: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: DN20%20OSK
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OSK%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for DN20%20OSK: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: FG20%20LJA
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520LJA%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for FG20%20LJA: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: KR22%20BYL
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520BYL%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for KR22%20BYL: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: KW68%20ZDH
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZDH%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for KW68%20ZDH: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: LL69%20JHU
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520JHU%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for LL69%20JHU: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: MF22%20PFN
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for MF22%20PFN: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: ML70%20FSO
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520FSO%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for ML70%20FSO: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: OE17%20WBN
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520WBN%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for OE17%20WBN: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: LK16%20OFO
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK16%2520OFO%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for LK16%20OFO: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: RJ51%20FZS
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ51%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for RJ51%20FZS: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: YP18%20ZJN
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520ZJN%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for YP18%20ZJN: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: HG64%20PJU
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520PJU%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for HG64%20PJU: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: GF16%20UZD
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520UZD%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for GF16%20UZD: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: LV14%20UDJ
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520UDJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for LV14%20UDJ: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: FX64%20LSF
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for FX64%20LSF: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: FC16%20EOG
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for FC16%20EOG: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: LG66%20TVC
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520TVC%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for LG66%20TVC: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: LRZ%20411
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LRZ%2520411%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for LRZ%20411: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: BU14%20KCK
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU14%2520KCK%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for BU14%20KCK: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: GX16%20VXR
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VXR%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for GX16%20VXR: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: SE66%20WBO
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for SE66%20WBO: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: BT69%20WGO
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT69%2520WGO%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for BT69%20WGO: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: NJ13%20EYY
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520EYY%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for NJ13%20EYY: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: R98%20MGH
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R98%2520MGH%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for R98%20MGH: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: YG23%20XFC
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFC%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for YG23%20XFC: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: FE17%20AHD
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE17%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for FE17%20AHD: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: WX68%20VXD
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX68%2520VXD%27 HTTP/1.1" 200 None
2026-03-29 06:19:19 [bca.uk] INFO: Scrape type for WX68%20VXD: 0
2026-03-29 06:19:19 [bca.uk] INFO: Found listing with ID: AJ17%20ECE
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520ECE%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for AJ17%20ECE: 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: AY66%20NLM
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for AY66%20NLM: 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: FJ67%20KGP
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KGP%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for FJ67%20KGP: 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: NV65%20ENY
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520ENY%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for NV65%20ENY: 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: NDD%20502F
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NDD%2520502F%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for NDD%20502F: 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: VN70%20VYB
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520VYB%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for VN70%20VYB: 2
2026-03-29 06:19:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB
2026-03-29 06:19:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c000f0cd-65c1-5e4c-849b-c058882d4d0c with scrape type 2
2026-03-29 06:19:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c000f0cd-65c1-5e4c-849b-c058882d4d0c with scrape type 2
2026-03-29 06:19:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c000f0cd-65c1-5e4c-849b-c058882d4d0c, identifier: VN70%20VYB
2026-03-29 06:19:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB
2026-03-29 06:19:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB
2026-03-29 06:19:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB to the API
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN70%20VYB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c000f0cd-65c1-5e4c-849b-c058882d4d0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN70 VYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN70%20VYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 27123,
 '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 P250 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AXXLH882486',
 'year': 2020}
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520VYB%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Saving data for VN70%20VYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774651201.209483, 'last_price_update_time': 1774765160.477249}
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520VYB') HTTP/1.1" 204 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: LG68%20ZNZ
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Scrape type for LG68%20ZNZ: 2
2026-03-29 06:19:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ
2026-03-29 06:19:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with scrape type 2
2026-03-29 06:19:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with scrape type 2
2026-03-29 06:19:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec5b7eac-bf19-546b-88ea-503c3b5c1d14, identifier: LG68%20ZNZ
2026-03-29 06:19:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ
2026-03-29 06:19:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ
2026-03-29 06:19:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ to the API
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG68%20ZNZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec5b7eac-bf19-546b-88ea-503c3b5c1d14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG68 ZNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG68%20ZNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 37239,
 'odometer_reading_unit': '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.3 DIG-T 140 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 TEKNA',
 'vin': 'SJNFFAJ11U2449205',
 'year': 2018}
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:20 [bca.uk] INFO: Saving data for LG68%20ZNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651200.83866, 'last_price_update_time': 1774765160.975006}
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520ZNZ') HTTP/1.1" 204 0
2026-03-29 06:19:20 [bca.uk] INFO: Found listing with ID: LX70%20SJU
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520SJU%27 HTTP/1.1" 200 None
2026-03-29 06:19:21 [bca.uk] INFO: Scrape type for LX70%20SJU: 2
2026-03-29 06:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU
2026-03-29 06:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19823232-978b-5e3d-91b8-0afca89cc8e7 with scrape type 2
2026-03-29 06:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19823232-978b-5e3d-91b8-0afca89cc8e7 with scrape type 2
2026-03-29 06:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19823232-978b-5e3d-91b8-0afca89cc8e7, identifier: LX70%20SJU
2026-03-29 06:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU
2026-03-29 06:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU
2026-03-29 06:19:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU to the API
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX70%20SJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '19823232-978b-5e3d-91b8-0afca89cc8e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX70 SJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX70%20SJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 19188,
 '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 1.5 35 TFSI S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZF37M1000612',
 'year': 2020}
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520SJU%27 HTTP/1.1" 200 None
2026-03-29 06:19:21 [bca.uk] INFO: Saving data for LX70%20SJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774651185.147536, 'last_price_update_time': 1774765161.403394}
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX70%2520SJU') HTTP/1.1" 204 0
2026-03-29 06:19:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:19:21 [bca.uk] INFO: Found listing with ID: LL58%20VBZ
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VBZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:21 [bca.uk] INFO: Scrape type for LL58%20VBZ: 2
2026-03-29 06:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ
2026-03-29 06:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 031964c1-3c56-559f-a907-62dd60bd7270 with scrape type 2
2026-03-29 06:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 031964c1-3c56-559f-a907-62dd60bd7270 with scrape type 2
2026-03-29 06:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 031964c1-3c56-559f-a907-62dd60bd7270, identifier: LL58%20VBZ
2026-03-29 06:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ
2026-03-29 06:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ
2026-03-29 06:19:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ to the API
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL58%20VBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '031964c1-3c56-559f-a907-62dd60bd7270',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL58 VBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL58%20VBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 72937,
 '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 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'WF0UXXLTRU8T13901',
 'year': 2009}
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VBZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:21 [bca.uk] INFO: Saving data for LL58%20VBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651184.685906, 'last_price_update_time': 1774765161.805613}
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL58%2520VBZ') HTTP/1.1" 204 0
2026-03-29 06:19:21 [bca.uk] INFO: Found listing with ID: LJ16%20NHV
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520NHV%27 HTTP/1.1" 200 None
2026-03-29 06:19:21 [bca.uk] INFO: Scrape type for LJ16%20NHV: 2
2026-03-29 06:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV
2026-03-29 06:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41e2f385-da42-5d6c-a399-34374d7af489 with scrape type 2
2026-03-29 06:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41e2f385-da42-5d6c-a399-34374d7af489 with scrape type 2
2026-03-29 06:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41e2f385-da42-5d6c-a399-34374d7af489, identifier: LJ16%20NHV
2026-03-29 06:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV
2026-03-29 06:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV
2026-03-29 06:19:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV to the API
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ16%20NHV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41e2f385-da42-5d6c-a399-34374d7af489',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ16 NHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ16%20NHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 78730,
 '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': 'SALVA2AN6GH131706',
 'year': 2016}
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520NHV%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Saving data for LJ16%20NHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774651181.248442, 'last_price_update_time': 1774765162.227344}
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ16%2520NHV') HTTP/1.1" 204 0
2026-03-29 06:19:22 [bca.uk] INFO: Total items found: 100
2026-03-29 06:19:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded
2026-03-29 06:19:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:19:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:22 [bca.uk] INFO: Found listing with ID: HY19%20ZZP
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZP%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Scrape type for HY19%20ZZP: 2
2026-03-29 06:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP
2026-03-29 06:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 697bb617-3ad1-5ce2-8f6c-5856aa66616d with scrape type 2
2026-03-29 06:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 697bb617-3ad1-5ce2-8f6c-5856aa66616d with scrape type 2
2026-03-29 06:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 697bb617-3ad1-5ce2-8f6c-5856aa66616d, identifier: HY19%20ZZP
2026-03-29 06:19:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP
2026-03-29 06:19:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP
2026-03-29 06:19:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP to the API
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20ZZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '697bb617-3ad1-5ce2-8f6c-5856aa66616d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 ZZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20ZZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 66418,
 'odometer_reading_unit': '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': 'VF3CCHMRPKW029133',
 'year': 2019}
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZP%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Saving data for HY19%20ZZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774651179.457265, 'last_price_update_time': 1774765162.632232}
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520ZZP') HTTP/1.1" 204 0
2026-03-29 06:19:22 [bca.uk] INFO: Found listing with ID: FT74%20JXO
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT74%2520JXO%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Scrape type for FT74%20JXO: 0
2026-03-29 06:19:22 [bca.uk] INFO: Found listing with ID: LS74%20TJY
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520TJY%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Scrape type for LS74%20TJY: 0
2026-03-29 06:19:22 [bca.uk] INFO: Found listing with ID: ND62%20EYA
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520EYA%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Scrape type for ND62%20EYA: 2
2026-03-29 06:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53660155-57b4-5dcf-8ddc-6fcdcf6af732 with identifier: ND62%20EYA
2026-03-29 06:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53660155-57b4-5dcf-8ddc-6fcdcf6af732 with scrape type 2
2026-03-29 06:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53660155-57b4-5dcf-8ddc-6fcdcf6af732 with scrape type 2
2026-03-29 06:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53660155-57b4-5dcf-8ddc-6fcdcf6af732, identifier: ND62%20EYA
2026-03-29 06:19:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:19:22 [bca.uk] INFO: Found listing with ID: X29%20ACM
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X29%2520ACM%27 HTTP/1.1" 200 None
2026-03-29 06:19:22 [bca.uk] INFO: Scrape type for X29%20ACM: 2
2026-03-29 06:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM
2026-03-29 06:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with scrape type 2
2026-03-29 06:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with scrape type 2
2026-03-29 06:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8f2f88f-9b0b-5059-9de3-3536ecde38c4, identifier: X29%20ACM
2026-03-29 06:19:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53660155-57b4-5dcf-8ddc-6fcdcf6af732 with identifier: ND62%20EYA
2026-03-29 06:19:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53660155-57b4-5dcf-8ddc-6fcdcf6af732 with identifier: ND62%20EYA
2026-03-29 06:19:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53660155-57b4-5dcf-8ddc-6fcdcf6af732 with identifier: ND62%20EYA to the API
2026-03-29 06:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND62%20EYA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53660155-57b4-5dcf-8ddc-6fcdcf6af732',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND62 EYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND62%20EYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 76440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 2.5 TD UTAH 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TD UTAH 4X4',
 'vin': 'MPATFS86JCT112051',
 'year': 2013}
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520EYA%27 HTTP/1.1" 200 None
2026-03-29 06:19:23 [bca.uk] INFO: Saving data for ND62%20EYA: {'auction_closing_time': 1774778400.0, 'created_time': 1774447320.992323, 'last_price_update_time': 1774765163.180053}
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND62%2520EYA') HTTP/1.1" 204 0
2026-03-29 06:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM
2026-03-29 06:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM
2026-03-29 06:19:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM to the API
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=X29%20ACM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a8f2f88f-9b0b-5059-9de3-3536ecde38c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'X29 ACM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=X29%20ACM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '420D',
 'odometer': 27020,
 '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 420D 2.0 190 M SPORT STEP Convertible',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA8S120305P20649',
 'year': 2020}
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X29%2520ACM%27 HTTP/1.1" 200 None
2026-03-29 06:19:23 [bca.uk] INFO: Saving data for X29%20ACM: {'auction_closing_time': 1774951200.0, 'created_time': 1774651284.819534, 'last_price_update_time': 1774765163.501026}
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='X29%2520ACM') HTTP/1.1" 204 0
2026-03-29 06:19:23 [bca.uk] INFO: Found listing with ID: DE63%20MWM
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE63%2520MWM%27 HTTP/1.1" 200 None
2026-03-29 06:19:23 [bca.uk] INFO: Scrape type for DE63%20MWM: 0
2026-03-29 06:19:23 [bca.uk] INFO: Found listing with ID: MT68%20TXH
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TXH%27 HTTP/1.1" 200 None
2026-03-29 06:19:23 [bca.uk] INFO: Scrape type for MT68%20TXH: 0
2026-03-29 06:19:23 [bca.uk] INFO: Found listing with ID: EY64%20XUK
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY64%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:19:23 [bca.uk] INFO: Scrape type for EY64%20XUK: 2
2026-03-29 06:19:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfdcf578-00d5-5d63-99df-f80cf8ddd821 with identifier: EY64%20XUK
2026-03-29 06:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfdcf578-00d5-5d63-99df-f80cf8ddd821 with scrape type 2
2026-03-29 06:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfdcf578-00d5-5d63-99df-f80cf8ddd821 with scrape type 2
2026-03-29 06:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfdcf578-00d5-5d63-99df-f80cf8ddd821, identifier: EY64%20XUK
2026-03-29 06:19:23 [bca.uk] INFO: Found listing with ID: BD17%20FTJ
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:23 [bca.uk] INFO: Scrape type for BD17%20FTJ: 2
2026-03-29 06:19:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82715593-9261-51aa-adcd-44b3d12ccb12 with identifier: BD17%20FTJ
2026-03-29 06:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82715593-9261-51aa-adcd-44b3d12ccb12 with scrape type 2
2026-03-29 06:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82715593-9261-51aa-adcd-44b3d12ccb12 with scrape type 2
2026-03-29 06:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82715593-9261-51aa-adcd-44b3d12ccb12, identifier: BD17%20FTJ
2026-03-29 06:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfdcf578-00d5-5d63-99df-f80cf8ddd821 with identifier: EY64%20XUK
2026-03-29 06:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfdcf578-00d5-5d63-99df-f80cf8ddd821 with identifier: EY64%20XUK
2026-03-29 06:19:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfdcf578-00d5-5d63-99df-f80cf8ddd821 with identifier: EY64%20XUK to the API
2026-03-29 06:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY64%20XUK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfdcf578-00d5-5d63-99df-f80cf8ddd821',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY64 XUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY64%20XUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 70665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'MALBB51BLFM656639',
 'year': 2014}
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY64%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Saving data for EY64%20XUK: {'auction_closing_time': 1774778400.0, 'created_time': 1774437756.187711, 'last_price_update_time': 1774765164.013907}
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY64%2520XUK') HTTP/1.1" 204 0
2026-03-29 06:19:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82715593-9261-51aa-adcd-44b3d12ccb12 with identifier: BD17%20FTJ
2026-03-29 06:19:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82715593-9261-51aa-adcd-44b3d12ccb12 with identifier: BD17%20FTJ
2026-03-29 06:19:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82715593-9261-51aa-adcd-44b3d12ccb12 with identifier: BD17%20FTJ to the API
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD17%20FTJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82715593-9261-51aa-adcd-44b3d12ccb12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD17 FTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD17%20FTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 111689,
 '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 BOXER 335 2.0 BLUEHDI 130 L3 H2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L3 H2 PROFESSIONAL',
 'vin': 'VF3YC2MFC12D34548',
 'year': 2017}
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Saving data for BD17%20FTJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774651298.002473, 'last_price_update_time': 1774765164.428566}
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD17%2520FTJ') HTTP/1.1" 204 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: FG18%20OKN
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for FG18%20OKN: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: CN20%20DZR
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN20%2520DZR%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for CN20%20DZR: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: DV20%20NHY
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for DV20%20NHY: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: KGZ%209132
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KGZ%25209132%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for KGZ%209132: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: YP14%20AXN
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for YP14%20AXN: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: FX66%20OYJ
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX66%2520OYJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for FX66%20OYJ: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: YT59%20OPC
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520OPC%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for YT59%20OPC: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: ET10%20OEG
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for ET10%20OEG: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: YC23%20GYR
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GYR%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for YC23%20GYR: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: CF69%20BNV
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520BNV%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for CF69%20BNV: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: LD68%20TUY
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520TUY%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for LD68%20TUY: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: LX54%20EFM
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX54%2520EFM%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for LX54%20EFM: 0
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: MM69%20AFJ
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for MM69%20AFJ: 2
2026-03-29 06:19:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41969ec0-d123-54fe-9240-8916e32bdd5d with identifier: MM69%20AFJ
2026-03-29 06:19:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41969ec0-d123-54fe-9240-8916e32bdd5d with scrape type 2
2026-03-29 06:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41969ec0-d123-54fe-9240-8916e32bdd5d with scrape type 2
2026-03-29 06:19:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41969ec0-d123-54fe-9240-8916e32bdd5d, identifier: MM69%20AFJ
2026-03-29 06:19:24 [bca.uk] INFO: Found listing with ID: LG19%20GPR
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520GPR%27 HTTP/1.1" 200 None
2026-03-29 06:19:24 [bca.uk] INFO: Scrape type for LG19%20GPR: 2
2026-03-29 06:19:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599 with identifier: LG19%20GPR
2026-03-29 06:19:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599 with scrape type 2
2026-03-29 06:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599 with scrape type 2
2026-03-29 06:19:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599, identifier: LG19%20GPR
2026-03-29 06:19:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41969ec0-d123-54fe-9240-8916e32bdd5d with identifier: MM69%20AFJ
2026-03-29 06:19:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41969ec0-d123-54fe-9240-8916e32bdd5d with identifier: MM69%20AFJ
2026-03-29 06:19:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41969ec0-d123-54fe-9240-8916e32bdd5d with identifier: MM69%20AFJ to the API
2026-03-29 06:19:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM69%20AFJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41969ec0-d123-54fe-9240-8916e32bdd5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM69 AFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM69%20AFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 33733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 TDCI 130 MWB M/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDCI 130 MWB M/R',
 'vin': 'WF0KXXTTGKJS47634',
 'year': 2019}
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520AFJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Saving data for MM69%20AFJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774448757.557153, 'last_price_update_time': 1774765165.176321}
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM69%2520AFJ') HTTP/1.1" 204 0
2026-03-29 06:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599 with identifier: LG19%20GPR
2026-03-29 06:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599 with identifier: LG19%20GPR
2026-03-29 06:19:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599 with identifier: LG19%20GPR to the API
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG19%20GPR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1ee2dfe-ce57-5b8d-8169-4e97fb0d0599',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG19 GPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG19%20GPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 121008,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 DCI 95 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 95 BUSINESS',
 'vin': 'VF1FL000863516730',
 'year': 2019}
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520GPR%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Saving data for LG19%20GPR: {'auction_closing_time': 1774778400.0, 'created_time': 1774436941.653733, 'last_price_update_time': 1774765165.544678}
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG19%2520GPR') HTTP/1.1" 204 0
2026-03-29 06:19:25 [bca.uk] INFO: Found listing with ID: YX17%20UST
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX17%2520UST%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Scrape type for YX17%20UST: 0
2026-03-29 06:19:25 [bca.uk] INFO: Found listing with ID: NG71%20LLC
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520LLC%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Scrape type for NG71%20LLC: 0
2026-03-29 06:19:25 [bca.uk] INFO: Found listing with ID: DY22%20USJ
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520USJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Scrape type for DY22%20USJ: 0
2026-03-29 06:19:25 [bca.uk] INFO: Found listing with ID: F28%20FXY
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F28%2520FXY%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Scrape type for F28%20FXY: 0
2026-03-29 06:19:25 [bca.uk] INFO: Found listing with ID: GM65%20LOF
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520LOF%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Scrape type for GM65%20LOF: 2
2026-03-29 06:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ff0bf91-84cf-5812-9eaa-ad836f4f04da with identifier: GM65%20LOF
2026-03-29 06:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ff0bf91-84cf-5812-9eaa-ad836f4f04da with scrape type 2
2026-03-29 06:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ff0bf91-84cf-5812-9eaa-ad836f4f04da with scrape type 2
2026-03-29 06:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ff0bf91-84cf-5812-9eaa-ad836f4f04da, identifier: GM65%20LOF
2026-03-29 06:19:25 [bca.uk] INFO: Found listing with ID: DU23%20OKO
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OKO%27 HTTP/1.1" 200 None
2026-03-29 06:19:25 [bca.uk] INFO: Scrape type for DU23%20OKO: 2
2026-03-29 06:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO
2026-03-29 06:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with scrape type 2
2026-03-29 06:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with scrape type 2
2026-03-29 06:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99, identifier: DU23%20OKO
2026-03-29 06:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ff0bf91-84cf-5812-9eaa-ad836f4f04da with identifier: GM65%20LOF
2026-03-29 06:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ff0bf91-84cf-5812-9eaa-ad836f4f04da with identifier: GM65%20LOF
2026-03-29 06:19:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ff0bf91-84cf-5812-9eaa-ad836f4f04da with identifier: GM65%20LOF to the API
2026-03-29 06:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM65%20LOF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ff0bf91-84cf-5812-9eaa-ad836f4f04da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM65 LOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM65%20LOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A32',
 'odometer': 203788,
 '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 AMAROK A32 2.0 BITDI 180 BMT HIGHLINE 4M-PERM CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'BITDI 180 BMT HIGHLINE 4M-PERM',
 'vin': 'WV1ZZZ2HZGA010064',
 'year': 2016}
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520LOF%27 HTTP/1.1" 200 None
2026-03-29 06:19:26 [bca.uk] INFO: Saving data for GM65%20LOF: {'auction_closing_time': 1774778400.0, 'created_time': 1774448844.236121, 'last_price_update_time': 1774765166.120922}
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM65%2520LOF') HTTP/1.1" 204 0
2026-03-29 06:19:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO
2026-03-29 06:19:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO
2026-03-29 06:19:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO to the API
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU23%20OKO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18e6cd7f-fea5-5ef1-8ba9-38890c081a99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU23 OKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU23%20OKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 92098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 B/HDI 140 L3 H2 ENTERPRISE ED. PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L3 H2 ENTERPRISE ED.',
 'vin': 'VF7YCBPFC12W34789',
 'year': 2023}
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OKO%27 HTTP/1.1" 200 None
2026-03-29 06:19:26 [bca.uk] INFO: Saving data for DU23%20OKO: {'auction_closing_time': 1774778400.0, 'created_time': 1773928905.625922, 'last_price_update_time': 1774765166.400793}
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU23%2520OKO') HTTP/1.1" 204 0
2026-03-29 06:19:26 [bca.uk] INFO: Found listing with ID: LP25%20CGX
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP25%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 06:19:26 [bca.uk] INFO: Scrape type for LP25%20CGX: 2
2026-03-29 06:19:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c14001e-1117-50de-aeea-db0c7e2d02bc with identifier: LP25%20CGX
2026-03-29 06:19:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c14001e-1117-50de-aeea-db0c7e2d02bc with scrape type 2
2026-03-29 06:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c14001e-1117-50de-aeea-db0c7e2d02bc with scrape type 2
2026-03-29 06:19:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c14001e-1117-50de-aeea-db0c7e2d02bc, identifier: LP25%20CGX
2026-03-29 06:19:26 [bca.uk] INFO: Found listing with ID: YM23%20VRW
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520VRW%27 HTTP/1.1" 200 None
2026-03-29 06:19:26 [bca.uk] INFO: Scrape type for YM23%20VRW: 2
2026-03-29 06:19:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW
2026-03-29 06:19:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac79f23c-f70a-51f8-b0c2-856896624383 with scrape type 2
2026-03-29 06:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac79f23c-f70a-51f8-b0c2-856896624383 with scrape type 2
2026-03-29 06:19:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac79f23c-f70a-51f8-b0c2-856896624383, identifier: YM23%20VRW
2026-03-29 06:19:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c14001e-1117-50de-aeea-db0c7e2d02bc with identifier: LP25%20CGX
2026-03-29 06:19:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c14001e-1117-50de-aeea-db0c7e2d02bc with identifier: LP25%20CGX
2026-03-29 06:19:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c14001e-1117-50de-aeea-db0c7e2d02bc with identifier: LP25%20CGX to the API
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP25%20CGX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c14001e-1117-50de-aeea-db0c7e2d02bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP25 CGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP25%20CGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 10394,
 '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': 'RENAULT TRAFIC 28 2.0 B/DCI 150 SL ADVANCE EDC Bus',
 'transmission': 'automatic',
 'trim': 'B/DCI 150 SL ADVANCE EDC',
 'vin': 'VF1JL000X74919632',
 'year': 2025}
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP25%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 06:19:26 [bca.uk] INFO: Saving data for LP25%20CGX: {'auction_closing_time': 1774778400.0, 'created_time': 1774448845.410496, 'last_price_update_time': 1774765166.899453}
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP25%2520CGX') HTTP/1.1" 204 0
2026-03-29 06:19:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW
2026-03-29 06:19:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW
2026-03-29 06:19:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW to the API
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM23%20VRW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac79f23c-f70a-51f8-b0c2-856896624383',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM23 VRW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM23%20VRW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 12050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMPE34166',
 'year': 2023}
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520VRW%27 HTTP/1.1" 200 None
2026-03-29 06:19:27 [bca.uk] INFO: Saving data for YM23%20VRW: {'auction_closing_time': 1774778400.0, 'created_time': 1773821343.183347, 'last_price_update_time': 1774765167.191255}
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM23%2520VRW') HTTP/1.1" 204 0
2026-03-29 06:19:27 [bca.uk] INFO: Found listing with ID: AX19%20CUA
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 06:19:27 [bca.uk] INFO: Scrape type for AX19%20CUA: 0
2026-03-29 06:19:27 [bca.uk] INFO: Found listing with ID: CK20%20XRD
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520XRD%27 HTTP/1.1" 200 None
2026-03-29 06:19:27 [bca.uk] INFO: Scrape type for CK20%20XRD: 0
2026-03-29 06:19:27 [bca.uk] INFO: Found listing with ID: YB70%20ZRK
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520ZRK%27 HTTP/1.1" 200 None
2026-03-29 06:19:27 [bca.uk] INFO: Scrape type for YB70%20ZRK: 2
2026-03-29 06:19:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d49e8a6d-a323-5bc9-bc40-ce20af83aaeb with identifier: YB70%20ZRK
2026-03-29 06:19:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d49e8a6d-a323-5bc9-bc40-ce20af83aaeb with scrape type 2
2026-03-29 06:19:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d49e8a6d-a323-5bc9-bc40-ce20af83aaeb with scrape type 2
2026-03-29 06:19:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d49e8a6d-a323-5bc9-bc40-ce20af83aaeb, identifier: YB70%20ZRK
2026-03-29 06:19:27 [bca.uk] INFO: Found listing with ID: PK57%20DOU
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK57%2520DOU%27 HTTP/1.1" 200 None
2026-03-29 06:19:27 [bca.uk] INFO: Scrape type for PK57%20DOU: 2
2026-03-29 06:19:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adbc1b8e-aa11-5717-addb-3aaf8c613d39 with identifier: PK57%20DOU
2026-03-29 06:19:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adbc1b8e-aa11-5717-addb-3aaf8c613d39 with scrape type 2
2026-03-29 06:19:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adbc1b8e-aa11-5717-addb-3aaf8c613d39 with scrape type 2
2026-03-29 06:19:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adbc1b8e-aa11-5717-addb-3aaf8c613d39, identifier: PK57%20DOU
2026-03-29 06:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d49e8a6d-a323-5bc9-bc40-ce20af83aaeb with identifier: YB70%20ZRK
2026-03-29 06:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d49e8a6d-a323-5bc9-bc40-ce20af83aaeb with identifier: YB70%20ZRK
2026-03-29 06:19:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d49e8a6d-a323-5bc9-bc40-ce20af83aaeb with identifier: YB70%20ZRK to the API
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB70%20ZRK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd49e8a6d-a323-5bc9-bc40-ce20af83aaeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB70 ZRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB70%20ZRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 146875,
 '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 MASTER 3.5T FWD 2.3 DCI 150 MM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 MM BUSINESS+',
 'vin': 'VF1MA000764444443',
 'year': 2020}
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520ZRK%27 HTTP/1.1" 200 None
2026-03-29 06:19:27 [bca.uk] INFO: Saving data for YB70%20ZRK: {'auction_closing_time': 1774778400.0, 'created_time': 1774447438.712049, 'last_price_update_time': 1774765167.731163}
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB70%2520ZRK') HTTP/1.1" 204 0
2026-03-29 06:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adbc1b8e-aa11-5717-addb-3aaf8c613d39 with identifier: PK57%20DOU
2026-03-29 06:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adbc1b8e-aa11-5717-addb-3aaf8c613d39 with identifier: PK57%20DOU
2026-03-29 06:19:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adbc1b8e-aa11-5717-addb-3aaf8c613d39 with identifier: PK57%20DOU to the API
2026-03-29 06:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK57%20DOU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'adbc1b8e-aa11-5717-addb-3aaf8c613d39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK57 DOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK57%20DOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000KG',
 'odometer': 163398,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1000KG 2.0 HDI 120 L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 120 L1 H1',
 'vin': 'VF7XSRHKH64095952',
 'year': 2007}
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK57%2520DOU%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Saving data for PK57%20DOU: {'auction_closing_time': 1774778400.0, 'created_time': 1774651297.59569, 'last_price_update_time': 1774765168.121679}
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK57%2520DOU') HTTP/1.1" 204 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: YG17%20XZK
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520XZK%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for YG17%20XZK: 2
2026-03-29 06:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a074d3b-025c-5850-b97e-138f6f29b718 with identifier: YG17%20XZK
2026-03-29 06:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a074d3b-025c-5850-b97e-138f6f29b718 with scrape type 2
2026-03-29 06:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a074d3b-025c-5850-b97e-138f6f29b718 with scrape type 2
2026-03-29 06:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a074d3b-025c-5850-b97e-138f6f29b718, identifier: YG17%20XZK
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: WM66%20AOD
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520AOD%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for WM66%20AOD: 2
2026-03-29 06:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77974d4c-d65c-55d3-8c17-970a3e6eca99 with identifier: WM66%20AOD
2026-03-29 06:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77974d4c-d65c-55d3-8c17-970a3e6eca99 with scrape type 2
2026-03-29 06:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77974d4c-d65c-55d3-8c17-970a3e6eca99 with scrape type 2
2026-03-29 06:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77974d4c-d65c-55d3-8c17-970a3e6eca99, identifier: WM66%20AOD
2026-03-29 06:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a074d3b-025c-5850-b97e-138f6f29b718 with identifier: YG17%20XZK
2026-03-29 06:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a074d3b-025c-5850-b97e-138f6f29b718 with identifier: YG17%20XZK
2026-03-29 06:19:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a074d3b-025c-5850-b97e-138f6f29b718 with identifier: YG17%20XZK to the API
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG17%20XZK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3a074d3b-025c-5850-b97e-138f6f29b718',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG17 XZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG17%20XZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NV200',
 'odometer': 70345,
 '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 NV200 1.5 DCI 89 ACENTA PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 89 ACENTA',
 'vin': 'VSKYBAM20U0147099',
 'year': 2017}
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520XZK%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Saving data for YG17%20XZK: {'auction_closing_time': 1774778400.0, 'created_time': 1774448606.518133, 'last_price_update_time': 1774765168.623283}
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG17%2520XZK') HTTP/1.1" 204 0
2026-03-29 06:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77974d4c-d65c-55d3-8c17-970a3e6eca99 with identifier: WM66%20AOD
2026-03-29 06:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77974d4c-d65c-55d3-8c17-970a3e6eca99 with identifier: WM66%20AOD
2026-03-29 06:19:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77974d4c-d65c-55d3-8c17-970a3e6eca99 with identifier: WM66%20AOD to the API
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM66%20AOD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77974d4c-d65c-55d3-8c17-970a3e6eca99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM66 AOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM66%20AOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FIAT',
 'model': 'DUCATO 35',
 'odometer': 173399,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT DUCATO 35 2.3 M/JET 130 MWB PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 130 MWB',
 'vin': 'ZFA25000002C11921',
 'year': 2016}
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520AOD%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Saving data for WM66%20AOD: {'auction_closing_time': 1774778400.0, 'created_time': 1774651302.937136, 'last_price_update_time': 1774765168.896072}
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM66%2520AOD') HTTP/1.1" 204 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: BP16%20MLK
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP16%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for BP16%20MLK: 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: PF67%20WMU
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF67%2520WMU%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for PF67%20WMU: 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: PY16%20CPF
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520CPF%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for PY16%20CPF: 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: FH17%20FGP
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FGP%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for FH17%20FGP: 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: SY14%20WZE
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520WZE%27 HTTP/1.1" 200 None
2026-03-29 06:19:28 [bca.uk] INFO: Scrape type for SY14%20WZE: 0
2026-03-29 06:19:28 [bca.uk] INFO: Found listing with ID: VN73%20YJD
2026-03-29 06:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN73%2520YJD%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Scrape type for VN73%20YJD: 0
2026-03-29 06:19:29 [bca.uk] INFO: Found listing with ID: DL69%20KTO
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520KTO%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Scrape type for DL69%20KTO: 0
2026-03-29 06:19:29 [bca.uk] INFO: Found listing with ID: GX58%20HXR
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX58%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Scrape type for GX58%20HXR: 0
2026-03-29 06:19:29 [bca.uk] INFO: Found listing with ID: YB19%20RMC
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520RMC%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Scrape type for YB19%20RMC: 0
2026-03-29 06:19:29 [bca.uk] INFO: Found listing with ID: WF20%20CJE
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Scrape type for WF20%20CJE: 2
2026-03-29 06:19:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915fd2c1-ec22-50b1-937b-ab221e8057bb with identifier: WF20%20CJE
2026-03-29 06:19:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915fd2c1-ec22-50b1-937b-ab221e8057bb with scrape type 2
2026-03-29 06:19:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915fd2c1-ec22-50b1-937b-ab221e8057bb with scrape type 2
2026-03-29 06:19:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 915fd2c1-ec22-50b1-937b-ab221e8057bb, identifier: WF20%20CJE
2026-03-29 06:19:29 [bca.uk] INFO: Found listing with ID: WN59%20WNC
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN59%2520WNC%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Scrape type for WN59%20WNC: 2
2026-03-29 06:19:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 177ef3f1-7944-555e-98c3-63a81daa9beb with identifier: WN59%20WNC
2026-03-29 06:19:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 177ef3f1-7944-555e-98c3-63a81daa9beb with scrape type 2
2026-03-29 06:19:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 177ef3f1-7944-555e-98c3-63a81daa9beb with scrape type 2
2026-03-29 06:19:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 177ef3f1-7944-555e-98c3-63a81daa9beb, identifier: WN59%20WNC
2026-03-29 06:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 915fd2c1-ec22-50b1-937b-ab221e8057bb with identifier: WF20%20CJE
2026-03-29 06:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 915fd2c1-ec22-50b1-937b-ab221e8057bb with identifier: WF20%20CJE
2026-03-29 06:19:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 915fd2c1-ec22-50b1-937b-ab221e8057bb with identifier: WF20%20CJE to the API
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF20%20CJE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '915fd2c1-ec22-50b1-937b-ab221e8057bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF20 CJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF20%20CJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'X350 D',
 'odometer': 99761,
 '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 X350 D 3.0 V6 4MATIC POWER 7G+ CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'V6 4MATIC POWER 7G+',
 'vin': 'WDF4702522G040774',
 'year': 2020}
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Saving data for WF20%20CJE: {'auction_closing_time': 1774778400.0, 'created_time': 1774354847.078535, 'last_price_update_time': 1774765169.610732}
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF20%2520CJE') HTTP/1.1" 204 0
2026-03-29 06:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 177ef3f1-7944-555e-98c3-63a81daa9beb with identifier: WN59%20WNC
2026-03-29 06:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 177ef3f1-7944-555e-98c3-63a81daa9beb with identifier: WN59%20WNC
2026-03-29 06:19:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 177ef3f1-7944-555e-98c3-63a81daa9beb with identifier: WN59%20WNC to the API
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN59%20WNC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '177ef3f1-7944-555e-98c3-63a81daa9beb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN59 WNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN59%20WNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 311',
 'odometer': 185157,
 '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 SPRINTER 311 2.1 CDI 3.5T LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T LWB H/R',
 'vin': 'WDB9066352S355304',
 'year': 2009}
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN59%2520WNC%27 HTTP/1.1" 200 None
2026-03-29 06:19:29 [bca.uk] INFO: Saving data for WN59%20WNC: {'auction_closing_time': 1774778400.0, 'created_time': 1774651298.390888, 'last_price_update_time': 1774765169.984611}
2026-03-29 06:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN59%2520WNC') HTTP/1.1" 204 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: WK22%20VSC
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520VSC%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for WK22%20VSC: 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: BD20%20XZW
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520XZW%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for BD20%20XZW: 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: HF22%20MLL
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF22%2520MLL%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for HF22%20MLL: 2
2026-03-29 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef4704e-980c-59fc-82ef-e4c9e6b18395 with identifier: HF22%20MLL
2026-03-29 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef4704e-980c-59fc-82ef-e4c9e6b18395 with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ef4704e-980c-59fc-82ef-e4c9e6b18395 with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ef4704e-980c-59fc-82ef-e4c9e6b18395, identifier: HF22%20MLL
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: DS68%20VOU
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for DS68%20VOU: 2
2026-03-29 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f43c328-89f2-50b2-bf9e-ba53543cbadb with identifier: DS68%20VOU
2026-03-29 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f43c328-89f2-50b2-bf9e-ba53543cbadb with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f43c328-89f2-50b2-bf9e-ba53543cbadb with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f43c328-89f2-50b2-bf9e-ba53543cbadb, identifier: DS68%20VOU
2026-03-29 06:19:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ef4704e-980c-59fc-82ef-e4c9e6b18395 with identifier: HF22%20MLL
2026-03-29 06:19:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ef4704e-980c-59fc-82ef-e4c9e6b18395 with identifier: HF22%20MLL
2026-03-29 06:19:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ef4704e-980c-59fc-82ef-e4c9e6b18395 with identifier: HF22%20MLL to the API
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF22%20MLL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ef4704e-980c-59fc-82ef-e4c9e6b18395',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF22 MLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF22%20MLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 98950,
 'odometer_reading_unit': '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 170 340 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 340 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYME51109',
 'year': 2022}
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF22%2520MLL%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Saving data for HF22%20MLL: {'auction_closing_time': 1774778400.0, 'created_time': 1774448802.819943, 'last_price_update_time': 1774765170.528876}
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF22%2520MLL') HTTP/1.1" 204 0
2026-03-29 06:19:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:19:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f43c328-89f2-50b2-bf9e-ba53543cbadb with identifier: DS68%20VOU
2026-03-29 06:19:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f43c328-89f2-50b2-bf9e-ba53543cbadb with identifier: DS68%20VOU
2026-03-29 06:19:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f43c328-89f2-50b2-bf9e-ba53543cbadb with identifier: DS68%20VOU to the API
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS68%20VOU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f43c328-89f2-50b2-bf9e-ba53543cbadb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS68 VOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS68%20VOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 57302,
 'odometer_reading_unit': '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 125 ECOTEC LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 125 ECOTEC LWB SPORTIVE',
 'vin': 'W0VF7D604KV620835',
 'year': 2019}
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Saving data for DS68%20VOU: {'auction_closing_time': 1774778400.0, 'created_time': 1774437770.490089, 'last_price_update_time': 1774765170.804894}
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS68%2520VOU') HTTP/1.1" 204 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: HGZ%203039
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HGZ%25203039%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for HGZ%203039: 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: MW67%20XGP
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for MW67%20XGP: 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: PE61%20RDO
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520RDO%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for PE61%20RDO: 0
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: WN17%20FWZ
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for WN17%20FWZ: 2
2026-03-29 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e58f53f6-1d2e-5fbf-bc05-a615362723ba with identifier: WN17%20FWZ
2026-03-29 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e58f53f6-1d2e-5fbf-bc05-a615362723ba with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e58f53f6-1d2e-5fbf-bc05-a615362723ba with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e58f53f6-1d2e-5fbf-bc05-a615362723ba, identifier: WN17%20FWZ
2026-03-29 06:19:30 [bca.uk] INFO: Found listing with ID: DY11%20NRK
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520NRK%27 HTTP/1.1" 200 None
2026-03-29 06:19:30 [bca.uk] INFO: Scrape type for DY11%20NRK: 2
2026-03-29 06:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f803ed87-514d-542f-8cbf-b0181ea3eae8 with identifier: DY11%20NRK
2026-03-29 06:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f803ed87-514d-542f-8cbf-b0181ea3eae8 with scrape type 2
2026-03-29 06:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f803ed87-514d-542f-8cbf-b0181ea3eae8 with scrape type 2
2026-03-29 06:19:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f803ed87-514d-542f-8cbf-b0181ea3eae8, identifier: DY11%20NRK
2026-03-29 06:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e58f53f6-1d2e-5fbf-bc05-a615362723ba with identifier: WN17%20FWZ
2026-03-29 06:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e58f53f6-1d2e-5fbf-bc05-a615362723ba with identifier: WN17%20FWZ
2026-03-29 06:19:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e58f53f6-1d2e-5fbf-bc05-a615362723ba with identifier: WN17%20FWZ to the API
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN17%20FWZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e58f53f6-1d2e-5fbf-bc05-a615362723ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN17 FWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN17%20FWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'DUCATO 35',
 'odometer': 79468,
 '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 DUCATO 35 2.0 M/JET 115 MWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 115 MWB H/R',
 'vin': 'ZFA25000002D83374',
 'year': 2017}
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:31 [bca.uk] INFO: Saving data for WN17%20FWZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774447431.503299, 'last_price_update_time': 1774765171.697975}
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN17%2520FWZ') HTTP/1.1" 204 0
2026-03-29 06:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f803ed87-514d-542f-8cbf-b0181ea3eae8 with identifier: DY11%20NRK
2026-03-29 06:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f803ed87-514d-542f-8cbf-b0181ea3eae8 with identifier: DY11%20NRK
2026-03-29 06:19:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f803ed87-514d-542f-8cbf-b0181ea3eae8 with identifier: DY11%20NRK to the API
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY11%20NRK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f803ed87-514d-542f-8cbf-b0181ea3eae8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY11 NRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY11%20NRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 78090,
 '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 VIVARO 2.9T 2.0 CDTI 115 LWB 12 SEAT Bus',
 'transmission': 'manual',
 'trim': 'CDTI 115 LWB 12 SEAT',
 'vin': 'W0LF7BHB6BV611583',
 'year': 2011}
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520NRK%27 HTTP/1.1" 200 None
2026-03-29 06:19:31 [bca.uk] INFO: Saving data for DY11%20NRK: {'auction_closing_time': 1774778400.0, 'created_time': 1774651221.518722, 'last_price_update_time': 1774765171.98339}
2026-03-29 06:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY11%2520NRK') HTTP/1.1" 204 0
2026-03-29 06:19:32 [bca.uk] INFO: Found listing with ID: MM69%20NMJ
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:32 [bca.uk] INFO: Scrape type for MM69%20NMJ: 0
2026-03-29 06:19:32 [bca.uk] INFO: Found listing with ID: RF19%20OEO
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520OEO%27 HTTP/1.1" 200 None
2026-03-29 06:19:32 [bca.uk] INFO: Scrape type for RF19%20OEO: 2
2026-03-29 06:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73d246c0-2702-5e9b-b454-c98dc4510b05 with identifier: RF19%20OEO
2026-03-29 06:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d246c0-2702-5e9b-b454-c98dc4510b05 with scrape type 2
2026-03-29 06:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73d246c0-2702-5e9b-b454-c98dc4510b05 with scrape type 2
2026-03-29 06:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73d246c0-2702-5e9b-b454-c98dc4510b05, identifier: RF19%20OEO
2026-03-29 06:19:32 [bca.uk] INFO: Found listing with ID: EO21%20FBD
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 06:19:32 [bca.uk] INFO: Scrape type for EO21%20FBD: 2
2026-03-29 06:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28b55fbb-f067-53da-ac9a-5f09f91c2254 with identifier: EO21%20FBD
2026-03-29 06:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b55fbb-f067-53da-ac9a-5f09f91c2254 with scrape type 2
2026-03-29 06:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28b55fbb-f067-53da-ac9a-5f09f91c2254 with scrape type 2
2026-03-29 06:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28b55fbb-f067-53da-ac9a-5f09f91c2254, identifier: EO21%20FBD
2026-03-29 06:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73d246c0-2702-5e9b-b454-c98dc4510b05 with identifier: RF19%20OEO
2026-03-29 06:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73d246c0-2702-5e9b-b454-c98dc4510b05 with identifier: RF19%20OEO
2026-03-29 06:19:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73d246c0-2702-5e9b-b454-c98dc4510b05 with identifier: RF19%20OEO to the API
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF19%20OEO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73d246c0-2702-5e9b-b454-c98dc4510b05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF19 OEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF19%20OEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 45147,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 BMT H/L LWB KOMBI CrewCab '
          'Van',
 'transmission': 'manual',
 'trim': 'TDI 150 BMT H/L LWB KOMBI',
 'vin': 'WV1ZZZ7HZKH098400',
 'year': 2019}
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520OEO%27 HTTP/1.1" 200 None
2026-03-29 06:19:32 [bca.uk] INFO: Saving data for RF19%20OEO: {'auction_closing_time': 1774778400.0, 'created_time': 1774447826.555019, 'last_price_update_time': 1774765172.514636}
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF19%2520OEO') HTTP/1.1" 204 0
2026-03-29 06:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28b55fbb-f067-53da-ac9a-5f09f91c2254 with identifier: EO21%20FBD
2026-03-29 06:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28b55fbb-f067-53da-ac9a-5f09f91c2254 with identifier: EO21%20FBD
2026-03-29 06:19:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28b55fbb-f067-53da-ac9a-5f09f91c2254 with identifier: EO21%20FBD to the API
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO21%20FBD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '28b55fbb-f067-53da-ac9a-5f09f91c2254',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO21 FBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO21%20FBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 66060,
 '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 BERLINGO M 1.5 BLUEHDI 75 650 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 650 ENTERPRISE',
 'vin': 'VR7EFYHWCMJ626509',
 'year': 2021}
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520FBD%27 HTTP/1.1" 200 None
2026-03-29 06:19:32 [bca.uk] INFO: Saving data for EO21%20FBD: {'auction_closing_time': 1774778400.0, 'created_time': 1774651219.305315, 'last_price_update_time': 1774765172.915713}
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO21%2520FBD') HTTP/1.1" 204 0
2026-03-29 06:19:32 [bca.uk] INFO: Found listing with ID: RO23%20JHE
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JHE%27 HTTP/1.1" 200 None
2026-03-29 06:19:32 [bca.uk] INFO: Scrape type for RO23%20JHE: 2
2026-03-29 06:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fb51979-1909-5390-a90b-bbf05a007608 with identifier: RO23%20JHE
2026-03-29 06:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fb51979-1909-5390-a90b-bbf05a007608 with scrape type 2
2026-03-29 06:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fb51979-1909-5390-a90b-bbf05a007608 with scrape type 2
2026-03-29 06:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fb51979-1909-5390-a90b-bbf05a007608, identifier: RO23%20JHE
2026-03-29 06:19:33 [bca.uk] INFO: Total items found: 100
2026-03-29 06:19:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded
2026-03-29 06:19:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:19:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: KM74%20JDZ
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM74%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for KM74%20JDZ: 2
2026-03-29 06:19:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6c84537-8b29-5f58-88bd-68cdfebaebce with identifier: KM74%20JDZ
2026-03-29 06:19:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c84537-8b29-5f58-88bd-68cdfebaebce with scrape type 2
2026-03-29 06:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6c84537-8b29-5f58-88bd-68cdfebaebce with scrape type 2
2026-03-29 06:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6c84537-8b29-5f58-88bd-68cdfebaebce, identifier: KM74%20JDZ
2026-03-29 06:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fb51979-1909-5390-a90b-bbf05a007608 with identifier: RO23%20JHE
2026-03-29 06:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fb51979-1909-5390-a90b-bbf05a007608 with identifier: RO23%20JHE
2026-03-29 06:19:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fb51979-1909-5390-a90b-bbf05a007608 with identifier: RO23%20JHE to the API
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO23%20JHE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0fb51979-1909-5390-a90b-bbf05a007608',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO23 JHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO23%20JHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 54064,
 '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 EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROF.PREMIUM+',
 'vin': 'VF3VBYHRMP7803119',
 'year': 2023}
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JHE%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Saving data for RO23%20JHE: {'auction_closing_time': 1774778400.0, 'created_time': 1774354829.646991, 'last_price_update_time': 1774765173.442171}
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520JHE') HTTP/1.1" 204 0
2026-03-29 06:19:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6c84537-8b29-5f58-88bd-68cdfebaebce with identifier: KM74%20JDZ
2026-03-29 06:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6c84537-8b29-5f58-88bd-68cdfebaebce with identifier: KM74%20JDZ
2026-03-29 06:19:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6c84537-8b29-5f58-88bd-68cdfebaebce with identifier: KM74%20JDZ to the API
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM74%20JDZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a6c84537-8b29-5f58-88bd-68cdfebaebce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM74 JDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM74%20JDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 38419,
 '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 SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PRO PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PRO',
 'vin': 'W1V3HCFZ5SP754897',
 'year': 2024}
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM74%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Saving data for KM74%20JDZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774365032.915017, 'last_price_update_time': 1774765173.716653}
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM74%2520JDZ') HTTP/1.1" 204 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: RO23%20JTU
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JTU%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for RO23%20JTU: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: YB73%20RSV
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB73%2520RSV%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for YB73%20RSV: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: VX55%20UCA
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX55%2520UCA%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for VX55%20UCA: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: AD19%20AYM
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520AYM%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for AD19%20AYM: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: LV70%20ZSO
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520ZSO%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for LV70%20ZSO: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: YC20%20AOV
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for YC20%20AOV: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: YN17%20WSL
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520WSL%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for YN17%20WSL: 2
2026-03-29 06:19:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6848e2a6-86d6-5f63-9b8f-a4633929aa39 with identifier: YN17%20WSL
2026-03-29 06:19:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6848e2a6-86d6-5f63-9b8f-a4633929aa39 with scrape type 2
2026-03-29 06:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6848e2a6-86d6-5f63-9b8f-a4633929aa39 with scrape type 2
2026-03-29 06:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6848e2a6-86d6-5f63-9b8f-a4633929aa39, identifier: YN17%20WSL
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: EN17%20RKE
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520RKE%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for EN17%20RKE: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: EK17%20XYO
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520XYO%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for EK17%20XYO: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: EK09%20OJZ
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK09%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:33 [bca.uk] INFO: Scrape type for EK09%20OJZ: 0
2026-03-29 06:19:33 [bca.uk] INFO: Found listing with ID: EJ19%20UVB
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520UVB%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for EJ19%20UVB: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: EJ15%20LFB
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ15%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for EJ15%20LFB: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: EF18%20XLV
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for EF18%20XLV: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: YJ18%20VWG
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520VWG%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for YJ18%20VWG: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: EA17%20KXN
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for EA17%20KXN: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: GN16%20UHO
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for GN16%20UHO: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: GN65%20UYG
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520UYG%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for GN65%20UYG: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: LT15%20AZB
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520AZB%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for LT15%20AZB: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: BN61%20GUG
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520GUG%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for BN61%20GUG: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: LX63%20RHF
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for LX63%20RHF: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: NJ58%20PAO
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for NJ58%20PAO: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: YK57%20YBD
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for YK57%20YBD: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: DK63%20TWV
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for DK63%20TWV: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: VO14%20LUL
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520LUL%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for VO14%20LUL: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: RK69%20HTX
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520HTX%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for RK69%20HTX: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: RK19%20TDX
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520TDX%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for RK19%20TDX: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: RA53%20TVW
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA53%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for RA53%20TVW: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: MD15%20DZE
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520DZE%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for MD15%20DZE: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: DX16%20XOG
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520XOG%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for DX16%20XOG: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: LT06%20NRE
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT06%2520NRE%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for LT06%20NRE: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: LG54%20CTX
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG54%2520CTX%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for LG54%20CTX: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: HV17%20HNY
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520HNY%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for HV17%20HNY: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: HJ05%20GYZ
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ05%2520GYZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for HJ05%20GYZ: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: EA61%20KZG
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520KZG%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for EA61%20KZG: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: EA18%20TVO
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520TVO%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for EA18%20TVO: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: CE10%20WLK
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE10%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for CE10%20WLK: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: SB06%20MXP
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB06%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for SB06%20MXP: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: GM21%20AOT
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520AOT%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for GM21%20AOT: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: DY16%20UYF
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for DY16%20UYF: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: DE15%20UOH
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520UOH%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for DE15%20UOH: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: AP14%20CKK
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP14%2520CKK%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for AP14%20CKK: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: AO11%20XUF
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO11%2520XUF%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for AO11%20XUF: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: AD19%20LFS
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520LFS%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for AD19%20LFS: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: FE12%20YZW
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520YZW%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for FE12%20YZW: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: BC22%20HCF
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HCF%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for BC22%20HCF: 2
2026-03-29 06:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF
2026-03-29 06:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7d272-10c4-591a-b0ed-7fee2d80f241 with scrape type 2
2026-03-29 06:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b7d272-10c4-591a-b0ed-7fee2d80f241 with scrape type 2
2026-03-29 06:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b7d272-10c4-591a-b0ed-7fee2d80f241, identifier: BC22%20HCF
2026-03-29 06:19:34 [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:19:34 [bca.uk] INFO: Found listing with ID: BM17%20UHU
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM17%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for BM17%20UHU: 0
2026-03-29 06:19:34 [bca.uk] INFO: Found listing with ID: BL66%20LNU
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 06:19:34 [bca.uk] INFO: Scrape type for BL66%20LNU: 2
2026-03-29 06:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5d1a45-9409-5ec4-8be4-32190ad6263b with identifier: BL66%20LNU
2026-03-29 06:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5d1a45-9409-5ec4-8be4-32190ad6263b with scrape type 2
2026-03-29 06:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f5d1a45-9409-5ec4-8be4-32190ad6263b with scrape type 2
2026-03-29 06:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f5d1a45-9409-5ec4-8be4-32190ad6263b, identifier: BL66%20LNU
2026-03-29 06:19:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6848e2a6-86d6-5f63-9b8f-a4633929aa39 with identifier: YN17%20WSL
2026-03-29 06:19:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6848e2a6-86d6-5f63-9b8f-a4633929aa39 with identifier: YN17%20WSL
2026-03-29 06:19:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6848e2a6-86d6-5f63-9b8f-a4633929aa39 with identifier: YN17%20WSL to the API
2026-03-29 06:19:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN17%20WSL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6848e2a6-86d6-5f63-9b8f-a4633929aa39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN17 WSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN17%20WSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 60891,
 '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 PARTNER L1 1.6 BLUEHDI 100 850 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 850 PROFESSIONAL',
 'vin': 'VF37DBHY6HJ635198',
 'year': 2017}
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520WSL%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Saving data for YN17%20WSL: {'auction_closing_time': 1774778400.0, 'created_time': 1774448761.545415, 'last_price_update_time': 1774765175.06059}
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN17%2520WSL') HTTP/1.1" 204 0
2026-03-29 06:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF
2026-03-29 06:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF
2026-03-29 06:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF to the API
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC22%20HCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96b7d272-10c4-591a-b0ed-7fee2d80f241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC22 HCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC22%20HCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 27373,
 'odometer_reading_unit': '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 A35 AMG 2.0 4MATIC PREMIUM PLUS ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC PREMIUM PLUS ED.DCT',
 'vin': 'W1K1770512N280788',
 'year': 2022}
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HCF%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Saving data for BC22%20HCF: {'auction_closing_time': 1775124000.0, 'created_time': 1774277338.12475, 'last_price_update_time': 1774765175.451591}
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC22%2520HCF') HTTP/1.1" 204 0
2026-03-29 06:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f5d1a45-9409-5ec4-8be4-32190ad6263b with identifier: BL66%20LNU
2026-03-29 06:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f5d1a45-9409-5ec4-8be4-32190ad6263b with identifier: BL66%20LNU
2026-03-29 06:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f5d1a45-9409-5ec4-8be4-32190ad6263b with identifier: BL66%20LNU to the API
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL66%20LNU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f5d1a45-9409-5ec4-8be4-32190ad6263b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL66 LNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL66%20LNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 98879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 130 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYGY69789',
 'year': 2016}
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Saving data for BL66%20LNU: {'auction_closing_time': 1774778400.0, 'created_time': 1774651218.455389, 'last_price_update_time': 1774765175.732224}
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL66%2520LNU') HTTP/1.1" 204 0
2026-03-29 06:19:35 [bca.uk] INFO: Found listing with ID: YY62%20LLD
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY62%2520LLD%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Scrape type for YY62%20LLD: 0
2026-03-29 06:19:35 [bca.uk] INFO: Found listing with ID: EK17%20YRP
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520YRP%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Scrape type for EK17%20YRP: 0
2026-03-29 06:19:35 [bca.uk] INFO: Found listing with ID: RO17%20AYF
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Scrape type for RO17%20AYF: 2
2026-03-29 06:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11dbc3a6-6742-573e-93cd-adeda12f04e7 with identifier: RO17%20AYF
2026-03-29 06:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11dbc3a6-6742-573e-93cd-adeda12f04e7 with scrape type 2
2026-03-29 06:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11dbc3a6-6742-573e-93cd-adeda12f04e7 with scrape type 2
2026-03-29 06:19:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11dbc3a6-6742-573e-93cd-adeda12f04e7, identifier: RO17%20AYF
2026-03-29 06:19:35 [bca.uk] INFO: Found listing with ID: RX66%20CYJ
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520CYJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Scrape type for RX66%20CYJ: 0
2026-03-29 06:19:35 [bca.uk] INFO: Found listing with ID: LD65%20WHV
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WHV%27 HTTP/1.1" 200 None
2026-03-29 06:19:35 [bca.uk] INFO: Scrape type for LD65%20WHV: 2
2026-03-29 06:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV
2026-03-29 06:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with scrape type 2
2026-03-29 06:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with scrape type 2
2026-03-29 06:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66019809-b5c2-5f88-9abb-b3fcfa7064e6, identifier: LD65%20WHV
2026-03-29 06:19:36 [bca.uk] INFO: Found listing with ID: CX19%20GXV
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 06:19:36 [bca.uk] INFO: Scrape type for CX19%20GXV: 2
2026-03-29 06:19:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca43839d-37d8-5779-a1a8-4b34ad7281f8 with identifier: CX19%20GXV
2026-03-29 06:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca43839d-37d8-5779-a1a8-4b34ad7281f8 with scrape type 2
2026-03-29 06:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca43839d-37d8-5779-a1a8-4b34ad7281f8 with scrape type 2
2026-03-29 06:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca43839d-37d8-5779-a1a8-4b34ad7281f8, identifier: CX19%20GXV
2026-03-29 06:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11dbc3a6-6742-573e-93cd-adeda12f04e7 with identifier: RO17%20AYF
2026-03-29 06:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11dbc3a6-6742-573e-93cd-adeda12f04e7 with identifier: RO17%20AYF
2026-03-29 06:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11dbc3a6-6742-573e-93cd-adeda12f04e7 with identifier: RO17%20AYF to the API
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO17%20AYF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11dbc3a6-6742-573e-93cd-adeda12f04e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO17 AYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO17%20AYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI C20',
 'odometer': 57343,
 '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 CADDY MAXI C20 2.0 TDI 102 BMT STARTLINE DSG Van',
 'transmission': 'automatic',
 'trim': 'TDI 102 BMT STARTLINE DSG',
 'vin': 'WV1ZZZ2KZGX032197',
 'year': 2017}
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 06:19:36 [bca.uk] INFO: Saving data for RO17%20AYF: {'auction_closing_time': 1774778400.0, 'created_time': 1774448468.737127, 'last_price_update_time': 1774765176.416666}
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO17%2520AYF') HTTP/1.1" 204 0
2026-03-29 06:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV
2026-03-29 06:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV
2026-03-29 06:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV to the API
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20WHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66019809-b5c2-5f88-9abb-b3fcfa7064e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD65 WHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD65%20WHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '420D',
 'odometer': 86334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT Coupe',
 'transmission': 'manual',
 'trim': '190 M SPORT',
 'vin': 'WBA4P72010K363993',
 'year': 2015}
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WHV%27 HTTP/1.1" 200 None
2026-03-29 06:19:36 [bca.uk] INFO: Saving data for LD65%20WHV: {'auction_closing_time': 1775037600.0, 'created_time': 1773960278.35291, 'last_price_update_time': 1774765176.727207}
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520WHV') HTTP/1.1" 204 0
2026-03-29 06:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca43839d-37d8-5779-a1a8-4b34ad7281f8 with identifier: CX19%20GXV
2026-03-29 06:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca43839d-37d8-5779-a1a8-4b34ad7281f8 with identifier: CX19%20GXV
2026-03-29 06:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca43839d-37d8-5779-a1a8-4b34ad7281f8 with identifier: CX19%20GXV to the API
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX19%20GXV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca43839d-37d8-5779-a1a8-4b34ad7281f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX19 GXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX19%20GXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 162785,
 'odometer_reading_unit': '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 DOBLO MAXI 1.6 M/JET 105 LWB SX Van',
 'transmission': 'manual',
 'trim': 'M/JET 105 LWB SX',
 'vin': 'ZFA26300006M64312',
 'year': 2019}
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Saving data for CX19%20GXV: {'auction_closing_time': 1774778400.0, 'created_time': 1774447928.502953, 'last_price_update_time': 1774765177.000444}
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX19%2520GXV') HTTP/1.1" 204 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: WP67%20CJZ
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP67%2520CJZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for WP67%20CJZ: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: SL10%20VLB
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL10%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for SL10%20VLB: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: AE17%20MKZ
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE17%2520MKZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for AE17%20MKZ: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: AE20%20WTL
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE20%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for AE20%20WTL: 2
2026-03-29 06:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41e2b942-1196-5b4f-b8e5-9da182c3e9ad with identifier: AE20%20WTL
2026-03-29 06:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41e2b942-1196-5b4f-b8e5-9da182c3e9ad with scrape type 2
2026-03-29 06:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41e2b942-1196-5b4f-b8e5-9da182c3e9ad with scrape type 2
2026-03-29 06:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41e2b942-1196-5b4f-b8e5-9da182c3e9ad, identifier: AE20%20WTL
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: SP67%20RNJ
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520RNJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for SP67%20RNJ: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: DK63%20ZNX
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520ZNX%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for DK63%20ZNX: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: EA67%20BCE
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520BCE%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for EA67%20BCE: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: DN64%20NMA
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520NMA%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for DN64%20NMA: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: M31%20FFM
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M31%2520FFM%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for M31%20FFM: 0
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: CN57%20BXX
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN57%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for CN57%20BXX: 2
2026-03-29 06:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX
2026-03-29 06:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68da282e-8a9b-59b5-a931-172bee45d1c9 with scrape type 2
2026-03-29 06:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68da282e-8a9b-59b5-a931-172bee45d1c9 with scrape type 2
2026-03-29 06:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68da282e-8a9b-59b5-a931-172bee45d1c9, identifier: CN57%20BXX
2026-03-29 06:19:37 [bca.uk] INFO: Found listing with ID: EU18%20RNV
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520RNV%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Scrape type for EU18%20RNV: 2
2026-03-29 06:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b168be8-debb-599e-ae71-637031e7af49 with identifier: EU18%20RNV
2026-03-29 06:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b168be8-debb-599e-ae71-637031e7af49 with scrape type 2
2026-03-29 06:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b168be8-debb-599e-ae71-637031e7af49 with scrape type 2
2026-03-29 06:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b168be8-debb-599e-ae71-637031e7af49, identifier: EU18%20RNV
2026-03-29 06:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41e2b942-1196-5b4f-b8e5-9da182c3e9ad with identifier: AE20%20WTL
2026-03-29 06:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41e2b942-1196-5b4f-b8e5-9da182c3e9ad with identifier: AE20%20WTL
2026-03-29 06:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41e2b942-1196-5b4f-b8e5-9da182c3e9ad with identifier: AE20%20WTL to the API
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE20%20WTL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41e2b942-1196-5b4f-b8e5-9da182c3e9ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE20 WTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE20%20WTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 77566,
 '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 AMAROK A33 3.0 V6 TDI 258 BMT BLACK ED.4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 258 BMT BLACK ED.4M',
 'vin': 'WV1ZZZ2HZLH006831',
 'year': 2020}
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE20%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 06:19:37 [bca.uk] INFO: Saving data for AE20%20WTL: {'auction_closing_time': 1774778400.0, 'created_time': 1774354853.53307, 'last_price_update_time': 1774765177.72071}
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE20%2520WTL') HTTP/1.1" 204 0
2026-03-29 06:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX
2026-03-29 06:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX
2026-03-29 06:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX to the API
2026-03-29 06:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN57%20BXX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68da282e-8a9b-59b5-a931-172bee45d1c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN57 BXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN57%20BXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LOTUS',
 'model': 'EXIGE',
 'odometer': 58535,
 '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': 'LOTUS EXIGE 1.8 S TOURING Coupe',
 'transmission': 'manual',
 'trim': 'S TOURING',
 'vin': 'SCCVC11187HN83003',
 'year': 2007}
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN57%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Saving data for CN57%20BXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774562662.598683, 'last_price_update_time': 1774765178.115617}
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN57%2520BXX') HTTP/1.1" 204 0
2026-03-29 06:19:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b168be8-debb-599e-ae71-637031e7af49 with identifier: EU18%20RNV
2026-03-29 06:19:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b168be8-debb-599e-ae71-637031e7af49 with identifier: EU18%20RNV
2026-03-29 06:19:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b168be8-debb-599e-ae71-637031e7af49 with identifier: EU18%20RNV to the API
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU18%20RNV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b168be8-debb-599e-ae71-637031e7af49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU18 RNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU18%20RNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 117513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 ENERGY DCI 125 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 ENERGY DCI 125 SPORT',
 'vin': 'VF1FL000560430700',
 'year': 2018}
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520RNV%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Saving data for EU18%20RNV: {'auction_closing_time': 1774778400.0, 'created_time': 1774447336.873395, 'last_price_update_time': 1774765178.386971}
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU18%2520RNV') HTTP/1.1" 204 0
2026-03-29 06:19:38 [bca.uk] INFO: Found listing with ID: HK22%20DXB
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Scrape type for HK22%20DXB: 0
2026-03-29 06:19:38 [bca.uk] INFO: Found listing with ID: LP22%20BZS
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520BZS%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Scrape type for LP22%20BZS: 2
2026-03-29 06:19:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41a88b17-6375-5026-886e-5b9b2c9676c7 with identifier: LP22%20BZS
2026-03-29 06:19:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41a88b17-6375-5026-886e-5b9b2c9676c7 with scrape type 2
2026-03-29 06:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41a88b17-6375-5026-886e-5b9b2c9676c7 with scrape type 2
2026-03-29 06:19:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41a88b17-6375-5026-886e-5b9b2c9676c7, identifier: LP22%20BZS
2026-03-29 06:19:38 [bca.uk] INFO: Found listing with ID: ML09%20UUK
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520UUK%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Scrape type for ML09%20UUK: 2
2026-03-29 06:19:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK
2026-03-29 06:19:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eed314a-7861-56ea-825f-a836c289e9ea with scrape type 2
2026-03-29 06:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eed314a-7861-56ea-825f-a836c289e9ea with scrape type 2
2026-03-29 06:19:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eed314a-7861-56ea-825f-a836c289e9ea, identifier: ML09%20UUK
2026-03-29 06:19:38 [bca.uk] INFO: Found listing with ID: BV14%20NLK
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520NLK%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Scrape type for BV14%20NLK: 0
2026-03-29 06:19:38 [bca.uk] INFO: Found listing with ID: PN70%20MWJ
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN70%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:38 [bca.uk] INFO: Scrape type for PN70%20MWJ: 2
2026-03-29 06:19:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b6392e-7359-52a7-ad57-87c0cee7f9c2 with identifier: PN70%20MWJ
2026-03-29 06:19:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b6392e-7359-52a7-ad57-87c0cee7f9c2 with scrape type 2
2026-03-29 06:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b6392e-7359-52a7-ad57-87c0cee7f9c2 with scrape type 2
2026-03-29 06:19:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b6392e-7359-52a7-ad57-87c0cee7f9c2, identifier: PN70%20MWJ
2026-03-29 06:19:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41a88b17-6375-5026-886e-5b9b2c9676c7 with identifier: LP22%20BZS
2026-03-29 06:19:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41a88b17-6375-5026-886e-5b9b2c9676c7 with identifier: LP22%20BZS
2026-03-29 06:19:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41a88b17-6375-5026-886e-5b9b2c9676c7 with identifier: LP22%20BZS to the API
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP22%20BZS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41a88b17-6375-5026-886e-5b9b2c9676c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP22 BZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP22%20BZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 74301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNJ10074',
 'year': 2022}
2026-03-29 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520BZS%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Saving data for LP22%20BZS: {'auction_closing_time': 1774778400.0, 'created_time': 1774448736.44364, 'last_price_update_time': 1774765179.007275}
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP22%2520BZS') HTTP/1.1" 204 0
2026-03-29 06:19:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK
2026-03-29 06:19:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK
2026-03-29 06:19:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK to the API
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML09%20UUK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3eed314a-7861-56ea-825f-a836c289e9ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML09 UUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML09%20UUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 48921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'PORSCHE BOXSTER 2.7 (245) Roadster',
 'transmission': 'manual',
 'trim': '(245)',
 'vin': 'WP0ZZZ98Z8U702150',
 'year': 2009}
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520UUK%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Saving data for ML09%20UUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562663.619849, 'last_price_update_time': 1774765179.284838}
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML09%2520UUK') HTTP/1.1" 204 0
2026-03-29 06:19:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b6392e-7359-52a7-ad57-87c0cee7f9c2 with identifier: PN70%20MWJ
2026-03-29 06:19:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b6392e-7359-52a7-ad57-87c0cee7f9c2 with identifier: PN70%20MWJ
2026-03-29 06:19:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b6392e-7359-52a7-ad57-87c0cee7f9c2 with identifier: PN70%20MWJ to the API
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN70%20MWJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4b6392e-7359-52a7-ad57-87c0cee7f9c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN70 MWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN70%20MWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 60815,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D 150 INVINCIBLE 4WD',
 'vin': 'AHTBB3CD401767060',
 'year': 2020}
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN70%2520MWJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Saving data for PN70%20MWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774448734.045287, 'last_price_update_time': 1774765179.582807}
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN70%2520MWJ') HTTP/1.1" 204 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: WV70%20PLN
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520PLN%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for WV70%20PLN: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: LC64%20RXW
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC64%2520RXW%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for LC64%20RXW: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: YK09%20AOV
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for YK09%20AOV: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: WN64%20YWU
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520YWU%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for WN64%20YWU: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: WN22%20XNE
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520XNE%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for WN22%20XNE: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: VU11%20OVP
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520OVP%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for VU11%20OVP: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: LM15%20CFO
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for LM15%20CFO: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: WV20%20SVK
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520SVK%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for WV20%20SVK: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: TGZ%203183
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25203183%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for TGZ%203183: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: MF67%20FCD
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520FCD%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for MF67%20FCD: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: RE20%20ZBU
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE20%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for RE20%20ZBU: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: GV13%20ACJ
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for GV13%20ACJ: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: ES11%20MAM
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ES11%2520MAM%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for ES11%20MAM: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: LR72%20VXA
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520VXA%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for LR72%20VXA: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: MF69%20RWN
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520RWN%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for MF69%20RWN: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: OV18%20AHL
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520AHL%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for OV18%20AHL: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: RA06%20FLF
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA06%2520FLF%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for RA06%20FLF: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: RX17%20MHZ
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520MHZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for RX17%20MHZ: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: WM64%20BPE
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520BPE%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for WM64%20BPE: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: WM67%20RHU
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for WM67%20RHU: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: YA18%20UPJ
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UPJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for YA18%20UPJ: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: YR13%20CAE
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520CAE%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for YR13%20CAE: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: LN65%20EJO
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for LN65%20EJO: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: LJ61%20NPP
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ61%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for LJ61%20NPP: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: KN65%20JHY
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520JHY%27 HTTP/1.1" 200 None
2026-03-29 06:19:39 [bca.uk] INFO: Scrape type for KN65%20JHY: 0
2026-03-29 06:19:39 [bca.uk] INFO: Found listing with ID: KF16%20BTZ
2026-03-29 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520BTZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for KF16%20BTZ: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: HS19%20ZVA
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520ZVA%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for HS19%20ZVA: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: HJ10%20UYB
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ10%2520UYB%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for HJ10%20UYB: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: HJ08%20YGW
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ08%2520YGW%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for HJ08%20YGW: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: GU65%20VJF
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19: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%2520VJF%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for GU65%20VJF: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: GL21%20UOR
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520UOR%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for GL21%20UOR: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: GF63%20FZS
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF63%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for GF63%20FZS: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: EY63%20SVW
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520SVW%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for EY63%20SVW: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: ET65%20BJO
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET65%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for ET65%20BJO: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: EO67%20CLF
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520CLF%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for EO67%20CLF: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: V8%20XMB
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V8%2520XMB%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for V8%20XMB: 2
2026-03-29 06:19:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB
2026-03-29 06:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a61d2b7-efd8-5283-9842-bf4a77e818bf with scrape type 2
2026-03-29 06:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a61d2b7-efd8-5283-9842-bf4a77e818bf with scrape type 2
2026-03-29 06:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a61d2b7-efd8-5283-9842-bf4a77e818bf, identifier: V8%20XMB
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: YC14%20WNZ
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC14%2520WNZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for YC14%20WNZ: 0
2026-03-29 06:19:40 [bca.uk] INFO: Found listing with ID: PY69%20FVJ
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY69%2520FVJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Scrape type for PY69%20FVJ: 2
2026-03-29 06:19:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b with identifier: PY69%20FVJ
2026-03-29 06:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b with scrape type 2
2026-03-29 06:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b with scrape type 2
2026-03-29 06:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b, identifier: PY69%20FVJ
2026-03-29 06:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB
2026-03-29 06:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB
2026-03-29 06:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB to the API
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V8%20XMB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a61d2b7-efd8-5283-9842-bf4a77e818bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'V8 XMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=V8%20XMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 101775,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 4.1 V8 D 380 S TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V8 D 380 S TIPTRONIC S',
 'vin': 'WP1ZZZ92ZFLA68007',
 'year': 2015}
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V8%2520XMB%27 HTTP/1.1" 200 None
2026-03-29 06:19:40 [bca.uk] INFO: Saving data for V8%20XMB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562664.343723, 'last_price_update_time': 1774765180.638263}
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V8%2520XMB') HTTP/1.1" 204 0
2026-03-29 06:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b with identifier: PY69%20FVJ
2026-03-29 06:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b with identifier: PY69%20FVJ
2026-03-29 06:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b with identifier: PY69%20FVJ to the API
2026-03-29 06:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY69%20FVJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4839bcc-e56a-547f-8bfb-ee5cb9dfc34b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY69 FVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY69%20FVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 154652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZKL63758',
 'year': 2020}
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY69%2520FVJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Saving data for PY69%20FVJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774436955.485731, 'last_price_update_time': 1774765181.024482}
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY69%2520FVJ') HTTP/1.1" 204 0
2026-03-29 06:19:41 [bca.uk] INFO: Found listing with ID: YN15%20XGT
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Scrape type for YN15%20XGT: 2
2026-03-29 06:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT
2026-03-29 06:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dc74853-8f59-5461-86d0-e311419a687a with scrape type 2
2026-03-29 06:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dc74853-8f59-5461-86d0-e311419a687a with scrape type 2
2026-03-29 06:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dc74853-8f59-5461-86d0-e311419a687a, identifier: YN15%20XGT
2026-03-29 06:19:41 [bca.uk] INFO: Found listing with ID: FE69%20KTA
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Scrape type for FE69%20KTA: 2
2026-03-29 06:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 907b873c-bd3f-583f-8f5a-81eefc6f8e37 with identifier: FE69%20KTA
2026-03-29 06:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 907b873c-bd3f-583f-8f5a-81eefc6f8e37 with scrape type 2
2026-03-29 06:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 907b873c-bd3f-583f-8f5a-81eefc6f8e37 with scrape type 2
2026-03-29 06:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 907b873c-bd3f-583f-8f5a-81eefc6f8e37, identifier: FE69%20KTA
2026-03-29 06:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT
2026-03-29 06:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT
2026-03-29 06:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT to the API
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN15%20XGT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9dc74853-8f59-5461-86d0-e311419a687a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN15 XGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN15%20XGT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 66798,
 '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 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI HYBRID EXCEL',
 'vin': 'SB1MS3JE80E145222',
 'year': 2015}
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Saving data for YN15%20XGT: {'auction_closing_time': 1775037600.0, 'created_time': 1774562536.461614, 'last_price_update_time': 1774765181.537357}
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN15%2520XGT') HTTP/1.1" 204 0
2026-03-29 06:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 907b873c-bd3f-583f-8f5a-81eefc6f8e37 with identifier: FE69%20KTA
2026-03-29 06:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 907b873c-bd3f-583f-8f5a-81eefc6f8e37 with identifier: FE69%20KTA
2026-03-29 06:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 907b873c-bd3f-583f-8f5a-81eefc6f8e37 with identifier: FE69%20KTA to the API
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20KTA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '907b873c-bd3f-583f-8f5a-81eefc6f8e37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE69 KTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20KTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 68987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRKLZ003698',
 'year': 2019}
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Saving data for FE69%20KTA: {'auction_closing_time': 1774778400.0, 'created_time': 1774448618.543024, 'last_price_update_time': 1774765181.813979}
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520KTA') HTTP/1.1" 204 0
2026-03-29 06:19:41 [bca.uk] INFO: Found listing with ID: YP16%20NZW
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520NZW%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Scrape type for YP16%20NZW: 2
2026-03-29 06:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW
2026-03-29 06:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 460acbfb-a87d-500c-86b4-ea43d1e24c98 with scrape type 2
2026-03-29 06:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 460acbfb-a87d-500c-86b4-ea43d1e24c98 with scrape type 2
2026-03-29 06:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 460acbfb-a87d-500c-86b4-ea43d1e24c98, identifier: YP16%20NZW
2026-03-29 06:19:41 [bca.uk] INFO: Found listing with ID: BK12%20BYJ
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520BYJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Scrape type for BK12%20BYJ: 0
2026-03-29 06:19:41 [bca.uk] INFO: Found listing with ID: BK59%20XZA
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK59%2520XZA%27 HTTP/1.1" 200 None
2026-03-29 06:19:41 [bca.uk] INFO: Scrape type for BK59%20XZA: 0
2026-03-29 06:19:41 [bca.uk] INFO: Found listing with ID: DN69%20UPD
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520UPD%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for DN69%20UPD: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: EW19%20GVK
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520GVK%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for EW19%20GVK: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: GD67%20WUM
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD67%2520WUM%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for GD67%20WUM: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: LV68%20NTA
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520NTA%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for LV68%20NTA: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: YM21%20POH
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520POH%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for YM21%20POH: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: DG16%20TNV
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19: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%2520TNV%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for DG16%20TNV: 2
2026-03-29 06:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49 with identifier: DG16%20TNV
2026-03-29 06:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49 with scrape type 2
2026-03-29 06:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49 with scrape type 2
2026-03-29 06:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49, identifier: DG16%20TNV
2026-03-29 06:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW
2026-03-29 06:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW
2026-03-29 06:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW to the API
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP16%20NZW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '460acbfb-a87d-500c-86b4-ea43d1e24c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP16 NZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP16%20NZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 60182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID EXCEL 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID EXCEL 4WD',
 'vin': 'JTMDJREV50D026769',
 'year': 2016}
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520NZW%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Saving data for YP16%20NZW: {'auction_closing_time': 1775037600.0, 'created_time': 1774562534.400494, 'last_price_update_time': 1774765182.461148}
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP16%2520NZW') HTTP/1.1" 204 0
2026-03-29 06:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49 with identifier: DG16%20TNV
2026-03-29 06:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49 with identifier: DG16%20TNV
2026-03-29 06:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49 with identifier: DG16%20TNV to the API
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG16%20TNV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '29a5c5c3-4612-5f7e-aa3a-2eb6aed20e49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG16 TNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG16%20TNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 133464,
 '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 Pickup',
 'transmission': 'manual',
 'trim': 'DI-D 134 LWB 4LIFE 4WD',
 'vin': 'MMCENKB40FD840911',
 'year': 2016}
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19: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%2520TNV%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Saving data for DG16%20TNV: {'auction_closing_time': 1774778400.0, 'created_time': 1774447818.792694, 'last_price_update_time': 1774765182.842196}
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG16%2520TNV') HTTP/1.1" 204 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: LM68%20OYW
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520OYW%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for LM68%20OYW: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: SN66%20UAJ
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520UAJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for SN66%20UAJ: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: YW16%20FXJ
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520FXJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for YW16%20FXJ: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: FY58%20BNL
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY58%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for FY58%20BNL: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: NJ65%20VHK
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for NJ65%20VHK: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: YC61%20XUK
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC61%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for YC61%20XUK: 0
2026-03-29 06:19:42 [bca.uk] INFO: Found listing with ID: WD17%20BEU
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520BEU%27 HTTP/1.1" 200 None
2026-03-29 06:19:42 [bca.uk] INFO: Scrape type for WD17%20BEU: 2
2026-03-29 06:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU
2026-03-29 06:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eabbb710-268f-576a-b3ac-a2d6560ce7ec with scrape type 2
2026-03-29 06:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eabbb710-268f-576a-b3ac-a2d6560ce7ec with scrape type 2
2026-03-29 06:19:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eabbb710-268f-576a-b3ac-a2d6560ce7ec, identifier: WD17%20BEU
2026-03-29 06:19:43 [bca.uk] INFO: Found listing with ID: FX24%20TLO
2026-03-29 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX24%2520TLO%27 HTTP/1.1" 200 None
2026-03-29 06:19:43 [bca.uk] INFO: Scrape type for FX24%20TLO: 0
2026-03-29 06:19:43 [bca.uk] INFO: Found listing with ID: GV72%20NDG
2026-03-29 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520NDG%27 HTTP/1.1" 200 None
2026-03-29 06:19:43 [bca.uk] INFO: Scrape type for GV72%20NDG: 2
2026-03-29 06:19:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35c40c11-1abf-5584-aab6-c17209d2059b with identifier: GV72%20NDG
2026-03-29 06:19:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35c40c11-1abf-5584-aab6-c17209d2059b with scrape type 2
2026-03-29 06:19:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35c40c11-1abf-5584-aab6-c17209d2059b with scrape type 2
2026-03-29 06:19:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35c40c11-1abf-5584-aab6-c17209d2059b, identifier: GV72%20NDG
2026-03-29 06:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU
2026-03-29 06:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU
2026-03-29 06:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU to the API
2026-03-29 06:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD17%20BEU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eabbb710-268f-576a-b3ac-a2d6560ce7ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD17 BEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD17%20BEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 96474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130042A268858',
 'year': 2017}
2026-03-29 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520BEU%27 HTTP/1.1" 200 None
2026-03-29 06:19:44 [bca.uk] INFO: Saving data for WD17%20BEU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562530.882675, 'last_price_update_time': 1774765184.055767}
2026-03-29 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD17%2520BEU') HTTP/1.1" 204 0
2026-03-29 06:19:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35c40c11-1abf-5584-aab6-c17209d2059b with identifier: GV72%20NDG
2026-03-29 06:19:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35c40c11-1abf-5584-aab6-c17209d2059b with identifier: GV72%20NDG
2026-03-29 06:19:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35c40c11-1abf-5584-aab6-c17209d2059b with identifier: GV72%20NDG to the API
2026-03-29 06:19:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20NDG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '35c40c11-1abf-5584-aab6-c17209d2059b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV72 NDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20NDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 73586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DACIA DUSTER 1.5 BLUE DCI COMFORT Van',
 'transmission': 'manual',
 'trim': 'BLUE DCI COMFORT',
 'vin': 'VF1HJD20769692863',
 'year': 2023}
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520NDG%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Saving data for GV72%20NDG: {'auction_closing_time': 1774778400.0, 'created_time': 1773959543.459562, 'last_price_update_time': 1774765185.064437}
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520NDG') HTTP/1.1" 204 0
2026-03-29 06:19:45 [bca.uk] INFO: Found listing with ID: YP18%20LVE
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520LVE%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Scrape type for YP18%20LVE: 2
2026-03-29 06:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE
2026-03-29 06:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with scrape type 2
2026-03-29 06:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with scrape type 2
2026-03-29 06:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d, identifier: YP18%20LVE
2026-03-29 06:19:45 [bca.uk] INFO: Found listing with ID: DS70%20HDY
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS70%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Scrape type for DS70%20HDY: 0
2026-03-29 06:19:45 [bca.uk] INFO: Found listing with ID: A23%20NAO
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A23%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Scrape type for A23%20NAO: 2
2026-03-29 06:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76963551-bbcc-589e-b632-b5af351f01d8 with identifier: A23%20NAO
2026-03-29 06:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76963551-bbcc-589e-b632-b5af351f01d8 with scrape type 2
2026-03-29 06:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76963551-bbcc-589e-b632-b5af351f01d8 with scrape type 2
2026-03-29 06:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76963551-bbcc-589e-b632-b5af351f01d8, identifier: A23%20NAO
2026-03-29 06:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE
2026-03-29 06:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE
2026-03-29 06:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE to the API
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b8d1625-dd7a-5e98-87a5-49bf83b4c22d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP18 LVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP18%20LVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 46474,
 'odometer_reading_unit': '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 FIRST EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 FIRST EDITION',
 'vin': 'KNAD6811LJ6122862',
 'year': 2018}
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520LVE%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Saving data for YP18%20LVE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562524.982363, 'last_price_update_time': 1774765185.555594}
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP18%2520LVE') HTTP/1.1" 204 0
2026-03-29 06:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76963551-bbcc-589e-b632-b5af351f01d8 with identifier: A23%20NAO
2026-03-29 06:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76963551-bbcc-589e-b632-b5af351f01d8 with identifier: A23%20NAO
2026-03-29 06:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76963551-bbcc-589e-b632-b5af351f01d8 with identifier: A23%20NAO to the API
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A23%20NAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76963551-bbcc-589e-b632-b5af351f01d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A23 NAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A23%20NAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 110171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'WMWXR32070TS33937',
 'year': 2019}
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A23%2520NAO%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Saving data for A23%20NAO: {'auction_closing_time': 1774778400.0, 'created_time': 1774265188.475895, 'last_price_update_time': 1774765185.921614}
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A23%2520NAO') HTTP/1.1" 204 0
2026-03-29 06:19:45 [bca.uk] INFO: Found listing with ID: YR70%20SOJ
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520SOJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:45 [bca.uk] INFO: Scrape type for YR70%20SOJ: 2
2026-03-29 06:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ
2026-03-29 06:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2300ac-1c9d-52c7-9e45-d8109c00466b with scrape type 2
2026-03-29 06:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b2300ac-1c9d-52c7-9e45-d8109c00466b with scrape type 2
2026-03-29 06:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b2300ac-1c9d-52c7-9e45-d8109c00466b, identifier: YR70%20SOJ
2026-03-29 06:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ
2026-03-29 06:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ
2026-03-29 06:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ to the API
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 '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': '3b2300ac-1c9d-52c7-9e45-d8109c00466b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR70 SOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR70%20SOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 57577,
 '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 SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'DUALJET 90 SHVS SZ3',
 'vin': 'JSAAZC53S00326098',
 'year': 2020}
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520SOJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:46 [bca.uk] INFO: Saving data for YR70%20SOJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562525.582142, 'last_price_update_time': 1774765186.37118}
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR70%2520SOJ') HTTP/1.1" 204 0
2026-03-29 06:19:46 [bca.uk] INFO: Found listing with ID: YN19%20SFE
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520SFE%27 HTTP/1.1" 200 None
2026-03-29 06:19:46 [bca.uk] INFO: Scrape type for YN19%20SFE: 2
2026-03-29 06:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE
2026-03-29 06:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5cca46b-c6ed-5037-9e02-59af467d2b97 with scrape type 2
2026-03-29 06:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5cca46b-c6ed-5037-9e02-59af467d2b97 with scrape type 2
2026-03-29 06:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5cca46b-c6ed-5037-9e02-59af467d2b97, identifier: YN19%20SFE
2026-03-29 06:19:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE
2026-03-29 06:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE
2026-03-29 06:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE to the API
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN19%20SFE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5cca46b-c6ed-5037-9e02-59af467d2b97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN19 SFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN19%20SFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MAZDA',
 'model': 'MX-5',
 'odometer': 59923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 2.0 184 SE-L+ Roadster',
 'transmission': 'manual',
 'trim': '184 SE-L+',
 'vin': 'JMZND6E7600404881',
 'year': 2019}
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520SFE%27 HTTP/1.1" 200 None
2026-03-29 06:19:46 [bca.uk] INFO: Saving data for YN19%20SFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562526.488927, 'last_price_update_time': 1774765186.777513}
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN19%2520SFE') HTTP/1.1" 204 0
2026-03-29 06:19:46 [bca.uk] INFO: Found listing with ID: FP18%20VGG
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:19:46 [bca.uk] INFO: Scrape type for FP18%20VGG: 2
2026-03-29 06:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG
2026-03-29 06:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0868d3ce-c9ef-520c-a078-6bf99970811c with scrape type 2
2026-03-29 06:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0868d3ce-c9ef-520c-a078-6bf99970811c with scrape type 2
2026-03-29 06:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0868d3ce-c9ef-520c-a078-6bf99970811c, identifier: FP18%20VGG
2026-03-29 06:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG
2026-03-29 06:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG
2026-03-29 06:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG to the API
2026-03-29 06:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0868d3ce-c9ef-520c-a078-6bf99970811c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP18 VGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP18%20VGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 93895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 95 SE DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE DESIGN',
 'vin': 'VSSZZZKJZJR146448',
 'year': 2018}
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Saving data for FP18%20VGG: {'auction_closing_time': 1775037600.0, 'created_time': 1774562526.895934, 'last_price_update_time': 1774765187.165921}
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP18%2520VGG') HTTP/1.1" 204 0
2026-03-29 06:19:47 [bca.uk] INFO: Found listing with ID: YM21%20KDN
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Scrape type for YM21%20KDN: 2
2026-03-29 06:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN
2026-03-29 06:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d007a12c-ce38-537d-855b-482cfcd9e52c with scrape type 2
2026-03-29 06:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d007a12c-ce38-537d-855b-482cfcd9e52c with scrape type 2
2026-03-29 06:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d007a12c-ce38-537d-855b-482cfcd9e52c, identifier: YM21%20KDN
2026-03-29 06:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN
2026-03-29 06:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN
2026-03-29 06:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN to the API
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 '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': 'Petrol/Electric',
 'id': 'd007a12c-ce38-537d-855b-482cfcd9e52c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM21 KDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM21%20KDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 97863,
 '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 XCEED 1.6 GDI PHEV 1ST EDITION DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 1ST EDITION DCT',
 'vin': 'U5YH5F1AVLL002360',
 'year': 2021}
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Saving data for YM21%20KDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562527.795517, 'last_price_update_time': 1774765187.546082}
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM21%2520KDN') HTTP/1.1" 204 0
2026-03-29 06:19:47 [bca.uk] INFO: Total items found: 100
2026-03-29 06:19:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded
2026-03-29 06:19:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:19:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:47 [bca.uk] INFO: Found listing with ID: GM66%20UNZ
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520UNZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Scrape type for GM66%20UNZ: 0
2026-03-29 06:19:47 [bca.uk] INFO: Found listing with ID: ND09%20WWH
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520WWH%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Scrape type for ND09%20WWH: 0
2026-03-29 06:19:47 [bca.uk] INFO: Found listing with ID: YB14%20EKN
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520EKN%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Scrape type for YB14%20EKN: 0
2026-03-29 06:19:47 [bca.uk] INFO: Found listing with ID: YT65%20UZB
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Scrape type for YT65%20UZB: 0
2026-03-29 06:19:47 [bca.uk] INFO: Found listing with ID: KR16%20DSO
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520DSO%27 HTTP/1.1" 200 None
2026-03-29 06:19:47 [bca.uk] INFO: Scrape type for KR16%20DSO: 2
2026-03-29 06:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO
2026-03-29 06:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 056f5856-5b11-597b-9ed5-67d620594003 with scrape type 2
2026-03-29 06:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 056f5856-5b11-597b-9ed5-67d620594003 with scrape type 2
2026-03-29 06:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 056f5856-5b11-597b-9ed5-67d620594003, identifier: KR16%20DSO
2026-03-29 06:19:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO
2026-03-29 06:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO
2026-03-29 06:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO to the API
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '056f5856-5b11-597b-9ed5-67d620594003',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 DSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20DSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 161197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE PREMIUM PLUS Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2050042R160913',
 'year': 2016}
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520DSO%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Saving data for KR16%20DSO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562529.451937, 'last_price_update_time': 1774765188.021901}
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520DSO') HTTP/1.1" 204 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: DS15%20CFY
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520CFY%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for DS15%20CFY: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: HN67%20PNL
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520PNL%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for HN67%20PNL: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: NL11%20EFD
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for NL11%20EFD: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: NX65%20XFZ
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX65%2520XFZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for NX65%20XFZ: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: VN70%20OMO
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520OMO%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for VN70%20OMO: 2
2026-03-29 06:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO
2026-03-29 06:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 655173af-7f10-5825-b3d1-3eb48df16869 with scrape type 2
2026-03-29 06:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 655173af-7f10-5825-b3d1-3eb48df16869 with scrape type 2
2026-03-29 06:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 655173af-7f10-5825-b3d1-3eb48df16869, identifier: VN70%20OMO
2026-03-29 06:19:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: SB15%20YZK
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YZK%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for SB15%20YZK: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: AF12%20ZSV
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF12%2520ZSV%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for AF12%20ZSV: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: DG13%20KNH
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520KNH%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for DG13%20KNH: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: PE62%20WNJ
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE62%2520WNJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for PE62%20WNJ: 0
2026-03-29 06:19:48 [bca.uk] INFO: Found listing with ID: LR65%20MUU
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MUU%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Scrape type for LR65%20MUU: 2
2026-03-29 06:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU
2026-03-29 06:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6758d82-2e54-53cb-ae3a-56e643e38ac1 with scrape type 2
2026-03-29 06:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6758d82-2e54-53cb-ae3a-56e643e38ac1 with scrape type 2
2026-03-29 06:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6758d82-2e54-53cb-ae3a-56e643e38ac1, identifier: LR65%20MUU
2026-03-29 06:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO
2026-03-29 06:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO
2026-03-29 06:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO to the API
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN70%20OMO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '655173af-7f10-5825-b3d1-3eb48df16869',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN70 OMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN70%20OMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'E-VIVARO 3100',
 'odometer': 26305,
 '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 E-VIVARO 3100 100KW 75KWH L1 H1 ELITE PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 75KWH L1 H1 ELITE',
 'vin': 'VXEV1ZKXZMZ012583',
 'year': 2020}
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520OMO%27 HTTP/1.1" 200 None
2026-03-29 06:19:48 [bca.uk] INFO: Saving data for VN70%20OMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774562983.958601, 'last_price_update_time': 1774765188.767594}
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520OMO') HTTP/1.1" 204 0
2026-03-29 06:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU
2026-03-29 06:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU
2026-03-29 06:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU to the API
2026-03-29 06:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR65%20MUU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6758d82-2e54-53cb-ae3a-56e643e38ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR65 MUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR65%20MUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 80543,
 '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 TIGUAN 2.0 TDI 150 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZGW013166',
 'year': 2015}
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MUU%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Saving data for LR65%20MUU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562727.617386, 'last_price_update_time': 1774765189.148855}
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR65%2520MUU') HTTP/1.1" 204 0
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: BK16%20OVY
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520OVY%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Scrape type for BK16%20OVY: 0
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: DP70%20XLA
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XLA%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Scrape type for DP70%20XLA: 2
2026-03-29 06:19:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA
2026-03-29 06:19:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with scrape type 2
2026-03-29 06:19:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with scrape type 2
2026-03-29 06:19:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759, identifier: DP70%20XLA
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: VN18%20WUD
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WUD%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Scrape type for VN18%20WUD: 2
2026-03-29 06:19:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD
2026-03-29 06:19:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c48415-9747-513b-ab3c-890ac08b2e6f with scrape type 2
2026-03-29 06:19:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0c48415-9747-513b-ab3c-890ac08b2e6f with scrape type 2
2026-03-29 06:19:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0c48415-9747-513b-ab3c-890ac08b2e6f, identifier: VN18%20WUD
2026-03-29 06:19:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA
2026-03-29 06:19:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA
2026-03-29 06:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA to the API
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a7a4573-c5c7-508f-93cd-0ca77fb5c759',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP70 XLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP70%20XLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 54050,
 '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 SRI Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 SRI',
 'vin': 'W0VZRHNS4M6801304',
 'year': 2020}
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XLA%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Saving data for DP70%20XLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774562745.954156, 'last_price_update_time': 1774765189.648049}
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP70%2520XLA') HTTP/1.1" 204 0
2026-03-29 06:19:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD
2026-03-29 06:19:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD
2026-03-29 06:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD to the API
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN18%20WUD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0c48415-9747-513b-ab3c-890ac08b2e6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN18 WUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN18%20WUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 92299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE',
 'vin': 'WVWZZZAUZJW244006',
 'year': 2018}
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WUD%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Saving data for VN18%20WUD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562724.453309, 'last_price_update_time': 1774765189.924214}
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN18%2520WUD') HTTP/1.1" 204 0
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: NK11%20HVZ
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK11%2520HVZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Scrape type for NK11%20HVZ: 0
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: NK20%20NKZ
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK20%2520NKZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Scrape type for NK20%20NKZ: 0
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: GD62%20AEJ
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD62%2520AEJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:49 [bca.uk] INFO: Scrape type for GD62%20AEJ: 0
2026-03-29 06:19:49 [bca.uk] INFO: Found listing with ID: NL64%20UEZ
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520UEZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for NL64%20UEZ: 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: ST67%20EOE
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520EOE%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for ST67%20EOE: 2
2026-03-29 06:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE
2026-03-29 06:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af93270-63d5-5724-b135-b87a4fc09a0d with scrape type 2
2026-03-29 06:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6af93270-63d5-5724-b135-b87a4fc09a0d with scrape type 2
2026-03-29 06:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6af93270-63d5-5724-b135-b87a4fc09a0d, identifier: ST67%20EOE
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: LL18%20CYH
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for LL18%20CYH: 2
2026-03-29 06:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH
2026-03-29 06:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4339583-5081-5c1b-a7b3-d76eb31710ab with scrape type 2
2026-03-29 06:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4339583-5081-5c1b-a7b3-d76eb31710ab with scrape type 2
2026-03-29 06:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4339583-5081-5c1b-a7b3-d76eb31710ab, identifier: LL18%20CYH
2026-03-29 06:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE
2026-03-29 06:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE
2026-03-29 06:19:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE to the API
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6af93270-63d5-5724-b135-b87a4fc09a0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST67 EOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST67%20EOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 53236,
 '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 1.4 TFSI 150 SE Saloon',
 'transmission': 'manual',
 'trim': 'TFSI 150 SE',
 'vin': 'WAUZZZF41JA049843',
 'year': 2017}
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520EOE%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Saving data for ST67%20EOE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562747.389867, 'last_price_update_time': 1774765190.494229}
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST67%2520EOE') HTTP/1.1" 204 0
2026-03-29 06:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH
2026-03-29 06:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH
2026-03-29 06:19:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH to the API
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL18%20CYH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4339583-5081-5c1b-a7b3-d76eb31710ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL18 CYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL18%20CYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 54304,
 'odometer_reading_unit': '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 ADAM 1.2 VVT 70 ENERGISED Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 70 ENERGISED',
 'vin': 'W0V0MAP08J6040469',
 'year': 2018}
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Saving data for LL18%20CYH: {'auction_closing_time': 1774951200.0, 'created_time': 1774562990.882245, 'last_price_update_time': 1774765190.788886}
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520CYH') HTTP/1.1" 204 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: NA12%20ZTG
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520ZTG%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for NA12%20ZTG: 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: FV15%20NSE
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520NSE%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for FV15%20NSE: 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: FP17%20OKN
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for FP17%20OKN: 2
2026-03-29 06:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN
2026-03-29 06:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with scrape type 2
2026-03-29 06:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with scrape type 2
2026-03-29 06:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b, identifier: FP17%20OKN
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: BJ17%20FRR
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FRR%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for BJ17%20FRR: 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: LG22%20FFL
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for LG22%20FFL: 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: FT15%20LKJ
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT15%2520LKJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:50 [bca.uk] INFO: Scrape type for FT15%20LKJ: 0
2026-03-29 06:19:50 [bca.uk] INFO: Found listing with ID: FG60%20VRM
2026-03-29 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for FG60%20VRM: 0
2026-03-29 06:19:51 [bca.uk] INFO: Found listing with ID: SB15%20YBK
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YBK%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for SB15%20YBK: 0
2026-03-29 06:19:51 [bca.uk] INFO: Found listing with ID: FX68%20XVB
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520XVB%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for FX68%20XVB: 0
2026-03-29 06:19:51 [bca.uk] INFO: Found listing with ID: NC21%20AUN
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520AUN%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for NC21%20AUN: 2
2026-03-29 06:19:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN
2026-03-29 06:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd9db0e4-e91a-52dd-a680-db715c0d8c95 with scrape type 2
2026-03-29 06:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd9db0e4-e91a-52dd-a680-db715c0d8c95 with scrape type 2
2026-03-29 06:19:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd9db0e4-e91a-52dd-a680-db715c0d8c95, identifier: NC21%20AUN
2026-03-29 06:19:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN
2026-03-29 06:19:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN
2026-03-29 06:19:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN to the API
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '307f34ce-bfdb-56ed-9cb5-a344dd0a242b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP17 OKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP17%20OKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 75821,
 '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 ACENTA (7ST) XTRONIC StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI 130 ACENTA (7ST) XTRONIC',
 'vin': 'JN1JCAT32U0052876',
 'year': 2017}
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Saving data for FP17%20OKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562973.682845, 'last_price_update_time': 1774765191.458627}
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP17%2520OKN') HTTP/1.1" 204 0
2026-03-29 06:19:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN
2026-03-29 06:19:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN
2026-03-29 06:19:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN to the API
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC21%20AUN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dd9db0e4-e91a-52dd-a680-db715c0d8c95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NC21 AUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC21%20AUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'M340D',
 'odometer': 23168,
 '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 M340D 3.0 MHT XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE',
 'vin': 'WBA52DY090FK48589',
 'year': 2021}
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520AUN%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Saving data for NC21%20AUN: {'auction_closing_time': 1774864800.0, 'created_time': 1774562991.245594, 'last_price_update_time': 1774765191.812727}
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520AUN') HTTP/1.1" 204 0
2026-03-29 06:19:51 [bca.uk] INFO: Found listing with ID: NJ17%20ZDN
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for NJ17%20ZDN: 2
2026-03-29 06:19:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN
2026-03-29 06:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15ae2495-1475-573a-8d16-20eb4742be0d with scrape type 2
2026-03-29 06:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15ae2495-1475-573a-8d16-20eb4742be0d with scrape type 2
2026-03-29 06:19:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15ae2495-1475-573a-8d16-20eb4742be0d, identifier: NJ17%20ZDN
2026-03-29 06:19:51 [bca.uk] INFO: Found listing with ID: SO65%20KZA
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520KZA%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for SO65%20KZA: 0
2026-03-29 06:19:51 [bca.uk] INFO: Found listing with ID: FL64%20YUC
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520YUC%27 HTTP/1.1" 200 None
2026-03-29 06:19:51 [bca.uk] INFO: Scrape type for FL64%20YUC: 2
2026-03-29 06:19:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC
2026-03-29 06:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 058803b1-a0c5-5962-8b2c-cc1633b7c974 with scrape type 2
2026-03-29 06:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 058803b1-a0c5-5962-8b2c-cc1633b7c974 with scrape type 2
2026-03-29 06:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 058803b1-a0c5-5962-8b2c-cc1633b7c974, identifier: FL64%20YUC
2026-03-29 06:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN
2026-03-29 06:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN
2026-03-29 06:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN to the API
2026-03-29 06:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 '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': '15ae2495-1475-573a-8d16-20eb4742be0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ17 ZDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ17%20ZDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '118I',
 'odometer': 102056,
 '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 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1P520705G03119',
 'year': 2017}
2026-03-29 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 06:19:52 [bca.uk] INFO: Saving data for NJ17%20ZDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562749.106166, 'last_price_update_time': 1774765192.32865}
2026-03-29 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ17%2520ZDN') HTTP/1.1" 204 0
2026-03-29 06:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC
2026-03-29 06:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC
2026-03-29 06:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC to the API
2026-03-29 06:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL64%20YUC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '058803b1-a0c5-5962-8b2c-cc1633b7c974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL64 YUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL64%20YUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 79387,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.4 VVT 87 SLAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 87 SLAM',
 'vin': 'W0L0MAP08F6000589',
 'year': 2014}
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520YUC%27 HTTP/1.1" 200 None
2026-03-29 06:19:53 [bca.uk] INFO: Saving data for FL64%20YUC: {'auction_closing_time': 1774951200.0, 'created_time': 1774045258.260095, 'last_price_update_time': 1774765193.556655}
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL64%2520YUC') HTTP/1.1" 204 0
2026-03-29 06:19:53 [bca.uk] INFO: Found listing with ID: WK17%20KNO
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 06:19:53 [bca.uk] INFO: Scrape type for WK17%20KNO: 2
2026-03-29 06:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO
2026-03-29 06:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d78d01c9-1b7e-5600-9f2b-c36b700aeddf with scrape type 2
2026-03-29 06:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d78d01c9-1b7e-5600-9f2b-c36b700aeddf with scrape type 2
2026-03-29 06:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d78d01c9-1b7e-5600-9f2b-c36b700aeddf, identifier: WK17%20KNO
2026-03-29 06:19:53 [bca.uk] INFO: Found listing with ID: FL66%20PFX
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520PFX%27 HTTP/1.1" 200 None
2026-03-29 06:19:53 [bca.uk] INFO: Scrape type for FL66%20PFX: 0
2026-03-29 06:19:53 [bca.uk] INFO: Found listing with ID: P7%20DYX
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P7%2520DYX%27 HTTP/1.1" 200 None
2026-03-29 06:19:53 [bca.uk] INFO: Scrape type for P7%20DYX: 0
2026-03-29 06:19:53 [bca.uk] INFO: Found listing with ID: NU63%20VHG
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 06:19:53 [bca.uk] INFO: Scrape type for NU63%20VHG: 2
2026-03-29 06:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG
2026-03-29 06:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0026add2-ee25-5f48-934a-368016f65dd0 with scrape type 2
2026-03-29 06:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0026add2-ee25-5f48-934a-368016f65dd0 with scrape type 2
2026-03-29 06:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0026add2-ee25-5f48-934a-368016f65dd0, identifier: NU63%20VHG
2026-03-29 06:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO
2026-03-29 06:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO
2026-03-29 06:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO to the API
2026-03-29 06:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd78d01c9-1b7e-5600-9f2b-c36b700aeddf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK17 KNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK17%20KNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 180741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SPORT ED. StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SPORT ED.',
 'vin': 'TMAJ3815LHJ356974',
 'year': 2017}
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Saving data for WK17%20KNO: {'auction_closing_time': 1774951200.0, 'created_time': 1774350584.734536, 'last_price_update_time': 1774765194.087842}
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK17%2520KNO') HTTP/1.1" 204 0
2026-03-29 06:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG
2026-03-29 06:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG
2026-03-29 06:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG to the API
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU63%20VHG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0026add2-ee25-5f48-934a-368016f65dd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU63 VHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU63%20VHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 140348,
 '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.2 D-CAT 148 ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D-CAT 148 ICON 4WD',
 'vin': 'JTMRBREV50D012888',
 'year': 2014}
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Saving data for NU63%20VHG: {'auction_closing_time': 1774951200.0, 'created_time': 1774562989.631822, 'last_price_update_time': 1774765194.371632}
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU63%2520VHG') HTTP/1.1" 204 0
2026-03-29 06:19:54 [bca.uk] INFO: Found listing with ID: AK67%20XSN
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520XSN%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Scrape type for AK67%20XSN: 0
2026-03-29 06:19:54 [bca.uk] INFO: Found listing with ID: DS15%20VPJ
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520VPJ%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Scrape type for DS15%20VPJ: 0
2026-03-29 06:19:54 [bca.uk] INFO: Found listing with ID: GF21%20XLX
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520XLX%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Scrape type for GF21%20XLX: 2
2026-03-29 06:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX
2026-03-29 06:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with scrape type 2
2026-03-29 06:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with scrape type 2
2026-03-29 06:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85243707-eaa6-51f0-9d42-5aa0a442c0b2, identifier: GF21%20XLX
2026-03-29 06:19:54 [bca.uk] INFO: Found listing with ID: SF16%20NSP
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520NSP%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Scrape type for SF16%20NSP: 0
2026-03-29 06:19:54 [bca.uk] INFO: Found listing with ID: KD15%20VBN
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520VBN%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Scrape type for KD15%20VBN: 2
2026-03-29 06:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN
2026-03-29 06:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d2e82ef-71e2-583e-9276-70148d425db7 with scrape type 2
2026-03-29 06:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d2e82ef-71e2-583e-9276-70148d425db7 with scrape type 2
2026-03-29 06:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d2e82ef-71e2-583e-9276-70148d425db7, identifier: KD15%20VBN
2026-03-29 06:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX
2026-03-29 06:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX
2026-03-29 06:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX to the API
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF21%20XLX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85243707-eaa6-51f0-9d42-5aa0a442c0b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF21 XLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF21%20XLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY CARGO',
 'odometer': 92278,
 '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': 'WV1ZZZSKZMX041489',
 'year': 2021}
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520XLX%27 HTTP/1.1" 200 None
2026-03-29 06:19:54 [bca.uk] INFO: Saving data for GF21%20XLX: {'auction_closing_time': 1774864800.0, 'created_time': 1774562971.608369, 'last_price_update_time': 1774765194.920592}
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF21%2520XLX') HTTP/1.1" 204 0
2026-03-29 06:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN
2026-03-29 06:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN
2026-03-29 06:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN to the API
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 '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': '7d2e82ef-71e2-583e-9276-70148d425db7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD15 VBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD15%20VBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 87744,
 '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 A4 2.0 TDI 177 BLACK ED.+ Saloon',
 'transmission': 'manual',
 'trim': 'TDI 177 BLACK ED.+',
 'vin': 'WAUZZZ8K0FA130058',
 'year': 2015}
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520VBN%27 HTTP/1.1" 200 None
2026-03-29 06:19:55 [bca.uk] INFO: Saving data for KD15%20VBN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562729.950795, 'last_price_update_time': 1774765195.282818}
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD15%2520VBN') HTTP/1.1" 204 0
2026-03-29 06:19:55 [bca.uk] INFO: Found listing with ID: LN69%20JMX
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520JMX%27 HTTP/1.1" 200 None
2026-03-29 06:19:55 [bca.uk] INFO: Scrape type for LN69%20JMX: 0
2026-03-29 06:19:55 [bca.uk] INFO: Found listing with ID: NL11%20KUO
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-29 06:19:55 [bca.uk] INFO: Scrape type for NL11%20KUO: 2
2026-03-29 06:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO
2026-03-29 06:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1560adf9-d9ed-5b64-bcca-f576af6b3116 with scrape type 2
2026-03-29 06:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1560adf9-d9ed-5b64-bcca-f576af6b3116 with scrape type 2
2026-03-29 06:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1560adf9-d9ed-5b64-bcca-f576af6b3116, identifier: NL11%20KUO
2026-03-29 06:19:55 [bca.uk] INFO: Found listing with ID: MJ20%20XLS
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520XLS%27 HTTP/1.1" 200 None
2026-03-29 06:19:55 [bca.uk] INFO: Scrape type for MJ20%20XLS: 2
2026-03-29 06:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS
2026-03-29 06:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with scrape type 2
2026-03-29 06:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with scrape type 2
2026-03-29 06:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a60da5d-e7a7-5139-ab37-47db9cee82f1, identifier: MJ20%20XLS
2026-03-29 06:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO
2026-03-29 06:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO
2026-03-29 06:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO to the API
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL11%20KUO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1560adf9-d9ed-5b64-bcca-f576af6b3116',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL11 KUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL11%20KUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 122208,
 '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 GS StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 GS',
 'vin': 'SALFA2AE1BH244055',
 'year': 2011}
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-29 06:19:55 [bca.uk] INFO: Saving data for NL11%20KUO: {'auction_closing_time': 1774951200.0, 'created_time': 1773822707.712231, 'last_price_update_time': 1774765195.958955}
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL11%2520KUO') HTTP/1.1" 204 0
2026-03-29 06:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS
2026-03-29 06:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS
2026-03-29 06:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS to the API
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5a60da5d-e7a7-5139-ab37-47db9cee82f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 XLS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20XLS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SMART',
 'model': 'EQ FORTWO',
 'odometer': 36385,
 '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 FORTWO 17KWH 60KW PRIME EXCLS.(22KW) Coupe',
 'transmission': 'automatic',
 'trim': '17KWH 60KW PRIME EXCLS.(22KW)',
 'vin': 'W1A4533912K422649',
 'year': 2020}
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520XLS%27 HTTP/1.1" 200 None
2026-03-29 06:19:56 [bca.uk] INFO: Saving data for MJ20%20XLS: {'auction_closing_time': 1775037600.0, 'created_time': 1774562992.633687, 'last_price_update_time': 1774765196.242374}
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520XLS') HTTP/1.1" 204 0
2026-03-29 06:19:56 [bca.uk] INFO: Found listing with ID: GV16%20ZSL
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520ZSL%27 HTTP/1.1" 200 None
2026-03-29 06:19:56 [bca.uk] INFO: Scrape type for GV16%20ZSL: 2
2026-03-29 06:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL
2026-03-29 06:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a195e9b1-9ea7-5424-9827-af195eef37b6 with scrape type 2
2026-03-29 06:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a195e9b1-9ea7-5424-9827-af195eef37b6 with scrape type 2
2026-03-29 06:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a195e9b1-9ea7-5424-9827-af195eef37b6, identifier: GV16%20ZSL
2026-03-29 06:19:56 [bca.uk] INFO: Found listing with ID: MJ21%20XSD
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 06:19:56 [bca.uk] INFO: Scrape type for MJ21%20XSD: 2
2026-03-29 06:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD
2026-03-29 06:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67adfcc4-a053-54a5-8619-751bde6e5373 with scrape type 2
2026-03-29 06:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67adfcc4-a053-54a5-8619-751bde6e5373 with scrape type 2
2026-03-29 06:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67adfcc4-a053-54a5-8619-751bde6e5373, identifier: MJ21%20XSD
2026-03-29 06:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL
2026-03-29 06:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL
2026-03-29 06:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL to the API
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV16%20ZSL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a195e9b1-9ea7-5424-9827-af195eef37b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV16 ZSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV16%20ZSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 80342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 90 DYNAMIQUE EDC',
 'vin': 'VF15RBJ0D55767742',
 'year': 2016}
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520ZSL%27 HTTP/1.1" 200 None
2026-03-29 06:19:56 [bca.uk] INFO: Saving data for GV16%20ZSL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562962.577519, 'last_price_update_time': 1774765196.782405}
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV16%2520ZSL') HTTP/1.1" 204 0
2026-03-29 06:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD
2026-03-29 06:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD
2026-03-29 06:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD to the API
2026-03-29 06:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 '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': '67adfcc4-a053-54a5-8619-751bde6e5373',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ21 XSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ21%20XSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 34683,
 '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 X1 1.5 SDRIVE 18I 136 X LINE StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18I 136 X LINE',
 'vin': 'WBA32AA0905T55969',
 'year': 2021}
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 06:19:57 [bca.uk] INFO: Saving data for MJ21%20XSD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562988.03874, 'last_price_update_time': 1774765197.070333}
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ21%2520XSD') HTTP/1.1" 204 0
2026-03-29 06:19:57 [bca.uk] INFO: Found listing with ID: GU69%20FDP
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520FDP%27 HTTP/1.1" 200 None
2026-03-29 06:19:57 [bca.uk] INFO: Scrape type for GU69%20FDP: 2
2026-03-29 06:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP
2026-03-29 06:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37557139-f929-5df3-aa9d-a771ce1eff8f with scrape type 2
2026-03-29 06:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37557139-f929-5df3-aa9d-a771ce1eff8f with scrape type 2
2026-03-29 06:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37557139-f929-5df3-aa9d-a771ce1eff8f, identifier: GU69%20FDP
2026-03-29 06:19:57 [bca.uk] INFO: Found listing with ID: WF17%20PZZ
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520PZZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:57 [bca.uk] INFO: Scrape type for WF17%20PZZ: 2
2026-03-29 06:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ
2026-03-29 06:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 057d8c16-383f-5395-b92b-a27cd7418294 with scrape type 2
2026-03-29 06:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 057d8c16-383f-5395-b92b-a27cd7418294 with scrape type 2
2026-03-29 06:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 057d8c16-383f-5395-b92b-a27cd7418294, identifier: WF17%20PZZ
2026-03-29 06:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP
2026-03-29 06:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP
2026-03-29 06:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP to the API
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU69%20FDP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '37557139-f929-5df3-aa9d-a771ce1eff8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU69 FDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU69%20FDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 97807,
 'odometer_reading_unit': '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': 'VR7ACYHZRKL114680',
 'year': 2019}
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520FDP%27 HTTP/1.1" 200 None
2026-03-29 06:19:57 [bca.uk] INFO: Saving data for GU69%20FDP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562962.201761, 'last_price_update_time': 1774765197.577788}
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520FDP') HTTP/1.1" 204 0
2026-03-29 06:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ
2026-03-29 06:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ
2026-03-29 06:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ to the API
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '057d8c16-383f-5395-b92b-a27cd7418294',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF17 PZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF17%20PZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '218D',
 'odometer': 72073,
 '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 218D 2.0 150 SPORT Coupe',
 'transmission': 'manual',
 'trim': '150 SPORT',
 'vin': 'WBA2G52000V661851',
 'year': 2017}
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520PZZ%27 HTTP/1.1" 200 None
2026-03-29 06:19:57 [bca.uk] INFO: Saving data for WF17%20PZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562987.677771, 'last_price_update_time': 1774765197.859771}
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF17%2520PZZ') HTTP/1.1" 204 0
2026-03-29 06:19:57 [bca.uk] INFO: Found listing with ID: WN66%20VLC
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520VLC%27 HTTP/1.1" 200 None
2026-03-29 06:19:57 [bca.uk] INFO: Scrape type for WN66%20VLC: 2
2026-03-29 06:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC
2026-03-29 06:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with scrape type 2
2026-03-29 06:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with scrape type 2
2026-03-29 06:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c, identifier: WN66%20VLC
2026-03-29 06:19:57 [bca.uk] INFO: Found listing with ID: SB69%20MLK
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Scrape type for SB69%20MLK: 2
2026-03-29 06:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK
2026-03-29 06:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0d146c-a932-5c03-8908-39fda75266b6 with scrape type 2
2026-03-29 06:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f0d146c-a932-5c03-8908-39fda75266b6 with scrape type 2
2026-03-29 06:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f0d146c-a932-5c03-8908-39fda75266b6, identifier: SB69%20MLK
2026-03-29 06:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC
2026-03-29 06:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC
2026-03-29 06:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC to the API
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN66%20VLC-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': '9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN66 VLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN66%20VLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 69198,
 '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 OUTLANDER 2.0 PHEV GX4H 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV GX4H 4WD',
 'vin': 'JMAXDGG2WGZ010208',
 'year': 2016}
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520VLC%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Saving data for WN66%20VLC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562786.971108, 'last_price_update_time': 1774765198.354628}
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN66%2520VLC') HTTP/1.1" 204 0
2026-03-29 06:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK
2026-03-29 06:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK
2026-03-29 06:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK to the API
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f0d146c-a932-5c03-8908-39fda75266b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB69 MLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20MLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'S4 AVANT',
 'odometer': 65746,
 'odometer_reading_unit': '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 S4 AVANT 3.0 TDI 342 QUATTRO BLACK ED.TIP Estate',
 'transmission': 'manual',
 'trim': 'TDI 342 QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZF45LA028822',
 'year': 2019}
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Saving data for SB69%20MLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562740.481188, 'last_price_update_time': 1774765198.625542}
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520MLK') HTTP/1.1" 204 0
2026-03-29 06:19:58 [bca.uk] INFO: Found listing with ID: KW15%20YUU
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520YUU%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Scrape type for KW15%20YUU: 2
2026-03-29 06:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU
2026-03-29 06:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30393a55-e3a2-55e0-9607-987d661ec8d3 with scrape type 2
2026-03-29 06:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30393a55-e3a2-55e0-9607-987d661ec8d3 with scrape type 2
2026-03-29 06:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30393a55-e3a2-55e0-9607-987d661ec8d3, identifier: KW15%20YUU
2026-03-29 06:19:58 [bca.uk] INFO: Found listing with ID: SP17%20NHY
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520NHY%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Scrape type for SP17%20NHY: 0
2026-03-29 06:19:58 [bca.uk] INFO: Found listing with ID: VL19%20RHV
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VL19%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Scrape type for VL19%20RHV: 0
2026-03-29 06:19:58 [bca.uk] INFO: Found listing with ID: YJ69%20SHN
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520SHN%27 HTTP/1.1" 200 None
2026-03-29 06:19:58 [bca.uk] INFO: Scrape type for YJ69%20SHN: 2
2026-03-29 06:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN
2026-03-29 06:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cdd140-554f-525f-89ff-d8b21ba67328 with scrape type 2
2026-03-29 06:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cdd140-554f-525f-89ff-d8b21ba67328 with scrape type 2
2026-03-29 06:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52cdd140-554f-525f-89ff-d8b21ba67328, identifier: YJ69%20SHN
2026-03-29 06:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU
2026-03-29 06:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU
2026-03-29 06:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU to the API
2026-03-29 06:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW15%20YUU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30393a55-e3a2-55e0-9607-987d661ec8d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW15 YUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW15%20YUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 93351,
 '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': 'W0LJD7E84FB113638',
 'year': 2015}
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520YUU%27 HTTP/1.1" 200 None
2026-03-29 06:19:59 [bca.uk] INFO: Saving data for KW15%20YUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774562955.559605, 'last_price_update_time': 1774765199.165362}
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW15%2520YUU') HTTP/1.1" 204 0
2026-03-29 06:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN
2026-03-29 06:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN
2026-03-29 06:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN to the API
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52cdd140-554f-525f-89ff-d8b21ba67328',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ69 SHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ69%20SHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '320D',
 'odometer': 70864,
 '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 320D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V52040FJ33081',
 'year': 2020}
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520SHN%27 HTTP/1.1" 200 None
2026-03-29 06:19:59 [bca.uk] INFO: Saving data for YJ69%20SHN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562983.152591, 'last_price_update_time': 1774765199.534789}
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ69%2520SHN') HTTP/1.1" 204 0
2026-03-29 06:19:59 [bca.uk] INFO: Found listing with ID: FG69%20BNE
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 06:19:59 [bca.uk] INFO: Scrape type for FG69%20BNE: 2
2026-03-29 06:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE
2026-03-29 06:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721b3d72-99c9-5384-90e4-9a084919e892 with scrape type 2
2026-03-29 06:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 721b3d72-99c9-5384-90e4-9a084919e892 with scrape type 2
2026-03-29 06:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 721b3d72-99c9-5384-90e4-9a084919e892, identifier: FG69%20BNE
2026-03-29 06:19:59 [bca.uk] INFO: Found listing with ID: ND19%20GYA
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520GYA%27 HTTP/1.1" 200 None
2026-03-29 06:19:59 [bca.uk] INFO: Scrape type for ND19%20GYA: 0
2026-03-29 06:19:59 [bca.uk] INFO: Found listing with ID: DX20%20HSV
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX20%2520HSV%27 HTTP/1.1" 200 None
2026-03-29 06:19:59 [bca.uk] INFO: Scrape type for DX20%20HSV: 0
2026-03-29 06:19:59 [bca.uk] INFO: Found listing with ID: DG68%20SWW
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:19:59 [bca.uk] INFO: Scrape type for DG68%20SWW: 2
2026-03-29 06:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW
2026-03-29 06:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with scrape type 2
2026-03-29 06:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with scrape type 2
2026-03-29 06:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd, identifier: DG68%20SWW
2026-03-29 06:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE
2026-03-29 06:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE
2026-03-29 06:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE to the API
2026-03-29 06:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:19: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:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG69%20BNE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '721b3d72-99c9-5384-90e4-9a084919e892',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG69 BNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG69%20BNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 41806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRKLZ013355',
 'year': 2019}
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-29 06:20:00 [bca.uk] INFO: Saving data for FG69%20BNE: {'auction_closing_time': 1774864800.0, 'created_time': 1773831434.456874, 'last_price_update_time': 1774765200.079615}
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG69%2520BNE') HTTP/1.1" 204 0
2026-03-29 06:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW
2026-03-29 06:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW
2026-03-29 06:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW to the API
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78598cc1-fab6-5f19-87dd-a5dc9f53ebcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG68 SWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG68%20SWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 54897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 68 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 68 FEEL',
 'vin': 'VF7SXHMMPJT632831',
 'year': 2018}
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520SWW%27 HTTP/1.1" 200 None
2026-03-29 06:20:00 [bca.uk] INFO: Saving data for DG68%20SWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562743.228796, 'last_price_update_time': 1774765200.393866}
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG68%2520SWW') HTTP/1.1" 204 0
2026-03-29 06:20:00 [bca.uk] INFO: Found listing with ID: AX57%20BMU
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX57%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 06:20:00 [bca.uk] INFO: Scrape type for AX57%20BMU: 2
2026-03-29 06:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU
2026-03-29 06:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5f05c66-44bb-5588-8612-4037fcbbf9f5 with scrape type 2
2026-03-29 06:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5f05c66-44bb-5588-8612-4037fcbbf9f5 with scrape type 2
2026-03-29 06:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5f05c66-44bb-5588-8612-4037fcbbf9f5, identifier: AX57%20BMU
2026-03-29 06:20:00 [bca.uk] INFO: Found listing with ID: EK70%20MUC
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520MUC%27 HTTP/1.1" 200 None
2026-03-29 06:20:00 [bca.uk] INFO: Scrape type for EK70%20MUC: 2
2026-03-29 06:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC
2026-03-29 06:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with scrape type 2
2026-03-29 06:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with scrape type 2
2026-03-29 06:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4, identifier: EK70%20MUC
2026-03-29 06:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU
2026-03-29 06:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU
2026-03-29 06:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU to the API
2026-03-29 06:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX57%20BMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5f05c66-44bb-5588-8612-4037fcbbf9f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX57 BMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX57%20BMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 160711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI PD ELEGANCE Estate',
 'transmission': 'manual',
 'trim': 'TDI PD ELEGANCE',
 'vin': 'TMBGE21Z182085312',
 'year': 2007}
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX57%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 06:20:01 [bca.uk] INFO: Saving data for AX57%20BMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562732.04744, 'last_price_update_time': 1774765201.119809}
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX57%2520BMU') HTTP/1.1" 204 0
2026-03-29 06:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC
2026-03-29 06:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC
2026-03-29 06:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC to the API
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK70%20MUC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK70 MUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK70%20MUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 94361,
 '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 TRAFIC 28 2.0 DCI 120 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 SL BUSINESS',
 'vin': 'VF1FL000965646326',
 'year': 2020}
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520MUC%27 HTTP/1.1" 200 None
2026-03-29 06:20:01 [bca.uk] INFO: Saving data for EK70%20MUC: {'auction_closing_time': 1775037600.0, 'created_time': 1774361256.834023, 'last_price_update_time': 1774765201.447266}
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK70%2520MUC') HTTP/1.1" 204 0
2026-03-29 06:20:01 [bca.uk] INFO: Found listing with ID: DL67%20YBD
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 06:20:01 [bca.uk] INFO: Scrape type for DL67%20YBD: 2
2026-03-29 06:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD
2026-03-29 06:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with scrape type 2
2026-03-29 06:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with scrape type 2
2026-03-29 06:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c, identifier: DL67%20YBD
2026-03-29 06:20:01 [bca.uk] INFO: Found listing with ID: EO20%20YNC
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 06:20:01 [bca.uk] INFO: Scrape type for EO20%20YNC: 2
2026-03-29 06:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC
2026-03-29 06:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5064295-e2c7-5272-a747-7c814ca46fb5 with scrape type 2
2026-03-29 06:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5064295-e2c7-5272-a747-7c814ca46fb5 with scrape type 2
2026-03-29 06:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5064295-e2c7-5272-a747-7c814ca46fb5, identifier: EO20%20YNC
2026-03-29 06:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD
2026-03-29 06:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD
2026-03-29 06:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD to the API
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL67%20YBD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL67 YBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL67%20YBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 45302,
 'odometer_reading_unit': '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 L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJYKL10HH032183',
 'year': 2018}
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 06:20:01 [bca.uk] INFO: Saving data for DL67%20YBD: {'auction_closing_time': 1774864800.0, 'created_time': 1774562989.237424, 'last_price_update_time': 1774765201.953685}
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL67%2520YBD') HTTP/1.1" 204 0
2026-03-29 06:20:01 [bca.uk] INFO: Total items found: 100
2026-03-29 06:20:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded
2026-03-29 06:20:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:20:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC
2026-03-29 06:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC
2026-03-29 06:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC to the API
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO20%20YNC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd5064295-e2c7-5272-a747-7c814ca46fb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO20 YNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO20%20YNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 132080,
 '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 2WD R LINE TECH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 2WD R LINE TECH DSG',
 'vin': 'WVGZZZ5NZLW362627',
 'year': 2020}
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Saving data for EO20%20YNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562988.417049, 'last_price_update_time': 1774765202.276095}
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO20%2520YNC') HTTP/1.1" 204 0
2026-03-29 06:20:02 [bca.uk] INFO: Found listing with ID: A21%20PCN
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A21%2520PCN%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Scrape type for A21%20PCN: 2
2026-03-29 06:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN
2026-03-29 06:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3611dadf-e485-51cf-a060-d20492898c50 with scrape type 2
2026-03-29 06:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3611dadf-e485-51cf-a060-d20492898c50 with scrape type 2
2026-03-29 06:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3611dadf-e485-51cf-a060-d20492898c50, identifier: A21%20PCN
2026-03-29 06:20:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN
2026-03-29 06:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN
2026-03-29 06:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN to the API
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A21%20PCN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3611dadf-e485-51cf-a060-d20492898c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A21 PCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A21%20PCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '520D',
 'odometer': 173014,
 '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': 'WBA5J320X0D340862',
 'year': 2013}
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A21%2520PCN%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Saving data for A21%20PCN: {'auction_closing_time': 1774864800.0, 'created_time': 1774562980.014148, 'last_price_update_time': 1774765202.691088}
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A21%2520PCN') HTTP/1.1" 204 0
2026-03-29 06:20:02 [bca.uk] INFO: Found listing with ID: BV14%20YLU
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520YLU%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Scrape type for BV14%20YLU: 0
2026-03-29 06:20:02 [bca.uk] INFO: Found listing with ID: DC16%20XBH
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Scrape type for DC16%20XBH: 2
2026-03-29 06:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH
2026-03-29 06:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59f41705-04a4-5acd-a6ee-a9ce18257060 with scrape type 2
2026-03-29 06:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59f41705-04a4-5acd-a6ee-a9ce18257060 with scrape type 2
2026-03-29 06:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59f41705-04a4-5acd-a6ee-a9ce18257060, identifier: DC16%20XBH
2026-03-29 06:20: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:20:02 [bca.uk] INFO: Found listing with ID: FN67%20KYU
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520KYU%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Scrape type for FN67%20KYU: 0
2026-03-29 06:20:02 [bca.uk] INFO: Found listing with ID: YB65%20UKC
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 06:20:02 [bca.uk] INFO: Scrape type for YB65%20UKC: 2
2026-03-29 06:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC
2026-03-29 06:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2112835-7adb-5a77-b3a9-49ea63de14f2 with scrape type 2
2026-03-29 06:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2112835-7adb-5a77-b3a9-49ea63de14f2 with scrape type 2
2026-03-29 06:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2112835-7adb-5a77-b3a9-49ea63de14f2, identifier: YB65%20UKC
2026-03-29 06:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH
2026-03-29 06:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH
2026-03-29 06:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH to the API
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC16%20XBH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59f41705-04a4-5acd-a6ee-a9ce18257060',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC16 XBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC16%20XBH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 109087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3700,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 2.0 TDI 150 SE BUSINESS DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 150 SE BUSINESS DSG',
 'vin': 'WVWZZZ3CZGE213541',
 'year': 2016}
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 06:20:03 [bca.uk] INFO: Saving data for DC16%20XBH: {'auction_closing_time': 1775113200.0, 'created_time': 1773823519.901628, 'last_price_update_time': 1774765203.219974}
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC16%2520XBH') HTTP/1.1" 204 0
2026-03-29 06:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC
2026-03-29 06:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC
2026-03-29 06:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC to the API
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20UKC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2112835-7adb-5a77-b3a9-49ea63de14f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB65 UKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB65%20UKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 117724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 225 AWD MOMENTUM G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 225 AWD MOMENTUM G/T',
 'vin': 'YV1LFA4BCG1013126',
 'year': 2015}
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 06:20:03 [bca.uk] INFO: Saving data for YB65%20UKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562979.622529, 'last_price_update_time': 1774765203.586812}
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB65%2520UKC') HTTP/1.1" 204 0
2026-03-29 06:20:03 [bca.uk] INFO: Found listing with ID: YE17%20LJU
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520LJU%27 HTTP/1.1" 200 None
2026-03-29 06:20:03 [bca.uk] INFO: Scrape type for YE17%20LJU: 0
2026-03-29 06:20:03 [bca.uk] INFO: Found listing with ID: F17%20JGM
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F17%2520JGM%27 HTTP/1.1" 200 None
2026-03-29 06:20:03 [bca.uk] INFO: Scrape type for F17%20JGM: 2
2026-03-29 06:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM
2026-03-29 06:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with scrape type 2
2026-03-29 06:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with scrape type 2
2026-03-29 06:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed, identifier: F17%20JGM
2026-03-29 06:20:03 [bca.uk] INFO: Found listing with ID: JRZ%201374
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JRZ%25201374%27 HTTP/1.1" 200 None
2026-03-29 06:20:03 [bca.uk] INFO: Scrape type for JRZ%201374: 2
2026-03-29 06:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374
2026-03-29 06:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fec22d-51ff-543e-ac74-be1509ff58ce with scrape type 2
2026-03-29 06:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96fec22d-51ff-543e-ac74-be1509ff58ce with scrape type 2
2026-03-29 06:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96fec22d-51ff-543e-ac74-be1509ff58ce, identifier: JRZ%201374
2026-03-29 06:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM
2026-03-29 06:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM
2026-03-29 06:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM to the API
2026-03-29 06:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=F17%20JGM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a3f7c88-704b-5e12-a2a0-10b618fb61ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'F17 JGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=F17%20JGM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 35944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V GT-LINE S ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 48V GT-LINE S ISG DCT',
 'vin': 'U5YPK812VML101974',
 'year': 2021}
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F17%2520JGM%27 HTTP/1.1" 200 None
2026-03-29 06:20:04 [bca.uk] INFO: Saving data for F17%20JGM: {'auction_closing_time': 1774854000.0, 'created_time': 1773829953.053553, 'last_price_update_time': 1774765204.107842}
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='F17%2520JGM') HTTP/1.1" 204 0
2026-03-29 06:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374
2026-03-29 06:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374
2026-03-29 06:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374 to the API
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JRZ%201374-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96fec22d-51ff-543e-ac74-be1509ff58ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JRZ 1374',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JRZ%201374&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 84292,
 '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 SCENIC 1.5 DCI 110 DYNAMIQUE TOM TOM EDC MPV',
 'transmission': 'automatic',
 'trim': 'DCI 110 DYNAMIQUE TOM TOM EDC',
 'vin': 'VF1JZS00E52690787',
 'year': 2015}
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JRZ%25201374%27 HTTP/1.1" 200 None
2026-03-29 06:20:04 [bca.uk] INFO: Saving data for JRZ%201374: {'auction_closing_time': 1774951200.0, 'created_time': 1774562992.269332, 'last_price_update_time': 1774765204.418585}
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JRZ%25201374') HTTP/1.1" 204 0
2026-03-29 06:20:04 [bca.uk] INFO: Found listing with ID: RBZ%20771
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RBZ%2520771%27 HTTP/1.1" 200 None
2026-03-29 06:20:04 [bca.uk] INFO: Scrape type for RBZ%20771: 0
2026-03-29 06:20:04 [bca.uk] INFO: Found listing with ID: WA70%20PNF
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520PNF%27 HTTP/1.1" 200 None
2026-03-29 06:20:04 [bca.uk] INFO: Scrape type for WA70%20PNF: 2
2026-03-29 06:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF
2026-03-29 06:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with scrape type 2
2026-03-29 06:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with scrape type 2
2026-03-29 06:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c, identifier: WA70%20PNF
2026-03-29 06:20:04 [bca.uk] INFO: Found listing with ID: WN61%20WMF
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN61%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 06:20:04 [bca.uk] INFO: Scrape type for WN61%20WMF: 2
2026-03-29 06:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF
2026-03-29 06:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d60453f-e5e7-5390-b717-e7359e9782aa with scrape type 2
2026-03-29 06:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d60453f-e5e7-5390-b717-e7359e9782aa with scrape type 2
2026-03-29 06:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d60453f-e5e7-5390-b717-e7359e9782aa, identifier: WN61%20WMF
2026-03-29 06:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF
2026-03-29 06:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF
2026-03-29 06:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF to the API
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA70%20PNF-GB',
 'category': 'Car',
 'color': 'phytonic blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a9b8179-9c02-5cd3-92cc-fbc35d9c889c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA70 PNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA70%20PNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 51797,
 '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 X1 2.0 SDRIVE 18D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE STEP',
 'vin': 'WBA72AC0805S25440',
 'year': 2020}
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520PNF%27 HTTP/1.1" 200 None
2026-03-29 06:20:04 [bca.uk] INFO: Saving data for WA70%20PNF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562880.771937, 'last_price_update_time': 1774765204.945302}
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA70%2520PNF') HTTP/1.1" 204 0
2026-03-29 06:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF
2026-03-29 06:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF
2026-03-29 06:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF to the API
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN61%20WMF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d60453f-e5e7-5390-b717-e7359e9782aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN61 WMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN61%20WMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 31486,
 '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 L200 2.5 DI-D 176 LB LWB BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 176 LB LWB BARBARIAN 4WD',
 'vin': 'MMCJNKB40CD002735',
 'year': 2011}
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN61%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 06:20:05 [bca.uk] INFO: Saving data for WN61%20WMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774016663.848021, 'last_price_update_time': 1774765205.22926}
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN61%2520WMF') HTTP/1.1" 204 0
2026-03-29 06:20:05 [bca.uk] INFO: Found listing with ID: MW11%20NUB
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW11%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:05 [bca.uk] INFO: Scrape type for MW11%20NUB: 2
2026-03-29 06:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB
2026-03-29 06:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8ad399-3eb8-5252-8a77-7ca17432feb7 with scrape type 2
2026-03-29 06:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd8ad399-3eb8-5252-8a77-7ca17432feb7 with scrape type 2
2026-03-29 06:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd8ad399-3eb8-5252-8a77-7ca17432feb7, identifier: MW11%20NUB
2026-03-29 06:20:05 [bca.uk] INFO: Found listing with ID: FL71%20KXN
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 06:20:05 [bca.uk] INFO: Scrape type for FL71%20KXN: 2
2026-03-29 06:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN
2026-03-29 06:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 019d87de-efe6-5799-bec7-a6bd373ec130 with scrape type 2
2026-03-29 06:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 019d87de-efe6-5799-bec7-a6bd373ec130 with scrape type 2
2026-03-29 06:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 019d87de-efe6-5799-bec7-a6bd373ec130, identifier: FL71%20KXN
2026-03-29 06:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB
2026-03-29 06:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB
2026-03-29 06:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB to the API
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW11%20NUB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd8ad399-3eb8-5252-8a77-7ca17432feb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW11 NUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW11%20NUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 44661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 SPICE Hatchback',
 'transmission': 'manual',
 'trim': 'SPICE',
 'vin': 'KNABJ514LBT102418',
 'year': 2011}
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW11%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:05 [bca.uk] INFO: Saving data for MW11%20NUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562879.691649, 'last_price_update_time': 1774765205.72003}
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW11%2520NUB') HTTP/1.1" 204 0
2026-03-29 06:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN
2026-03-29 06:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN
2026-03-29 06:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN to the API
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20KXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '019d87de-efe6-5799-bec7-a6bd373ec130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL71 KXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20KXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 49424,
 '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 QASHQAI 1.3 DIG-T 140 MH ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 MH ACENTA PREMIUM',
 'vin': 'SJNTAAJ12U1025062',
 'year': 2021}
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 06:20:05 [bca.uk] INFO: Saving data for FL71%20KXN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562978.502735, 'last_price_update_time': 1774765205.988264}
2026-03-29 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520KXN') HTTP/1.1" 204 0
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: SY14%20GKO
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for SY14%20GKO: 2
2026-03-29 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO
2026-03-29 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc97e9cf-f912-5af0-9385-4fcd597b7ab6, identifier: SY14%20GKO
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: BK72%20VBL
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for BK72%20VBL: 2
2026-03-29 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL
2026-03-29 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9bba8e4-d109-5dae-aba3-d740c2da3a62 with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9bba8e4-d109-5dae-aba3-d740c2da3a62 with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9bba8e4-d109-5dae-aba3-d740c2da3a62, identifier: BK72%20VBL
2026-03-29 06:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO
2026-03-29 06:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO
2026-03-29 06:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO to the API
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY14%20GKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc97e9cf-f912-5af0-9385-4fcd597b7ab6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY14 GKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY14%20GKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 130281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 4WD TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 130 4WD TEKNA',
 'vin': 'SJNFDNJ11U1120605',
 'year': 2014}
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520GKO%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Saving data for SY14%20GKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774562924.213922, 'last_price_update_time': 1774765206.495507}
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY14%2520GKO') HTTP/1.1" 204 0
2026-03-29 06:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL
2026-03-29 06:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL
2026-03-29 06:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL to the API
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK72%20VBL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9bba8e4-d109-5dae-aba3-d740c2da3a62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK72 VBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK72%20VBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 18943,
 'odometer_reading_unit': '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 TRANSPORTER T32 2.0 TDI 110 SWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L',
 'vin': 'WV1ZZZ7H8PX012868',
 'year': 2022}
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Saving data for BK72%20VBL: {'auction_closing_time': 1774864800.0, 'created_time': 1773842706.535456, 'last_price_update_time': 1774765206.762717}
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520VBL') HTTP/1.1" 204 0
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: FV64%20URM
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520URM%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for FV64%20URM: 0
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: LT13%20FGD
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520FGD%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for LT13%20FGD: 0
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: WV63%20DFP
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for WV63%20DFP: 0
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: YY19%20ZHP
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for YY19%20ZHP: 2
2026-03-29 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP
2026-03-29 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6594893-3f07-5eb5-994b-93e934a430da with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6594893-3f07-5eb5-994b-93e934a430da with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6594893-3f07-5eb5-994b-93e934a430da, identifier: YY19%20ZHP
2026-03-29 06:20:06 [bca.uk] INFO: Found listing with ID: FP63%20FYT
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520FYT%27 HTTP/1.1" 200 None
2026-03-29 06:20:06 [bca.uk] INFO: Scrape type for FP63%20FYT: 2
2026-03-29 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT
2026-03-29 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with scrape type 2
2026-03-29 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with scrape type 2
2026-03-29 06:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2, identifier: FP63%20FYT
2026-03-29 06:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP
2026-03-29 06:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP
2026-03-29 06:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP to the API
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY19%20ZHP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd6594893-3f07-5eb5-994b-93e934a430da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY19 ZHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY19%20ZHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 64598,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD SE',
 'vin': 'SALZA2AN0LH013114',
 'year': 2019}
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 06:20:07 [bca.uk] INFO: Saving data for YY19%20ZHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562915.582851, 'last_price_update_time': 1774765207.293386}
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY19%2520ZHP') HTTP/1.1" 204 0
2026-03-29 06:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT
2026-03-29 06:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT
2026-03-29 06:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT to the API
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP63%20FYT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90b17f3a-a6c8-5be3-9ad6-19542ae678e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP63 FYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP63%20FYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 115118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC SR 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC SR 4WD',
 'vin': 'SHSRE6770DU013492',
 'year': 2013}
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520FYT%27 HTTP/1.1" 200 None
2026-03-29 06:20:07 [bca.uk] INFO: Saving data for FP63%20FYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774562977.786492, 'last_price_update_time': 1774765207.675212}
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP63%2520FYT') HTTP/1.1" 204 0
2026-03-29 06:20:07 [bca.uk] INFO: Found listing with ID: DA18%20AFN
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520AFN%27 HTTP/1.1" 200 None
2026-03-29 06:20:07 [bca.uk] INFO: Scrape type for DA18%20AFN: 2
2026-03-29 06:20:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN
2026-03-29 06:20:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5741e41f-9773-54d7-942f-99091f97b228 with scrape type 2
2026-03-29 06:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5741e41f-9773-54d7-942f-99091f97b228 with scrape type 2
2026-03-29 06:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5741e41f-9773-54d7-942f-99091f97b228, identifier: DA18%20AFN
2026-03-29 06:20:07 [bca.uk] INFO: Found listing with ID: VA14%20FDE
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 06:20:07 [bca.uk] INFO: Scrape type for VA14%20FDE: 2
2026-03-29 06:20:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE
2026-03-29 06:20:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a767d40-d771-51bd-a70c-f347902c3db9 with scrape type 2
2026-03-29 06:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a767d40-d771-51bd-a70c-f347902c3db9 with scrape type 2
2026-03-29 06:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a767d40-d771-51bd-a70c-f347902c3db9, identifier: VA14%20FDE
2026-03-29 06:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN
2026-03-29 06:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN
2026-03-29 06:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN to the API
2026-03-29 06:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA18%20AFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5741e41f-9773-54d7-942f-99091f97b228',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA18 AFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA18%20AFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 57740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2246888',
 'year': 2018}
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520AFN%27 HTTP/1.1" 200 None
2026-03-29 06:20:08 [bca.uk] INFO: Saving data for DA18%20AFN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562891.706505, 'last_price_update_time': 1774765208.173322}
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA18%2520AFN') HTTP/1.1" 204 0
2026-03-29 06:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE
2026-03-29 06:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE
2026-03-29 06:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE to the API
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA14%20FDE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a767d40-d771-51bd-a70c-f347902c3db9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA14 FDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA14%20FDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 96519,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA',
 'vin': 'SJNFEAJ11U1147300',
 'year': 2014}
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 06:20:08 [bca.uk] INFO: Saving data for VA14%20FDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562976.341039, 'last_price_update_time': 1774765208.46031}
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA14%2520FDE') HTTP/1.1" 204 0
2026-03-29 06:20:08 [bca.uk] INFO: Found listing with ID: DG20%20KTE
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520KTE%27 HTTP/1.1" 200 None
2026-03-29 06:20:08 [bca.uk] INFO: Scrape type for DG20%20KTE: 0
2026-03-29 06:20:08 [bca.uk] INFO: Found listing with ID: LC65%20VKE
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520VKE%27 HTTP/1.1" 200 None
2026-03-29 06:20:08 [bca.uk] INFO: Scrape type for LC65%20VKE: 2
2026-03-29 06:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE
2026-03-29 06:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f90096-f0a6-5041-83c8-35894123c00a with scrape type 2
2026-03-29 06:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25f90096-f0a6-5041-83c8-35894123c00a with scrape type 2
2026-03-29 06:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25f90096-f0a6-5041-83c8-35894123c00a, identifier: LC65%20VKE
2026-03-29 06:20:08 [bca.uk] INFO: Found listing with ID: YX65%20YLD
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX65%2520YLD%27 HTTP/1.1" 200 None
2026-03-29 06:20:08 [bca.uk] INFO: Scrape type for YX65%20YLD: 2
2026-03-29 06:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD
2026-03-29 06:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5020adfa-825f-5389-a6ab-2eca04a89aa3 with scrape type 2
2026-03-29 06:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5020adfa-825f-5389-a6ab-2eca04a89aa3 with scrape type 2
2026-03-29 06:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5020adfa-825f-5389-a6ab-2eca04a89aa3, identifier: YX65%20YLD
2026-03-29 06:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE
2026-03-29 06:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE
2026-03-29 06:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE to the API
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC65%20VKE-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25f90096-f0a6-5041-83c8-35894123c00a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC65 VKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC65%20VKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 32943,
 '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 UP! 1.0 75 HIGH UP Hatchback',
 'transmission': 'manual',
 'trim': '75 HIGH UP',
 'vin': 'WVWZZZAAZGD039795',
 'year': 2016}
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520VKE%27 HTTP/1.1" 200 None
2026-03-29 06:20:08 [bca.uk] INFO: Saving data for LC65%20VKE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562892.101199, 'last_price_update_time': 1774765208.970802}
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC65%2520VKE') HTTP/1.1" 204 0
2026-03-29 06:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD
2026-03-29 06:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD
2026-03-29 06:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD to the API
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX65%20YLD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5020adfa-825f-5389-a6ab-2eca04a89aa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX65 YLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX65%20YLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 122793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KE2GA552026',
 'year': 2015}
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX65%2520YLD%27 HTTP/1.1" 200 None
2026-03-29 06:20:09 [bca.uk] INFO: Saving data for YX65%20YLD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562973.303825, 'last_price_update_time': 1774765209.238905}
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX65%2520YLD') HTTP/1.1" 204 0
2026-03-29 06:20:09 [bca.uk] INFO: Found listing with ID: BG67%20PHA
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520PHA%27 HTTP/1.1" 200 None
2026-03-29 06:20:09 [bca.uk] INFO: Scrape type for BG67%20PHA: 0
2026-03-29 06:20:09 [bca.uk] INFO: Found listing with ID: YC20%20OZV
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520OZV%27 HTTP/1.1" 200 None
2026-03-29 06:20:09 [bca.uk] INFO: Scrape type for YC20%20OZV: 2
2026-03-29 06:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV
2026-03-29 06:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c92f1a5f-eac2-5320-962c-a57122b64db8 with scrape type 2
2026-03-29 06:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c92f1a5f-eac2-5320-962c-a57122b64db8 with scrape type 2
2026-03-29 06:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c92f1a5f-eac2-5320-962c-a57122b64db8, identifier: YC20%20OZV
2026-03-29 06:20:09 [bca.uk] INFO: Found listing with ID: NA72%20PVZ
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:09 [bca.uk] INFO: Scrape type for NA72%20PVZ: 2
2026-03-29 06:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ
2026-03-29 06:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ea6cd20-fc29-524b-9767-d7566d503e24 with scrape type 2
2026-03-29 06:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ea6cd20-fc29-524b-9767-d7566d503e24 with scrape type 2
2026-03-29 06:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ea6cd20-fc29-524b-9767-d7566d503e24, identifier: NA72%20PVZ
2026-03-29 06:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV
2026-03-29 06:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV
2026-03-29 06:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV to the API
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC20%20OZV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c92f1a5f-eac2-5320-962c-a57122b64db8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC20 OZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC20%20OZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SKODA',
 'model': 'SCALA',
 'odometer': 45809,
 '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 SCALA 1.0 TSI 115 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE L DSG',
 'vin': 'TMBFR6NW4L3067011',
 'year': 2020}
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520OZV%27 HTTP/1.1" 200 None
2026-03-29 06:20:09 [bca.uk] INFO: Saving data for YC20%20OZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562911.428785, 'last_price_update_time': 1774765209.744442}
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC20%2520OZV') HTTP/1.1" 204 0
2026-03-29 06:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ
2026-03-29 06:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ
2026-03-29 06:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ to the API
2026-03-29 06:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA72%20PVZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ea6cd20-fc29-524b-9767-d7566d503e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA72 PVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA72%20PVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 103122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 PROG. (BOX) '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 PROG. (BOX)',
 'vin': 'W1V9071332N212907',
 'year': 2023}
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Saving data for NA72%20PVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773932108.704289, 'last_price_update_time': 1774765210.0334}
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA72%2520PVZ') HTTP/1.1" 204 0
2026-03-29 06:20:10 [bca.uk] INFO: Found listing with ID: DK71%20XRH
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK71%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Scrape type for DK71%20XRH: 0
2026-03-29 06:20:10 [bca.uk] INFO: Found listing with ID: YN64%20OXV
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OXV%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Scrape type for YN64%20OXV: 2
2026-03-29 06:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV
2026-03-29 06:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 552abd3e-7f4e-52d4-a0f6-787141be8a4f with scrape type 2
2026-03-29 06:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 552abd3e-7f4e-52d4-a0f6-787141be8a4f with scrape type 2
2026-03-29 06:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 552abd3e-7f4e-52d4-a0f6-787141be8a4f, identifier: YN64%20OXV
2026-03-29 06:20:10 [bca.uk] INFO: Found listing with ID: LE19%20OAO
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520OAO%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Scrape type for LE19%20OAO: 2
2026-03-29 06:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO
2026-03-29 06:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8cc61dc-7627-5024-9b8b-e85af3632bc4 with scrape type 2
2026-03-29 06:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8cc61dc-7627-5024-9b8b-e85af3632bc4 with scrape type 2
2026-03-29 06:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8cc61dc-7627-5024-9b8b-e85af3632bc4, identifier: LE19%20OAO
2026-03-29 06:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV
2026-03-29 06:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV
2026-03-29 06:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV to the API
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN64%20OXV-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '552abd3e-7f4e-52d4-a0f6-787141be8a4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN64 OXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN64%20OXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 61593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDEP56092',
 'year': 2014}
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OXV%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Saving data for YN64%20OXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774562904.696047, 'last_price_update_time': 1774765210.544975}
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN64%2520OXV') HTTP/1.1" 204 0
2026-03-29 06:20:10 [scrapy.extensions.logstats] INFO: Crawled 111 pages (at 5 pages/min), scraped 2108 items (at 124 items/min)
2026-03-29 06:20:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO
2026-03-29 06:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO
2026-03-29 06:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO to the API
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE19%20OAO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8cc61dc-7627-5024-9b8b-e85af3632bc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE19 OAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE19%20OAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 64856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 FLAIR (6) Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 FLAIR (6)',
 'vin': 'VF72RHNPMK4407534',
 'year': 2019}
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520OAO%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Saving data for LE19%20OAO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562751.909242, 'last_price_update_time': 1774765210.93591}
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520OAO') HTTP/1.1" 204 0
2026-03-29 06:20:10 [bca.uk] INFO: Found listing with ID: YP62%20VWJ
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520VWJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:10 [bca.uk] INFO: Scrape type for YP62%20VWJ: 2
2026-03-29 06:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ
2026-03-29 06:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f668d5c2-45bf-597c-b1ad-d0be6299bb06 with scrape type 2
2026-03-29 06:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f668d5c2-45bf-597c-b1ad-d0be6299bb06 with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f668d5c2-45bf-597c-b1ad-d0be6299bb06, identifier: YP62%20VWJ
2026-03-29 06:20:11 [bca.uk] INFO: Found listing with ID: WM17%20UBA
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520UBA%27 HTTP/1.1" 200 None
2026-03-29 06:20:11 [bca.uk] INFO: Scrape type for WM17%20UBA: 2
2026-03-29 06:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA
2026-03-29 06:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 725b8b4d-cbe9-5a20-a964-0c02399930bd with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 725b8b4d-cbe9-5a20-a964-0c02399930bd with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 725b8b4d-cbe9-5a20-a964-0c02399930bd, identifier: WM17%20UBA
2026-03-29 06:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ
2026-03-29 06:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ
2026-03-29 06:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ to the API
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP62%20VWJ-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f668d5c2-45bf-597c-b1ad-d0be6299bb06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP62 VWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP62%20VWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 133179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 18D SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 18D SPORT',
 'vin': 'WBAVP72030VX41136',
 'year': 2013}
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520VWJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:11 [bca.uk] INFO: Saving data for YP62%20VWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562902.592156, 'last_price_update_time': 1774765211.440391}
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP62%2520VWJ') HTTP/1.1" 204 0
2026-03-29 06:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA
2026-03-29 06:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA
2026-03-29 06:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA to the API
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM17%20UBA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '725b8b4d-cbe9-5a20-a964-0c02399930bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM17 UBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM17%20UBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': 'TIPO',
 'odometer': 82058,
 '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 TIPO 1.6 M/JET 120 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 120 LOUNGE',
 'vin': 'ZFA35600006G43614',
 'year': 2017}
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520UBA%27 HTTP/1.1" 200 None
2026-03-29 06:20:11 [bca.uk] INFO: Saving data for WM17%20UBA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562972.399885, 'last_price_update_time': 1774765211.719262}
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM17%2520UBA') HTTP/1.1" 204 0
2026-03-29 06:20:11 [bca.uk] INFO: Found listing with ID: ET66%20GXS
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520GXS%27 HTTP/1.1" 200 None
2026-03-29 06:20:11 [bca.uk] INFO: Scrape type for ET66%20GXS: 2
2026-03-29 06:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS
2026-03-29 06:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7da10d7-b07d-5297-bdd3-3d5a19b26fde with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7da10d7-b07d-5297-bdd3-3d5a19b26fde with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7da10d7-b07d-5297-bdd3-3d5a19b26fde, identifier: ET66%20GXS
2026-03-29 06:20:11 [bca.uk] INFO: Found listing with ID: BR19%20TWE
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520TWE%27 HTTP/1.1" 200 None
2026-03-29 06:20:11 [bca.uk] INFO: Scrape type for BR19%20TWE: 2
2026-03-29 06:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE
2026-03-29 06:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4880b351-846e-580d-903c-9d555cae5c12 with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4880b351-846e-580d-903c-9d555cae5c12 with scrape type 2
2026-03-29 06:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4880b351-846e-580d-903c-9d555cae5c12, identifier: BR19%20TWE
2026-03-29 06:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS
2026-03-29 06:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS
2026-03-29 06:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS to the API
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20GXS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd7da10d7-b07d-5297-bdd3-3d5a19b26fde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 GXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20GXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 68601,
 '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 I10 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851CLHZ308349',
 'year': 2017}
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520GXS%27 HTTP/1.1" 200 None
2026-03-29 06:20:12 [bca.uk] INFO: Saving data for ET66%20GXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774563150.227294, 'last_price_update_time': 1774765212.243461}
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520GXS') HTTP/1.1" 204 0
2026-03-29 06:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE
2026-03-29 06:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE
2026-03-29 06:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE to the API
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BR19%20TWE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4880b351-846e-580d-903c-9d555cae5c12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BR19 TWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BR19%20TWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 61800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 100 TREND (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 TREND (6)',
 'vin': 'WF0WXXTACWJU12727',
 'year': 2019}
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520TWE%27 HTTP/1.1" 200 None
2026-03-29 06:20:12 [bca.uk] INFO: Saving data for BR19%20TWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774016633.518627, 'last_price_update_time': 1774765212.521422}
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BR19%2520TWE') HTTP/1.1" 204 0
2026-03-29 06:20:12 [bca.uk] INFO: Found listing with ID: GR19%20DXJ
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR19%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:12 [bca.uk] INFO: Scrape type for GR19%20DXJ: 2
2026-03-29 06:20:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ
2026-03-29 06:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142782f5-7d1c-5108-b0ff-4c716cacf14e with scrape type 2
2026-03-29 06:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142782f5-7d1c-5108-b0ff-4c716cacf14e with scrape type 2
2026-03-29 06:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 142782f5-7d1c-5108-b0ff-4c716cacf14e, identifier: GR19%20DXJ
2026-03-29 06:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:20:12 [bca.uk] INFO: Found listing with ID: ML70%20KYB
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 06:20:12 [bca.uk] INFO: Scrape type for ML70%20KYB: 2
2026-03-29 06:20:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB
2026-03-29 06:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9acb5f58-7362-597b-8bcd-c75a39790e57 with scrape type 2
2026-03-29 06:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9acb5f58-7362-597b-8bcd-c75a39790e57 with scrape type 2
2026-03-29 06:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9acb5f58-7362-597b-8bcd-c75a39790e57, identifier: ML70%20KYB
2026-03-29 06:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ
2026-03-29 06:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ
2026-03-29 06:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ to the API
2026-03-29 06:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR19%20DXJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '142782f5-7d1c-5108-b0ff-4c716cacf14e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR19 DXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR19%20DXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 42734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 177 2WD PREMIUM StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 177 2WD PREMIUM',
 'vin': 'TMAJ3812LKJ759628',
 'year': 2019}
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR19%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:13 [bca.uk] INFO: Saving data for GR19%20DXJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562993.432809, 'last_price_update_time': 1774765213.020377}
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR19%2520DXJ') HTTP/1.1" 204 0
2026-03-29 06:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB
2026-03-29 06:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB
2026-03-29 06:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB to the API
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML70%20KYB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9acb5f58-7362-597b-8bcd-c75a39790e57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML70 KYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML70%20KYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 91066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2LD39754',
 'year': 2020}
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 06:20:13 [bca.uk] INFO: Saving data for ML70%20KYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774562965.305787, 'last_price_update_time': 1774765213.296566}
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML70%2520KYB') HTTP/1.1" 204 0
2026-03-29 06:20:13 [bca.uk] INFO: Found listing with ID: KM20%20UNL
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520UNL%27 HTTP/1.1" 200 None
2026-03-29 06:20:13 [bca.uk] INFO: Scrape type for KM20%20UNL: 2
2026-03-29 06:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL
2026-03-29 06:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7546c32-dae5-5cf0-9048-2e8608f9083d with scrape type 2
2026-03-29 06:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7546c32-dae5-5cf0-9048-2e8608f9083d with scrape type 2
2026-03-29 06:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7546c32-dae5-5cf0-9048-2e8608f9083d, identifier: KM20%20UNL
2026-03-29 06:20:13 [bca.uk] INFO: Found listing with ID: FV66%20ULA
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20: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%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 06:20:13 [bca.uk] INFO: Scrape type for FV66%20ULA: 2
2026-03-29 06:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA
2026-03-29 06:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e853cbe-4b82-59ea-afc0-44d528a804cb with scrape type 2
2026-03-29 06:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e853cbe-4b82-59ea-afc0-44d528a804cb with scrape type 2
2026-03-29 06:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e853cbe-4b82-59ea-afc0-44d528a804cb, identifier: FV66%20ULA
2026-03-29 06:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL
2026-03-29 06:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL
2026-03-29 06:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL to the API
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM20%20UNL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e7546c32-dae5-5cf0-9048-2e8608f9083d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM20 UNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM20%20UNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 73574,
 '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 CIVIC 1.0 VTEC TURBO 126 SR Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 126 SR',
 'vin': 'SHHFK6760LU000387',
 'year': 2020}
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520UNL%27 HTTP/1.1" 200 None
2026-03-29 06:20:13 [bca.uk] INFO: Saving data for KM20%20UNL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563153.819789, 'last_price_update_time': 1774765213.783025}
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM20%2520UNL') HTTP/1.1" 204 0
2026-03-29 06:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA
2026-03-29 06:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA
2026-03-29 06:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA to the API
2026-03-29 06:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV66%20ULA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e853cbe-4b82-59ea-afc0-44d528a804cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV66 ULA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV66%20ULA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '640D',
 'odometer': 116451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 640D 3.0 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBA6J12030G240612',
 'year': 2016}
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 06:20:14 [bca.uk] INFO: Saving data for FV66%20ULA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562953.585409, 'last_price_update_time': 1774765214.085998}
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV66%2520ULA') HTTP/1.1" 204 0
2026-03-29 06:20:14 [bca.uk] INFO: Found listing with ID: KY22%20YRZ
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:14 [bca.uk] INFO: Scrape type for KY22%20YRZ: 2
2026-03-29 06:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ
2026-03-29 06:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3daf1912-d17a-527d-b994-8cfa42f43c27 with scrape type 2
2026-03-29 06:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3daf1912-d17a-527d-b994-8cfa42f43c27 with scrape type 2
2026-03-29 06:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3daf1912-d17a-527d-b994-8cfa42f43c27, identifier: KY22%20YRZ
2026-03-29 06:20:14 [bca.uk] INFO: Found listing with ID: SH18%20FCF
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 06:20:14 [bca.uk] INFO: Scrape type for SH18%20FCF: 2
2026-03-29 06:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF
2026-03-29 06:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2d4e13-cdbe-5584-9c11-ff730fa19358 with scrape type 2
2026-03-29 06:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2d4e13-cdbe-5584-9c11-ff730fa19358 with scrape type 2
2026-03-29 06:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa2d4e13-cdbe-5584-9c11-ff730fa19358, identifier: SH18%20FCF
2026-03-29 06:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ
2026-03-29 06:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ
2026-03-29 06:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ to the API
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY22%20YRZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3daf1912-d17a-527d-b994-8cfa42f43c27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY22 YRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY22%20YRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 33330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA 1.6 GDI HYBRID PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID PREMIUM DCT',
 'vin': 'KMHK381EVNU083494',
 'year': 2022}
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:14 [bca.uk] INFO: Saving data for KY22%20YRZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774563152.959719, 'last_price_update_time': 1774765214.59075}
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY22%2520YRZ') HTTP/1.1" 204 0
2026-03-29 06:20:14 [bca.uk] INFO: Total items found: 100
2026-03-29 06:20:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded
2026-03-29 06:20:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:20:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF
2026-03-29 06:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF
2026-03-29 06:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF to the API
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH18%20FCF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa2d4e13-cdbe-5584-9c11-ff730fa19358',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH18 FCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH18%20FCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 76100,
 'odometer_reading_unit': '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 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 GT LINE',
 'vin': 'VF3MCYHZJJS198041',
 'year': 2018}
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 06:20:14 [bca.uk] INFO: Saving data for SH18%20FCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562956.926777, 'last_price_update_time': 1774765214.888488}
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH18%2520FCF') HTTP/1.1" 204 0
2026-03-29 06:20:14 [bca.uk] INFO: Found listing with ID: ML70%20CYH
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 06:20:14 [bca.uk] INFO: Scrape type for ML70%20CYH: 2
2026-03-29 06:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH
2026-03-29 06:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3481271-ab8b-5d86-9d6a-7291d2d7b969 with scrape type 2
2026-03-29 06:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3481271-ab8b-5d86-9d6a-7291d2d7b969 with scrape type 2
2026-03-29 06:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3481271-ab8b-5d86-9d6a-7291d2d7b969, identifier: ML70%20CYH
2026-03-29 06:20:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:15 [bca.uk] INFO: Found listing with ID: PX13%20WHW
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:20:15 [bca.uk] INFO: Scrape type for PX13%20WHW: 2
2026-03-29 06:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW
2026-03-29 06:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b701712-4d25-501b-a2a9-a10fd768f732 with scrape type 2
2026-03-29 06:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b701712-4d25-501b-a2a9-a10fd768f732 with scrape type 2
2026-03-29 06:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b701712-4d25-501b-a2a9-a10fd768f732, identifier: PX13%20WHW
2026-03-29 06:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=indian+summer+red HTTP/1.1" 200 None
2026-03-29 06:20:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:20: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:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH
2026-03-29 06:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH to the API
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML70%20CYH-GB',
 'category': 'Car',
 'color': 'indian summer red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3481271-ab8b-5d86-9d6a-7291d2d7b969',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML70 CYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML70%20CYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 59806,
 '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 EXCLUSIVE STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE STEP',
 'vin': 'WMWXR320302N40026',
 'year': 2020}
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520CYH%27 HTTP/1.1" 200 None
2026-03-29 06:20:15 [bca.uk] INFO: Saving data for ML70%20CYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774563149.852805, 'last_price_update_time': 1774765215.536069}
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML70%2520CYH') HTTP/1.1" 204 0
2026-03-29 06:20:15 [bca.uk] INFO: Found listing with ID: LY66%20VFN
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520VFN%27 HTTP/1.1" 200 None
2026-03-29 06:20:15 [bca.uk] INFO: Scrape type for LY66%20VFN: 2
2026-03-29 06:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN
2026-03-29 06:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04f0ded-e9d9-5dc1-9224-0583647355a0 with scrape type 2
2026-03-29 06:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04f0ded-e9d9-5dc1-9224-0583647355a0 with scrape type 2
2026-03-29 06:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04f0ded-e9d9-5dc1-9224-0583647355a0, identifier: LY66%20VFN
2026-03-29 06:20: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:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW
2026-03-29 06:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW
2026-03-29 06:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW to the API
2026-03-29 06:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX13%20WHW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b701712-4d25-501b-a2a9-a10fd768f732',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX13 WHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX13%20WHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 89500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 140 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 140 2WD TITANIUM',
 'vin': 'WF0AXXWPMADP35421',
 'year': 2013}
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:20:16 [bca.uk] INFO: Saving data for PX13%20WHW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562961.282822, 'last_price_update_time': 1774765216.014408}
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX13%2520WHW') HTTP/1.1" 204 0
2026-03-29 06:20:16 [bca.uk] INFO: Found listing with ID: OGZ%203885
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OGZ%25203885%27 HTTP/1.1" 200 None
2026-03-29 06:20:16 [bca.uk] INFO: Scrape type for OGZ%203885: 2
2026-03-29 06:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885
2026-03-29 06:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with scrape type 2
2026-03-29 06:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with scrape type 2
2026-03-29 06:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5072ae2c-b6ec-56a0-b00e-471a532b2b91, identifier: OGZ%203885
2026-03-29 06:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN
2026-03-29 06:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN
2026-03-29 06:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN to the API
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b04f0ded-e9d9-5dc1-9224-0583647355a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY66 VFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY66%20VFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 91197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KEXGA113401',
 'year': 2016}
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520VFN%27 HTTP/1.1" 200 None
2026-03-29 06:20:16 [bca.uk] INFO: Saving data for LY66%20VFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563217.763079, 'last_price_update_time': 1774765216.414613}
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY66%2520VFN') HTTP/1.1" 204 0
2026-03-29 06:20:16 [bca.uk] INFO: Found listing with ID: WM11%20VUT
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM11%2520VUT%27 HTTP/1.1" 200 None
2026-03-29 06:20:16 [bca.uk] INFO: Scrape type for WM11%20VUT: 2
2026-03-29 06:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT
2026-03-29 06:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebf1ec47-d886-5228-8d56-88c3fe18d454 with scrape type 2
2026-03-29 06:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebf1ec47-d886-5228-8d56-88c3fe18d454 with scrape type 2
2026-03-29 06:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebf1ec47-d886-5228-8d56-88c3fe18d454, identifier: WM11%20VUT
2026-03-29 06:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885
2026-03-29 06:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885
2026-03-29 06:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885 to the API
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OGZ%203885-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5072ae2c-b6ec-56a0-b00e-471a532b2b91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OGZ 3885',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OGZ%203885&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 44247,
 'odometer_reading_unit': '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 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 R LINE',
 'vin': 'WVWZZZAUZKW225016',
 'year': 2019}
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OGZ%25203885%27 HTTP/1.1" 200 None
2026-03-29 06:20:16 [bca.uk] INFO: Saving data for OGZ%203885: {'auction_closing_time': 1775037600.0, 'created_time': 1774563141.513127, 'last_price_update_time': 1774765216.80668}
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OGZ%25203885') HTTP/1.1" 204 0
2026-03-29 06:20:16 [bca.uk] INFO: Found listing with ID: CF69%20JKU
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 06:20:16 [bca.uk] INFO: Scrape type for CF69%20JKU: 2
2026-03-29 06:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU
2026-03-29 06:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab9a41b1-0acf-5317-9f54-291daabec823 with scrape type 2
2026-03-29 06:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab9a41b1-0acf-5317-9f54-291daabec823 with scrape type 2
2026-03-29 06:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab9a41b1-0acf-5317-9f54-291daabec823, identifier: CF69%20JKU
2026-03-29 06:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT
2026-03-29 06:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT
2026-03-29 06:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT to the API
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM11%20VUT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebf1ec47-d886-5228-8d56-88c3fe18d454',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM11 VUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM11%20VUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FIAT',
 'model': '500',
 'odometer': 65016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000721758',
 'year': 2011}
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM11%2520VUT%27 HTTP/1.1" 200 None
2026-03-29 06:20:17 [bca.uk] INFO: Saving data for WM11%20VUT: {'auction_closing_time': 1774951200.0, 'created_time': 1774562952.863207, 'last_price_update_time': 1774765217.188935}
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM11%2520VUT') HTTP/1.1" 204 0
2026-03-29 06:20:17 [bca.uk] INFO: Found listing with ID: OU64%20TZW
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520TZW%27 HTTP/1.1" 200 None
2026-03-29 06:20:17 [bca.uk] INFO: Scrape type for OU64%20TZW: 2
2026-03-29 06:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW
2026-03-29 06:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with scrape type 2
2026-03-29 06:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with scrape type 2
2026-03-29 06:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c17ec1b8-4cf1-55b3-8ace-4dcca2439781, identifier: OU64%20TZW
2026-03-29 06:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU
2026-03-29 06:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU
2026-03-29 06:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU to the API
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF69%20JKU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab9a41b1-0acf-5317-9f54-291daabec823',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF69 JKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF69%20JKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 102910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 165 L4 Luton',
 'transmission': 'manual',
 'trim': 'BLUEHDI 165 L4',
 'vin': 'VF7YCCNAU12M06150',
 'year': 2020}
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520JKU%27 HTTP/1.1" 200 None
2026-03-29 06:20:17 [bca.uk] INFO: Saving data for CF69%20JKU: {'auction_closing_time': 1775210400.0, 'created_time': 1773824520.470506, 'last_price_update_time': 1774765217.580046}
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF69%2520JKU') HTTP/1.1" 204 0
2026-03-29 06:20:17 [bca.uk] INFO: Found listing with ID: KJ18%20KXV
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520KXV%27 HTTP/1.1" 200 None
2026-03-29 06:20:17 [bca.uk] INFO: Scrape type for KJ18%20KXV: 2
2026-03-29 06:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV
2026-03-29 06:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba35096a-edc8-5b46-92c5-28c0608efb2a with scrape type 2
2026-03-29 06:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba35096a-edc8-5b46-92c5-28c0608efb2a with scrape type 2
2026-03-29 06:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba35096a-edc8-5b46-92c5-28c0608efb2a, identifier: KJ18%20KXV
2026-03-29 06:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW
2026-03-29 06:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW
2026-03-29 06:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW to the API
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU64%20TZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c17ec1b8-4cf1-55b3-8ace-4dcca2439781',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU64 TZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU64%20TZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 57682,
 '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 108 1.2 VTI ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ALLURE',
 'vin': 'VF3PAHMTBER264034',
 'year': 2015}
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520TZW%27 HTTP/1.1" 200 None
2026-03-29 06:20:17 [bca.uk] INFO: Saving data for OU64%20TZW: {'auction_closing_time': 1775037600.0, 'created_time': 1774563141.152948, 'last_price_update_time': 1774765217.959094}
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU64%2520TZW') HTTP/1.1" 204 0
2026-03-29 06:20:17 [bca.uk] INFO: Found listing with ID: WN73%20EZA
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520EZA%27 HTTP/1.1" 200 None
2026-03-29 06:20:17 [bca.uk] INFO: Scrape type for WN73%20EZA: 2
2026-03-29 06:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA
2026-03-29 06:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with scrape type 2
2026-03-29 06:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with scrape type 2
2026-03-29 06:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc22e4cf-997c-5988-9b7c-6b081ee5cd76, identifier: WN73%20EZA
2026-03-29 06:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV
2026-03-29 06:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV
2026-03-29 06:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV to the API
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ18%20KXV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba35096a-edc8-5b46-92c5-28c0608efb2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ18 KXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ18%20KXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'ASTON MARTIN',
 'model': 'V8 VANTAGE',
 'odometer': 22037,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN V8 VANTAGE 4.0 (ZF8) Coupe',
 'transmission': 'automatic',
 'trim': '(ZF8)',
 'vin': 'SCFSLGAW5KGN00419',
 'year': 2018}
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520KXV%27 HTTP/1.1" 200 None
2026-03-29 06:20:18 [bca.uk] INFO: Saving data for KJ18%20KXV: {'auction_closing_time': 1775124000.0, 'created_time': 1774562960.518195, 'last_price_update_time': 1774765218.356689}
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ18%2520KXV') HTTP/1.1" 204 0
2026-03-29 06:20:18 [bca.uk] INFO: Found listing with ID: VN13%20URU
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN13%2520URU%27 HTTP/1.1" 200 None
2026-03-29 06:20:18 [bca.uk] INFO: Scrape type for VN13%20URU: 2
2026-03-29 06:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU
2026-03-29 06:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with scrape type 2
2026-03-29 06:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with scrape type 2
2026-03-29 06:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2788371-a4b1-5ad5-a253-d8ad61cb4f45, identifier: VN13%20URU
2026-03-29 06:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=magnetic+grey HTTP/1.1" 200 None
2026-03-29 06:20:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:20: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:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA
2026-03-29 06:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA to the API
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20EZA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc22e4cf-997c-5988-9b7c-6b081ee5cd76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN73 EZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20EZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25874,
 '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 170 320 SWB LIMITED L/R PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYPS16221',
 'year': 2023}
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520EZA%27 HTTP/1.1" 200 None
2026-03-29 06:20:18 [bca.uk] INFO: Saving data for WN73%20EZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774563271.027522, 'last_price_update_time': 1774765218.8576}
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520EZA') HTTP/1.1" 204 0
2026-03-29 06:20:18 [bca.uk] INFO: Found listing with ID: MM74%20YOV
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOV%27 HTTP/1.1" 200 None
2026-03-29 06:20:18 [bca.uk] INFO: Scrape type for MM74%20YOV: 2
2026-03-29 06:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV
2026-03-29 06:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fad66b5b-5f98-5850-aa45-ff52a9a970fd with scrape type 2
2026-03-29 06:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fad66b5b-5f98-5850-aa45-ff52a9a970fd with scrape type 2
2026-03-29 06:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fad66b5b-5f98-5850-aa45-ff52a9a970fd, identifier: MM74%20YOV
2026-03-29 06:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU
2026-03-29 06:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU
2026-03-29 06:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU to the API
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN13%20URU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f2788371-a4b1-5ad5-a253-d8ad61cb4f45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN13 URU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN13%20URU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 109675,
 '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': 'LEXUS IS 300H 2.5 PREMIER Saloon',
 'transmission': 'manual',
 'trim': 'PREMIER',
 'vin': 'JTHBH5D2105000665',
 'year': 2013}
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN13%2520URU%27 HTTP/1.1" 200 None
2026-03-29 06:20:19 [bca.uk] INFO: Saving data for VN13%20URU: {'auction_closing_time': 1775037600.0, 'created_time': 1774563130.066684, 'last_price_update_time': 1774765219.223968}
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN13%2520URU') HTTP/1.1" 204 0
2026-03-29 06:20:19 [bca.uk] INFO: Found listing with ID: WP72%20SZW
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520SZW%27 HTTP/1.1" 200 None
2026-03-29 06:20:19 [bca.uk] INFO: Scrape type for WP72%20SZW: 2
2026-03-29 06:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW
2026-03-29 06:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with scrape type 2
2026-03-29 06:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with scrape type 2
2026-03-29 06:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194, identifier: WP72%20SZW
2026-03-29 06:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV
2026-03-29 06:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV
2026-03-29 06:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV to the API
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20YOV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fad66b5b-5f98-5850-aa45-ff52a9a970fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM74 YOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20YOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 20708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.5 PHEV 232 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 232 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA1HRK03936',
 'year': 2024}
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOV%27 HTTP/1.1" 200 None
2026-03-29 06:20:19 [bca.uk] INFO: Saving data for MM74%20YOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562984.34565, 'last_price_update_time': 1774765219.625705}
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YOV') HTTP/1.1" 204 0
2026-03-29 06:20:19 [bca.uk] INFO: Found listing with ID: VU61%20RWE
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU61%2520RWE%27 HTTP/1.1" 200 None
2026-03-29 06:20:19 [bca.uk] INFO: Scrape type for VU61%20RWE: 2
2026-03-29 06:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE
2026-03-29 06:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f5de4df-f59d-584b-b89f-8b46cadc4772 with scrape type 2
2026-03-29 06:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f5de4df-f59d-584b-b89f-8b46cadc4772 with scrape type 2
2026-03-29 06:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f5de4df-f59d-584b-b89f-8b46cadc4772, identifier: VU61%20RWE
2026-03-29 06:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW
2026-03-29 06:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW
2026-03-29 06:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW to the API
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20SZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40f1c41a-2bc9-567d-8d3f-0ed4faf1b194',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP72 SZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20SZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36208,
 'odometer_reading_unit': '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 170 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNB45243',
 'year': 2022}
2026-03-29 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520SZW%27 HTTP/1.1" 200 None
2026-03-29 06:20:20 [bca.uk] INFO: Saving data for WP72%20SZW: {'auction_closing_time': 1774951200.0, 'created_time': 1774563272.165315, 'last_price_update_time': 1774765220.001746}
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520SZW') HTTP/1.1" 204 0
2026-03-29 06:20:20 [bca.uk] INFO: Found listing with ID: ND67%20NUB
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:20 [bca.uk] INFO: Scrape type for ND67%20NUB: 2
2026-03-29 06:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB
2026-03-29 06:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with scrape type 2
2026-03-29 06:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with scrape type 2
2026-03-29 06:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3, identifier: ND67%20NUB
2026-03-29 06:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE
2026-03-29 06:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE
2026-03-29 06:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE to the API
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU61%20RWE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7f5de4df-f59d-584b-b89f-8b46cadc4772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU61 RWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU61%20RWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 49731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC ES',
 'vin': 'SHHGG6860CU009922',
 'year': 2011}
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU61%2520RWE%27 HTTP/1.1" 200 None
2026-03-29 06:20:20 [bca.uk] INFO: Saving data for VU61%20RWE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563125.965345, 'last_price_update_time': 1774765220.472331}
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU61%2520RWE') HTTP/1.1" 204 0
2026-03-29 06:20:20 [bca.uk] INFO: Found listing with ID: HN72%20LWJ
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:20 [bca.uk] INFO: Scrape type for HN72%20LWJ: 2
2026-03-29 06:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ
2026-03-29 06:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with scrape type 2
2026-03-29 06:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with scrape type 2
2026-03-29 06:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd, identifier: HN72%20LWJ
2026-03-29 06:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB
2026-03-29 06:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB
2026-03-29 06:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB to the API
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND67%20NUB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17b5665d-94c9-551d-ac3a-cc62fb0d44f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND67 NUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND67%20NUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 75026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 GT DSG',
 'vin': 'WVWZZZAUZJW167476',
 'year': 2018}
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:20 [bca.uk] INFO: Saving data for ND67%20NUB: {'auction_closing_time': 1775037600.0, 'created_time': 1774562811.085073, 'last_price_update_time': 1774765220.846947}
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520NUB') HTTP/1.1" 204 0
2026-03-29 06:20:20 [bca.uk] INFO: Found listing with ID: VX21%20LDE
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX21%2520LDE%27 HTTP/1.1" 200 None
2026-03-29 06:20:20 [bca.uk] INFO: Scrape type for VX21%20LDE: 2
2026-03-29 06:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE
2026-03-29 06:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with scrape type 2
2026-03-29 06:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with scrape type 2
2026-03-29 06:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7, identifier: VX21%20LDE
2026-03-29 06:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ
2026-03-29 06:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ
2026-03-29 06:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ to the API
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20LWJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN72 LWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20LWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 32756,
 'odometer_reading_unit': '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 170 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNP88971',
 'year': 2022}
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:21 [bca.uk] INFO: Saving data for HN72%20LWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563247.60025, 'last_price_update_time': 1774765221.276948}
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520LWJ') HTTP/1.1" 204 0
2026-03-29 06:20:21 [bca.uk] INFO: Found listing with ID: NJ69%20ZLZ
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ69%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:21 [bca.uk] INFO: Scrape type for NJ69%20ZLZ: 2
2026-03-29 06:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ
2026-03-29 06:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee3a01d1-2646-501e-9689-36c16c8b8bc0 with scrape type 2
2026-03-29 06:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee3a01d1-2646-501e-9689-36c16c8b8bc0 with scrape type 2
2026-03-29 06:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee3a01d1-2646-501e-9689-36c16c8b8bc0, identifier: NJ69%20ZLZ
2026-03-29 06:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE
2026-03-29 06:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE
2026-03-29 06:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE to the API
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX21%20LDE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX21 LDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX21%20LDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 79725,
 '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 CX-5 2.5 GT SPORT AWD StationWagon',
 'transmission': 'automatic',
 'trim': 'GT SPORT AWD',
 'vin': 'JMZKFGWMA90165341',
 'year': 2021}
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX21%2520LDE%27 HTTP/1.1" 200 None
2026-03-29 06:20:21 [bca.uk] INFO: Saving data for VX21%20LDE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563126.76648, 'last_price_update_time': 1774765221.682769}
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX21%2520LDE') HTTP/1.1" 204 0
2026-03-29 06:20:21 [bca.uk] INFO: Found listing with ID: WG23%20NVR
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG23%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 06:20:21 [bca.uk] INFO: Scrape type for WG23%20NVR: 2
2026-03-29 06:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR
2026-03-29 06:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c882428-5ec5-5b8d-ba79-7167aa56492f with scrape type 2
2026-03-29 06:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c882428-5ec5-5b8d-ba79-7167aa56492f with scrape type 2
2026-03-29 06:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c882428-5ec5-5b8d-ba79-7167aa56492f, identifier: WG23%20NVR
2026-03-29 06:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ
2026-03-29 06:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ
2026-03-29 06:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ to the API
2026-03-29 06:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ69%20ZLZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee3a01d1-2646-501e-9689-36c16c8b8bc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ69 ZLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ69%20ZLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 44379,
 'odometer_reading_unit': '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 BUSINESS ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 130 BUSINESS ED.',
 'vin': 'W0VZCYHZ7L6005784',
 'year': 2019}
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ69%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:22 [bca.uk] INFO: Saving data for NJ69%20ZLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562950.557286, 'last_price_update_time': 1774765222.081203}
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ69%2520ZLZ') HTTP/1.1" 204 0
2026-03-29 06:20:22 [bca.uk] INFO: Found listing with ID: YC67%20KRF
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520KRF%27 HTTP/1.1" 200 None
2026-03-29 06:20:22 [bca.uk] INFO: Scrape type for YC67%20KRF: 2
2026-03-29 06:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF
2026-03-29 06:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with scrape type 2
2026-03-29 06:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with scrape type 2
2026-03-29 06:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338, identifier: YC67%20KRF
2026-03-29 06:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR
2026-03-29 06:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR
2026-03-29 06:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR to the API
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG23%20NVR-GB',
 'category': 'Motorcycle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '2c882428-5ec5-5b8d-ba79-7167aa56492f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG23 NVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG23%20NVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'STREET TRIPLE',
 'odometer': 1389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH STREET TRIPLE 765 RS MOTORBIKE',
 'transmission': 'automatic',
 'trim': '765 RS MOTORBIKE',
 'vin': 'SMTHDA614ARBP4147',
 'year': 2023}
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG23%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 06:20:22 [bca.uk] INFO: Saving data for WG23%20NVR: {'auction_closing_time': 1775124000.0, 'created_time': 1774563258.552565, 'last_price_update_time': 1774765222.486558}
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG23%2520NVR') HTTP/1.1" 204 0
2026-03-29 06:20:22 [bca.uk] INFO: Found listing with ID: H23%20GYP
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H23%2520GYP%27 HTTP/1.1" 200 None
2026-03-29 06:20:22 [bca.uk] INFO: Scrape type for H23%20GYP: 2
2026-03-29 06:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP
2026-03-29 06:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc31f15-c3be-5adf-bbac-40eaefe988d6 with scrape type 2
2026-03-29 06:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc31f15-c3be-5adf-bbac-40eaefe988d6 with scrape type 2
2026-03-29 06:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffc31f15-c3be-5adf-bbac-40eaefe988d6, identifier: H23%20GYP
2026-03-29 06:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF
2026-03-29 06:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF
2026-03-29 06:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF to the API
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC67%20KRF-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6958cb55-c1a3-5fa3-ad8c-17a9c11e1338',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC67 KRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC67%20KRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '420D',
 'odometer': 55638,
 '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 420D 2.0 190 M SPORT STEP Convertible',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA8S12030ED19217',
 'year': 2017}
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520KRF%27 HTTP/1.1" 200 None
2026-03-29 06:20:22 [bca.uk] INFO: Saving data for YC67%20KRF: {'auction_closing_time': 1775037600.0, 'created_time': 1774563121.535858, 'last_price_update_time': 1774765222.88302}
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520KRF') HTTP/1.1" 204 0
2026-03-29 06:20:22 [bca.uk] INFO: Found listing with ID: EP68%20BKX
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520BKX%27 HTTP/1.1" 200 None
2026-03-29 06:20:22 [bca.uk] INFO: Scrape type for EP68%20BKX: 2
2026-03-29 06:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX
2026-03-29 06:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bdbe5db-7cf2-570f-949e-9427b8724709 with scrape type 2
2026-03-29 06:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bdbe5db-7cf2-570f-949e-9427b8724709 with scrape type 2
2026-03-29 06:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bdbe5db-7cf2-570f-949e-9427b8724709, identifier: EP68%20BKX
2026-03-29 06:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP
2026-03-29 06:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP
2026-03-29 06:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP to the API
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H23%20GYP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffc31f15-c3be-5adf-bbac-40eaefe988d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'H23 GYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=H23%20GYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 90965,
 '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 TT 2.0 TFSI 230 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI 230 QUATTRO S LINE S-T',
 'vin': 'TRUZZZFV3J1005733',
 'year': 2017}
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H23%2520GYP%27 HTTP/1.1" 200 None
2026-03-29 06:20:23 [bca.uk] INFO: Saving data for H23%20GYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562949.15564, 'last_price_update_time': 1774765223.267405}
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='H23%2520GYP') HTTP/1.1" 204 0
2026-03-29 06:20:23 [bca.uk] INFO: Found listing with ID: AO65%20EAM
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520EAM%27 HTTP/1.1" 200 None
2026-03-29 06:20:23 [bca.uk] INFO: Scrape type for AO65%20EAM: 2
2026-03-29 06:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM
2026-03-29 06:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with scrape type 2
2026-03-29 06:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with scrape type 2
2026-03-29 06:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1, identifier: AO65%20EAM
2026-03-29 06:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX
2026-03-29 06:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX
2026-03-29 06:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX to the API
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EP68%20BKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bdbe5db-7cf2-570f-949e-9427b8724709',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EP68 BKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EP68%20BKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 80057,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE X',
 'vin': 'WF0NXXGCHNJA00304',
 'year': 2019}
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520BKX%27 HTTP/1.1" 200 None
2026-03-29 06:20:23 [bca.uk] INFO: Saving data for EP68%20BKX: {'auction_closing_time': 1775037600.0, 'created_time': 1774563242.384041, 'last_price_update_time': 1774765223.654116}
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EP68%2520BKX') HTTP/1.1" 204 0
2026-03-29 06:20:23 [bca.uk] INFO: Found listing with ID: PX64%20VTL
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20: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%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 06:20:23 [bca.uk] INFO: Scrape type for PX64%20VTL: 0
2026-03-29 06:20:23 [bca.uk] INFO: Found listing with ID: GJ67%20AVB
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 06:20:23 [bca.uk] INFO: Scrape type for GJ67%20AVB: 2
2026-03-29 06:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB
2026-03-29 06:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with scrape type 2
2026-03-29 06:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with scrape type 2
2026-03-29 06:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94294c43-dfaf-57da-a53f-8d1cd9ce9424, identifier: GJ67%20AVB
2026-03-29 06:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM
2026-03-29 06:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM
2026-03-29 06:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM to the API
2026-03-29 06:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20EAM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df53708d-ae86-5cf6-bf5f-4a9f924ad7a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO65 EAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20EAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 118470,
 '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 MICRA 1.2 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'MDHFBUK13U0825954',
 'year': 2015}
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520EAM%27 HTTP/1.1" 200 None
2026-03-29 06:20:24 [bca.uk] INFO: Saving data for AO65%20EAM: {'auction_closing_time': 1775037600.0, 'created_time': 1774563013.240984, 'last_price_update_time': 1774765224.04256}
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520EAM') HTTP/1.1" 204 0
2026-03-29 06:20:24 [bca.uk] INFO: Found listing with ID: ST15%20RNA
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520RNA%27 HTTP/1.1" 200 None
2026-03-29 06:20:24 [bca.uk] INFO: Scrape type for ST15%20RNA: 2
2026-03-29 06:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA
2026-03-29 06:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3045200-e23f-5e83-a262-d75ec8e89f7b with scrape type 2
2026-03-29 06:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3045200-e23f-5e83-a262-d75ec8e89f7b with scrape type 2
2026-03-29 06:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3045200-e23f-5e83-a262-d75ec8e89f7b, identifier: ST15%20RNA
2026-03-29 06:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB
2026-03-29 06:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB
2026-03-29 06:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB to the API
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ67%20AVB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94294c43-dfaf-57da-a53f-8d1cd9ce9424',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ67 AVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ67%20AVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 110704,
 '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 CRAFTER 35 FWD 2.0 TDI 140 LWB T/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB T/L H/R',
 'vin': 'WV1ZZZSYZJ9006123',
 'year': 2017}
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 06:20:24 [bca.uk] INFO: Saving data for GJ67%20AVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774265780.963641, 'last_price_update_time': 1774765224.546422}
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ67%2520AVB') HTTP/1.1" 204 0
2026-03-29 06:20:24 [bca.uk] INFO: Found listing with ID: BA18%20WKV
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520WKV%27 HTTP/1.1" 200 None
2026-03-29 06:20:24 [bca.uk] INFO: Scrape type for BA18%20WKV: 2
2026-03-29 06:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV
2026-03-29 06:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with scrape type 2
2026-03-29 06:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with scrape type 2
2026-03-29 06:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714, identifier: BA18%20WKV
2026-03-29 06:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA
2026-03-29 06:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA
2026-03-29 06:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA to the API
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST15%20RNA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3045200-e23f-5e83-a262-d75ec8e89f7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST15 RNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST15%20RNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 71613,
 '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': 'WVWZZZ6RZFU074600',
 'year': 2015}
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520RNA%27 HTTP/1.1" 200 None
2026-03-29 06:20:24 [bca.uk] INFO: Saving data for ST15%20RNA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563243.928152, 'last_price_update_time': 1774765224.925492}
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST15%2520RNA') HTTP/1.1" 204 0
2026-03-29 06:20:24 [bca.uk] INFO: Found listing with ID: EY63%20KOX
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520KOX%27 HTTP/1.1" 200 None
2026-03-29 06:20:24 [bca.uk] INFO: Scrape type for EY63%20KOX: 2
2026-03-29 06:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX
2026-03-29 06:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d44338-bcd6-5180-9855-4121099f1c06 with scrape type 2
2026-03-29 06:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d44338-bcd6-5180-9855-4121099f1c06 with scrape type 2
2026-03-29 06:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12d44338-bcd6-5180-9855-4121099f1c06, identifier: EY63%20KOX
2026-03-29 06:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV
2026-03-29 06:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV
2026-03-29 06:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV to the API
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA18%20WKV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0b2dfb7e-a1f3-5a10-810d-dd26a7e01714',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA18 WKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA18%20WKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 59223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 1.6 TURBO D 136 ECOTEC SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 136 ECOTEC SRI',
 'vin': 'W0VZS6EF1J1095056',
 'year': 2018}
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520WKV%27 HTTP/1.1" 200 None
2026-03-29 06:20:25 [bca.uk] INFO: Saving data for BA18%20WKV: {'auction_closing_time': 1775037600.0, 'created_time': 1774563014.978387, 'last_price_update_time': 1774765225.325669}
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA18%2520WKV') HTTP/1.1" 204 0
2026-03-29 06:20:25 [bca.uk] INFO: Found listing with ID: CK67%20KOE
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520KOE%27 HTTP/1.1" 200 None
2026-03-29 06:20:25 [bca.uk] INFO: Scrape type for CK67%20KOE: 2
2026-03-29 06:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE
2026-03-29 06:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff7e9ef-971e-5092-a74d-d983770c3c3e with scrape type 2
2026-03-29 06:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff7e9ef-971e-5092-a74d-d983770c3c3e with scrape type 2
2026-03-29 06:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ff7e9ef-971e-5092-a74d-d983770c3c3e, identifier: CK67%20KOE
2026-03-29 06:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX
2026-03-29 06:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX
2026-03-29 06:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX to the API
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY63%20KOX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12d44338-bcd6-5180-9855-4121099f1c06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY63 KOX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY63%20KOX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 52840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI ACT 140 GT DSG',
 'vin': 'WVWZZZAUZEP023486',
 'year': 2013}
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520KOX%27 HTTP/1.1" 200 None
2026-03-29 06:20:25 [bca.uk] INFO: Saving data for EY63%20KOX: {'auction_closing_time': 1774864800.0, 'created_time': 1774562953.952206, 'last_price_update_time': 1774765225.711}
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY63%2520KOX') HTTP/1.1" 204 0
2026-03-29 06:20:25 [bca.uk] INFO: Found listing with ID: BU20%20LFY
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 06:20:25 [bca.uk] INFO: Scrape type for BU20%20LFY: 2
2026-03-29 06:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY
2026-03-29 06:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc75205-0322-5a8d-abcb-bf76d12f7669 with scrape type 2
2026-03-29 06:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdc75205-0322-5a8d-abcb-bf76d12f7669 with scrape type 2
2026-03-29 06:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdc75205-0322-5a8d-abcb-bf76d12f7669, identifier: BU20%20LFY
2026-03-29 06:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE
2026-03-29 06:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE
2026-03-29 06:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE to the API
2026-03-29 06:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK67%20KOE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ff7e9ef-971e-5092-a74d-d983770c3c3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK67 KOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK67%20KOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 96101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHC22710',
 'year': 2017}
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520KOE%27 HTTP/1.1" 200 None
2026-03-29 06:20:26 [bca.uk] INFO: Saving data for CK67%20KOE: {'auction_closing_time': 1774864800.0, 'created_time': 1774350075.667181, 'last_price_update_time': 1774765226.110412}
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK67%2520KOE') HTTP/1.1" 204 0
2026-03-29 06:20:26 [bca.uk] INFO: Found listing with ID: BK74%20FHP
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FHP%27 HTTP/1.1" 200 None
2026-03-29 06:20:26 [bca.uk] INFO: Scrape type for BK74%20FHP: 2
2026-03-29 06:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP
2026-03-29 06:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with scrape type 2
2026-03-29 06:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with scrape type 2
2026-03-29 06:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3dd001e-c33e-585d-b7a3-7015c29e5cb6, identifier: BK74%20FHP
2026-03-29 06:20:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY
2026-03-29 06:20:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY
2026-03-29 06:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY to the API
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU20%20LFY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fdc75205-0322-5a8d-abcb-bf76d12f7669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU20 LFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU20%20LFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 179057,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 116 2.1 CDI L2 RWD PREMIUM 7G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI L2 RWD PREMIUM 7G',
 'vin': 'W1V44760323724238',
 'year': 2020}
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 06:20:26 [bca.uk] INFO: Saving data for BU20%20LFY: {'auction_closing_time': 1775037600.0, 'created_time': 1774563017.051008, 'last_price_update_time': 1774765226.490976}
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU20%2520LFY') HTTP/1.1" 204 0
2026-03-29 06:20:26 [bca.uk] INFO: Found listing with ID: PK66%20HDN
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 06:20:26 [bca.uk] INFO: Scrape type for PK66%20HDN: 2
2026-03-29 06:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN
2026-03-29 06:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ed15584-5f50-5df3-8678-783085801fce with scrape type 2
2026-03-29 06:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ed15584-5f50-5df3-8678-783085801fce with scrape type 2
2026-03-29 06:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ed15584-5f50-5df3-8678-783085801fce, identifier: PK66%20HDN
2026-03-29 06:20:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP
2026-03-29 06:20:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP
2026-03-29 06:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP to the API
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3dd001e-c33e-585d-b7a3-7015c29e5cb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK74 FHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK74%20FHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA7RRG69309',
 'year': 2024}
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FHP%27 HTTP/1.1" 200 None
2026-03-29 06:20:26 [bca.uk] INFO: Saving data for BK74%20FHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562951.28078, 'last_price_update_time': 1774765226.889041}
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK74%2520FHP') HTTP/1.1" 204 0
2026-03-29 06:20:26 [bca.uk] INFO: Found listing with ID: BX70%20UZO
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520UZO%27 HTTP/1.1" 200 None
2026-03-29 06:20:26 [bca.uk] INFO: Scrape type for BX70%20UZO: 2
2026-03-29 06:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO
2026-03-29 06:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with scrape type 2
2026-03-29 06:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with scrape type 2
2026-03-29 06:20:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9, identifier: BX70%20UZO
2026-03-29 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN
2026-03-29 06:20:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN
2026-03-29 06:20:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN to the API
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK66%20HDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ed15584-5f50-5df3-8678-783085801fce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK66 HDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK66%20HDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 71233,
 '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 X-TRAIL 1.6 DCI 130 N-TEC (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 N-TEC (7ST)',
 'vin': 'JN1JCAT32U0036440',
 'year': 2016}
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 06:20:27 [bca.uk] INFO: Saving data for PK66%20HDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774350078.434754, 'last_price_update_time': 1774765227.283653}
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK66%2520HDN') HTTP/1.1" 204 0
2026-03-29 06:20:27 [bca.uk] INFO: Found listing with ID: FY71%20YBD
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 06:20:27 [bca.uk] INFO: Scrape type for FY71%20YBD: 2
2026-03-29 06:20:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD
2026-03-29 06:20:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf5ca706-aaf8-56e2-9e6a-abd955188017 with scrape type 2
2026-03-29 06:20:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf5ca706-aaf8-56e2-9e6a-abd955188017 with scrape type 2
2026-03-29 06:20:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf5ca706-aaf8-56e2-9e6a-abd955188017, identifier: FY71%20YBD
2026-03-29 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO
2026-03-29 06:20:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO
2026-03-29 06:20:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO to the API
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX70%20UZO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c1761e0-c2af-5f16-9a4f-c3dbabe622c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX70 UZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX70%20UZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 46535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 EBL MHEV 150 ST-LINE X ED. StationWagon',
 'transmission': 'manual',
 'trim': 'EBL MHEV 150 ST-LINE X ED.',
 'vin': 'WF0FXXWPMFLS87956',
 'year': 2020}
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20: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%2520UZO%27 HTTP/1.1" 200 None
2026-03-29 06:20:27 [bca.uk] INFO: Saving data for BX70%20UZO: {'auction_closing_time': 1775037600.0, 'created_time': 1774563109.752113, 'last_price_update_time': 1774765227.689346}
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX70%2520UZO') HTTP/1.1" 204 0
2026-03-29 06:20:27 [bca.uk] INFO: Found listing with ID: KW17%20VFU
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VFU%27 HTTP/1.1" 200 None
2026-03-29 06:20:27 [bca.uk] INFO: Scrape type for KW17%20VFU: 2
2026-03-29 06:20:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU
2026-03-29 06:20:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08a34eb-88bb-55e8-af31-5bca27bbc415 with scrape type 2
2026-03-29 06:20:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08a34eb-88bb-55e8-af31-5bca27bbc415 with scrape type 2
2026-03-29 06:20:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08a34eb-88bb-55e8-af31-5bca27bbc415, identifier: KW17%20VFU
2026-03-29 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD
2026-03-29 06:20:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD
2026-03-29 06:20:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD to the API
2026-03-29 06:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY71%20YBD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf5ca706-aaf8-56e2-9e6a-abd955188017',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY71 YBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY71%20YBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 41486,
 '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.6 P/T 180 GT EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 180 GT EAT8',
 'vin': 'VF3M45GFUMS216282',
 'year': 2021}
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520YBD%27 HTTP/1.1" 200 None
2026-03-29 06:20:28 [bca.uk] INFO: Saving data for FY71%20YBD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562947.02303, 'last_price_update_time': 1774765228.09752}
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY71%2520YBD') HTTP/1.1" 204 0
2026-03-29 06:20:28 [bca.uk] INFO: Found listing with ID: GD16%20CYL
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 06:20:28 [bca.uk] INFO: Scrape type for GD16%20CYL: 2
2026-03-29 06:20:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL
2026-03-29 06:20:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527f9b15-55e4-55b9-9984-c79fc1d94356 with scrape type 2
2026-03-29 06:20:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527f9b15-55e4-55b9-9984-c79fc1d94356 with scrape type 2
2026-03-29 06:20:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527f9b15-55e4-55b9-9984-c79fc1d94356, identifier: GD16%20CYL
2026-03-29 06:20:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU
2026-03-29 06:20:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU
2026-03-29 06:20:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU to the API
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW17%20VFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c08a34eb-88bb-55e8-af31-5bca27bbc415',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW17 VFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW17%20VFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 65821,
 '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 D5 PP 235 AWD R DESIGN PRO G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD R DESIGN PRO G/T',
 'vin': 'YV1LF68BCJ1191413',
 'year': 2017}
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VFU%27 HTTP/1.1" 200 None
2026-03-29 06:20:28 [bca.uk] INFO: Saving data for KW17%20VFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563205.267428, 'last_price_update_time': 1774765228.491825}
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW17%2520VFU') HTTP/1.1" 204 0
2026-03-29 06:20:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:20:28 [bca.uk] INFO: Found listing with ID: SG18%20UCD
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 06:20:28 [bca.uk] INFO: Scrape type for SG18%20UCD: 2
2026-03-29 06:20:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD
2026-03-29 06:20:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b127a642-ed5c-50a9-9855-7c0e8fb9b631 with scrape type 2
2026-03-29 06:20:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b127a642-ed5c-50a9-9855-7c0e8fb9b631 with scrape type 2
2026-03-29 06:20:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b127a642-ed5c-50a9-9855-7c0e8fb9b631, identifier: SG18%20UCD
2026-03-29 06:20:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL
2026-03-29 06:20:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL
2026-03-29 06:20:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL to the API
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD16%20CYL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '527f9b15-55e4-55b9-9984-c79fc1d94356',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD16 CYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD16%20CYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 73908,
 '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 BUSINESS EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID BUSINESS EDITION',
 'vin': 'SB1MS3JE40E256138',
 'year': 2016}
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 06:20:28 [bca.uk] INFO: Saving data for GD16%20CYL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563017.437382, 'last_price_update_time': 1774765228.971773}
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD16%2520CYL') HTTP/1.1" 204 0
2026-03-29 06:20:28 [bca.uk] INFO: Found listing with ID: SB64%20SGO
2026-03-29 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520SGO%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Scrape type for SB64%20SGO: 2
2026-03-29 06:20:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO
2026-03-29 06:20:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf87cd7-b268-51b5-9733-6b22452ceddb with scrape type 2
2026-03-29 06:20:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf87cd7-b268-51b5-9733-6b22452ceddb with scrape type 2
2026-03-29 06:20:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf87cd7-b268-51b5-9733-6b22452ceddb, identifier: SB64%20SGO
2026-03-29 06:20:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD
2026-03-29 06:20:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD
2026-03-29 06:20:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD to the API
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG18%20UCD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b127a642-ed5c-50a9-9855-7c0e8fb9b631',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG18 UCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG18%20UCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 41313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2263571',
 'year': 2018}
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Saving data for SG18%20UCD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562946.10335, 'last_price_update_time': 1774765229.531914}
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG18%2520UCD') HTTP/1.1" 204 0
2026-03-29 06:20:29 [bca.uk] INFO: Found listing with ID: KP69%20JZF
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520JZF%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Scrape type for KP69%20JZF: 0
2026-03-29 06:20:29 [bca.uk] INFO: Found listing with ID: LG18%20SFU
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Scrape type for LG18%20SFU: 2
2026-03-29 06:20:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU
2026-03-29 06:20:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with scrape type 2
2026-03-29 06:20:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with scrape type 2
2026-03-29 06:20:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383, identifier: LG18%20SFU
2026-03-29 06:20:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO
2026-03-29 06:20:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO
2026-03-29 06:20:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO to the API
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB64%20SGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf87cd7-b268-51b5-9733-6b22452ceddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB64 SGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB64%20SGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'M4',
 'odometer': 79906,
 '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 M4 3.0 T DCT Coupe',
 'transmission': 'automatic',
 'trim': 'T DCT',
 'vin': 'WBS3R92070K341333',
 'year': 2014}
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520SGO%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Saving data for SB64%20SGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563244.306002, 'last_price_update_time': 1774765229.942336}
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB64%2520SGO') HTTP/1.1" 204 0
2026-03-29 06:20:29 [bca.uk] INFO: Found listing with ID: YR20%20EWH
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520EWH%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Scrape type for YR20%20EWH: 0
2026-03-29 06:20:29 [bca.uk] INFO: Found listing with ID: HV25%20JZC
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520JZC%27 HTTP/1.1" 200 None
2026-03-29 06:20:29 [bca.uk] INFO: Scrape type for HV25%20JZC: 2
2026-03-29 06:20:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC
2026-03-29 06:20:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with scrape type 2
2026-03-29 06:20:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with scrape type 2
2026-03-29 06:20:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e, identifier: HV25%20JZC
2026-03-29 06:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU
2026-03-29 06:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU
2026-03-29 06:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU to the API
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20SFU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7eb7d1ff-803f-57f0-b2fa-ffd069f2c383',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 SFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20SFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64859,
 'odometer_reading_unit': '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 75 LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 LIMITED ED.',
 'vin': 'W0V0XEP08J6023892',
 'year': 2018}
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520SFU%27 HTTP/1.1" 200 None
2026-03-29 06:20:30 [bca.uk] INFO: Saving data for LG18%20SFU: {'auction_closing_time': 1774951200.0, 'created_time': 1774563118.972044, 'last_price_update_time': 1774765230.37815}
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520SFU') HTTP/1.1" 204 0
2026-03-29 06:20:30 [bca.uk] INFO: Found listing with ID: SN69%20MMO
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN69%2520MMO%27 HTTP/1.1" 200 None
2026-03-29 06:20:30 [bca.uk] INFO: Scrape type for SN69%20MMO: 2
2026-03-29 06:20:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO
2026-03-29 06:20:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e814ae1d-5c82-522a-8d41-0bab3b1e69ea with scrape type 2
2026-03-29 06:20:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e814ae1d-5c82-522a-8d41-0bab3b1e69ea with scrape type 2
2026-03-29 06:20:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e814ae1d-5c82-522a-8d41-0bab3b1e69ea, identifier: SN69%20MMO
2026-03-29 06:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC
2026-03-29 06:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC
2026-03-29 06:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC to the API
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV25%20JZC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ac0a17f-f7d1-57fd-8bcf-42d19da6230e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV25 JZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV25%20JZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 LIMITED CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 LIMITED',
 'vin': 'WF0SXXTA9SRT38543',
 'year': 2025}
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520JZC%27 HTTP/1.1" 200 None
2026-03-29 06:20:30 [bca.uk] INFO: Saving data for HV25%20JZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562934.789968, 'last_price_update_time': 1774765230.76999}
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV25%2520JZC') HTTP/1.1" 204 0
2026-03-29 06:20:30 [bca.uk] INFO: Found listing with ID: OW71%20EER
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW71%2520EER%27 HTTP/1.1" 200 None
2026-03-29 06:20:30 [bca.uk] INFO: Scrape type for OW71%20EER: 2
2026-03-29 06:20:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER
2026-03-29 06:20:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3897c14b-925a-5a61-be90-c3b70a3930d5 with scrape type 2
2026-03-29 06:20:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3897c14b-925a-5a61-be90-c3b70a3930d5 with scrape type 2
2026-03-29 06:20:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3897c14b-925a-5a61-be90-c3b70a3930d5, identifier: OW71%20EER
2026-03-29 06:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO
2026-03-29 06:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO
2026-03-29 06:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO to the API
2026-03-29 06:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN69%20MMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e814ae1d-5c82-522a-8d41-0bab3b1e69ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN69 MMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN69%20MMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 85663,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV62060LM93399',
 'year': 2019}
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN69%2520MMO%27 HTTP/1.1" 200 None
2026-03-29 06:20:31 [bca.uk] INFO: Saving data for SN69%20MMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563228.105986, 'last_price_update_time': 1774765231.332391}
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN69%2520MMO') HTTP/1.1" 204 0
2026-03-29 06:20:31 [bca.uk] INFO: Total items found: 100
2026-03-29 06:20:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded
2026-03-29 06:20:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:20:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:31 [bca.uk] INFO: Found listing with ID: MA17%20GME
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:20:31 [bca.uk] INFO: Scrape type for MA17%20GME: 2
2026-03-29 06:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME
2026-03-29 06:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with scrape type 2
2026-03-29 06:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with scrape type 2
2026-03-29 06:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96, identifier: MA17%20GME
2026-03-29 06:20:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER
2026-03-29 06:20:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER
2026-03-29 06:20:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER to the API
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW71%20EER-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3897c14b-925a-5a61-be90-c3b70a3930d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW71 EER',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW71%20EER&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 101088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT STEP',
 'vin': 'WBATS120709H70217',
 'year': 2021}
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW71%2520EER%27 HTTP/1.1" 200 None
2026-03-29 06:20:31 [bca.uk] INFO: Saving data for OW71%20EER: {'auction_closing_time': 1774864800.0, 'created_time': 1774265247.331342, 'last_price_update_time': 1774765231.865906}
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW71%2520EER') HTTP/1.1" 204 0
2026-03-29 06:20:31 [bca.uk] INFO: Found listing with ID: EJ70%20WCG
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 06:20:31 [bca.uk] INFO: Scrape type for EJ70%20WCG: 2
2026-03-29 06:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG
2026-03-29 06:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28719e2c-0b04-5241-b1bd-18224dcd6738 with scrape type 2
2026-03-29 06:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28719e2c-0b04-5241-b1bd-18224dcd6738 with scrape type 2
2026-03-29 06:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28719e2c-0b04-5241-b1bd-18224dcd6738, identifier: EJ70%20WCG
2026-03-29 06:20:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME
2026-03-29 06:20:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME
2026-03-29 06:20:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME to the API
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA17%20GME-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA17 GME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA17%20GME&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 113312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1966269',
 'year': 2017}
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:20:32 [bca.uk] INFO: Saving data for MA17%20GME: {'auction_closing_time': 1774951200.0, 'created_time': 1774562939.740252, 'last_price_update_time': 1774765232.241287}
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA17%2520GME') HTTP/1.1" 204 0
2026-03-29 06:20:32 [bca.uk] INFO: Found listing with ID: FN14%20YCA
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN14%2520YCA%27 HTTP/1.1" 200 None
2026-03-29 06:20:32 [bca.uk] INFO: Scrape type for FN14%20YCA: 2
2026-03-29 06:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA
2026-03-29 06:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971675fa-e984-50cd-a0b3-eeba1a7ea679 with scrape type 2
2026-03-29 06:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 971675fa-e984-50cd-a0b3-eeba1a7ea679 with scrape type 2
2026-03-29 06:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 971675fa-e984-50cd-a0b3-eeba1a7ea679, identifier: FN14%20YCA
2026-03-29 06:20:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG
2026-03-29 06:20:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG
2026-03-29 06:20:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG to the API
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ70%20WCG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28719e2c-0b04-5241-b1bd-18224dcd6738',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ70 WCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ70%20WCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 94728,
 '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 3.0 P400 AWD X (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P400 AWD X (7ST)',
 'vin': 'SALEA7AU4L2032044',
 'year': 2020}
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 06:20:32 [bca.uk] INFO: Saving data for EJ70%20WCG: {'auction_closing_time': 1774864800.0, 'created_time': 1774563229.153104, 'last_price_update_time': 1774765232.639754}
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ70%2520WCG') HTTP/1.1" 204 0
2026-03-29 06:20:32 [bca.uk] INFO: Found listing with ID: BJ65%20VXC
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 06:20:32 [bca.uk] INFO: Scrape type for BJ65%20VXC: 2
2026-03-29 06:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC
2026-03-29 06:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac82de8e-ec2a-5789-b8f0-716dd2cae160 with scrape type 2
2026-03-29 06:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac82de8e-ec2a-5789-b8f0-716dd2cae160 with scrape type 2
2026-03-29 06:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac82de8e-ec2a-5789-b8f0-716dd2cae160, identifier: BJ65%20VXC
2026-03-29 06:20:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:32 [bca.uk] INFO: Found listing with ID: VE19%20GDV
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE19%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 06:20:32 [bca.uk] INFO: Scrape type for VE19%20GDV: 2
2026-03-29 06:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV
2026-03-29 06:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with scrape type 2
2026-03-29 06:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with scrape type 2
2026-03-29 06:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9, identifier: VE19%20GDV
2026-03-29 06:20:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA
2026-03-29 06:20:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA
2026-03-29 06:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA to the API
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN14%20YCA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '971675fa-e984-50cd-a0b3-eeba1a7ea679',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN14 YCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN14%20YCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 97161,
 '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 1.8 TFSI 180 QUATTRO S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8V7EA133189',
 'year': 2014}
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN14%2520YCA%27 HTTP/1.1" 200 None
2026-03-29 06:20:33 [bca.uk] INFO: Saving data for FN14%20YCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774563097.49461, 'last_price_update_time': 1774765233.229875}
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN14%2520YCA') HTTP/1.1" 204 0
2026-03-29 06:20:33 [bca.uk] INFO: Found listing with ID: SA15%20GVV
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 06:20:33 [bca.uk] INFO: Scrape type for SA15%20GVV: 2
2026-03-29 06:20:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV
2026-03-29 06:20:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d59c3715-0166-5589-a105-074f78b696cd with scrape type 2
2026-03-29 06:20:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d59c3715-0166-5589-a105-074f78b696cd with scrape type 2
2026-03-29 06:20:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d59c3715-0166-5589-a105-074f78b696cd, identifier: SA15%20GVV
2026-03-29 06:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC
2026-03-29 06:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC
2026-03-29 06:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC to the API
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ65%20VXC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac82de8e-ec2a-5789-b8f0-716dd2cae160',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ65 VXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ65%20VXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 D',
 'odometer': 104402,
 '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 C200 D 1.6 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050372R111574',
 'year': 2015}
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 06:20:33 [bca.uk] INFO: Saving data for BJ65%20VXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774564803.073612, 'last_price_update_time': 1774765233.625223}
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ65%2520VXC') HTTP/1.1" 204 0
2026-03-29 06:20:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV
2026-03-29 06:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV
2026-03-29 06:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV to the API
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE19%20GDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f86c4f3-dd8e-5fbc-969b-2150fa449dc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE19 GDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE19%20GDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 69536,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE',
 'vin': 'W0VZRHNSXKS157716',
 'year': 2019}
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE19%2520GDV%27 HTTP/1.1" 200 None
2026-03-29 06:20:33 [bca.uk] INFO: Saving data for VE19%20GDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562948.803209, 'last_price_update_time': 1774765233.909485}
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE19%2520GDV') HTTP/1.1" 204 0
2026-03-29 06:20:33 [bca.uk] INFO: Found listing with ID: GJ18%20XHE
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 06:20:33 [bca.uk] INFO: Scrape type for GJ18%20XHE: 2
2026-03-29 06:20:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE
2026-03-29 06:20:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 320deddf-12e3-5dd1-94e1-e9a82cab75eb with scrape type 2
2026-03-29 06:20:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 320deddf-12e3-5dd1-94e1-e9a82cab75eb with scrape type 2
2026-03-29 06:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 320deddf-12e3-5dd1-94e1-e9a82cab75eb, identifier: GJ18%20XHE
2026-03-29 06:20:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV
2026-03-29 06:20:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV
2026-03-29 06:20:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV to the API
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA15%20GVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd59c3715-0166-5589-a105-074f78b696cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA15 GVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA15%20GVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '220D',
 'odometer': 85670,
 '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 220D 2.0 190 SPORT Convertible',
 'transmission': 'manual',
 'trim': '190 SPORT',
 'vin': 'WBA2L72080V282328',
 'year': 2015}
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Saving data for SA15%20GVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563221.377719, 'last_price_update_time': 1774765234.316452}
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA15%2520GVV') HTTP/1.1" 204 0
2026-03-29 06:20:34 [bca.uk] INFO: Found listing with ID: AK12%20UEF
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK12%2520UEF%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Scrape type for AK12%20UEF: 0
2026-03-29 06:20:34 [bca.uk] INFO: Found listing with ID: EA64%20EGV
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Scrape type for EA64%20EGV: 0
2026-03-29 06:20:34 [bca.uk] INFO: Found listing with ID: SM63%20CYG
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520CYG%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Scrape type for SM63%20CYG: 2
2026-03-29 06:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG
2026-03-29 06:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed825a0d-1695-5280-aa27-a635aafef7b7 with scrape type 2
2026-03-29 06:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed825a0d-1695-5280-aa27-a635aafef7b7 with scrape type 2
2026-03-29 06:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed825a0d-1695-5280-aa27-a635aafef7b7, identifier: SM63%20CYG
2026-03-29 06:20:34 [bca.uk] INFO: Found listing with ID: WU17%20PXF
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU17%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Scrape type for WU17%20PXF: 2
2026-03-29 06:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF
2026-03-29 06:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3abf48-77ed-5a11-8877-0f9daf850255 with scrape type 2
2026-03-29 06:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3abf48-77ed-5a11-8877-0f9daf850255 with scrape type 2
2026-03-29 06:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a3abf48-77ed-5a11-8877-0f9daf850255, identifier: WU17%20PXF
2026-03-29 06:20:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE
2026-03-29 06:20:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE
2026-03-29 06:20:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE to the API
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20XHE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '320deddf-12e3-5dd1-94e1-e9a82cab75eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 XHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20XHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 63148,
 'odometer_reading_unit': '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 A6 2.0 TFSI 250 QUATTRO SE EXEC.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFSI 250 QUATTRO SE EXEC.S-T',
 'vin': 'WAUZZZ4G5JN098890',
 'year': 2018}
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Saving data for GJ18%20XHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563084.84272, 'last_price_update_time': 1774765234.885542}
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520XHE') HTTP/1.1" 204 0
2026-03-29 06:20:34 [bca.uk] INFO: Found listing with ID: AJ10%20BZU
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 06:20:34 [bca.uk] INFO: Scrape type for AJ10%20BZU: 2
2026-03-29 06:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU
2026-03-29 06:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with scrape type 2
2026-03-29 06:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with scrape type 2
2026-03-29 06:20:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4, identifier: AJ10%20BZU
2026-03-29 06:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG
2026-03-29 06:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG
2026-03-29 06:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG to the API
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM63%20CYG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed825a0d-1695-5280-aa27-a635aafef7b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM63 CYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM63%20CYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D GT',
 'odometer': 91055,
 '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 GT 2.0 M SPORT STEP Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5N22060D252437',
 'year': 2013}
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520CYG%27 HTTP/1.1" 200 None
2026-03-29 06:20:35 [bca.uk] INFO: Saving data for SM63%20CYG: {'auction_closing_time': 1774951200.0, 'created_time': 1774563334.820331, 'last_price_update_time': 1774765235.281828}
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM63%2520CYG') HTTP/1.1" 204 0
2026-03-29 06:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF
2026-03-29 06:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF
2026-03-29 06:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF to the API
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU17%20PXF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a3abf48-77ed-5a11-8877-0f9daf850255',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU17 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU17%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 95469,
 '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.6 THP 208 GTI PRESTIGE Hatchback',
 'transmission': 'manual',
 'trim': 'THP 208 GTI PRESTIGE',
 'vin': 'VF3CA5GRMHW012473',
 'year': 2017}
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU17%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:20:35 [bca.uk] INFO: Saving data for WU17%20PXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774562947.787189, 'last_price_update_time': 1774765235.553513}
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU17%2520PXF') HTTP/1.1" 204 0
2026-03-29 06:20:35 [bca.uk] INFO: Found listing with ID: VO68%20WLK
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 06:20:35 [bca.uk] INFO: Scrape type for VO68%20WLK: 2
2026-03-29 06:20:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK
2026-03-29 06:20:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904a7c20-900a-5687-a50b-f6a7d173eb32 with scrape type 2
2026-03-29 06:20:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904a7c20-900a-5687-a50b-f6a7d173eb32 with scrape type 2
2026-03-29 06:20:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 904a7c20-900a-5687-a50b-f6a7d173eb32, identifier: VO68%20WLK
2026-03-29 06:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU
2026-03-29 06:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU
2026-03-29 06:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU to the API
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ10%20BZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60caa2b2-c8e8-58b0-814b-cfc7086cf5c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ10 BZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ10%20BZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 129831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 4 3.0 TD V6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD V6 HSE',
 'vin': 'SALLAAAF3AA537469',
 'year': 2010}
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 06:20:35 [bca.uk] INFO: Saving data for AJ10%20BZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563218.392318, 'last_price_update_time': 1774765235.952626}
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ10%2520BZU') HTTP/1.1" 204 0
2026-03-29 06:20:35 [bca.uk] INFO: Found listing with ID: OE14%20ETU
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520ETU%27 HTTP/1.1" 200 None
2026-03-29 06:20:35 [bca.uk] INFO: Scrape type for OE14%20ETU: 2
2026-03-29 06:20:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2247a19d-9477-531f-8521-7b85ee89315e with identifier: OE14%20ETU
2026-03-29 06:20:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2247a19d-9477-531f-8521-7b85ee89315e with scrape type 2
2026-03-29 06:20:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2247a19d-9477-531f-8521-7b85ee89315e with scrape type 2
2026-03-29 06:20:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2247a19d-9477-531f-8521-7b85ee89315e, identifier: OE14%20ETU
2026-03-29 06:20:36 [bca.uk] INFO: Found listing with ID: FGZ%203391
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25203391%27 HTTP/1.1" 200 None
2026-03-29 06:20:36 [bca.uk] INFO: Scrape type for FGZ%203391: 2
2026-03-29 06:20:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391
2026-03-29 06:20:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a880b7c2-8c38-537f-929f-6de8b4b7a66f with scrape type 2
2026-03-29 06:20:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a880b7c2-8c38-537f-929f-6de8b4b7a66f with scrape type 2
2026-03-29 06:20:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a880b7c2-8c38-537f-929f-6de8b4b7a66f, identifier: FGZ%203391
2026-03-29 06:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK
2026-03-29 06:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK
2026-03-29 06:20:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK to the API
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO68%20WLK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '904a7c20-900a-5687-a50b-f6a7d173eb32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO68 WLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO68%20WLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 64929,
 'odometer_reading_unit': '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 Q3 2.0 TDI 150 SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 SPORT',
 'vin': 'WAUZZZ8U8JR077010',
 'year': 2018}
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520WLK%27 HTTP/1.1" 200 None
2026-03-29 06:20:36 [bca.uk] INFO: Saving data for VO68%20WLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774563081.244991, 'last_price_update_time': 1774765236.47414}
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO68%2520WLK') HTTP/1.1" 204 0
2026-03-29 06:20:36 [bca.uk] INFO: Found listing with ID: CE13%20KHF
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE13%2520KHF%27 HTTP/1.1" 200 None
2026-03-29 06:20:36 [bca.uk] INFO: Scrape type for CE13%20KHF: 2
2026-03-29 06:20:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF
2026-03-29 06:20:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with scrape type 2
2026-03-29 06:20:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with scrape type 2
2026-03-29 06:20:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b0be864-4cc9-56d1-a6f6-e3648386fa97, identifier: CE13%20KHF
2026-03-29 06:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2247a19d-9477-531f-8521-7b85ee89315e with identifier: OE14%20ETU
2026-03-29 06:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2247a19d-9477-531f-8521-7b85ee89315e with identifier: OE14%20ETU
2026-03-29 06:20:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2247a19d-9477-531f-8521-7b85ee89315e with identifier: OE14%20ETU to the API
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE14%20ETU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2247a19d-9477-531f-8521-7b85ee89315e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE14 ETU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE14%20ETU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 195810,
 '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 R DESIGN G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 200 R DESIGN G/T',
 'vin': 'YV1CT3056E1706314',
 'year': 2014}
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520ETU%27 HTTP/1.1" 200 None
2026-03-29 06:20:36 [bca.uk] INFO: Saving data for OE14%20ETU: {'auction_closing_time': 1774778400.0, 'created_time': 1774303437.448819, 'last_price_update_time': 1774765236.983187}
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE14%2520ETU') HTTP/1.1" 204 0
2026-03-29 06:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391
2026-03-29 06:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391
2026-03-29 06:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391 to the API
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FGZ%203391-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a880b7c2-8c38-537f-929f-6de8b4b7a66f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FGZ 3391',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FGZ%203391&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 80000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.0 E/B 125 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0WXXGCEWHJ25953',
 'year': 2017}
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25203391%27 HTTP/1.1" 200 None
2026-03-29 06:20:37 [bca.uk] INFO: Saving data for FGZ%203391: {'auction_closing_time': 1774864800.0, 'created_time': 1774562947.418307, 'last_price_update_time': 1774765237.250207}
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FGZ%25203391') HTTP/1.1" 204 0
2026-03-29 06:20:37 [bca.uk] INFO: Found listing with ID: WP69%20UPR
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 06:20:37 [bca.uk] INFO: Scrape type for WP69%20UPR: 2
2026-03-29 06:20:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR
2026-03-29 06:20:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0adc4e87-ab51-512f-9a89-5995e6147455 with scrape type 2
2026-03-29 06:20:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0adc4e87-ab51-512f-9a89-5995e6147455 with scrape type 2
2026-03-29 06:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0adc4e87-ab51-512f-9a89-5995e6147455, identifier: WP69%20UPR
2026-03-29 06:20:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF
2026-03-29 06:20:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF
2026-03-29 06:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF to the API
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE13%20KHF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b0be864-4cc9-56d1-a6f6-e3648386fa97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE13 KHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE13%20KHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 80786,
 '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 S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8R1DA072326',
 'year': 2013}
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE13%2520KHF%27 HTTP/1.1" 200 None
2026-03-29 06:20:37 [bca.uk] INFO: Saving data for CE13%20KHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563215.779912, 'last_price_update_time': 1774765237.639749}
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE13%2520KHF') HTTP/1.1" 204 0
2026-03-29 06:20:37 [bca.uk] INFO: Found listing with ID: WF13%20MVC
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 06:20:37 [bca.uk] INFO: Scrape type for WF13%20MVC: 2
2026-03-29 06:20:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC
2026-03-29 06:20:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7efd5142-45ba-58dc-978b-294d3a4ec5fa with scrape type 2
2026-03-29 06:20:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7efd5142-45ba-58dc-978b-294d3a4ec5fa with scrape type 2
2026-03-29 06:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7efd5142-45ba-58dc-978b-294d3a4ec5fa, identifier: WF13%20MVC
2026-03-29 06:20:37 [bca.uk] INFO: Found listing with ID: VO66%20WKC
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520WKC%27 HTTP/1.1" 200 None
2026-03-29 06:20:37 [bca.uk] INFO: Scrape type for VO66%20WKC: 2
2026-03-29 06:20:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC
2026-03-29 06:20:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b438d688-19a0-5efa-9b60-c5e5e4c0590c with scrape type 2
2026-03-29 06:20:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b438d688-19a0-5efa-9b60-c5e5e4c0590c with scrape type 2
2026-03-29 06:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b438d688-19a0-5efa-9b60-c5e5e4c0590c, identifier: VO66%20WKC
2026-03-29 06:20:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR
2026-03-29 06:20:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR
2026-03-29 06:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR to the API
2026-03-29 06:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP69%20UPR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0adc4e87-ab51-512f-9a89-5995e6147455',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP69 UPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP69%20UPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 23932,
 'odometer_reading_unit': '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 2.0 40 TFSI S LINE COMPETITION S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI S LINE COMPETITION S-T',
 'vin': 'WAUZZZGB3LR010897',
 'year': 2019}
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UPR%27 HTTP/1.1" 200 None
2026-03-29 06:20:38 [bca.uk] INFO: Saving data for WP69%20UPR: {'auction_closing_time': 1775037600.0, 'created_time': 1774563097.857731, 'last_price_update_time': 1774765238.145874}
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP69%2520UPR') HTTP/1.1" 204 0
2026-03-29 06:20:38 [bca.uk] INFO: Found listing with ID: EA64%20HLU
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520HLU%27 HTTP/1.1" 200 None
2026-03-29 06:20:38 [bca.uk] INFO: Scrape type for EA64%20HLU: 2
2026-03-29 06:20:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU
2026-03-29 06:20:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446dde87-2b36-523a-be9e-c44017da0087 with scrape type 2
2026-03-29 06:20:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 446dde87-2b36-523a-be9e-c44017da0087 with scrape type 2
2026-03-29 06:20:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 446dde87-2b36-523a-be9e-c44017da0087, identifier: EA64%20HLU
2026-03-29 06:20:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC
2026-03-29 06:20:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC
2026-03-29 06:20:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC to the API
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF13%20MVC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7efd5142-45ba-58dc-978b-294d3a4ec5fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF13 MVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF13%20MVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 175874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0KXXGCBKDP47715',
 'year': 2013}
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-29 06:20:38 [bca.uk] INFO: Saving data for WF13%20MVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774352539.681604, 'last_price_update_time': 1774765238.521506}
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF13%2520MVC') HTTP/1.1" 204 0
2026-03-29 06:20:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC
2026-03-29 06:20:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC
2026-03-29 06:20:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC to the API
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO66%20WKC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b438d688-19a0-5efa-9b60-c5e5e4c0590c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO66 WKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO66%20WKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 69983,
 '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 LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2AN6GH629041',
 'year': 2016}
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520WKC%27 HTTP/1.1" 200 None
2026-03-29 06:20:38 [bca.uk] INFO: Saving data for VO66%20WKC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562934.185207, 'last_price_update_time': 1774765238.795402}
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520WKC') HTTP/1.1" 204 0
2026-03-29 06:20:38 [bca.uk] INFO: Found listing with ID: R24%20HMB
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R24%2520HMB%27 HTTP/1.1" 200 None
2026-03-29 06:20:38 [bca.uk] INFO: Scrape type for R24%20HMB: 2
2026-03-29 06:20:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB
2026-03-29 06:20:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e52736e-5ba5-5880-9f41-877378f0ed7f with scrape type 2
2026-03-29 06:20:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e52736e-5ba5-5880-9f41-877378f0ed7f with scrape type 2
2026-03-29 06:20:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e52736e-5ba5-5880-9f41-877378f0ed7f, identifier: R24%20HMB
2026-03-29 06:20:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU
2026-03-29 06:20:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU
2026-03-29 06:20:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU to the API
2026-03-29 06:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA64%20HLU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '446dde87-2b36-523a-be9e-c44017da0087',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA64 HLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA64%20HLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 75427,
 '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': 'SJNFAAJ11U1308143',
 'year': 2015}
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520HLU%27 HTTP/1.1" 200 None
2026-03-29 06:20:40 [bca.uk] INFO: Saving data for EA64%20HLU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563201.73744, 'last_price_update_time': 1774765240.114075}
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA64%2520HLU') HTTP/1.1" 204 0
2026-03-29 06:20:40 [bca.uk] INFO: Found listing with ID: SK16%20ONJ
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:40 [bca.uk] INFO: Scrape type for SK16%20ONJ: 2
2026-03-29 06:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ
2026-03-29 06:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with scrape type 2
2026-03-29 06:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with scrape type 2
2026-03-29 06:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d, identifier: SK16%20ONJ
2026-03-29 06:20:40 [bca.uk] INFO: Found listing with ID: PJ70%20ZTE
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520ZTE%27 HTTP/1.1" 200 None
2026-03-29 06:20:40 [bca.uk] INFO: Scrape type for PJ70%20ZTE: 2
2026-03-29 06:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE
2026-03-29 06:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03caa3f1-6a22-5187-ad63-14fbacc60677 with scrape type 2
2026-03-29 06:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03caa3f1-6a22-5187-ad63-14fbacc60677 with scrape type 2
2026-03-29 06:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03caa3f1-6a22-5187-ad63-14fbacc60677, identifier: PJ70%20ZTE
2026-03-29 06:20:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB
2026-03-29 06:20:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB
2026-03-29 06:20:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB to the API
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R24%20HMB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e52736e-5ba5-5880-9f41-877378f0ed7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R24 HMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R24%20HMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 58626,
 'odometer_reading_unit': '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 R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN3LH059228',
 'year': 2019}
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R24%2520HMB%27 HTTP/1.1" 200 None
2026-03-29 06:20:40 [bca.uk] INFO: Saving data for R24%20HMB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563090.183243, 'last_price_update_time': 1774765240.614066}
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R24%2520HMB') HTTP/1.1" 204 0
2026-03-29 06:20:40 [bca.uk] INFO: Found listing with ID: EY65%20OLT
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520OLT%27 HTTP/1.1" 200 None
2026-03-29 06:20:40 [bca.uk] INFO: Scrape type for EY65%20OLT: 2
2026-03-29 06:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT
2026-03-29 06:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1276456f-327d-576e-943c-7322010dce18 with scrape type 2
2026-03-29 06:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1276456f-327d-576e-943c-7322010dce18 with scrape type 2
2026-03-29 06:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1276456f-327d-576e-943c-7322010dce18, identifier: EY65%20OLT
2026-03-29 06:20:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ
2026-03-29 06:20:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ
2026-03-29 06:20:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ to the API
2026-03-29 06:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK16%20ONJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK16 ONJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK16%20ONJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 86736,
 '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 2.0 CDTI 170 SRI MPV',
 'transmission': 'manual',
 'trim': 'CDTI 170 SRI',
 'vin': 'W0LPD9E70G1039994',
 'year': 2016}
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Saving data for SK16%20ONJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563656.779064, 'last_price_update_time': 1774765241.01389}
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK16%2520ONJ') HTTP/1.1" 204 0
2026-03-29 06:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=sophisto+grey HTTP/1.1" 200 None
2026-03-29 06:20:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:20: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:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE
2026-03-29 06:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE to the API
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ70%20ZTE-GB',
 'category': 'Car',
 'color': 'sophisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '03caa3f1-6a22-5187-ad63-14fbacc60677',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ70 ZTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ70%20ZTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 134895,
 '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 X3 2.0 MHT XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'MHT XDRIVE 20D M SPORT STEP',
 'vin': 'WBA36BG060N066775',
 'year': 2020}
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520ZTE%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Saving data for PJ70%20ZTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774562933.320382, 'last_price_update_time': 1774765241.448495}
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ70%2520ZTE') HTTP/1.1" 204 0
2026-03-29 06:20:41 [bca.uk] INFO: Found listing with ID: CK12%20VGP
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VGP%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Scrape type for CK12%20VGP: 2
2026-03-29 06:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP
2026-03-29 06:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472b743-a969-50b7-afcd-6294a149c832 with scrape type 2
2026-03-29 06:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8472b743-a969-50b7-afcd-6294a149c832 with scrape type 2
2026-03-29 06:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8472b743-a969-50b7-afcd-6294a149c832, identifier: CK12%20VGP
2026-03-29 06:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT
2026-03-29 06:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT
2026-03-29 06:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT to the API
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 75,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY65%20OLT-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': '1276456f-327d-576e-943c-7322010dce18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY65 OLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY65%20OLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 51786,
 '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 YARIS 1.5 VVT-I HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'VNKKD3D340A187327',
 'year': 2015}
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520OLT%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Saving data for EY65%20OLT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563175.848127, 'last_price_update_time': 1774765241.864033}
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY65%2520OLT') HTTP/1.1" 204 0
2026-03-29 06:20:41 [bca.uk] INFO: Found listing with ID: AJ72%20FSF
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20: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%2520FSF%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Scrape type for AJ72%20FSF: 0
2026-03-29 06:20:41 [bca.uk] INFO: Found listing with ID: EJ73%20XPO
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520XPO%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Scrape type for EJ73%20XPO: 0
2026-03-29 06:20:41 [bca.uk] INFO: Found listing with ID: MA21%20SVN
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 06:20:41 [bca.uk] INFO: Scrape type for MA21%20SVN: 2
2026-03-29 06:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN
2026-03-29 06:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6092bed7-21e8-557e-be40-208ab4cfad12 with scrape type 2
2026-03-29 06:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6092bed7-21e8-557e-be40-208ab4cfad12 with scrape type 2
2026-03-29 06:20:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6092bed7-21e8-557e-be40-208ab4cfad12, identifier: MA21%20SVN
2026-03-29 06:20:42 [bca.uk] INFO: Found listing with ID: BK65%20BXF
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520BXF%27 HTTP/1.1" 200 None
2026-03-29 06:20:42 [bca.uk] INFO: Scrape type for BK65%20BXF: 2
2026-03-29 06:20:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF
2026-03-29 06:20:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d1c3547-33bf-59bf-9954-48e0f37353f2 with scrape type 2
2026-03-29 06:20:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d1c3547-33bf-59bf-9954-48e0f37353f2 with scrape type 2
2026-03-29 06:20:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d1c3547-33bf-59bf-9954-48e0f37353f2, identifier: BK65%20BXF
2026-03-29 06:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP
2026-03-29 06:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP
2026-03-29 06:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP to the API
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK12%20VGP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8472b743-a969-50b7-afcd-6294a149c832',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK12 VGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK12%20VGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ALFA ROMEO',
 'model': 'MITO',
 'odometer': 69438,
 '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 MITO 1.3 JTDM 85 SPRINT Hatchback',
 'transmission': 'manual',
 'trim': 'JTDM 85 SPRINT',
 'vin': 'ZAR95500001196268',
 'year': 2012}
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VGP%27 HTTP/1.1" 200 None
2026-03-29 06:20:42 [bca.uk] INFO: Saving data for CK12%20VGP: {'auction_closing_time': 1774951200.0, 'created_time': 1774563084.383943, 'last_price_update_time': 1774765242.3943}
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK12%2520VGP') HTTP/1.1" 204 0
2026-03-29 06:20:42 [bca.uk] INFO: Found listing with ID: GC69%20AWZ
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC69%2520AWZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:42 [bca.uk] INFO: Scrape type for GC69%20AWZ: 2
2026-03-29 06:20:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ
2026-03-29 06:20:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with scrape type 2
2026-03-29 06:20:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with scrape type 2
2026-03-29 06:20:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961, identifier: GC69%20AWZ
2026-03-29 06:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN
2026-03-29 06:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN
2026-03-29 06:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN to the API
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20SVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6092bed7-21e8-557e-be40-208ab4cfad12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA21 SVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20SVN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 102102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H3 LEADER(MESS UNIT CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER(MESS UNIT',
 'vin': 'WF0EXXTTRELT44211',
 'year': 2021}
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520SVN%27 HTTP/1.1" 200 None
2026-03-29 06:20:42 [bca.uk] INFO: Saving data for MA21%20SVN: {'auction_closing_time': 1775113200.0, 'created_time': 1773834657.386666, 'last_price_update_time': 1774765242.870818}
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520SVN') HTTP/1.1" 204 0
2026-03-29 06:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF
2026-03-29 06:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF
2026-03-29 06:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF to the API
2026-03-29 06:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK65%20BXF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1d1c3547-33bf-59bf-9954-48e0f37353f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK65 BXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK65%20BXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 59070,
 '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': 'ABARTH 595 1.4 T-JET 140 Hatchback',
 'transmission': 'manual',
 'trim': 'T-JET 140',
 'vin': 'ZFA3120000J455212',
 'year': 2015}
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520BXF%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Saving data for BK65%20BXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774562930.285886, 'last_price_update_time': 1774765243.140425}
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK65%2520BXF') HTTP/1.1" 204 0
2026-03-29 06:20:43 [bca.uk] INFO: Found listing with ID: WF10%20VSZ
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF10%2520VSZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Scrape type for WF10%20VSZ: 2
2026-03-29 06:20:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ
2026-03-29 06:20:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 791303e6-7729-5a85-9552-eb4be8fbdccb with scrape type 2
2026-03-29 06:20:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 791303e6-7729-5a85-9552-eb4be8fbdccb with scrape type 2
2026-03-29 06:20:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 791303e6-7729-5a85-9552-eb4be8fbdccb, identifier: WF10%20VSZ
2026-03-29 06:20:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ
2026-03-29 06:20:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ
2026-03-29 06:20:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ to the API
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC69%20AWZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b9dd7a2-c646-51f0-ad87-9dfb651ed961',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC69 AWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC69%20AWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '218I',
 'odometer': 48778,
 'odometer_reading_unit': '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 218I 1.5 T SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WBA2H320107E48397',
 'year': 2019}
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC69%2520AWZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Saving data for GC69%20AWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563200.856178, 'last_price_update_time': 1774765243.515057}
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC69%2520AWZ') HTTP/1.1" 204 0
2026-03-29 06:20:43 [bca.uk] INFO: Found listing with ID: DF69%20LPC
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Scrape type for DF69%20LPC: 2
2026-03-29 06:20:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC
2026-03-29 06:20:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f044d41e-70c6-50a2-aa8d-610eae4b3c53 with scrape type 2
2026-03-29 06:20:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f044d41e-70c6-50a2-aa8d-610eae4b3c53 with scrape type 2
2026-03-29 06:20:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f044d41e-70c6-50a2-aa8d-610eae4b3c53, identifier: DF69%20LPC
2026-03-29 06:20:43 [bca.uk] INFO: Found listing with ID: KW67%20AHA
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520AHA%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Scrape type for KW67%20AHA: 0
2026-03-29 06:20:43 [bca.uk] INFO: Found listing with ID: KY19%20WJP
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520WJP%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Scrape type for KY19%20WJP: 0
2026-03-29 06:20:43 [bca.uk] INFO: Found listing with ID: YP24%20XHC
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 06:20:43 [bca.uk] INFO: Scrape type for YP24%20XHC: 2
2026-03-29 06:20:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC
2026-03-29 06:20:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98b16eac-9626-5260-a751-48c513ac252e with scrape type 2
2026-03-29 06:20:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98b16eac-9626-5260-a751-48c513ac252e with scrape type 2
2026-03-29 06:20:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98b16eac-9626-5260-a751-48c513ac252e, identifier: YP24%20XHC
2026-03-29 06:20:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ
2026-03-29 06:20:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ
2026-03-29 06:20:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ to the API
2026-03-29 06:20:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF10%20VSZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '791303e6-7729-5a85-9552-eb4be8fbdccb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF10 VSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF10%20VSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 70906,
 '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 A4 2.0 TDI 143 S LINE SPECIAL ED.S/S Saloon',
 'transmission': 'manual',
 'trim': 'TDI 143 S LINE SPECIAL ED.S/S',
 'vin': 'WAUZZZ8K0AA152599',
 'year': 2010}
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF10%2520VSZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:44 [bca.uk] INFO: Saving data for WF10%20VSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563096.057029, 'last_price_update_time': 1774765244.051367}
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF10%2520VSZ') HTTP/1.1" 204 0
2026-03-29 06:20:44 [bca.uk] INFO: Found listing with ID: GD20%20FSE
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520FSE%27 HTTP/1.1" 200 None
2026-03-29 06:20:44 [bca.uk] INFO: Scrape type for GD20%20FSE: 2
2026-03-29 06:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE
2026-03-29 06:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b517345-1543-5d25-99f4-dae04f4b633c with scrape type 2
2026-03-29 06:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b517345-1543-5d25-99f4-dae04f4b633c with scrape type 2
2026-03-29 06:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b517345-1543-5d25-99f4-dae04f4b633c, identifier: GD20%20FSE
2026-03-29 06:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC
2026-03-29 06:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC
2026-03-29 06:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC to the API
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF69%20LPC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f044d41e-70c6-50a2-aa8d-610eae4b3c53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF69 LPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF69%20LPC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 43209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20595,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P300 4WD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300 4WD R-DYNAMIC HSE',
 'vin': 'SALZA2AX2LH072375',
 'year': 2020}
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-29 06:20:44 [bca.uk] INFO: Saving data for DF69%20LPC: {'auction_closing_time': 1775113200.0, 'created_time': 1773842845.089744, 'last_price_update_time': 1774765244.453844}
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF69%2520LPC') HTTP/1.1" 204 0
2026-03-29 06:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC
2026-03-29 06:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC
2026-03-29 06:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC to the API
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP24%20XHC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98b16eac-9626-5260-a751-48c513ac252e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP24 XHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP24%20XHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 13114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RPM79192',
 'year': 2024}
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XHC%27 HTTP/1.1" 200 None
2026-03-29 06:20:44 [bca.uk] INFO: Saving data for YP24%20XHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562926.191386, 'last_price_update_time': 1774765244.738074}
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP24%2520XHC') HTTP/1.1" 204 0
2026-03-29 06:20:44 [bca.uk] INFO: Found listing with ID: WG16%20KPO
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:20:44 [bca.uk] INFO: Scrape type for WG16%20KPO: 2
2026-03-29 06:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO
2026-03-29 06:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8395fdff-c971-56c1-9925-99deb945bd66 with scrape type 2
2026-03-29 06:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8395fdff-c971-56c1-9925-99deb945bd66 with scrape type 2
2026-03-29 06:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8395fdff-c971-56c1-9925-99deb945bd66, identifier: WG16%20KPO
2026-03-29 06:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE
2026-03-29 06:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE
2026-03-29 06:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE to the API
2026-03-29 06:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD20%20FSE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b517345-1543-5d25-99f4-dae04f4b633c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD20 FSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD20%20FSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 152813,
 '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 CROSSLAND X 1.5 TD 102 GRIFFIN S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TD 102 GRIFFIN S/S',
 'vin': 'W0V7D9EG3L4312684',
 'year': 2020}
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520FSE%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Saving data for GD20%20FSE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563199.805332, 'last_price_update_time': 1774765245.12843}
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD20%2520FSE') HTTP/1.1" 204 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: GJ63%20AWU
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ63%2520AWU%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for GJ63%20AWU: 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: KY66%20GYH
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY66%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for KY66%20GYH: 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: NG69%20FHT
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520FHT%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for NG69%20FHT: 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: NU23%20KHB
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KHB%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for NU23%20KHB: 2
2026-03-29 06:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB
2026-03-29 06:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with scrape type 2
2026-03-29 06:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with scrape type 2
2026-03-29 06:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1520d528-22b3-5c0d-abd4-9caac4cc42d5, identifier: NU23%20KHB
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: DL65%20UBT
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520UBT%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for DL65%20UBT: 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: LS13%20PZA
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for LS13%20PZA: 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: WA22%20LRJ
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for WA22%20LRJ: 2
2026-03-29 06:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ
2026-03-29 06:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02337949-4b74-5c52-9467-faf4096ec511 with scrape type 2
2026-03-29 06:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02337949-4b74-5c52-9467-faf4096ec511 with scrape type 2
2026-03-29 06:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02337949-4b74-5c52-9467-faf4096ec511, identifier: WA22%20LRJ
2026-03-29 06:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO
2026-03-29 06:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO
2026-03-29 06:20:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO to the API
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG16%20KPO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8395fdff-c971-56c1-9925-99deb945bd66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG16 KPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG16%20KPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 133306,
 '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 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0DXXGAKDGC54275',
 'year': 2016}
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Saving data for WG16%20KPO: {'auction_closing_time': 1774951200.0, 'created_time': 1773958700.584169, 'last_price_update_time': 1774765245.71087}
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG16%2520KPO') HTTP/1.1" 204 0
2026-03-29 06:20:45 [bca.uk] INFO: Found listing with ID: GD24%20CWC
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD24%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:20:45 [bca.uk] INFO: Scrape type for GD24%20CWC: 2
2026-03-29 06:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC
2026-03-29 06:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee83ae6b-3857-53b1-8746-482ce24eee64 with scrape type 2
2026-03-29 06:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee83ae6b-3857-53b1-8746-482ce24eee64 with scrape type 2
2026-03-29 06:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee83ae6b-3857-53b1-8746-482ce24eee64, identifier: GD24%20CWC
2026-03-29 06:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB
2026-03-29 06:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=zesty+yellow HTTP/1.1" 200 None
2026-03-29 06:20:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:20:46 [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:20:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB
2026-03-29 06:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB to the API
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU23%20KHB-GB',
 'category': 'Car',
 'color': 'zesty yellow',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1520d528-22b3-5c0d-abd4-9caac4cc42d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU23 KHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU23%20KHB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 18443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT PREMIUM PLUS Convertible',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM PLUS',
 'vin': 'WMW22DL0003R25380',
 'year': 2023}
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KHB%27 HTTP/1.1" 200 None
2026-03-29 06:20:46 [bca.uk] INFO: Saving data for NU23%20KHB: {'auction_closing_time': 1775113200.0, 'created_time': 1774265249.828795, 'last_price_update_time': 1774765246.33335}
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU23%2520KHB') HTTP/1.1" 204 0
2026-03-29 06:20:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ
2026-03-29 06:20:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ
2026-03-29 06:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ to the API
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02337949-4b74-5c52-9467-faf4096ec511',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA22 LRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA22%20LRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 37035,
 'odometer_reading_unit': '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 T2 MOMENTUM CORE StationWagon',
 'transmission': 'manual',
 'trim': 'T2 MOMENTUM CORE',
 'vin': 'YV1XZL4V1N2719822',
 'year': 2022}
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:46 [bca.uk] INFO: Saving data for WA22%20LRJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562882.655876, 'last_price_update_time': 1774765246.607016}
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA22%2520LRJ') HTTP/1.1" 204 0
2026-03-29 06:20:46 [bca.uk] INFO: Found listing with ID: EK20%20UCR
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 06:20:46 [bca.uk] INFO: Scrape type for EK20%20UCR: 2
2026-03-29 06:20:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR
2026-03-29 06:20:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43571459-74ac-512a-b065-33d315096a94 with scrape type 2
2026-03-29 06:20:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43571459-74ac-512a-b065-33d315096a94 with scrape type 2
2026-03-29 06:20:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43571459-74ac-512a-b065-33d315096a94, identifier: EK20%20UCR
2026-03-29 06:20:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC
2026-03-29 06:20:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC
2026-03-29 06:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC to the API
2026-03-29 06:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD24%20CWC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee83ae6b-3857-53b1-8746-482ce24eee64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD24 CWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD24%20CWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 7507,
 '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 EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCITE DCT',
 'vin': 'LSJW74C93PZ289127',
 'year': 2024}
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD24%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Saving data for GD24%20CWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563191.668048, 'last_price_update_time': 1774765247.010502}
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD24%2520CWC') HTTP/1.1" 204 0
2026-03-29 06:20:47 [bca.uk] INFO: Found listing with ID: OU17%20YZR
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Scrape type for OU17%20YZR: 0
2026-03-29 06:20:47 [bca.uk] INFO: Found listing with ID: YR13%20XDZ
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520XDZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Scrape type for YR13%20XDZ: 0
2026-03-29 06:20:47 [bca.uk] INFO: Found listing with ID: YR72%20OHG
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Scrape type for YR72%20OHG: 2
2026-03-29 06:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG
2026-03-29 06:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73db187a-f514-51f6-9f9d-9b05af01773a with scrape type 2
2026-03-29 06:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73db187a-f514-51f6-9f9d-9b05af01773a with scrape type 2
2026-03-29 06:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73db187a-f514-51f6-9f9d-9b05af01773a, identifier: YR72%20OHG
2026-03-29 06:20:47 [bca.uk] INFO: Found listing with ID: WG14%20YXO
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Scrape type for WG14%20YXO: 2
2026-03-29 06:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO
2026-03-29 06:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba63204-d5ee-5340-8980-7fcc28707e20 with scrape type 2
2026-03-29 06:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ba63204-d5ee-5340-8980-7fcc28707e20 with scrape type 2
2026-03-29 06:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ba63204-d5ee-5340-8980-7fcc28707e20, identifier: WG14%20YXO
2026-03-29 06:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR
2026-03-29 06:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR
2026-03-29 06:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR to the API
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK20%20UCR-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': '43571459-74ac-512a-b065-33d315096a94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK20 UCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20UCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 103903,
 '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 C-HR 1.8 HYBRID 122 DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DYNAMIC',
 'vin': 'NMTK33BX80R036798',
 'year': 2020}
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Saving data for EK20%20UCR: {'auction_closing_time': 1774864800.0, 'created_time': 1774354913.346568, 'last_price_update_time': 1774765247.567096}
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520UCR') HTTP/1.1" 204 0
2026-03-29 06:20:47 [bca.uk] INFO: Found listing with ID: GL20%20XBW
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520XBW%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Scrape type for GL20%20XBW: 2
2026-03-29 06:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW
2026-03-29 06:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb1826d6-6633-5554-9339-ca01e1da21f4 with scrape type 2
2026-03-29 06:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb1826d6-6633-5554-9339-ca01e1da21f4 with scrape type 2
2026-03-29 06:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb1826d6-6633-5554-9339-ca01e1da21f4, identifier: GL20%20XBW
2026-03-29 06:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG
2026-03-29 06:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG
2026-03-29 06:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG to the API
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20OHG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73db187a-f514-51f6-9f9d-9b05af01773a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR72 OHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20OHG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 9128,
 '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': 'VOLKSWAGEN POLO 1.0 TSI 95 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 STYLE',
 'vin': 'WVWZZZAWZPU009022',
 'year': 2022}
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 06:20:47 [bca.uk] INFO: Saving data for YR72%20OHG: {'auction_closing_time': 1775113200.0, 'created_time': 1774362284.193446, 'last_price_update_time': 1774765247.963474}
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520OHG') HTTP/1.1" 204 0
2026-03-29 06:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO
2026-03-29 06:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO
2026-03-29 06:20:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO to the API
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ba63204-d5ee-5340-8980-7fcc28707e20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG14 YXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG14%20YXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '420D',
 'odometer': 56864,
 '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 420D 2.0 M SPORT STEP Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA3U12000P769624',
 'year': 2014}
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Saving data for WG14%20YXO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562884.753455, 'last_price_update_time': 1774765248.388395}
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG14%2520YXO') HTTP/1.1" 204 0
2026-03-29 06:20:48 [bca.uk] INFO: Found listing with ID: EO60%20FJV
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520FJV%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Scrape type for EO60%20FJV: 0
2026-03-29 06:20:48 [bca.uk] INFO: Found listing with ID: DN16%20EGZ
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EGZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Scrape type for DN16%20EGZ: 2
2026-03-29 06:20:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ
2026-03-29 06:20:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with scrape type 2
2026-03-29 06:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with scrape type 2
2026-03-29 06:20:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd, identifier: DN16%20EGZ
2026-03-29 06:20:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW
2026-03-29 06:20:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW
2026-03-29 06:20:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW to the API
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL20%20XBW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb1826d6-6633-5554-9339-ca01e1da21f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL20 XBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL20%20XBW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 63679,
 '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': 'SJNFFAJ11U2667589',
 'year': 2020}
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520XBW%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Saving data for GL20%20XBW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563192.401923, 'last_price_update_time': 1774765248.78913}
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL20%2520XBW') HTTP/1.1" 204 0
2026-03-29 06:20:48 [bca.uk] INFO: Found listing with ID: LF67%20UEW
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520UEW%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Scrape type for LF67%20UEW: 0
2026-03-29 06:20:48 [bca.uk] INFO: Found listing with ID: BL74%20WJV
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Scrape type for BL74%20WJV: 2
2026-03-29 06:20:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV
2026-03-29 06:20:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with scrape type 2
2026-03-29 06:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with scrape type 2
2026-03-29 06:20:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e8da6e7-8850-58cd-9fa4-0dafaad70240, identifier: BL74%20WJV
2026-03-29 06:20:48 [bca.uk] INFO: Found listing with ID: SP16%20YTU
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520YTU%27 HTTP/1.1" 200 None
2026-03-29 06:20:48 [bca.uk] INFO: Scrape type for SP16%20YTU: 2
2026-03-29 06:20:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU
2026-03-29 06:20:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with scrape type 2
2026-03-29 06:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with scrape type 2
2026-03-29 06:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2, identifier: SP16%20YTU
2026-03-29 06:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ
2026-03-29 06:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ
2026-03-29 06:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ to the API
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN16%20EGZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee7f751e-ce16-5044-bfe3-9ea8138b7bfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN16 EGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN16%20EGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 89731,
 '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 VVT 115 SE 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'VVT 115 SE 2WD S/S',
 'vin': 'W0LJD7EE4GB609403',
 'year': 2016}
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EGZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:49 [bca.uk] INFO: Saving data for DN16%20EGZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563083.388165, 'last_price_update_time': 1774765249.30398}
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN16%2520EGZ') HTTP/1.1" 204 0
2026-03-29 06:20:49 [bca.uk] INFO: Found listing with ID: GM17%20FYZ
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM17%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:49 [bca.uk] INFO: Scrape type for GM17%20FYZ: 2
2026-03-29 06:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ
2026-03-29 06:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with scrape type 2
2026-03-29 06:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with scrape type 2
2026-03-29 06:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a3fd734-d116-5d2c-b42d-71f6212a04e5, identifier: GM17%20FYZ
2026-03-29 06:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV
2026-03-29 06:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV
2026-03-29 06:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV to the API
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL74%20WJV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e8da6e7-8850-58cd-9fa4-0dafaad70240',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL74 WJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL74%20WJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 22627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27300,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PRO PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PRO',
 'vin': 'W1V3HBFZ8SP729521',
 'year': 2025}
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 06:20:49 [bca.uk] INFO: Saving data for BL74%20WJV: {'auction_closing_time': 1775199600.0, 'created_time': 1773823231.768263, 'last_price_update_time': 1774765249.789728}
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL74%2520WJV') HTTP/1.1" 204 0
2026-03-29 06:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU
2026-03-29 06:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU
2026-03-29 06:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU to the API
2026-03-29 06:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b84a1c7-6610-55e2-a26e-5e8aa8d425f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP16 YTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP16%20YTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 111494,
 '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 A180 D 1.5 SE EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDD1760122J467646',
 'year': 2016}
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520YTU%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Saving data for SP16%20YTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774562883.507805, 'last_price_update_time': 1774765250.074279}
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP16%2520YTU') HTTP/1.1" 204 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: KY12%20EWT
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520EWT%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for KY12%20EWT: 2
2026-03-29 06:20:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT
2026-03-29 06:20:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7393c1d6-2e01-54ba-bebd-a8941c35a33a with scrape type 2
2026-03-29 06:20:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7393c1d6-2e01-54ba-bebd-a8941c35a33a with scrape type 2
2026-03-29 06:20:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7393c1d6-2e01-54ba-bebd-a8941c35a33a, identifier: KY12%20EWT
2026-03-29 06:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ
2026-03-29 06:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ
2026-03-29 06:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ to the API
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM17%20FYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a3fd734-d116-5d2c-b42d-71f6212a04e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM17 FYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM17%20FYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 63528,
 '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 SORENTO 2.2 CRDI KX-4 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-4',
 'vin': 'KNAPH81BSH5291556',
 'year': 2017}
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM17%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Saving data for GM17%20FYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563191.306024, 'last_price_update_time': 1774765250.463883}
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM17%2520FYZ') HTTP/1.1" 204 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: BT70%20AXV
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520AXV%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for BT70%20AXV: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: KN73%20ODX
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520ODX%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for KN73%20ODX: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: KT24%20TEO
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT24%2520TEO%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for KT24%20TEO: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: KU21%20PJJ
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU21%2520PJJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for KU21%20PJJ: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: KW73%20HVX
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520HVX%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for KW73%20HVX: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: LL67%20YWF
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520YWF%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for LL67%20YWF: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: LM20%20MUO
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520MUO%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for LM20%20MUO: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: M15%20CXT
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M15%2520CXT%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for M15%20CXT: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: PO68%20ZDU
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520ZDU%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for PO68%20ZDU: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: PO72%20YGK
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO72%2520YGK%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for PO72%20YGK: 2
2026-03-29 06:20:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK
2026-03-29 06:20:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with scrape type 2
2026-03-29 06:20:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with scrape type 2
2026-03-29 06:20:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7, identifier: PO72%20YGK
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: AK15%20UKF
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520UKF%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for AK15%20UKF: 0
2026-03-29 06:20:50 [bca.uk] INFO: Found listing with ID: WJ69%20UWZ
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:50 [bca.uk] INFO: Scrape type for WJ69%20UWZ: 2
2026-03-29 06:20:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ
2026-03-29 06:20:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with scrape type 2
2026-03-29 06:20:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with scrape type 2
2026-03-29 06:20:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4, identifier: WJ69%20UWZ
2026-03-29 06:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT
2026-03-29 06:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT
2026-03-29 06:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT to the API
2026-03-29 06:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY12%20EWT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7393c1d6-2e01-54ba-bebd-a8941c35a33a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY12 EWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY12%20EWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'ALHAMBRA',
 'odometer': 132809,
 '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': 'SEAT ALHAMBRA 2.0 TDI CR 140 SE MPV',
 'transmission': 'manual',
 'trim': 'TDI CR 140 SE',
 'vin': 'VSSZZZ7NZCV512877',
 'year': 2012}
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520EWT%27 HTTP/1.1" 200 None
2026-03-29 06:20:51 [bca.uk] INFO: Saving data for KY12%20EWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774563099.851993, 'last_price_update_time': 1774765251.147316}
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY12%2520EWT') HTTP/1.1" 204 0
2026-03-29 06:20:51 [bca.uk] INFO: Found listing with ID: LA17%20EUB
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:51 [bca.uk] INFO: Scrape type for LA17%20EUB: 2
2026-03-29 06:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB
2026-03-29 06:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a65ef54-fde2-5df1-9ab8-2547ae63748a with scrape type 2
2026-03-29 06:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a65ef54-fde2-5df1-9ab8-2547ae63748a with scrape type 2
2026-03-29 06:20:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a65ef54-fde2-5df1-9ab8-2547ae63748a, identifier: LA17%20EUB
2026-03-29 06:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK
2026-03-29 06:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK
2026-03-29 06:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK to the API
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO72%20YGK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO72 YGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO72%20YGK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 126637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9300,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 PROGRESSIVE Dropside',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 PROGRESSIVE',
 'vin': 'W1V9101332N220476',
 'year': 2022}
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO72%2520YGK%27 HTTP/1.1" 200 None
2026-03-29 06:20:51 [bca.uk] INFO: Saving data for PO72%20YGK: {'auction_closing_time': 1775199600.0, 'created_time': 1773823209.135094, 'last_price_update_time': 1774765251.642781}
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO72%2520YGK') HTTP/1.1" 204 0
2026-03-29 06:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ
2026-03-29 06:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ
2026-03-29 06:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ to the API
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ69%20UWZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67a91bfa-684d-5ba6-bdba-4bd86e5ddff4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ69 UWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ69%20UWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 113311,
 'odometer_reading_unit': '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 D180 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN5LH842329',
 'year': 2019}
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520UWZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:51 [bca.uk] INFO: Saving data for WJ69%20UWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562922.910586, 'last_price_update_time': 1774765251.948476}
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ69%2520UWZ') HTTP/1.1" 204 0
2026-03-29 06:20:51 [bca.uk] INFO: Found listing with ID: LP09%20EKK
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP09%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:20:51 [bca.uk] INFO: Scrape type for LP09%20EKK: 2
2026-03-29 06:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK
2026-03-29 06:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e811145e-cb4e-5232-bc8a-af9382960f12 with scrape type 2
2026-03-29 06:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e811145e-cb4e-5232-bc8a-af9382960f12 with scrape type 2
2026-03-29 06:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e811145e-cb4e-5232-bc8a-af9382960f12, identifier: LP09%20EKK
2026-03-29 06:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB
2026-03-29 06:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB
2026-03-29 06:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB to the API
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA17%20EUB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a65ef54-fde2-5df1-9ab8-2547ae63748a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA17 EUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA17%20EUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 42195,
 '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 140 ST-LINE RED Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE RED',
 'vin': 'WF0CXXGAKCHM12469',
 'year': 2017}
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520EUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Saving data for LA17%20EUB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563193.082774, 'last_price_update_time': 1774765252.348654}
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520EUB') HTTP/1.1" 204 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: RF71%20CNO
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CNO%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for RF71%20CNO: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: RX20%20ULV
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for RX20%20ULV: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: S30%20PFW
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S30%2520PFW%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for S30%20PFW: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: WG71%20FTF
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for WG71%20FTF: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: YP22%20YCH
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520YCH%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for YP22%20YCH: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: AF73%20ESY
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for AF73%20ESY: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: DL73%20HOJ
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HOJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for DL73%20HOJ: 0
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: DL73%20LGJ
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for DL73%20LGJ: 2
2026-03-29 06:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ
2026-03-29 06:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f47f12f-0449-5d58-ba27-7229225e8eb3 with scrape type 2
2026-03-29 06:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f47f12f-0449-5d58-ba27-7229225e8eb3 with scrape type 2
2026-03-29 06:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f47f12f-0449-5d58-ba27-7229225e8eb3, identifier: DL73%20LGJ
2026-03-29 06:20:52 [bca.uk] INFO: Found listing with ID: GY62%20FCG
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Scrape type for GY62%20FCG: 2
2026-03-29 06:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG
2026-03-29 06:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60fef895-c11c-59af-a9a9-2ad65f26b240 with scrape type 2
2026-03-29 06:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60fef895-c11c-59af-a9a9-2ad65f26b240 with scrape type 2
2026-03-29 06:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60fef895-c11c-59af-a9a9-2ad65f26b240, identifier: GY62%20FCG
2026-03-29 06:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK
2026-03-29 06:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK
2026-03-29 06:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK to the API
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP09%20EKK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e811145e-cb4e-5232-bc8a-af9382960f12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP09 EKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP09%20EKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'AGILA',
 'odometer': 68414,
 '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 AGILA 1.2 DESIGN 16V Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN 16V',
 'vin': 'W0LFXB32S8M169584',
 'year': 2009}
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP09%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:20:52 [bca.uk] INFO: Saving data for LP09%20EKK: {'auction_closing_time': 1774951200.0, 'created_time': 1774563106.153585, 'last_price_update_time': 1774765252.945031}
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP09%2520EKK') HTTP/1.1" 204 0
2026-03-29 06:20:53 [bca.uk] INFO: Found listing with ID: LC19%20LKD
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LKD%27 HTTP/1.1" 200 None
2026-03-29 06:20:53 [bca.uk] INFO: Scrape type for LC19%20LKD: 2
2026-03-29 06:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD
2026-03-29 06:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b6e221-035e-5a62-950b-7933ede9e8f0 with scrape type 2
2026-03-29 06:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b6e221-035e-5a62-950b-7933ede9e8f0 with scrape type 2
2026-03-29 06:20:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b6e221-035e-5a62-950b-7933ede9e8f0, identifier: LC19%20LKD
2026-03-29 06:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ
2026-03-29 06:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ
2026-03-29 06:20:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ to the API
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LGJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f47f12f-0449-5d58-ba27-7229225e8eb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LGJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11988,
 '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': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4289380',
 'year': 2023}
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGJ%27 HTTP/1.1" 200 None
2026-03-29 06:20:53 [bca.uk] INFO: Saving data for DL73%20LGJ: {'auction_closing_time': 1775232000.0, 'created_time': 1773841498.163758, 'last_price_update_time': 1774765253.437698}
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LGJ') HTTP/1.1" 204 0
2026-03-29 06:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG
2026-03-29 06:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG
2026-03-29 06:20:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG to the API
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY62%20FCG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60fef895-c11c-59af-a9a9-2ad65f26b240',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY62 FCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY62%20FCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 64488,
 '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 SLK 250 1.8 B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT TIP',
 'vin': 'WDD1724472F038522',
 'year': 2012}
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520FCG%27 HTTP/1.1" 200 None
2026-03-29 06:20:53 [bca.uk] INFO: Saving data for GY62%20FCG: {'auction_closing_time': 1775037600.0, 'created_time': 1774562912.93451, 'last_price_update_time': 1774765253.747237}
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520FCG') HTTP/1.1" 204 0
2026-03-29 06:20:53 [bca.uk] INFO: Found listing with ID: KR16%20YCM
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520YCM%27 HTTP/1.1" 200 None
2026-03-29 06:20:53 [bca.uk] INFO: Scrape type for KR16%20YCM: 2
2026-03-29 06:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM
2026-03-29 06:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9388262a-5475-5e87-81de-87cf1c29ff82 with scrape type 2
2026-03-29 06:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9388262a-5475-5e87-81de-87cf1c29ff82 with scrape type 2
2026-03-29 06:20:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9388262a-5475-5e87-81de-87cf1c29ff82, identifier: KR16%20YCM
2026-03-29 06:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD
2026-03-29 06:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD
2026-03-29 06:20:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD to the API
2026-03-29 06:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC19%20LKD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4b6e221-035e-5a62-950b-7933ede9e8f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC19 LKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC19%20LKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 64711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 1 ISG',
 'vin': 'U5YPG812LKL595461',
 'year': 2019}
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LKD%27 HTTP/1.1" 200 None
2026-03-29 06:20:54 [bca.uk] INFO: Saving data for LC19%20LKD: {'auction_closing_time': 1774864800.0, 'created_time': 1773841098.235473, 'last_price_update_time': 1774765254.159748}
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC19%2520LKD') HTTP/1.1" 204 0
2026-03-29 06:20:54 [bca.uk] INFO: Found listing with ID: DS24%20OYZ
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OYZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:54 [bca.uk] INFO: Scrape type for DS24%20OYZ: 2
2026-03-29 06:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ
2026-03-29 06:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with scrape type 2
2026-03-29 06:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with scrape type 2
2026-03-29 06:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc, identifier: DS24%20OYZ
2026-03-29 06:20:54 [bca.uk] INFO: Found listing with ID: LG61%20MYR
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520MYR%27 HTTP/1.1" 200 None
2026-03-29 06:20:54 [bca.uk] INFO: Scrape type for LG61%20MYR: 2
2026-03-29 06:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR
2026-03-29 06:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa15d526-0770-5bf0-b05c-6a3f67e08ddb with scrape type 2
2026-03-29 06:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa15d526-0770-5bf0-b05c-6a3f67e08ddb with scrape type 2
2026-03-29 06:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa15d526-0770-5bf0-b05c-6a3f67e08ddb, identifier: LG61%20MYR
2026-03-29 06:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=violet HTTP/1.1" 200 None
2026-03-29 06:20:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:20: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:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM
2026-03-29 06:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM to the API
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20YCM-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9388262a-5475-5e87-81de-87cf1c29ff82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 YCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20YCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '108 TOP!',
 'odometer': 78483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 TOP! 1.0 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3PSCFBCFR089162',
 'year': 2016}
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520YCM%27 HTTP/1.1" 200 None
2026-03-29 06:20:54 [bca.uk] INFO: Saving data for KR16%20YCM: {'auction_closing_time': 1774951200.0, 'created_time': 1774563093.554231, 'last_price_update_time': 1774765254.747991}
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520YCM') HTTP/1.1" 204 0
2026-03-29 06:20:54 [bca.uk] INFO: Found listing with ID: LG62%20ESF
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 06:20:54 [bca.uk] INFO: Scrape type for LG62%20ESF: 2
2026-03-29 06:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF
2026-03-29 06:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f71d1476-4215-5609-892e-0a86bcae690f with scrape type 2
2026-03-29 06:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f71d1476-4215-5609-892e-0a86bcae690f with scrape type 2
2026-03-29 06:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f71d1476-4215-5609-892e-0a86bcae690f, identifier: LG62%20ESF
2026-03-29 06:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ
2026-03-29 06:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ
2026-03-29 06:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ to the API
2026-03-29 06:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20OYZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 OYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20OYZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 7207,
 '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': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS6R6016001',
 'year': 2024}
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OYZ%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Saving data for DS24%20OYZ: {'auction_closing_time': 1775232000.0, 'created_time': 1773842115.704196, 'last_price_update_time': 1774765255.125015}
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OYZ') HTTP/1.1" 204 0
2026-03-29 06:20:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR
2026-03-29 06:20:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR
2026-03-29 06:20:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR to the API
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20MYR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa15d526-0770-5bf0-b05c-6a3f67e08ddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG61 MYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20MYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 56310,
 '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 207 1.4 ACCESS Hatchback',
 'transmission': 'manual',
 'trim': 'ACCESS',
 'vin': 'VF3WCKFT0BE062196',
 'year': 2011}
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520MYR%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Saving data for LG61%20MYR: {'auction_closing_time': 1774951200.0, 'created_time': 1774303840.925361, 'last_price_update_time': 1774765255.40936}
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520MYR') HTTP/1.1" 204 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: BX71%20DYT
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520DYT%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for BX71%20DYT: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: YR24%20PWK
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520PWK%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for YR24%20PWK: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: WP74%20UYN
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520UYN%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for WP74%20UYN: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: BK22%20NZA
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520NZA%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for BK22%20NZA: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: BP22%20AFO
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520AFO%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for BP22%20AFO: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: EO22%20NUB
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for EO22%20NUB: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: MC74%20UFS
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for MC74%20UFS: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: OW23%20JRO
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520JRO%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for OW23%20JRO: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: HK71%20OHD
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20: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%2520OHD%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for HK71%20OHD: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: SO21%20HBP
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520HBP%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for SO21%20HBP: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: AK71%20ZNU
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for AK71%20ZNU: 0
2026-03-29 06:20:55 [bca.uk] INFO: Found listing with ID: BK71%20GWO
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520GWO%27 HTTP/1.1" 200 None
2026-03-29 06:20:55 [bca.uk] INFO: Scrape type for BK71%20GWO: 2
2026-03-29 06:20:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO
2026-03-29 06:20:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92bba92a-4503-5e01-9df1-e7ad09eb1957 with scrape type 2
2026-03-29 06:20:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92bba92a-4503-5e01-9df1-e7ad09eb1957 with scrape type 2
2026-03-29 06:20:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92bba92a-4503-5e01-9df1-e7ad09eb1957, identifier: BK71%20GWO
2026-03-29 06:20:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF
2026-03-29 06:20:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF
2026-03-29 06:20:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF to the API
2026-03-29 06:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG62%20ESF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f71d1476-4215-5609-892e-0a86bcae690f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG62 ESF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG62%20ESF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 53324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0KXXGCBKCE15009',
 'year': 2012}
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 06:20:56 [bca.uk] INFO: Saving data for LG62%20ESF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563190.304964, 'last_price_update_time': 1774765256.060787}
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG62%2520ESF') HTTP/1.1" 204 0
2026-03-29 06:20:56 [bca.uk] INFO: Found listing with ID: DV24%20JNK
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JNK%27 HTTP/1.1" 200 None
2026-03-29 06:20:56 [bca.uk] INFO: Scrape type for DV24%20JNK: 2
2026-03-29 06:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK
2026-03-29 06:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e883956-68e6-5501-9c72-7c51712786f0 with scrape type 2
2026-03-29 06:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e883956-68e6-5501-9c72-7c51712786f0 with scrape type 2
2026-03-29 06:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e883956-68e6-5501-9c72-7c51712786f0, identifier: DV24%20JNK
2026-03-29 06:20:56 [bca.uk] INFO: Total items found: 100
2026-03-29 06:20:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded
2026-03-29 06:20:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:20:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:56 [bca.uk] INFO: Found listing with ID: NJ16%20JYW
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520JYW%27 HTTP/1.1" 200 None
2026-03-29 06:20:56 [bca.uk] INFO: Scrape type for NJ16%20JYW: 0
2026-03-29 06:20:56 [bca.uk] INFO: Found listing with ID: CA16%20XZO
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520XZO%27 HTTP/1.1" 200 None
2026-03-29 06:20:56 [bca.uk] INFO: Scrape type for CA16%20XZO: 2
2026-03-29 06:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO
2026-03-29 06:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fee7407-430d-5725-ae0d-1b167eebf565 with scrape type 2
2026-03-29 06:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fee7407-430d-5725-ae0d-1b167eebf565 with scrape type 2
2026-03-29 06:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fee7407-430d-5725-ae0d-1b167eebf565, identifier: CA16%20XZO
2026-03-29 06:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO
2026-03-29 06:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO
2026-03-29 06:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO to the API
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20GWO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92bba92a-4503-5e01-9df1-e7ad09eb1957',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK71 GWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20GWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 70246,
 '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 SUPERB 2.0 TDI SCR 150 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'TDI SCR 150 SE L',
 'vin': 'TMBBH7NP7N7006117',
 'year': 2021}
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520GWO%27 HTTP/1.1" 200 None
2026-03-29 06:20:56 [bca.uk] INFO: Saving data for BK71%20GWO: {'auction_closing_time': 1775124000.0, 'created_time': 1774563140.386928, 'last_price_update_time': 1774765256.935244}
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520GWO') HTTP/1.1" 204 0
2026-03-29 06:20:56 [bca.uk] INFO: Found listing with ID: LX56%20ZZF
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX56%2520ZZF%27 HTTP/1.1" 200 None
2026-03-29 06:20:56 [bca.uk] INFO: Scrape type for LX56%20ZZF: 2
2026-03-29 06:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF
2026-03-29 06:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cfaa29c-611d-5d91-bc4a-271883711fe5 with scrape type 2
2026-03-29 06:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cfaa29c-611d-5d91-bc4a-271883711fe5 with scrape type 2
2026-03-29 06:20:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cfaa29c-611d-5d91-bc4a-271883711fe5, identifier: LX56%20ZZF
2026-03-29 06:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK
2026-03-29 06:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK
2026-03-29 06:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK to the API
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JNK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e883956-68e6-5501-9c72-7c51712786f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 JNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JNK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16700,
 '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': 'W0VZRHNS0R6008069',
 'year': 2024}
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JNK%27 HTTP/1.1" 200 None
2026-03-29 06:20:57 [bca.uk] INFO: Saving data for DV24%20JNK: {'auction_closing_time': 1775232000.0, 'created_time': 1773842123.426502, 'last_price_update_time': 1774765257.344129}
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JNK') HTTP/1.1" 204 0
2026-03-29 06:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO
2026-03-29 06:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO
2026-03-29 06:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO to the API
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA16%20XZO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9fee7407-430d-5725-ae0d-1b167eebf565',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA16 XZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA16%20XZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 126986,
 '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 SWIFT 1.2 SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ3',
 'vin': 'TSMNZC72S00629106',
 'year': 2016}
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520XZO%27 HTTP/1.1" 200 None
2026-03-29 06:20:57 [bca.uk] INFO: Saving data for CA16%20XZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562972.000809, 'last_price_update_time': 1774765257.625215}
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA16%2520XZO') HTTP/1.1" 204 0
2026-03-29 06:20:57 [bca.uk] INFO: Found listing with ID: FV71%20OKG
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520OKG%27 HTTP/1.1" 200 None
2026-03-29 06:20:57 [bca.uk] INFO: Scrape type for FV71%20OKG: 2
2026-03-29 06:20:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG
2026-03-29 06:20:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f482446-79ea-5699-a874-3fa4ed659ff4 with scrape type 2
2026-03-29 06:20:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f482446-79ea-5699-a874-3fa4ed659ff4 with scrape type 2
2026-03-29 06:20:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f482446-79ea-5699-a874-3fa4ed659ff4, identifier: FV71%20OKG
2026-03-29 06:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF
2026-03-29 06:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF
2026-03-29 06:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF to the API
2026-03-29 06:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 267,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX56%20ZZF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cfaa29c-611d-5d91-bc4a-271883711fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX56 ZZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX56%20ZZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'PATHFINDER',
 'odometer': 73754,
 '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 PATHFINDER 2.5 DCI AVENTURA StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI AVENTURA',
 'vin': 'VSKJVWR51U0123642',
 'year': 2006}
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX56%2520ZZF%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Saving data for LX56%20ZZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563187.854037, 'last_price_update_time': 1774765258.021793}
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX56%2520ZZF') HTTP/1.1" 204 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: DY74%20BVL
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for DY74%20BVL: 2
2026-03-29 06:20:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL
2026-03-29 06:20:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e, identifier: DY74%20BVL
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: OU18%20KRX
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU18%2520KRX%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for OU18%20KRX: 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: RJ19%20PBY
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520PBY%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for RJ19%20PBY: 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: RV69%20YBL
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YBL%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for RV69%20YBL: 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: SE65%20YHM
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for SE65%20YHM: 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: SH70%20OFN
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for SH70%20OFN: 2
2026-03-29 06:20:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN
2026-03-29 06:20:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a01a514-396e-5a18-a70b-ae7dce34163b with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a01a514-396e-5a18-a70b-ae7dce34163b with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a01a514-396e-5a18-a70b-ae7dce34163b, identifier: SH70%20OFN
2026-03-29 06:20:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: DW19%20XGT
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW19%2520XGT%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for DW19%20XGT: 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: VE67%20HCK
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for VE67%20HCK: 2
2026-03-29 06:20:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK
2026-03-29 06:20:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bece16a-dba2-5044-81d5-cf8a2d991624 with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bece16a-dba2-5044-81d5-cf8a2d991624 with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bece16a-dba2-5044-81d5-cf8a2d991624, identifier: VE67%20HCK
2026-03-29 06:20:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG
2026-03-29 06:20:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG
2026-03-29 06:20:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG to the API
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV71%20OKG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8f482446-79ea-5699-a874-3fa4ed659ff4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV71 OKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV71%20OKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 89040,
 'odometer_reading_unit': '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 C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BX70R160576',
 'year': 2022}
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520OKG%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Saving data for FV71%20OKG: {'auction_closing_time': 1775124000.0, 'created_time': 1774563155.990648, 'last_price_update_time': 1774765258.730801}
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV71%2520OKG') HTTP/1.1" 204 0
2026-03-29 06:20:58 [bca.uk] INFO: Found listing with ID: SE16%20ZZS
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 06:20:58 [bca.uk] INFO: Scrape type for SE16%20ZZS: 2
2026-03-29 06:20:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS
2026-03-29 06:20:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3afb2d1-dcb0-5246-aed7-41ee18104f8a with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3afb2d1-dcb0-5246-aed7-41ee18104f8a with scrape type 2
2026-03-29 06:20:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3afb2d1-dcb0-5246-aed7-41ee18104f8a, identifier: SE16%20ZZS
2026-03-29 06:20:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL
2026-03-29 06:20:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL
2026-03-29 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL to the API
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7df5ac82-7ca6-5f06-b500-09493f6e9f6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 11147,
 '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': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6020943',
 'year': 2024}
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:20:59 [bca.uk] INFO: Saving data for DY74%20BVL: {'auction_closing_time': 1775232000.0, 'created_time': 1773841654.573607, 'last_price_update_time': 1774765259.190721}
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVL') HTTP/1.1" 204 0
2026-03-29 06:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN
2026-03-29 06:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN
2026-03-29 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN to the API
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH70%20OFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a01a514-396e-5a18-a70b-ae7dce34163b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH70 OFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH70%20OFN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 108673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK3L2443907',
 'year': 2020}
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:20:59 [bca.uk] INFO: Saving data for SH70%20OFN: {'auction_closing_time': 1775113200.0, 'created_time': 1774354459.364399, 'last_price_update_time': 1774765259.489734}
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH70%2520OFN') HTTP/1.1" 204 0
2026-03-29 06:20: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:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK
2026-03-29 06:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK
2026-03-29 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK to the API
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:20: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:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE67%20HCK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5bece16a-dba2-5044-81d5-cf8a2d991624',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE67 HCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE67%20HCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 59245,
 'odometer_reading_unit': '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.5 TDCI 120 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 ST-LINE',
 'vin': 'WF05XXGCC5JL03458',
 'year': 2018}
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 06:20:59 [bca.uk] INFO: Saving data for VE67%20HCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562741.700207, 'last_price_update_time': 1774765259.776435}
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE67%2520HCK') HTTP/1.1" 204 0
2026-03-29 06:20:59 [bca.uk] INFO: Found listing with ID: GJ22%20EFB
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EFB%27 HTTP/1.1" 200 None
2026-03-29 06:20:59 [bca.uk] INFO: Scrape type for GJ22%20EFB: 2
2026-03-29 06:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB
2026-03-29 06:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0514296f-1e5e-5232-886a-6a18766f3a9b with scrape type 2
2026-03-29 06:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0514296f-1e5e-5232-886a-6a18766f3a9b with scrape type 2
2026-03-29 06:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0514296f-1e5e-5232-886a-6a18766f3a9b, identifier: GJ22%20EFB
2026-03-29 06:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS
2026-03-29 06:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS
2026-03-29 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS to the API
2026-03-29 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE16%20ZZS-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3afb2d1-dcb0-5246-aed7-41ee18104f8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE16 ZZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE16%20ZZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 106788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 2.0 M/JET 140 NIGHT EAGLE 4WD Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 140 NIGHT EAGLE 4WD',
 'vin': '1C4BU0000GPD05043',
 'year': 2016}
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Saving data for SE16%20ZZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563197.840182, 'last_price_update_time': 1774765260.195083}
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE16%2520ZZS') HTTP/1.1" 204 0
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: GD23%20YKE
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520YKE%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for GD23%20YKE: 0
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: KE73%20BBF
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520BBF%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for KE73%20BBF: 0
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: KF73%20AOK
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOK%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for KF73%20AOK: 2
2026-03-29 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK
2026-03-29 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa, identifier: KF73%20AOK
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: YB14%20HFT
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520HFT%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for YB14%20HFT: 0
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: YF68%20ZHY
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for YF68%20ZHY: 2
2026-03-29 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY
2026-03-29 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d21ee04-a170-5191-8720-ed890b93dc48 with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d21ee04-a170-5191-8720-ed890b93dc48 with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d21ee04-a170-5191-8720-ed890b93dc48, identifier: YF68%20ZHY
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: KM22%20OUP
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM22%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for KM22%20OUP: 2
2026-03-29 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP
2026-03-29 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0622c7df-60f0-5332-b164-50ad41ac263d with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0622c7df-60f0-5332-b164-50ad41ac263d with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0622c7df-60f0-5332-b164-50ad41ac263d, identifier: KM22%20OUP
2026-03-29 06:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB
2026-03-29 06:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB
2026-03-29 06:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB to the API
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20EFB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0514296f-1e5e-5232-886a-6a18766f3a9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ22 EFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20EFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32691,
 'odometer_reading_unit': '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': 'LRW3F7EK5NC500821',
 'year': 2022}
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EFB%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Saving data for GJ22%20EFB: {'auction_closing_time': 1775124000.0, 'created_time': 1774563138.089186, 'last_price_update_time': 1774765260.831466}
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520EFB') HTTP/1.1" 204 0
2026-03-29 06:21:00 [bca.uk] INFO: Found listing with ID: SH68%20UYO
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UYO%27 HTTP/1.1" 200 None
2026-03-29 06:21:00 [bca.uk] INFO: Scrape type for SH68%20UYO: 2
2026-03-29 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO
2026-03-29 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with scrape type 2
2026-03-29 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af, identifier: SH68%20UYO
2026-03-29 06:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK
2026-03-29 06:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK
2026-03-29 06:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK to the API
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AOK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AOK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8240,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11700,
 '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': 'VXKUPHMHDP4300178',
 'year': 2024}
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOK%27 HTTP/1.1" 200 None
2026-03-29 06:21:01 [bca.uk] INFO: Saving data for KF73%20AOK: {'auction_closing_time': 1775232000.0, 'created_time': 1773839527.744619, 'last_price_update_time': 1774765261.237617}
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AOK') HTTP/1.1" 204 0
2026-03-29 06:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY
2026-03-29 06:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY
2026-03-29 06:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY to the API
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF68%20ZHY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d21ee04-a170-5191-8720-ed890b93dc48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF68 ZHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF68%20ZHY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 122152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5600,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.0 TSI 115 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 SE',
 'vin': 'WVGZZZA1ZKV045615',
 'year': 2018}
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 06:21:01 [bca.uk] INFO: Saving data for YF68%20ZHY: {'auction_closing_time': 1775113200.0, 'created_time': 1773821063.046871, 'last_price_update_time': 1774765261.528206}
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520ZHY') HTTP/1.1" 204 0
2026-03-29 06:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP
2026-03-29 06:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP
2026-03-29 06:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP to the API
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM22%20OUP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0622c7df-60f0-5332-b164-50ad41ac263d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM22 OUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM22%20OUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 49964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 2WD SE CONNECT StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 2WD SE CONNECT',
 'vin': 'TMAJC81BLNJ200875',
 'year': 2022}
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM22%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 06:21:01 [bca.uk] INFO: Saving data for KM22%20OUP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562977.433583, 'last_price_update_time': 1774765261.813743}
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM22%2520OUP') HTTP/1.1" 204 0
2026-03-29 06:21:01 [bca.uk] INFO: Found listing with ID: LD21%20MHX
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-29 06:21:01 [bca.uk] INFO: Scrape type for LD21%20MHX: 2
2026-03-29 06:21:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX
2026-03-29 06:21:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with scrape type 2
2026-03-29 06:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with scrape type 2
2026-03-29 06:21:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4, identifier: LD21%20MHX
2026-03-29 06:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO
2026-03-29 06:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO
2026-03-29 06:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO to the API
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20UYO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5bd524fe-7ca9-5f76-a9fb-4532d8d356af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 UYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20UYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 41176,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.0 72 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': '72 ACTIVE',
 'vin': 'VF3PSCFBDJR204355',
 'year': 2018}
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UYO%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Saving data for SH68%20UYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563199.052744, 'last_price_update_time': 1774765262.204637}
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520UYO') HTTP/1.1" 204 0
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: LL74%20DGV
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGV%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for LL74%20DGV: 0
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: LL74%20DHX
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHX%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for LL74%20DHX: 0
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: LL74%20DHY
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for LL74%20DHY: 0
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: LL74%20DKO
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKO%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for LL74%20DKO: 0
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: LN24%20RHF
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for LN24%20RHF: 0
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: LN24%20RUR
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUR%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for LN24%20RUR: 2
2026-03-29 06:21:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR
2026-03-29 06:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with scrape type 2
2026-03-29 06:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with scrape type 2
2026-03-29 06:21:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3, identifier: LN24%20RUR
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: YG69%20WDD
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520WDD%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for YG69%20WDD: 2
2026-03-29 06:21:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD
2026-03-29 06:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e13716de-3c60-542d-9f2c-80a5bf162e7f with scrape type 2
2026-03-29 06:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e13716de-3c60-542d-9f2c-80a5bf162e7f with scrape type 2
2026-03-29 06:21:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e13716de-3c60-542d-9f2c-80a5bf162e7f, identifier: YG69%20WDD
2026-03-29 06:21:02 [bca.uk] INFO: Found listing with ID: KN09%20ZNP
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520ZNP%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Scrape type for KN09%20ZNP: 2
2026-03-29 06:21:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP
2026-03-29 06:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with scrape type 2
2026-03-29 06:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with scrape type 2
2026-03-29 06:21:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21bc1d90-0d92-5898-8f0b-fd63f39f3572, identifier: KN09%20ZNP
2026-03-29 06:21:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX
2026-03-29 06:21:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX
2026-03-29 06:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX to the API
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD21%20MHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '482fbe9e-eb3c-50ac-a25e-20d0648d63c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD21 MHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD21%20MHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 110592,
 '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 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB2MC179075',
 'year': 2021}
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-29 06:21:02 [bca.uk] INFO: Saving data for LD21%20MHX: {'auction_closing_time': 1775124000.0, 'created_time': 1774563146.848517, 'last_price_update_time': 1774765262.929563}
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD21%2520MHX') HTTP/1.1" 204 0
2026-03-29 06:21:03 [bca.uk] INFO: Found listing with ID: SK17%20PVL
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 06:21:03 [bca.uk] INFO: Scrape type for SK17%20PVL: 2
2026-03-29 06:21:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL
2026-03-29 06:21:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with scrape type 2
2026-03-29 06:21:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with scrape type 2
2026-03-29 06:21:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa23d4b1-3acf-51ed-b8a1-c5ec24542821, identifier: SK17%20PVL
2026-03-29 06:21:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR
2026-03-29 06:21:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR
2026-03-29 06:21:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR to the API
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RUR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33efc4ac-a3f9-5861-be4e-b82a2d27cae3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RUR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 17713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 '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': 'VXKUPHNSSR4039849',
 'year': 2024}
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUR%27 HTTP/1.1" 200 None
2026-03-29 06:21:03 [bca.uk] INFO: Saving data for LN24%20RUR: {'auction_closing_time': 1775232000.0, 'created_time': 1773842084.811863, 'last_price_update_time': 1774765263.41441}
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RUR') HTTP/1.1" 204 0
2026-03-29 06:21:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD
2026-03-29 06:21:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD
2026-03-29 06:21:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD to the API
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG69%20WDD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e13716de-3c60-542d-9f2c-80a5bf162e7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG69 WDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG69%20WDD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 44713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19600,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 55 TFSI E Q COMP.S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '55 TFSI E Q COMP.S LINE S-T',
 'vin': 'WAUZZZFY5K2132321',
 'year': 2019}
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520WDD%27 HTTP/1.1" 200 None
2026-03-29 06:21:03 [bca.uk] INFO: Saving data for YG69%20WDD: {'auction_closing_time': 1775113200.0, 'created_time': 1773821365.084859, 'last_price_update_time': 1774765263.802088}
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG69%2520WDD') HTTP/1.1" 204 0
2026-03-29 06:21:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP
2026-03-29 06:21:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP
2026-03-29 06:21:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP to the API
2026-03-29 06:21:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN09%20ZNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21bc1d90-0d92-5898-8f0b-fd63f39f3572',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN09 ZNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN09%20ZNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'SCIROCCO',
 'odometer': 163534,
 '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': 'WVWZZZ13Z9V033840',
 'year': 2009}
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520ZNP%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Saving data for KN09%20ZNP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562966.882936, 'last_price_update_time': 1774765264.106758}
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN09%2520ZNP') HTTP/1.1" 204 0
2026-03-29 06:21:04 [bca.uk] INFO: Found listing with ID: MJ20%20VGK
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Scrape type for MJ20%20VGK: 2
2026-03-29 06:21:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK
2026-03-29 06:21:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71fe7c2-07fd-5329-8c5b-99598e7deefb with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71fe7c2-07fd-5329-8c5b-99598e7deefb with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71fe7c2-07fd-5329-8c5b-99598e7deefb, identifier: MJ20%20VGK
2026-03-29 06:21:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL
2026-03-29 06:21:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL
2026-03-29 06:21:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL to the API
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK17%20PVL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa23d4b1-3acf-51ed-b8a1-c5ec24542821',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK17 PVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK17%20PVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 61868,
 '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 GALAXY 2.0 TDCI 180 TITANIUM X P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 180 TITANIUM X P/S',
 'vin': 'WF0KXXWPCKHJ01034',
 'year': 2017}
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Saving data for SK17%20PVL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563198.68891, 'last_price_update_time': 1774765264.541361}
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK17%2520PVL') HTTP/1.1" 204 0
2026-03-29 06:21:04 [bca.uk] INFO: Found listing with ID: LP23%20GVM
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Scrape type for LP23%20GVM: 2
2026-03-29 06:21:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM
2026-03-29 06:21:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7376f24c-1341-522f-b75b-058a9d5eb592 with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7376f24c-1341-522f-b75b-058a9d5eb592 with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7376f24c-1341-522f-b75b-058a9d5eb592, identifier: LP23%20GVM
2026-03-29 06:21:04 [bca.uk] INFO: Found listing with ID: DN23%20VEH
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN23%2520VEH%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Scrape type for DN23%20VEH: 0
2026-03-29 06:21:04 [bca.uk] INFO: Found listing with ID: GM67%20CME
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM67%2520CME%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Scrape type for GM67%20CME: 0
2026-03-29 06:21:04 [bca.uk] INFO: Found listing with ID: GY71%20VDL
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Scrape type for GY71%20VDL: 2
2026-03-29 06:21:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL
2026-03-29 06:21:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6, identifier: GY71%20VDL
2026-03-29 06:21:04 [bca.uk] INFO: Found listing with ID: WM14%20WVU
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520WVU%27 HTTP/1.1" 200 None
2026-03-29 06:21:04 [bca.uk] INFO: Scrape type for WM14%20WVU: 2
2026-03-29 06:21:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU
2026-03-29 06:21:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aadb6f37-b58b-5653-a10d-980028214a0e with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aadb6f37-b58b-5653-a10d-980028214a0e with scrape type 2
2026-03-29 06:21:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aadb6f37-b58b-5653-a10d-980028214a0e, identifier: WM14%20WVU
2026-03-29 06:21:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK
2026-03-29 06:21:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK
2026-03-29 06:21:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK to the API
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ20%20VGK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a71fe7c2-07fd-5329-8c5b-99598e7deefb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 VGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20VGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 136864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLA33848',
 'year': 2020}
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520VGK%27 HTTP/1.1" 200 None
2026-03-29 06:21:05 [bca.uk] INFO: Saving data for MJ20%20VGK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562999.192959, 'last_price_update_time': 1774765265.189288}
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520VGK') HTTP/1.1" 204 0
2026-03-29 06:21:05 [bca.uk] INFO: Found listing with ID: WP14%20FTY
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520FTY%27 HTTP/1.1" 200 None
2026-03-29 06:21:05 [bca.uk] INFO: Scrape type for WP14%20FTY: 2
2026-03-29 06:21:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY
2026-03-29 06:21:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab79b6c8-7ecd-58e2-9646-be84d32be4cd with scrape type 2
2026-03-29 06:21:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab79b6c8-7ecd-58e2-9646-be84d32be4cd with scrape type 2
2026-03-29 06:21:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab79b6c8-7ecd-58e2-9646-be84d32be4cd, identifier: WP14%20FTY
2026-03-29 06:21:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM
2026-03-29 06:21:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM
2026-03-29 06:21:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM to the API
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7376f24c-1341-522f-b75b-058a9d5eb592',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GVM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4134910',
 'year': 2023}
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 06:21:05 [bca.uk] INFO: Saving data for LP23%20GVM: {'auction_closing_time': 1775232000.0, 'created_time': 1773841487.727004, 'last_price_update_time': 1774765265.575167}
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GVM') HTTP/1.1" 204 0
2026-03-29 06:21:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL
2026-03-29 06:21:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL
2026-03-29 06:21:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL to the API
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY71%20VDL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY71 VDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY71%20VDL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MAXUS',
 'model': 'DELIVER 9 FWD',
 'odometer': 33828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAXUS DELIVER 9 FWD 2.0 D20 163 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'D20 163 LWB H/R',
 'vin': 'LSH14J7C5MA128104',
 'year': 2021}
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-29 06:21:05 [bca.uk] INFO: Saving data for GY71%20VDL: {'auction_closing_time': 1775113200.0, 'created_time': 1773821013.830659, 'last_price_update_time': 1774765265.849378}
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY71%2520VDL') HTTP/1.1" 204 0
2026-03-29 06:21:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU
2026-03-29 06:21:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU
2026-03-29 06:21:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU to the API
2026-03-29 06:21:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM14%20WVU-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aadb6f37-b58b-5653-a10d-980028214a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM14 WVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM14%20WVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500L MPW',
 'odometer': 99067,
 '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 500L MPW 1.3 M/JET 85 LOUNGE (7ST) MPV',
 'transmission': 'manual',
 'trim': 'M/JET 85 LOUNGE (7ST)',
 'vin': 'ZFA19900005155104',
 'year': 2014}
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520WVU%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Saving data for WM14%20WVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562956.276555, 'last_price_update_time': 1774765266.146446}
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM14%2520WVU') HTTP/1.1" 204 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: KY71%20NPX
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY71%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for KY71%20NPX: 2
2026-03-29 06:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX
2026-03-29 06:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 231bf945-cc9e-501e-9043-e2a5604a638d with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 231bf945-cc9e-501e-9043-e2a5604a638d with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 231bf945-cc9e-501e-9043-e2a5604a638d, identifier: KY71%20NPX
2026-03-29 06:21:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY
2026-03-29 06:21:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY
2026-03-29 06:21:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY to the API
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP14%20FTY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab79b6c8-7ecd-58e2-9646-be84d32be4cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP14 FTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP14%20FTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 144297,
 '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 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'SJNFAAJ11U1119028',
 'year': 2014}
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520FTY%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Saving data for WP14%20FTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563194.759353, 'last_price_update_time': 1774765266.530734}
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP14%2520FTY') HTTP/1.1" 204 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: LP23%20GYX
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GYX%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for LP23%20GYX: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: LP23%20GZA
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZA%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for LP23%20GZA: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: ML74%20XNM
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNM%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for ML74%20XNM: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: VK24%20MMX
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for VK24%20MMX: 2
2026-03-29 06:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX
2026-03-29 06:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0, identifier: VK24%20MMX
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: KE22%20PJV
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520PJV%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for KE22%20PJV: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: SW69%20OJM
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520OJM%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for SW69%20OJM: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: VD03%20MON
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VD03%2520MON%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for VD03%20MON: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: BK24%20NHU
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NHU%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for BK24%20NHU: 2
2026-03-29 06:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU
2026-03-29 06:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7, identifier: BK24%20NHU
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: YH16%20NFA
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520NFA%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for YH16%20NFA: 0
2026-03-29 06:21:06 [bca.uk] INFO: Found listing with ID: FE20%20OYY
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520OYY%27 HTTP/1.1" 200 None
2026-03-29 06:21:06 [bca.uk] INFO: Scrape type for FE20%20OYY: 2
2026-03-29 06:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY
2026-03-29 06:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68022e97-277e-5f16-b32a-ad1913d2c8b6 with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68022e97-277e-5f16-b32a-ad1913d2c8b6 with scrape type 2
2026-03-29 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68022e97-277e-5f16-b32a-ad1913d2c8b6, identifier: FE20%20OYY
2026-03-29 06:21:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX
2026-03-29 06:21:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX
2026-03-29 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX to the API
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY71%20NPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '231bf945-cc9e-501e-9043-e2a5604a638d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY71 NPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY71%20NPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 29233,
 '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': 'U5YPK812LML101319',
 'year': 2021}
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY71%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 06:21:07 [bca.uk] INFO: Saving data for KY71%20NPX: {'auction_closing_time': 1775124000.0, 'created_time': 1774563148.621032, 'last_price_update_time': 1774765267.264958}
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY71%2520NPX') HTTP/1.1" 204 0
2026-03-29 06:21:07 [bca.uk] INFO: Found listing with ID: AV18%20LWX
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520LWX%27 HTTP/1.1" 200 None
2026-03-29 06:21:07 [bca.uk] INFO: Scrape type for AV18%20LWX: 0
2026-03-29 06:21:07 [bca.uk] INFO: Found listing with ID: BD74%20NYM
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520NYM%27 HTTP/1.1" 200 None
2026-03-29 06:21:07 [bca.uk] INFO: Scrape type for BD74%20NYM: 0
2026-03-29 06:21:07 [bca.uk] INFO: Found listing with ID: BD74%20VSJ
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520VSJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:07 [bca.uk] INFO: Scrape type for BD74%20VSJ: 0
2026-03-29 06:21:07 [bca.uk] INFO: Found listing with ID: BJ23%20GVG
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520GVG%27 HTTP/1.1" 200 None
2026-03-29 06:21:07 [bca.uk] INFO: Scrape type for BJ23%20GVG: 2
2026-03-29 06:21:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG
2026-03-29 06:21:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with scrape type 2
2026-03-29 06:21:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with scrape type 2
2026-03-29 06:21:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae02340a-b4d5-5aeb-8449-b560c0bd68f1, identifier: BJ23%20GVG
2026-03-29 06:21:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX
2026-03-29 06:21:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX
2026-03-29 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX to the API
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK24%20MMX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21b91af5-fdab-5a3c-9f9e-f910fe0082b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK24 MMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK24%20MMX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 16937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12400,
 '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': 'VR3UPHNE2R5040868',
 'year': 2024}
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 06:21:07 [bca.uk] INFO: Saving data for VK24%20MMX: {'auction_closing_time': 1775232000.0, 'created_time': 1773841926.048571, 'last_price_update_time': 1774765267.793075}
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK24%2520MMX') HTTP/1.1" 204 0
2026-03-29 06:21:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU
2026-03-29 06:21:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU
2026-03-29 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU to the API
2026-03-29 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20NHU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a1eeba1-8aec-5341-8f46-e9e6de4425e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK24 NHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20NHU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 20870,
 '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': '6FPPXXMJ2PPJ03966',
 'year': 2024}
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NHU%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Saving data for BK24%20NHU: {'auction_closing_time': 1775113200.0, 'created_time': 1774353222.120874, 'last_price_update_time': 1774765268.096921}
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520NHU') HTTP/1.1" 204 0
2026-03-29 06:21:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY
2026-03-29 06:21:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY
2026-03-29 06:21:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY to the API
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE20%20OYY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68022e97-277e-5f16-b32a-ad1913d2c8b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE20 OYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE20%20OYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 79834,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T LUXURY Hatchback',
 'transmission': 'manual',
 'trim': '218I T LUXURY',
 'vin': 'WBA6S120107F63315',
 'year': 2020}
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520OYY%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Saving data for FE20%20OYY: {'auction_closing_time': 1775037600.0, 'created_time': 1774562838.327391, 'last_price_update_time': 1774765268.368007}
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE20%2520OYY') HTTP/1.1" 204 0
2026-03-29 06:21:08 [bca.uk] INFO: Found listing with ID: MH24%20UGO
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Scrape type for MH24%20UGO: 2
2026-03-29 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO
2026-03-29 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with scrape type 2
2026-03-29 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with scrape type 2
2026-03-29 06:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673, identifier: MH24%20UGO
2026-03-29 06:21:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG
2026-03-29 06:21:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG
2026-03-29 06:21:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG to the API
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20GVG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ae02340a-b4d5-5aeb-8449-b560c0bd68f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ23 GVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20GVG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 27041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS5PC762324',
 'year': 2023}
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520GVG%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Saving data for BJ23%20GVG: {'auction_closing_time': 1774854000.0, 'created_time': 1773833077.343393, 'last_price_update_time': 1774765268.781605}
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520GVG') HTTP/1.1" 204 0
2026-03-29 06:21:08 [bca.uk] INFO: Found listing with ID: WP74%20CVY
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVY%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Scrape type for WP74%20CVY: 0
2026-03-29 06:21:08 [bca.uk] INFO: Found listing with ID: WP74%20CVZ
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Scrape type for WP74%20CVZ: 0
2026-03-29 06:21:08 [bca.uk] INFO: Found listing with ID: YJ73%20WTY
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Scrape type for YJ73%20WTY: 0
2026-03-29 06:21:08 [bca.uk] INFO: Found listing with ID: BN11%20MWK
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN11%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Scrape type for BN11%20MWK: 2
2026-03-29 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK
2026-03-29 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 008047b1-6c3e-5133-9443-fb7b0f5d12fb with scrape type 2
2026-03-29 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 008047b1-6c3e-5133-9443-fb7b0f5d12fb with scrape type 2
2026-03-29 06:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 008047b1-6c3e-5133-9443-fb7b0f5d12fb, identifier: BN11%20MWK
2026-03-29 06:21:08 [bca.uk] INFO: Found listing with ID: CK21%20KYG
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520KYG%27 HTTP/1.1" 200 None
2026-03-29 06:21:08 [bca.uk] INFO: Scrape type for CK21%20KYG: 2
2026-03-29 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG
2026-03-29 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa16f940-c19c-5eec-b1a1-c7739eeea5ce with scrape type 2
2026-03-29 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa16f940-c19c-5eec-b1a1-c7739eeea5ce with scrape type 2
2026-03-29 06:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa16f940-c19c-5eec-b1a1-c7739eeea5ce, identifier: CK21%20KYG
2026-03-29 06:21:09 [bca.uk] INFO: Found listing with ID: YG70%20XRF
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520XRF%27 HTTP/1.1" 200 None
2026-03-29 06:21:09 [bca.uk] INFO: Scrape type for YG70%20XRF: 2
2026-03-29 06:21:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF
2026-03-29 06:21:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with scrape type 2
2026-03-29 06:21:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with scrape type 2
2026-03-29 06:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b, identifier: YG70%20XRF
2026-03-29 06:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO
2026-03-29 06:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO
2026-03-29 06:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO to the API
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH24%20UGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ea8f1b09-ef8c-5fa6-9c92-7536c9f21673',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH24 UGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH24%20UGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 23172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS5RC235239',
 'year': 2024}
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 06:21:09 [bca.uk] INFO: Saving data for MH24%20UGO: {'auction_closing_time': 1775124000.0, 'created_time': 1774563129.300932, 'last_price_update_time': 1774765269.43434}
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH24%2520UGO') HTTP/1.1" 204 0
2026-03-29 06:21:09 [bca.uk] INFO: Found listing with ID: BK23%20YOR
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520YOR%27 HTTP/1.1" 200 None
2026-03-29 06:21:09 [bca.uk] INFO: Scrape type for BK23%20YOR: 0
2026-03-29 06:21:09 [bca.uk] INFO: Found listing with ID: CA25%20NHF
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA25%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:09 [bca.uk] INFO: Scrape type for CA25%20NHF: 2
2026-03-29 06:21:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF
2026-03-29 06:21:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b67aedfd-70b7-5eef-a12b-2df3afc4688a with scrape type 2
2026-03-29 06:21:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b67aedfd-70b7-5eef-a12b-2df3afc4688a with scrape type 2
2026-03-29 06:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b67aedfd-70b7-5eef-a12b-2df3afc4688a, identifier: CA25%20NHF
2026-03-29 06:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK
2026-03-29 06:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK
2026-03-29 06:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK to the API
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN11%20MWK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '008047b1-6c3e-5133-9443-fb7b0f5d12fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN11 MWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN11%20MWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 52897,
 '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 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 MATCH DSG',
 'vin': 'WVWZZZ1KZBW191154',
 'year': 2011}
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN11%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:21:09 [bca.uk] INFO: Saving data for BN11%20MWK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563326.606415, 'last_price_update_time': 1774765269.916219}
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN11%2520MWK') HTTP/1.1" 204 0
2026-03-29 06:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG
2026-03-29 06:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG
2026-03-29 06:21:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG to the API
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK21%20KYG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa16f940-c19c-5eec-b1a1-c7739eeea5ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK21 KYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK21%20KYG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 83945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 LIMITED 1 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 LIMITED 1',
 'vin': '6FPPXXMJ2PMU68555',
 'year': 2021}
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520KYG%27 HTTP/1.1" 200 None
2026-03-29 06:21:10 [bca.uk] INFO: Saving data for CK21%20KYG: {'auction_closing_time': 1775113200.0, 'created_time': 1773821088.658085, 'last_price_update_time': 1774765270.212057}
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK21%2520KYG') HTTP/1.1" 204 0
2026-03-29 06:21:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF
2026-03-29 06:21:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF
2026-03-29 06:21:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF to the API
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG70%20XRF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b6223d3-1f88-514e-a0dd-f4d5abbd453b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG70 XRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG70%20XRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '320I',
 'odometer': 46257,
 '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA5F32010FJ89383',
 'year': 2020}
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520XRF%27 HTTP/1.1" 200 None
2026-03-29 06:21:10 [bca.uk] INFO: Saving data for YG70%20XRF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562871.051353, 'last_price_update_time': 1774765270.484681}
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG70%2520XRF') HTTP/1.1" 204 0
2026-03-29 06:21:10 [bca.uk] INFO: Found listing with ID: CX22%20HFE
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX22%2520HFE%27 HTTP/1.1" 200 None
2026-03-29 06:21:10 [bca.uk] INFO: Scrape type for CX22%20HFE: 2
2026-03-29 06:21:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE
2026-03-29 06:21:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5158946f-14d6-572f-a674-c9b3f78b74ca with scrape type 2
2026-03-29 06:21:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5158946f-14d6-572f-a674-c9b3f78b74ca with scrape type 2
2026-03-29 06:21:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5158946f-14d6-572f-a674-c9b3f78b74ca, identifier: CX22%20HFE
2026-03-29 06:21:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF
2026-03-29 06:21:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF
2026-03-29 06:21:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF to the API
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA25%20NHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b67aedfd-70b7-5eef-a12b-2df3afc4688a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA25 NHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA25%20NHF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 5604,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 115KW 48KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 48KWH ADVANCE',
 'vin': 'TMAH881B1SJ058890',
 'year': 2025}
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA25%2520NHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:10 [bca.uk] INFO: Saving data for CA25%20NHF: {'auction_closing_time': 1774854000.0, 'created_time': 1773825230.395406, 'last_price_update_time': 1774765270.962825}
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA25%2520NHF') HTTP/1.1" 204 0
2026-03-29 06:21:10 [bca.uk] INFO: Found listing with ID: GR56%20OBC
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR56%2520OBC%27 HTTP/1.1" 200 None
2026-03-29 06:21:10 [bca.uk] INFO: Scrape type for GR56%20OBC: 2
2026-03-29 06:21:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC
2026-03-29 06:21:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with scrape type 2
2026-03-29 06:21:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1, identifier: GR56%20OBC
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: CU17%20TZX
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520TZX%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for CU17%20TZX: 2
2026-03-29 06:21:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX
2026-03-29 06:21:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00, identifier: CU17%20TZX
2026-03-29 06:21:11 [scrapy.extensions.logstats] INFO: Crawled 114 pages (at 3 pages/min), scraped 2247 items (at 139 items/min)
2026-03-29 06:21:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: BD18%20WLA
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for BD18%20WLA: 2
2026-03-29 06:21:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA
2026-03-29 06:21:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9837ebe-4b9c-53a1-a55b-3f75dea54498 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9837ebe-4b9c-53a1-a55b-3f75dea54498 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9837ebe-4b9c-53a1-a55b-3f75dea54498, identifier: BD18%20WLA
2026-03-29 06:21:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE
2026-03-29 06:21:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE
2026-03-29 06:21:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE to the API
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX22%20HFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5158946f-14d6-572f-a674-c9b3f78b74ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX22 HFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX22%20HFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 43113,
 'odometer_reading_unit': '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 ACTIVE L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB ACTIVE L/R',
 'vin': 'WF0YXXTTGYMD41023',
 'year': 2022}
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX22%2520HFE%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Saving data for CX22%20HFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563142.363028, 'last_price_update_time': 1774765271.590626}
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX22%2520HFE') HTTP/1.1" 204 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: DY72%20UVJ
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520UVJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for DY72%20UVJ: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: GJ23%20UJH
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520UJH%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for GJ23%20UJH: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: KJZ138755
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJZ138755%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for KJZ138755: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: KP72%20VOB
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520VOB%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for KP72%20VOB: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: LB75%20FLK
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB75%2520FLK%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for LB75%20FLK: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: LR22%20HKZ
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HKZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for LR22%20HKZ: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: MA23%20LRJ
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21: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%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for MA23%20LRJ: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: MH72%20CVX
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CVX%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for MH72%20CVX: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: OE74%20XRC
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for OE74%20XRC: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: RO71%20HTK
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO71%2520HTK%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for RO71%20HTK: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: WU22%20KWX
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KWX%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for WU22%20KWX: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: DU72%20EYA
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520EYA%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for DU72%20EYA: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: LD70%20NXS
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD70%2520NXS%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for LD70%20NXS: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: DY11%20RHX
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520RHX%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for DY11%20RHX: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: DL11%20UXM
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL11%2520UXM%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for DL11%20UXM: 0
2026-03-29 06:21:11 [bca.uk] INFO: Found listing with ID: LF71%20UOD
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF71%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 06:21:11 [bca.uk] INFO: Scrape type for LF71%20UOD: 2
2026-03-29 06:21:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007c13b3-b098-59f3-a3a4-08ce6aad8e97 with identifier: LF71%20UOD
2026-03-29 06:21:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007c13b3-b098-59f3-a3a4-08ce6aad8e97 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007c13b3-b098-59f3-a3a4-08ce6aad8e97 with scrape type 2
2026-03-29 06:21:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 007c13b3-b098-59f3-a3a4-08ce6aad8e97, identifier: LF71%20UOD
2026-03-29 06:21:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC
2026-03-29 06:21:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC
2026-03-29 06:21:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC to the API
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR56%20OBC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR56 OBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR56%20OBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 120432,
 '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 COROLLA 1.4 VVTI COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI COLOUR COLLECTION',
 'vin': 'SB1KM20E90F056122',
 'year': 2007}
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR56%2520OBC%27 HTTP/1.1" 200 None
2026-03-29 06:21:12 [bca.uk] INFO: Saving data for GR56%20OBC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563327.367446, 'last_price_update_time': 1774765272.232573}
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR56%2520OBC') HTTP/1.1" 204 0
2026-03-29 06:21:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX
2026-03-29 06:21:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX
2026-03-29 06:21:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX to the API
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU17%20TZX-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0024a42e-c8f6-5a5d-9ff1-cbe51a084b00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU17 TZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU17%20TZX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 26529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15600,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S',
 'vin': 'WMWYS920403B64820',
 'year': 2017}
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520TZX%27 HTTP/1.1" 200 None
2026-03-29 06:21:12 [bca.uk] INFO: Saving data for CU17%20TZX: {'auction_closing_time': 1775113200.0, 'created_time': 1773933169.573479, 'last_price_update_time': 1774765272.603179}
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU17%2520TZX') HTTP/1.1" 204 0
2026-03-29 06:21:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA
2026-03-29 06:21:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA
2026-03-29 06:21:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA to the API
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD18%20WLA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c9837ebe-4b9c-53a1-a55b-3f75dea54498',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD18 WLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD18%20WLA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 59265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2400,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CITAN 109 1.5 CDI 90 LONG Van',
 'transmission': 'manual',
 'trim': 'CDI 90 LONG',
 'vin': 'WDF4156032U223273',
 'year': 2018}
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520WLA%27 HTTP/1.1" 200 None
2026-03-29 06:21:12 [bca.uk] INFO: Saving data for BD18%20WLA: {'auction_closing_time': 1775113200.0, 'created_time': 1773844587.566172, 'last_price_update_time': 1774765272.886515}
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD18%2520WLA') HTTP/1.1" 204 0
2026-03-29 06:21:12 [bca.uk] INFO: Found listing with ID: BT71%20KXB
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520KXB%27 HTTP/1.1" 200 None
2026-03-29 06:21:12 [bca.uk] INFO: Scrape type for BT71%20KXB: 2
2026-03-29 06:21:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB
2026-03-29 06:21:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7662d6d9-21be-586f-af2d-5c80dd15efe0 with scrape type 2
2026-03-29 06:21:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7662d6d9-21be-586f-af2d-5c80dd15efe0 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7662d6d9-21be-586f-af2d-5c80dd15efe0, identifier: BT71%20KXB
2026-03-29 06:21:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 007c13b3-b098-59f3-a3a4-08ce6aad8e97 with identifier: LF71%20UOD
2026-03-29 06:21:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 007c13b3-b098-59f3-a3a4-08ce6aad8e97 with identifier: LF71%20UOD
2026-03-29 06:21:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 007c13b3-b098-59f3-a3a4-08ce6aad8e97 with identifier: LF71%20UOD to the API
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF71%20UOD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '007c13b3-b098-59f3-a3a4-08ce6aad8e97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF71 UOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF71%20UOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'E-EXPERT 1200',
 'odometer': 34681,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-EXPERT 1200 100KW 75KWH STD.ASPHALT PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 75KWH STD.ASPHALT',
 'vin': 'VF3V1ZKXZMZ101990',
 'year': 2021}
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF71%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Saving data for LF71%20UOD: {'auction_closing_time': 1774778400.0, 'created_time': 1774363019.762334, 'last_price_update_time': 1774765273.286052}
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF71%2520UOD') HTTP/1.1" 204 0
2026-03-29 06:21:13 [bca.uk] INFO: Found listing with ID: VE16%20KPV
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Scrape type for VE16%20KPV: 2
2026-03-29 06:21:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV
2026-03-29 06:21:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2, identifier: VE16%20KPV
2026-03-29 06:21:13 [bca.uk] INFO: Found listing with ID: CV73%20RUW
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520RUW%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Scrape type for CV73%20RUW: 2
2026-03-29 06:21:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW
2026-03-29 06:21:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42fcac8d-f4a5-5287-a330-0bb0c61ba401, identifier: CV73%20RUW
2026-03-29 06:21:13 [bca.uk] INFO: Found listing with ID: EU67%20OKD
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520OKD%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Scrape type for EU67%20OKD: 0
2026-03-29 06:21:13 [bca.uk] INFO: Found listing with ID: KU17%20LHB
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Scrape type for KU17%20LHB: 0
2026-03-29 06:21:13 [bca.uk] INFO: Found listing with ID: EJ71%20ZWA
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520ZWA%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Scrape type for EJ71%20ZWA: 0
2026-03-29 06:21:13 [bca.uk] INFO: Found listing with ID: ND67%20AZU
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AZU%27 HTTP/1.1" 200 None
2026-03-29 06:21:13 [bca.uk] INFO: Scrape type for ND67%20AZU: 2
2026-03-29 06:21:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU
2026-03-29 06:21:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with scrape type 2
2026-03-29 06:21:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29, identifier: ND67%20AZU
2026-03-29 06:21:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB
2026-03-29 06:21:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB
2026-03-29 06:21:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB to the API
2026-03-29 06:21:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT71%20KXB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7662d6d9-21be-586f-af2d-5c80dd15efe0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT71 KXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT71%20KXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 35956,
 '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 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB4MC408131',
 'year': 2021}
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520KXB%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Saving data for BT71%20KXB: {'auction_closing_time': 1775124000.0, 'created_time': 1774563142.00368, 'last_price_update_time': 1774765274.041278}
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT71%2520KXB') HTTP/1.1" 204 0
2026-03-29 06:21:14 [bca.uk] INFO: Found listing with ID: FA18%20BWP
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA18%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Scrape type for FA18%20BWP: 0
2026-03-29 06:21:14 [bca.uk] INFO: Found listing with ID: FD69%20RTU
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520RTU%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Scrape type for FD69%20RTU: 0
2026-03-29 06:21:14 [bca.uk] INFO: Found listing with ID: FT72%20LFY
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Scrape type for FT72%20LFY: 0
2026-03-29 06:21:14 [bca.uk] INFO: Found listing with ID: RK68%20YKB
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520YKB%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Scrape type for RK68%20YKB: 0
2026-03-29 06:21:14 [bca.uk] INFO: Found listing with ID: X428%20KTG
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X428%2520KTG%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Scrape type for X428%20KTG: 0
2026-03-29 06:21:14 [bca.uk] INFO: Found listing with ID: CX18%20YCD
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520YCD%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Scrape type for CX18%20YCD: 2
2026-03-29 06:21:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3f3308-8909-5e21-b81e-10cf48d0ace5 with identifier: CX18%20YCD
2026-03-29 06:21:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3f3308-8909-5e21-b81e-10cf48d0ace5 with scrape type 2
2026-03-29 06:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3f3308-8909-5e21-b81e-10cf48d0ace5 with scrape type 2
2026-03-29 06:21:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab3f3308-8909-5e21-b81e-10cf48d0ace5, identifier: CX18%20YCD
2026-03-29 06:21:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV
2026-03-29 06:21:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV
2026-03-29 06:21:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV to the API
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE16%20KPV-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c395e31-cd95-5f3b-8eb3-410ac456a8a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE16 KPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE16%20KPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 67795,
 '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 X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWZ520200T55291',
 'year': 2016}
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Saving data for VE16%20KPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563327.753046, 'last_price_update_time': 1774765274.544654}
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520KPV') HTTP/1.1" 204 0
2026-03-29 06:21:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW
2026-03-29 06:21:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW
2026-03-29 06:21:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW to the API
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV73%20RUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42fcac8d-f4a5-5287-a330-0bb0c61ba401',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV73 RUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV73%20RUW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 37270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 38000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 SE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 SE COMMERCIAL',
 'vin': 'SALRACAW1R2488572',
 'year': 2023}
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520RUW%27 HTTP/1.1" 200 None
2026-03-29 06:21:14 [bca.uk] INFO: Saving data for CV73%20RUW: {'auction_closing_time': 1775113200.0, 'created_time': 1774353456.918597, 'last_price_update_time': 1774765274.926902}
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV73%2520RUW') HTTP/1.1" 204 0
2026-03-29 06:21:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU
2026-03-29 06:21:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU
2026-03-29 06:21:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU to the API
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND67%20AZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND67 AZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND67%20AZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 102032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 262 BMT R LINE PLUS TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE PLUS TIP',
 'vin': 'WVGZZZ7PZHD041111',
 'year': 2017}
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AZU%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Saving data for ND67%20AZU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562872.697088, 'last_price_update_time': 1774765275.216029}
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520AZU') HTTP/1.1" 204 0
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: DA23%20MHE
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MHE%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for DA23%20MHE: 2
2026-03-29 06:21:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE
2026-03-29 06:21:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60847800-8847-5667-8ecc-b116a03f0963 with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60847800-8847-5667-8ecc-b116a03f0963 with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60847800-8847-5667-8ecc-b116a03f0963, identifier: DA23%20MHE
2026-03-29 06:21:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab3f3308-8909-5e21-b81e-10cf48d0ace5 with identifier: CX18%20YCD
2026-03-29 06:21:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab3f3308-8909-5e21-b81e-10cf48d0ace5 with identifier: CX18%20YCD
2026-03-29 06:21:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab3f3308-8909-5e21-b81e-10cf48d0ace5 with identifier: CX18%20YCD to the API
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX18%20YCD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab3f3308-8909-5e21-b81e-10cf48d0ace5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX18 YCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX18%20YCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 135711,
 'odometer_reading_unit': '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 130 290 SWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDCI 130 290 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZHE41655',
 'year': 2018}
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520YCD%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Saving data for CX18%20YCD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564988.849966, 'last_price_update_time': 1774765275.602641}
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX18%2520YCD') HTTP/1.1" 204 0
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: KD17%20DTF
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD17%2520DTF%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for KD17%20DTF: 0
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: LC23%20OUV
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520OUV%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for LC23%20OUV: 0
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: LA72%20FWB
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520FWB%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for LA72%20FWB: 0
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: EU65%20VYS
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for EU65%20VYS: 2
2026-03-29 06:21:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS
2026-03-29 06:21:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6, identifier: EU65%20VYS
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: VO73%20KCE
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for VO73%20KCE: 2
2026-03-29 06:21:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE
2026-03-29 06:21:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 681e76a2-d83f-5b2f-bf37-5635817d85ab with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 681e76a2-d83f-5b2f-bf37-5635817d85ab with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 681e76a2-d83f-5b2f-bf37-5635817d85ab, identifier: VO73%20KCE
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: GF69%20UKK
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for GF69%20UKK: 0
2026-03-29 06:21:15 [bca.uk] INFO: Found listing with ID: S44%20DPR
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S44%2520DPR%27 HTTP/1.1" 200 None
2026-03-29 06:21:15 [bca.uk] INFO: Scrape type for S44%20DPR: 2
2026-03-29 06:21:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR
2026-03-29 06:21:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51383641-e373-5cb5-950d-07e9ebaf3811 with scrape type 2
2026-03-29 06:21:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51383641-e373-5cb5-950d-07e9ebaf3811 with scrape type 2
2026-03-29 06:21:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51383641-e373-5cb5-950d-07e9ebaf3811, identifier: S44%20DPR
2026-03-29 06:21:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE
2026-03-29 06:21:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE
2026-03-29 06:21:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE to the API
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA23%20MHE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '60847800-8847-5667-8ecc-b116a03f0963',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA23 MHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA23%20MHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 50974,
 '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 35 125KW 55KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ6PP037074',
 'year': 2023}
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MHE%27 HTTP/1.1" 200 None
2026-03-29 06:21:16 [bca.uk] INFO: Saving data for DA23%20MHE: {'auction_closing_time': 1775124000.0, 'created_time': 1774563147.512449, 'last_price_update_time': 1774765276.273214}
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA23%2520MHE') HTTP/1.1" 204 0
2026-03-29 06:21:16 [bca.uk] INFO: Found listing with ID: FG61%20XOE
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG61%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 06:21:16 [bca.uk] INFO: Scrape type for FG61%20XOE: 2
2026-03-29 06:21:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9 with identifier: FG61%20XOE
2026-03-29 06:21:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9 with scrape type 2
2026-03-29 06:21:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9 with scrape type 2
2026-03-29 06:21:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9, identifier: FG61%20XOE
2026-03-29 06:21:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS
2026-03-29 06:21:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS
2026-03-29 06:21:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS to the API
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU65%20VYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bceea1f-3352-5af2-ac12-bf4df58a2cb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU65 VYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU65%20VYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 102189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5FS34166',
 'year': 2015}
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-29 06:21:16 [bca.uk] INFO: Saving data for EU65%20VYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774436659.747382, 'last_price_update_time': 1774765276.6532}
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU65%2520VYS') HTTP/1.1" 204 0
2026-03-29 06:21:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE
2026-03-29 06:21:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE
2026-03-29 06:21:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE to the API
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO73%20KCE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '681e76a2-d83f-5b2f-bf37-5635817d85ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO73 KCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO73%20KCE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 18713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 47500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 D250 AWD HARD TOP Van',
 'transmission': 'automatic',
 'trim': 'D250 AWD HARD TOP',
 'vin': 'SALEAJAW9P2224628',
 'year': 2023}
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 06:21:16 [bca.uk] INFO: Saving data for VO73%20KCE: {'auction_closing_time': 1775113200.0, 'created_time': 1774448919.607237, 'last_price_update_time': 1774765276.934942}
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO73%2520KCE') HTTP/1.1" 204 0
2026-03-29 06:21:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR
2026-03-29 06:21:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR
2026-03-29 06:21:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR to the API
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S44%20DPR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51383641-e373-5cb5-950d-07e9ebaf3811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S44 DPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S44%20DPR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 94798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S',
 'vin': 'WMWYS920803E58205',
 'year': 2018}
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S44%2520DPR%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Saving data for S44%20DPR: {'auction_closing_time': 1775113200.0, 'created_time': 1774015430.645586, 'last_price_update_time': 1774765277.232454}
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S44%2520DPR') HTTP/1.1" 204 0
2026-03-29 06:21:17 [bca.uk] INFO: Found listing with ID: OV23%20SZC
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SZC%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Scrape type for OV23%20SZC: 2
2026-03-29 06:21:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC
2026-03-29 06:21:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95af966d-d958-53c9-853a-c3c24a7b70da with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95af966d-d958-53c9-853a-c3c24a7b70da with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95af966d-d958-53c9-853a-c3c24a7b70da, identifier: OV23%20SZC
2026-03-29 06:21:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9 with identifier: FG61%20XOE
2026-03-29 06:21:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9 with identifier: FG61%20XOE
2026-03-29 06:21:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8540a7e8-f1b7-54c5-bde1-7851ee81f7c9 with identifier: FG61%20XOE to the API
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG61%20XOE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8540a7e8-f1b7-54c5-bde1-7851ee81f7c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG61 XOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG61%20XOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI C20',
 'odometer': 71640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY MAXI C20 1.6 TDI 102 Van',
 'transmission': 'manual',
 'trim': 'TDI 102',
 'vin': 'WV1ZZZ2KZCX054462',
 'year': 2011}
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG61%2520XOE%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Saving data for FG61%20XOE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564986.944886, 'last_price_update_time': 1774765277.646603}
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG61%2520XOE') HTTP/1.1" 204 0
2026-03-29 06:21:17 [bca.uk] INFO: Found listing with ID: RF16%20ZJV
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520ZJV%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Scrape type for RF16%20ZJV: 0
2026-03-29 06:21:17 [bca.uk] INFO: Found listing with ID: LL70%20UTF
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520UTF%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Scrape type for LL70%20UTF: 2
2026-03-29 06:21:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF
2026-03-29 06:21:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94040164-3a14-5cf9-91ec-ca549faa192d with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94040164-3a14-5cf9-91ec-ca549faa192d with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94040164-3a14-5cf9-91ec-ca549faa192d, identifier: LL70%20UTF
2026-03-29 06:21:17 [bca.uk] INFO: Found listing with ID: LS73%20UPO
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520UPO%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Scrape type for LS73%20UPO: 2
2026-03-29 06:21:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO
2026-03-29 06:21:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0f701ef-2318-56fa-8168-474c9b8cb4b9 with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0f701ef-2318-56fa-8168-474c9b8cb4b9 with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0f701ef-2318-56fa-8168-474c9b8cb4b9, identifier: LS73%20UPO
2026-03-29 06:21:17 [bca.uk] INFO: Found listing with ID: LG67%20GYO
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520GYO%27 HTTP/1.1" 200 None
2026-03-29 06:21:17 [bca.uk] INFO: Scrape type for LG67%20GYO: 2
2026-03-29 06:21:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO
2026-03-29 06:21:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcbedff0-cfa9-5571-b82f-19ad8f7553da with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcbedff0-cfa9-5571-b82f-19ad8f7553da with scrape type 2
2026-03-29 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcbedff0-cfa9-5571-b82f-19ad8f7553da, identifier: LG67%20GYO
2026-03-29 06:21:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC
2026-03-29 06:21:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC
2026-03-29 06:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC to the API
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20SZC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '95af966d-d958-53c9-853a-c3c24a7b70da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 SZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20SZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 37120,
 '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 69KWH SM2 STD.RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 69KWH SM2 STD.RANGE',
 'vin': 'YSMVSEFEXPL152574',
 'year': 2023}
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SZC%27 HTTP/1.1" 200 None
2026-03-29 06:21:18 [bca.uk] INFO: Saving data for OV23%20SZC: {'auction_closing_time': 1775124000.0, 'created_time': 1774563128.821803, 'last_price_update_time': 1774765278.258235}
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520SZC') HTTP/1.1" 204 0
2026-03-29 06:21:18 [bca.uk] INFO: Found listing with ID: WG14%20VJP
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520VJP%27 HTTP/1.1" 200 None
2026-03-29 06:21:18 [bca.uk] INFO: Scrape type for WG14%20VJP: 2
2026-03-29 06:21:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6 with identifier: WG14%20VJP
2026-03-29 06:21:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6 with scrape type 2
2026-03-29 06:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6 with scrape type 2
2026-03-29 06:21:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6, identifier: WG14%20VJP
2026-03-29 06:21:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF
2026-03-29 06:21:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF
2026-03-29 06:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF to the API
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL70%20UTF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94040164-3a14-5cf9-91ec-ca549faa192d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL70 UTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20UTF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 138880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD N-CONNECTA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 TT 4WD N-CONNECTA',
 'vin': 'VSKCTND23U0154126',
 'year': 2021}
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520UTF%27 HTTP/1.1" 200 None
2026-03-29 06:21:18 [bca.uk] INFO: Saving data for LL70%20UTF: {'auction_closing_time': 1774868400.0, 'created_time': 1773828146.614897, 'last_price_update_time': 1774765278.731411}
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520UTF') HTTP/1.1" 204 0
2026-03-29 06:21:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO
2026-03-29 06:21:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO
2026-03-29 06:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO to the API
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20UPO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f0f701ef-2318-56fa-8168-474c9b8cb4b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 UPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20UPO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 38291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE S',
 'vin': 'KNAC481AUR5173650',
 'year': 2023}
2026-03-29 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520UPO%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Saving data for LS73%20UPO: {'auction_closing_time': 1775113200.0, 'created_time': 1773958746.796927, 'last_price_update_time': 1774765279.007082}
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520UPO') HTTP/1.1" 204 0
2026-03-29 06:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO
2026-03-29 06:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO
2026-03-29 06:21:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO to the API
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG67%20GYO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dcbedff0-cfa9-5571-b82f-19ad8f7553da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG67 GYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG67%20GYO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'E43 AMG',
 'odometer': 132266,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12300,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E43 AMG 3.0 4MATIC PREMIUM PLUS 9G Estate',
 'transmission': 'manual',
 'trim': '4MATIC PREMIUM PLUS 9G',
 'vin': 'WDD2132642A258886',
 'year': 2017}
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520GYO%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Saving data for LG67%20GYO: {'auction_closing_time': 1775113200.0, 'created_time': 1773821107.527051, 'last_price_update_time': 1774765279.307204}
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG67%2520GYO') HTTP/1.1" 204 0
2026-03-29 06:21:19 [bca.uk] INFO: Found listing with ID: OY72%20ZSV
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520ZSV%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Scrape type for OY72%20ZSV: 2
2026-03-29 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV
2026-03-29 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14602bc7-3447-5d78-ab8d-c04f6109ce24 with scrape type 2
2026-03-29 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14602bc7-3447-5d78-ab8d-c04f6109ce24 with scrape type 2
2026-03-29 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14602bc7-3447-5d78-ab8d-c04f6109ce24, identifier: OY72%20ZSV
2026-03-29 06:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6 with identifier: WG14%20VJP
2026-03-29 06:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6 with identifier: WG14%20VJP
2026-03-29 06:21:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6 with identifier: WG14%20VJP to the API
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG14%20VJP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eaa89b21-b4f1-56fc-9a3a-f54a17efe4c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG14 VJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG14%20VJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 185876,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 290 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 290 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYET10011',
 'year': 2014}
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520VJP%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Saving data for WG14%20VJP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564896.593502, 'last_price_update_time': 1774765279.692248}
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG14%2520VJP') HTTP/1.1" 204 0
2026-03-29 06:21:19 [bca.uk] INFO: Found listing with ID: BJ25%20KCV
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520KCV%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Scrape type for BJ25%20KCV: 2
2026-03-29 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV
2026-03-29 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33ca23dd-2582-5945-8c0a-933f85ab2004 with scrape type 2
2026-03-29 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33ca23dd-2582-5945-8c0a-933f85ab2004 with scrape type 2
2026-03-29 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33ca23dd-2582-5945-8c0a-933f85ab2004, identifier: BJ25%20KCV
2026-03-29 06:21:19 [bca.uk] INFO: Found listing with ID: SA19%20OCE
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Scrape type for SA19%20OCE: 2
2026-03-29 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE
2026-03-29 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33481aa2-227c-5674-bf41-dae4f743822b with scrape type 2
2026-03-29 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33481aa2-227c-5674-bf41-dae4f743822b with scrape type 2
2026-03-29 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33481aa2-227c-5674-bf41-dae4f743822b, identifier: SA19%20OCE
2026-03-29 06:21:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:21:19 [bca.uk] INFO: Found listing with ID: NL72%20XSN
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XSN%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Scrape type for NL72%20XSN: 0
2026-03-29 06:21:19 [bca.uk] INFO: Found listing with ID: SK13%20UXH
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 06:21:19 [bca.uk] INFO: Scrape type for SK13%20UXH: 0
2026-03-29 06:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV
2026-03-29 06:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV
2026-03-29 06:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV to the API
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY72%20ZSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '14602bc7-3447-5d78-ab8d-c04f6109ce24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY72 ZSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY72%20ZSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250 E',
 'odometer': 87504,
 'odometer_reading_unit': '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 GLA 250 E 1.3 AMG LINE PREM.PLUS NIGHT ED. '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREM.PLUS NIGHT ED.',
 'vin': 'W1N4N8GB0PJ419990',
 'year': 2022}
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520ZSV%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Saving data for OY72%20ZSV: {'auction_closing_time': 1775124000.0, 'created_time': 1774563148.041258, 'last_price_update_time': 1774765280.251475}
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY72%2520ZSV') HTTP/1.1" 204 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: BP19%20UYK
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520UYK%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for BP19%20UYK: 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: YE18%20FEP
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE18%2520FEP%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for YE18%20FEP: 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: YR72%20KNE
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520KNE%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for YR72%20KNE: 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: FG72%20WUA
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520WUA%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for FG72%20WUA: 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: OW70%20CZT
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW70%2520CZT%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for OW70%20CZT: 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: RO64%20ZPC
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520ZPC%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for RO64%20ZPC: 0
2026-03-29 06:21:20 [bca.uk] INFO: Found listing with ID: LD22%20YZJ
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520YZJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Scrape type for LD22%20YZJ: 2
2026-03-29 06:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ
2026-03-29 06:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with scrape type 2
2026-03-29 06:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with scrape type 2
2026-03-29 06:21:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f, identifier: LD22%20YZJ
2026-03-29 06:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV
2026-03-29 06:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV
2026-03-29 06:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV to the API
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ25%20KCV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33ca23dd-2582-5945-8c0a-933f85ab2004',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ25 KCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ25%20KCV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 2705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 TREND Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRS11916',
 'year': 2025}
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520KCV%27 HTTP/1.1" 200 None
2026-03-29 06:21:20 [bca.uk] INFO: Saving data for BJ25%20KCV: {'auction_closing_time': 1775113200.0, 'created_time': 1773837644.979613, 'last_price_update_time': 1774765280.742003}
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ25%2520KCV') HTTP/1.1" 204 0
2026-03-29 06:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE
2026-03-29 06:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE
2026-03-29 06:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE to the API
2026-03-29 06:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA19%20OCE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33481aa2-227c-5674-bf41-dae4f743822b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA19 OCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA19%20OCE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 54478,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 354 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': '354 S PDK',
 'vin': 'WP1ZZZ95ZKLB22323',
 'year': 2019}
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 06:21:21 [bca.uk] INFO: Saving data for SA19%20OCE: {'auction_closing_time': 1775113200.0, 'created_time': 1773929919.529535, 'last_price_update_time': 1774765281.144493}
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA19%2520OCE') HTTP/1.1" 204 0
2026-03-29 06:21:21 [bca.uk] INFO: Found listing with ID: AP62%20DKP
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP62%2520DKP%27 HTTP/1.1" 200 None
2026-03-29 06:21:21 [bca.uk] INFO: Scrape type for AP62%20DKP: 2
2026-03-29 06:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP
2026-03-29 06:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with scrape type 2
2026-03-29 06:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with scrape type 2
2026-03-29 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d34d00b9-4421-500c-b8d0-edc8e0ef3d88, identifier: AP62%20DKP
2026-03-29 06:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ
2026-03-29 06:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ
2026-03-29 06:21:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ to the API
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20YZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '39f087f4-1449-5f4c-a4e7-fa6c65a5d28f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD22 YZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20YZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 132755,
 'odometer_reading_unit': '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 PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNS55710',
 'year': 2022}
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520YZJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:21 [bca.uk] INFO: Saving data for LD22%20YZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774565000.395734, 'last_price_update_time': 1774765281.557826}
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520YZJ') HTTP/1.1" 204 0
2026-03-29 06:21:21 [bca.uk] INFO: Found listing with ID: BK74%20FUJ
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FUJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:21 [bca.uk] INFO: Scrape type for BK74%20FUJ: 2
2026-03-29 06:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ
2026-03-29 06:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5559ffdf-79e7-5748-86ce-ed96b15994b8 with scrape type 2
2026-03-29 06:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5559ffdf-79e7-5748-86ce-ed96b15994b8 with scrape type 2
2026-03-29 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5559ffdf-79e7-5748-86ce-ed96b15994b8, identifier: BK74%20FUJ
2026-03-29 06:21:21 [bca.uk] INFO: Found listing with ID: SM21%20UGT
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520UGT%27 HTTP/1.1" 200 None
2026-03-29 06:21:21 [bca.uk] INFO: Scrape type for SM21%20UGT: 2
2026-03-29 06:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT
2026-03-29 06:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5bb97f-1677-57eb-a750-ec8c917681be with scrape type 2
2026-03-29 06:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5bb97f-1677-57eb-a750-ec8c917681be with scrape type 2
2026-03-29 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca5bb97f-1677-57eb-a750-ec8c917681be, identifier: SM21%20UGT
2026-03-29 06:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP
2026-03-29 06:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP
2026-03-29 06:21:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP to the API
2026-03-29 06:21:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP62%20DKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd34d00b9-4421-500c-b8d0-edc8e0ef3d88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP62 DKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP62%20DKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 48468,
 '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 C180 1.6 B/E AMG SPORT PLUS TIP Saloon',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT PLUS TIP',
 'vin': 'WDD2040312A771687',
 'year': 2012}
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP62%2520DKP%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Saving data for AP62%20DKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563144.413119, 'last_price_update_time': 1774765282.080967}
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP62%2520DKP') HTTP/1.1" 204 0
2026-03-29 06:21:22 [bca.uk] INFO: Found listing with ID: DA72%20AVU
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Scrape type for DA72%20AVU: 0
2026-03-29 06:21:22 [bca.uk] INFO: Found listing with ID: HV22%20ODE
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ODE%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Scrape type for HV22%20ODE: 0
2026-03-29 06:21:22 [bca.uk] INFO: Found listing with ID: RV70%20XUT
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Scrape type for RV70%20XUT: 0
2026-03-29 06:21:22 [bca.uk] INFO: Found listing with ID: LN70%20JXB
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN70%2520JXB%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Scrape type for LN70%20JXB: 2
2026-03-29 06:21:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB
2026-03-29 06:21:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de661af7-cd10-5d5e-899b-713aa90284ec with scrape type 2
2026-03-29 06:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de661af7-cd10-5d5e-899b-713aa90284ec with scrape type 2
2026-03-29 06:21:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de661af7-cd10-5d5e-899b-713aa90284ec, identifier: LN70%20JXB
2026-03-29 06:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ
2026-03-29 06:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ
2026-03-29 06:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ to the API
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK74%20FUJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5559ffdf-79e7-5748-86ce-ed96b15994b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK74 FUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK74%20FUJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 25161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24250,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRK39843',
 'year': 2024}
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FUJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Saving data for BK74%20FUJ: {'auction_closing_time': 1775113200.0, 'created_time': 1773838111.945871, 'last_price_update_time': 1774765282.534152}
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK74%2520FUJ') HTTP/1.1" 204 0
2026-03-29 06:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT
2026-03-29 06:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT
2026-03-29 06:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT to the API
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20UGT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca5bb97f-1677-57eb-a750-ec8c917681be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 UGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20UGT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 43241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29000,
 'price_includes_vat': False,
 'registration_date': '2021-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': 'SALWA2AWXMA787148',
 'year': 2021}
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520UGT%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Saving data for SM21%20UGT: {'auction_closing_time': 1775113200.0, 'created_time': 1774044607.614712, 'last_price_update_time': 1774765282.83644}
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520UGT') HTTP/1.1" 204 0
2026-03-29 06:21:22 [bca.uk] INFO: Found listing with ID: WP20%20MHF
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520MHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:22 [bca.uk] INFO: Scrape type for WP20%20MHF: 2
2026-03-29 06:21:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF
2026-03-29 06:21:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with scrape type 2
2026-03-29 06:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with scrape type 2
2026-03-29 06:21:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d6c14d6-d311-54a5-b737-bdd6b51325a8, identifier: WP20%20MHF
2026-03-29 06:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB
2026-03-29 06:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB
2026-03-29 06:21:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB to the API
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN70%20JXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de661af7-cd10-5d5e-899b-713aa90284ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN70 JXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN70%20JXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 EQ-B',
 'odometer': 67331,
 '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 GLC 300 EQ-B 2.0 SPORT 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'SPORT 4M 9G',
 'vin': 'W1N2539842V261942',
 'year': 2020}
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN70%2520JXB%27 HTTP/1.1" 200 None
2026-03-29 06:21:23 [bca.uk] INFO: Saving data for LN70%20JXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774217121.856974, 'last_price_update_time': 1774765283.225233}
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN70%2520JXB') HTTP/1.1" 204 0
2026-03-29 06:21:23 [bca.uk] INFO: Found listing with ID: RX25%20AUV
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 06:21:23 [bca.uk] INFO: Scrape type for RX25%20AUV: 2
2026-03-29 06:21:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV
2026-03-29 06:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with scrape type 2
2026-03-29 06:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with scrape type 2
2026-03-29 06:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba, identifier: RX25%20AUV
2026-03-29 06:21:23 [bca.uk] INFO: Found listing with ID: WG18%20VLS
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520VLS%27 HTTP/1.1" 200 None
2026-03-29 06:21:23 [bca.uk] INFO: Scrape type for WG18%20VLS: 2
2026-03-29 06:21:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS
2026-03-29 06:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with scrape type 2
2026-03-29 06:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with scrape type 2
2026-03-29 06:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f1eaf41-31dd-59c9-abe0-72df16528ad8, identifier: WG18%20VLS
2026-03-29 06:21:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF
2026-03-29 06:21:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF
2026-03-29 06:21:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF to the API
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP20%20MHF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d6c14d6-d311-54a5-b737-bdd6b51325a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP20 MHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP20%20MHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 56781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE',
 'vin': 'WF0NXXGCHNLA59073',
 'year': 2020}
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520MHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:23 [bca.uk] INFO: Saving data for WP20%20MHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563133.836823, 'last_price_update_time': 1774765283.71584}
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP20%2520MHF') HTTP/1.1" 204 0
2026-03-29 06:21:23 [bca.uk] INFO: Found listing with ID: BJ67%20LXG
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 06:21:23 [bca.uk] INFO: Scrape type for BJ67%20LXG: 2
2026-03-29 06:21:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG
2026-03-29 06:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4f8ef7c-107c-5111-a25b-7494bfb547e4 with scrape type 2
2026-03-29 06:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4f8ef7c-107c-5111-a25b-7494bfb547e4 with scrape type 2
2026-03-29 06:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4f8ef7c-107c-5111-a25b-7494bfb547e4, identifier: BJ67%20LXG
2026-03-29 06:21:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV
2026-03-29 06:21:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV
2026-03-29 06:21:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV to the API
2026-03-29 06:21:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20AUV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e9af1870-5ea4-5692-ba88-6b2eb7fbbdba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX25 AUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20AUV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 4303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRY00260',
 'year': 2025}
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 06:21:24 [bca.uk] INFO: Saving data for RX25%20AUV: {'auction_closing_time': 1775113200.0, 'created_time': 1774436789.327799, 'last_price_update_time': 1774765284.14152}
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520AUV') HTTP/1.1" 204 0
2026-03-29 06:21:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS
2026-03-29 06:21:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS
2026-03-29 06:21:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS to the API
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 64,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG18%20VLS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2f1eaf41-31dd-59c9-abe0-72df16528ad8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG18 VLS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG18%20VLS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 62820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E AUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AY4JA813627',
 'year': 2018}
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520VLS%27 HTTP/1.1" 200 None
2026-03-29 06:21:24 [bca.uk] INFO: Saving data for WG18%20VLS: {'auction_closing_time': 1775113200.0, 'created_time': 1773824129.672155, 'last_price_update_time': 1774765284.542649}
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520VLS') HTTP/1.1" 204 0
2026-03-29 06:21:24 [bca.uk] INFO: Found listing with ID: LX58%20XUO
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:21:24 [bca.uk] INFO: Scrape type for LX58%20XUO: 2
2026-03-29 06:21:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO
2026-03-29 06:21:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with scrape type 2
2026-03-29 06:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with scrape type 2
2026-03-29 06:21:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b, identifier: LX58%20XUO
2026-03-29 06:21:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG
2026-03-29 06:21:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG
2026-03-29 06:21:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG to the API
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20LXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4f8ef7c-107c-5111-a25b-7494bfb547e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ67 LXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ67%20LXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 124505,
 '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 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0071608',
 'year': 2017}
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 06:21:24 [bca.uk] INFO: Saving data for BJ67%20LXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774564943.566717, 'last_price_update_time': 1774765284.930919}
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520LXG') HTTP/1.1" 204 0
2026-03-29 06:21:24 [bca.uk] INFO: Found listing with ID: RX25%20AUW
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-29 06:21:24 [bca.uk] INFO: Scrape type for RX25%20AUW: 2
2026-03-29 06:21:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW
2026-03-29 06:21:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8280b8b8-4e79-5741-8c10-f72fed4a1438 with scrape type 2
2026-03-29 06:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8280b8b8-4e79-5741-8c10-f72fed4a1438 with scrape type 2
2026-03-29 06:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8280b8b8-4e79-5741-8c10-f72fed4a1438, identifier: RX25%20AUW
2026-03-29 06:21:25 [bca.uk] INFO: Found listing with ID: WG72%20TBZ
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:25 [bca.uk] INFO: Scrape type for WG72%20TBZ: 2
2026-03-29 06:21:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ
2026-03-29 06:21:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637cbc74-595b-576b-9724-80d516b03bcb with scrape type 2
2026-03-29 06:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637cbc74-595b-576b-9724-80d516b03bcb with scrape type 2
2026-03-29 06:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637cbc74-595b-576b-9724-80d516b03bcb, identifier: WG72%20TBZ
2026-03-29 06:21:25 [bca.uk] INFO: Total items found: 100
2026-03-29 06:21:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded
2026-03-29 06:21:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:21:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO
2026-03-29 06:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO
2026-03-29 06:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO to the API
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX58%20XUO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX58 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX58%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 140613,
 '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 FIESTA 1.4 ZETEC BLUE Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLUE',
 'vin': 'WF0DXXGAJD8C53252',
 'year': 2008}
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:21:25 [bca.uk] INFO: Saving data for LX58%20XUO: {'auction_closing_time': 1774951200.0, 'created_time': 1774339587.236781, 'last_price_update_time': 1774765285.440804}
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX58%2520XUO') HTTP/1.1" 204 0
2026-03-29 06:21:25 [bca.uk] INFO: Found listing with ID: AO24%20XBC
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO24%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 06:21:25 [bca.uk] INFO: Scrape type for AO24%20XBC: 2
2026-03-29 06:21:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC
2026-03-29 06:21:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2327b34-9944-5f80-a7f1-fba0346c3350 with scrape type 2
2026-03-29 06:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2327b34-9944-5f80-a7f1-fba0346c3350 with scrape type 2
2026-03-29 06:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2327b34-9944-5f80-a7f1-fba0346c3350, identifier: AO24%20XBC
2026-03-29 06:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW
2026-03-29 06:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW
2026-03-29 06:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW to the API
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20AUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8280b8b8-4e79-5741-8c10-f72fed4a1438',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX25 AUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20AUW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6376,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRY00239',
 'year': 2025}
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-29 06:21:25 [bca.uk] INFO: Saving data for RX25%20AUW: {'auction_closing_time': 1775113200.0, 'created_time': 1774436779.09125, 'last_price_update_time': 1774765285.816533}
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520AUW') HTTP/1.1" 204 0
2026-03-29 06:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ
2026-03-29 06:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ
2026-03-29 06:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ to the API
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG72%20TBZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '637cbc74-595b-576b-9724-80d516b03bcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG72 TBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG72%20TBZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 27615,
 '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': 'KIA EV6 236KW 77.4KWH AWD GT-LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE S',
 'vin': 'KNAC481CRN5068289',
 'year': 2022}
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Saving data for WG72%20TBZ: {'auction_closing_time': 1775113200.0, 'created_time': 1773958753.091154, 'last_price_update_time': 1774765286.110902}
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG72%2520TBZ') HTTP/1.1" 204 0
2026-03-29 06:21:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:21:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: GL21%20EVM
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for GL21%20EVM: 2
2026-03-29 06:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM
2026-03-29 06:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with scrape type 2
2026-03-29 06:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with scrape type 2
2026-03-29 06:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29da9080-aa1f-53f3-bdbb-6d3725ccda91, identifier: GL21%20EVM
2026-03-29 06:21:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC
2026-03-29 06:21:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC
2026-03-29 06:21:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC to the API
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO24%20XBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f2327b34-9944-5f80-a7f1-fba0346c3350',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AO24 XBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO24%20XBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 9184,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH TROPHY LR',
 'vin': 'LSJWH4090PN264131',
 'year': 2024}
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO24%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Saving data for AO24%20XBC: {'auction_closing_time': 1774951200.0, 'created_time': 1774564949.266312, 'last_price_update_time': 1774765286.508742}
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO24%2520XBC') HTTP/1.1" 204 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: WT25%20UFM
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFM%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for WT25%20UFM: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: WT25%20UFV
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for WT25%20UFV: 2
2026-03-29 06:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV
2026-03-29 06:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with scrape type 2
2026-03-29 06:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with scrape type 2
2026-03-29 06:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f, identifier: WT25%20UFV
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: YK17%20TKT
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520TKT%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for YK17%20TKT: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: BF67%20ZYR
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520ZYR%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for BF67%20ZYR: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: EK22%20MVT
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520MVT%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for EK22%20MVT: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: EX23%20VFD
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520VFD%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for EX23%20VFD: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: FX72%20RBU
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520RBU%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for FX72%20RBU: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: KX18%20FWZ
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520FWZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for KX18%20FWZ: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: LF23%20VTK
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VTK%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for LF23%20VTK: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: LG70%20XBH
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for LG70%20XBH: 2
2026-03-29 06:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH
2026-03-29 06:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f64f4446-69fc-58b7-b5a8-a874c948ddf4 with scrape type 2
2026-03-29 06:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f64f4446-69fc-58b7-b5a8-a874c948ddf4 with scrape type 2
2026-03-29 06:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f64f4446-69fc-58b7-b5a8-a874c948ddf4, identifier: LG70%20XBH
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: YT67%20WDV
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520WDV%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for YT67%20WDV: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: BV19%20XZP
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520XZP%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for BV19%20XZP: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: KM71%20EUY
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for KM71%20EUY: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: NA72%20EFE
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for NA72%20EFE: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: BL71%20UGO
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for BL71%20UGO: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: BV70%20KNN
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520KNN%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for BV70%20KNN: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: DY23%20KSZ
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520KSZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:26 [bca.uk] INFO: Scrape type for DY23%20KSZ: 0
2026-03-29 06:21:26 [bca.uk] INFO: Found listing with ID: DY24%20LPE
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520LPE%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for DY24%20LPE: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: HJ23%20XOZ
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for HJ23%20XOZ: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: LA71%20XWD
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for LA71%20XWD: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: LK22%20VMA
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK22%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for LK22%20VMA: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: LP21%20PVA
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520PVA%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for LP21%20PVA: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: OV71%20PXN
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for OV71%20PXN: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: OY22%20UXV
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520UXV%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for OY22%20UXV: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: RF66%20OES
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF66%2520OES%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for RF66%20OES: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: WF71%20ZNT
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ZNT%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for WF71%20ZNT: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: YH71%20OOV
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for YH71%20OOV: 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: LC11%20GCF
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520GCF%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for LC11%20GCF: 2
2026-03-29 06:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF
2026-03-29 06:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with scrape type 2
2026-03-29 06:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with scrape type 2
2026-03-29 06:21:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f, identifier: LC11%20GCF
2026-03-29 06:21:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM
2026-03-29 06:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM
2026-03-29 06:21:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM to the API
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20EVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '29da9080-aa1f-53f3-bdbb-6d3725ccda91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 EVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20EVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 50490,
 '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': 'WVWZZZAWZMU016274',
 'year': 2021}
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520EVM%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Saving data for GL21%20EVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774305168.162578, 'last_price_update_time': 1774765287.641807}
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520EVM') HTTP/1.1" 204 0
2026-03-29 06:21:27 [bca.uk] INFO: Found listing with ID: LF66%20DWV
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520DWV%27 HTTP/1.1" 200 None
2026-03-29 06:21:27 [bca.uk] INFO: Scrape type for LF66%20DWV: 2
2026-03-29 06:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV
2026-03-29 06:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 126e6085-1810-5ab6-8ab4-5101c0886ec1 with scrape type 2
2026-03-29 06:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 126e6085-1810-5ab6-8ab4-5101c0886ec1 with scrape type 2
2026-03-29 06:21:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 126e6085-1810-5ab6-8ab4-5101c0886ec1, identifier: LF66%20DWV
2026-03-29 06:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV
2026-03-29 06:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV
2026-03-29 06:21:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV to the API
2026-03-29 06:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UFV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2515fdb0-eb43-5f72-b4f5-1d02c7d9581f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UFV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 5960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA9RSM03733',
 'year': 2025}
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFV%27 HTTP/1.1" 200 None
2026-03-29 06:21:28 [bca.uk] INFO: Saving data for WT25%20UFV: {'auction_closing_time': 1775113200.0, 'created_time': 1773821936.362945, 'last_price_update_time': 1774765288.145184}
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UFV') HTTP/1.1" 204 0
2026-03-29 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pearl+white HTTP/1.1" 200 None
2026-03-29 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:21:28 [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:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH
2026-03-29 06:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH to the API
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG70%20XBH-GB',
 'category': 'Car',
 'color': 'pearl white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f64f4446-69fc-58b7-b5a8-a874c948ddf4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG70 XBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG70%20XBH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 127880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8425,
 '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': '5YJ3F7EB3LF775994',
 'year': 2020}
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-29 06:21:28 [bca.uk] INFO: Saving data for LG70%20XBH: {'auction_closing_time': 1774857600.0, 'created_time': 1774354797.645624, 'last_price_update_time': 1774765288.561467}
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG70%2520XBH') HTTP/1.1" 204 0
2026-03-29 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF
2026-03-29 06:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF
2026-03-29 06:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF to the API
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC11%20GCF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC11 GCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC11%20GCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 124405,
 '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 S/S Hatchback',
 'transmission': 'manual',
 'trim': '117 ACENTA S/S',
 'vin': 'SJNFAAJ10U2305382',
 'year': 2011}
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520GCF%27 HTTP/1.1" 200 None
2026-03-29 06:21:28 [bca.uk] INFO: Saving data for LC11%20GCF: {'auction_closing_time': 1774951200.0, 'created_time': 1774563435.680239, 'last_price_update_time': 1774765288.869459}
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC11%2520GCF') HTTP/1.1" 204 0
2026-03-29 06:21:28 [bca.uk] INFO: Found listing with ID: EA71%20UWN
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:21:28 [bca.uk] INFO: Scrape type for EA71%20UWN: 2
2026-03-29 06:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN
2026-03-29 06:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with scrape type 2
2026-03-29 06:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with scrape type 2
2026-03-29 06:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0a4de42-dbc5-5186-8d06-589f3a58f6a1, identifier: EA71%20UWN
2026-03-29 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV
2026-03-29 06:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV
2026-03-29 06:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV to the API
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF66%20DWV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '126e6085-1810-5ab6-8ab4-5101c0886ec1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF66 DWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF66%20DWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BENTLEY',
 'model': 'FLYING SPUR',
 'odometer': 49898,
 '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': 'BENTLEY FLYING SPUR 4.0 V8 MULLINER DRIVING SPEC. Saloon',
 'transmission': 'manual',
 'trim': 'V8 MULLINER DRIVING SPEC.',
 'vin': 'SCBEN53WXGC054681',
 'year': 2016}
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520DWV%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Saving data for LF66%20DWV: {'auction_closing_time': 1774951200.0, 'created_time': 1774392158.716282, 'last_price_update_time': 1774765289.286388}
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF66%2520DWV') HTTP/1.1" 204 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: WT25%20UGA
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGA%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for WT25%20UGA: 2
2026-03-29 06:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA
2026-03-29 06:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with scrape type 2
2026-03-29 06:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with scrape type 2
2026-03-29 06:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e, identifier: WT25%20UGA
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: LV72%20KWO
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520KWO%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for LV72%20KWO: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: NA72%20FTZ
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520FTZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for NA72%20FTZ: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: WR72%20ZZT
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for WR72%20ZZT: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: AK18%20VST
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520VST%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for AK18%20VST: 2
2026-03-29 06:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST
2026-03-29 06:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d2e36f-9016-5694-ad48-6e35bcf4b38d with scrape type 2
2026-03-29 06:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d2e36f-9016-5694-ad48-6e35bcf4b38d with scrape type 2
2026-03-29 06:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1d2e36f-9016-5694-ad48-6e35bcf4b38d, identifier: AK18%20VST
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: BT71%20LBF
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520LBF%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for BT71%20LBF: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: HT73%20DWP
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for HT73%20DWP: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: HT73%20DXE
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for HT73%20DXE: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: HT73%20DXW
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXW%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for HT73%20DXW: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: HX24%20XHA
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for HX24%20XHA: 0
2026-03-29 06:21:29 [bca.uk] INFO: Found listing with ID: LC72%20FFD
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:21:29 [bca.uk] INFO: Scrape type for LC72%20FFD: 2
2026-03-29 06:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD
2026-03-29 06:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5d99b53-403b-5cfe-b0f1-463652ceacb2 with scrape type 2
2026-03-29 06:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5d99b53-403b-5cfe-b0f1-463652ceacb2 with scrape type 2
2026-03-29 06:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5d99b53-403b-5cfe-b0f1-463652ceacb2, identifier: LC72%20FFD
2026-03-29 06:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN
2026-03-29 06:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN
2026-03-29 06:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN to the API
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 262,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20UWN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0a4de42-dbc5-5186-8d06-589f3a58f6a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA71 UWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20UWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMA15380',
 'year': 2021}
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520UWN%27 HTTP/1.1" 200 None
2026-03-29 06:21:30 [bca.uk] INFO: Saving data for EA71%20UWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563135.467672, 'last_price_update_time': 1774765290.090706}
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520UWN') HTTP/1.1" 204 0
2026-03-29 06:21:30 [bca.uk] INFO: Found listing with ID: EK15%20WTJ
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520WTJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:30 [bca.uk] INFO: Scrape type for EK15%20WTJ: 2
2026-03-29 06:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ
2026-03-29 06:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb32182-6b04-53b4-bdda-697beeb947b2 with scrape type 2
2026-03-29 06:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb32182-6b04-53b4-bdda-697beeb947b2 with scrape type 2
2026-03-29 06:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccb32182-6b04-53b4-bdda-697beeb947b2, identifier: EK15%20WTJ
2026-03-29 06:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA
2026-03-29 06:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA
2026-03-29 06:21:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA to the API
2026-03-29 06:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UGA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 3195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA8RSM03691',
 'year': 2025}
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGA%27 HTTP/1.1" 200 None
2026-03-29 06:21:31 [bca.uk] INFO: Saving data for WT25%20UGA: {'auction_closing_time': 1775113200.0, 'created_time': 1773821968.946941, 'last_price_update_time': 1774765291.629902}
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGA') HTTP/1.1" 204 0
2026-03-29 06:21:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST
2026-03-29 06:21:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST
2026-03-29 06:21:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST to the API
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK18%20VST-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1d2e36f-9016-5694-ad48-6e35bcf4b38d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK18 VST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK18%20VST&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 85078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SE',
 'vin': 'TMAJ3815LJJ643785',
 'year': 2018}
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520VST%27 HTTP/1.1" 200 None
2026-03-29 06:21:31 [bca.uk] INFO: Saving data for AK18%20VST: {'auction_closing_time': 1774864800.0, 'created_time': 1774563653.525764, 'last_price_update_time': 1774765291.907084}
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK18%2520VST') HTTP/1.1" 204 0
2026-03-29 06:21:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD
2026-03-29 06:21:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD
2026-03-29 06:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD to the API
2026-03-29 06:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20FFD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5d99b53-403b-5cfe-b0f1-463652ceacb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LC72 FFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20FFD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 33464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 SHINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 SHINE',
 'vin': 'VR7ARHNSKNL039371',
 'year': 2022}
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Saving data for LC72%20FFD: {'auction_closing_time': 1774854000.0, 'created_time': 1773823078.142815, 'last_price_update_time': 1774765293.077159}
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520FFD') HTTP/1.1" 204 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: WO66%20EVT
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520EVT%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for WO66%20EVT: 2
2026-03-29 06:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT
2026-03-29 06:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a69603ed-4957-5a86-a5df-c30949f0a34a with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a69603ed-4957-5a86-a5df-c30949f0a34a with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a69603ed-4957-5a86-a5df-c30949f0a34a, identifier: WO66%20EVT
2026-03-29 06:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ
2026-03-29 06:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ
2026-03-29 06:21:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ to the API
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20WTJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ccb32182-6b04-53b4-bdda-697beeb947b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK15 WTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK15%20WTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 101574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 180 TITANIUM Estate',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM',
 'vin': 'WF0FXXWPCFFD64564',
 'year': 2015}
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520WTJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Saving data for EK15%20WTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564892.748587, 'last_price_update_time': 1774765293.487919}
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520WTJ') HTTP/1.1" 204 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: WT25%20UGG
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGG%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for WT25%20UGG: 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: WT25%20UGL
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for WT25%20UGL: 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: WT25%20UGP
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGP%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for WT25%20UGP: 2
2026-03-29 06:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP
2026-03-29 06:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b63718-4e4f-5ad5-9867-305601e6c1f9 with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b63718-4e4f-5ad5-9867-305601e6c1f9 with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02b63718-4e4f-5ad5-9867-305601e6c1f9, identifier: WT25%20UGP
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: EK20%20NZC
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520NZC%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for EK20%20NZC: 2
2026-03-29 06:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC
2026-03-29 06:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5b5377-1382-5ff6-b2d0-34c262ef6426 with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da5b5377-1382-5ff6-b2d0-34c262ef6426 with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da5b5377-1382-5ff6-b2d0-34c262ef6426, identifier: EK20%20NZC
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: LD72%20VBG
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520VBG%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for LD72%20VBG: 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: MM71%20KSF
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520KSF%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for MM71%20KSF: 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: ND25%20HWR
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND25%2520HWR%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for ND25%20HWR: 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: NL23%20OVF
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for NL23%20OVF: 0
2026-03-29 06:21:33 [bca.uk] INFO: Found listing with ID: SK72%20WTZ
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:33 [bca.uk] INFO: Scrape type for SK72%20WTZ: 2
2026-03-29 06:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ
2026-03-29 06:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a958df-ddc0-5d1a-8304-a3f30bd38264 with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4a958df-ddc0-5d1a-8304-a3f30bd38264 with scrape type 2
2026-03-29 06:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4a958df-ddc0-5d1a-8304-a3f30bd38264, identifier: SK72%20WTZ
2026-03-29 06:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT
2026-03-29 06:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT
2026-03-29 06:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT to the API
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO66%20EVT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a69603ed-4957-5a86-a5df-c30949f0a34a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO66 EVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO66%20EVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 86445,
 '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 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 LONGITUDE',
 'vin': '1C4BU0000HPE80083',
 'year': 2016}
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520EVT%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Saving data for WO66%20EVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563119.365638, 'last_price_update_time': 1774765294.240748}
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO66%2520EVT') HTTP/1.1" 204 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: EP18%20JYO
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP18%2520JYO%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for EP18%20JYO: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: GN20%20XGG
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for GN20%20XGG: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: LP72%20OEY
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520OEY%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for LP72%20OEY: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: SE19%20OWB
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for SE19%20OWB: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: SJ71%20CJE
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ71%2520CJE%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for SJ71%20CJE: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: SV68%20ZRK
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520ZRK%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for SV68%20ZRK: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: WU71%20CXX
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU71%2520CXX%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for WU71%20CXX: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: YL73%20DFD
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520DFD%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for YL73%20DFD: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: YR69%20HRJ
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for YR69%20HRJ: 0
2026-03-29 06:21:34 [bca.uk] INFO: Found listing with ID: CN73%20ZKY
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN73%2520ZKY%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Scrape type for CN73%20ZKY: 2
2026-03-29 06:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY
2026-03-29 06:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with scrape type 2
2026-03-29 06:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with scrape type 2
2026-03-29 06:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7b30c3e-2e56-588f-b912-7b388eb1eeb8, identifier: CN73%20ZKY
2026-03-29 06:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP
2026-03-29 06:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP
2026-03-29 06:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP to the API
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UGP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02b63718-4e4f-5ad5-9867-305601e6c1f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UGP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 2336,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM03608',
 'year': 2025}
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGP%27 HTTP/1.1" 200 None
2026-03-29 06:21:34 [bca.uk] INFO: Saving data for WT25%20UGP: {'auction_closing_time': 1775113200.0, 'created_time': 1773821997.71747, 'last_price_update_time': 1774765294.915169}
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGP') HTTP/1.1" 204 0
2026-03-29 06:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC
2026-03-29 06:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC
2026-03-29 06:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC to the API
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK20%20NZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da5b5377-1382-5ff6-b2d0-34c262ef6426',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK20 NZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20NZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 47588,
 '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': 'VXKUPHNKSL4217794',
 'year': 2020}
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520NZC%27 HTTP/1.1" 200 None
2026-03-29 06:21:35 [bca.uk] INFO: Saving data for EK20%20NZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774005480.657761, 'last_price_update_time': 1774765295.677027}
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520NZC') HTTP/1.1" 204 0
2026-03-29 06:21:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ
2026-03-29 06:21:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ
2026-03-29 06:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ to the API
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK72%20WTZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c4a958df-ddc0-5d1a-8304-a3f30bd38264',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SK72 WTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK72%20WTZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 28744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 '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': 'W1N9N0CB2PJ059747',
 'year': 2023}
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:35 [bca.uk] INFO: Saving data for SK72%20WTZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774448730.115011, 'last_price_update_time': 1774765295.956578}
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK72%2520WTZ') HTTP/1.1" 204 0
2026-03-29 06:21:35 [bca.uk] INFO: Found listing with ID: YG62%20DNJ
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG62%2520DNJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:35 [bca.uk] INFO: Scrape type for YG62%20DNJ: 2
2026-03-29 06:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ
2026-03-29 06:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with scrape type 2
2026-03-29 06:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa, identifier: YG62%20DNJ
2026-03-29 06:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY
2026-03-29 06:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY
2026-03-29 06:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY to the API
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN73%20ZKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a7b30c3e-2e56-588f-b912-7b388eb1eeb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN73 ZKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN73%20ZKY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 20562,
 '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': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74091PZ237693',
 'year': 2023}
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN73%2520ZKY%27 HTTP/1.1" 200 None
2026-03-29 06:21:36 [bca.uk] INFO: Saving data for CN73%20ZKY: {'auction_closing_time': 1774854000.0, 'created_time': 1774363051.460778, 'last_price_update_time': 1774765296.353662}
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN73%2520ZKY') HTTP/1.1" 204 0
2026-03-29 06:21:36 [bca.uk] INFO: Found listing with ID: WT25%20UHB
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 06:21:36 [bca.uk] INFO: Scrape type for WT25%20UHB: 0
2026-03-29 06:21:36 [bca.uk] INFO: Found listing with ID: WT25%20UHF
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:36 [bca.uk] INFO: Scrape type for WT25%20UHF: 2
2026-03-29 06:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF
2026-03-29 06:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ec0d1db-1b4b-548c-be80-991b1f91ad06, identifier: WT25%20UHF
2026-03-29 06:21:36 [bca.uk] INFO: Found listing with ID: GY61%20UKK
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 06:21:36 [bca.uk] INFO: Scrape type for GY61%20UKK: 2
2026-03-29 06:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK
2026-03-29 06:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678afea1-37af-5cd1-b1e4-55628c1f4b18 with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678afea1-37af-5cd1-b1e4-55628c1f4b18 with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 678afea1-37af-5cd1-b1e4-55628c1f4b18, identifier: GY61%20UKK
2026-03-29 06:21:36 [bca.uk] INFO: Found listing with ID: WR71%20OWE
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520OWE%27 HTTP/1.1" 200 None
2026-03-29 06:21:36 [bca.uk] INFO: Scrape type for WR71%20OWE: 0
2026-03-29 06:21:36 [bca.uk] INFO: Found listing with ID: YD20%20FNX
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-29 06:21:36 [bca.uk] INFO: Scrape type for YD20%20FNX: 2
2026-03-29 06:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX
2026-03-29 06:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba37db4c-6c05-57e2-aa38-f910d254a3a7 with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba37db4c-6c05-57e2-aa38-f910d254a3a7 with scrape type 2
2026-03-29 06:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba37db4c-6c05-57e2-aa38-f910d254a3a7, identifier: YD20%20FNX
2026-03-29 06:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ
2026-03-29 06:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ
2026-03-29 06:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ to the API
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG62%20DNJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG62 DNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG62%20DNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 142734,
 '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 117 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': '117 ACENTA',
 'vin': 'SJNFAAJ10U2603275',
 'year': 2012}
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG62%2520DNJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:37 [bca.uk] INFO: Saving data for YG62%20DNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563264.65275, 'last_price_update_time': 1774765297.059364}
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG62%2520DNJ') HTTP/1.1" 204 0
2026-03-29 06:21:37 [bca.uk] INFO: Found listing with ID: DV25%20OFM
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 06:21:37 [bca.uk] INFO: Scrape type for DV25%20OFM: 2
2026-03-29 06:21:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM
2026-03-29 06:21:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875f22c1-e418-5355-b619-64ef60b240f1 with scrape type 2
2026-03-29 06:21:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875f22c1-e418-5355-b619-64ef60b240f1 with scrape type 2
2026-03-29 06:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875f22c1-e418-5355-b619-64ef60b240f1, identifier: DV25%20OFM
2026-03-29 06:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF
2026-03-29 06:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF
2026-03-29 06:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF to the API
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ec0d1db-1b4b-548c-be80-991b1f91ad06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UHF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 8380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTAXRSM03577',
 'year': 2025}
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHF%27 HTTP/1.1" 200 None
2026-03-29 06:21:37 [bca.uk] INFO: Saving data for WT25%20UHF: {'auction_closing_time': 1775113200.0, 'created_time': 1773822017.715786, 'last_price_update_time': 1774765297.480897}
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UHF') HTTP/1.1" 204 0
2026-03-29 06:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK
2026-03-29 06:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK
2026-03-29 06:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK to the API
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY61%20UKK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '678afea1-37af-5cd1-b1e4-55628c1f4b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY61 UKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY61%20UKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 48529,
 '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 XT-R StationWagon',
 'transmission': 'manual',
 'trim': 'D-CAT XT-R',
 'vin': 'JTMBB31VX0D089891',
 'year': 2011}
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 06:21:37 [bca.uk] INFO: Saving data for GY61%20UKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563423.486149, 'last_price_update_time': 1774765297.756044}
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY61%2520UKK') HTTP/1.1" 204 0
2026-03-29 06:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX
2026-03-29 06:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX
2026-03-29 06:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX to the API
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD20%20FNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ba37db4c-6c05-57e2-aa38-f910d254a3a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD20 FNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD20%20FNX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 21726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6800,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0079529',
 'year': 2020}
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-29 06:21:38 [bca.uk] INFO: Saving data for YD20%20FNX: {'auction_closing_time': 1774854000.0, 'created_time': 1774448723.300903, 'last_price_update_time': 1774765298.077112}
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD20%2520FNX') HTTP/1.1" 204 0
2026-03-29 06:21:38 [bca.uk] INFO: Found listing with ID: FG10%20FPF
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 06:21:38 [bca.uk] INFO: Scrape type for FG10%20FPF: 2
2026-03-29 06:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF
2026-03-29 06:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d30ea68f-3215-5fb2-9e32-4059728fe208 with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d30ea68f-3215-5fb2-9e32-4059728fe208 with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d30ea68f-3215-5fb2-9e32-4059728fe208, identifier: FG10%20FPF
2026-03-29 06:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM
2026-03-29 06:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM
2026-03-29 06:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM to the API
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV25%20OFM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '875f22c1-e418-5355-b619-64ef60b240f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV25 OFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV25%20OFM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 7283,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH GS Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH GS',
 'vin': 'VXKKCZKZ8S6002043',
 'year': 2025}
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 06:21:38 [bca.uk] INFO: Saving data for DV25%20OFM: {'auction_closing_time': 1774854000.0, 'created_time': 1773823843.255225, 'last_price_update_time': 1774765298.489215}
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520OFM') HTTP/1.1" 204 0
2026-03-29 06:21:38 [bca.uk] INFO: Found listing with ID: WT25%20UHG
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 06:21:38 [bca.uk] INFO: Scrape type for WT25%20UHG: 2
2026-03-29 06:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG
2026-03-29 06:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ea8b4a-eef3-5f05-8e23-65a99da3119d with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ea8b4a-eef3-5f05-8e23-65a99da3119d with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86ea8b4a-eef3-5f05-8e23-65a99da3119d, identifier: WT25%20UHG
2026-03-29 06:21:38 [bca.uk] INFO: Found listing with ID: KR19%20RKX
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR19%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 06:21:38 [bca.uk] INFO: Scrape type for KR19%20RKX: 2
2026-03-29 06:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX
2026-03-29 06:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d06e487-b14c-50d9-844d-8ed0925e8955 with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d06e487-b14c-50d9-844d-8ed0925e8955 with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d06e487-b14c-50d9-844d-8ed0925e8955, identifier: KR19%20RKX
2026-03-29 06:21:38 [bca.uk] INFO: Found listing with ID: YE20%20AUA
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:21:38 [bca.uk] INFO: Scrape type for YE20%20AUA: 2
2026-03-29 06:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA
2026-03-29 06:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16356a0a-03c7-586f-a9b5-a0bb0a133598 with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16356a0a-03c7-586f-a9b5-a0bb0a133598 with scrape type 2
2026-03-29 06:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16356a0a-03c7-586f-a9b5-a0bb0a133598, identifier: YE20%20AUA
2026-03-29 06:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF
2026-03-29 06:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF
2026-03-29 06:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF to the API
2026-03-29 06:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG10%20FPF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd30ea68f-3215-5fb2-9e32-4059728fe208',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG10 FPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG10%20FPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 76259,
 '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 VVT 115 SXI Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 SXI',
 'vin': 'W0L0AHL4892142604',
 'year': 2010}
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 06:21:39 [bca.uk] INFO: Saving data for FG10%20FPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563248.27862, 'last_price_update_time': 1774765299.667169}
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG10%2520FPF') HTTP/1.1" 204 0
2026-03-29 06:21:39 [bca.uk] INFO: Found listing with ID: LA72%20VHB
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520VHB%27 HTTP/1.1" 200 None
2026-03-29 06:21:39 [bca.uk] INFO: Scrape type for LA72%20VHB: 2
2026-03-29 06:21:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB
2026-03-29 06:21:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05a78e9d-3a79-5847-8d42-de309fd1b397 with scrape type 2
2026-03-29 06:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05a78e9d-3a79-5847-8d42-de309fd1b397 with scrape type 2
2026-03-29 06:21:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05a78e9d-3a79-5847-8d42-de309fd1b397, identifier: LA72%20VHB
2026-03-29 06:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG
2026-03-29 06:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG
2026-03-29 06:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG to the API
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UHG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86ea8b4a-eef3-5f05-8e23-65a99da3119d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UHG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 6454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM89115',
 'year': 2025}
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 06:21:40 [bca.uk] INFO: Saving data for WT25%20UHG: {'auction_closing_time': 1775113200.0, 'created_time': 1773821972.028492, 'last_price_update_time': 1774765300.07183}
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UHG') HTTP/1.1" 204 0
2026-03-29 06:21:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX
2026-03-29 06:21:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX
2026-03-29 06:21:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX to the API
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR19%20RKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d06e487-b14c-50d9-844d-8ed0925e8955',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR19 RKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR19%20RKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 37320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SZ-T Hatchback',
 'transmission': 'manual',
 'trim': 'BOOSTERJET 110 SZ-T',
 'vin': 'JSAAZC13S00254812',
 'year': 2019}
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR19%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 06:21:40 [bca.uk] INFO: Saving data for KR19%20RKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563420.914177, 'last_price_update_time': 1774765300.442024}
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR19%2520RKX') HTTP/1.1" 204 0
2026-03-29 06:21:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA
2026-03-29 06:21:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA
2026-03-29 06:21:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA to the API
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20AUA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '16356a0a-03c7-586f-a9b5-a0bb0a133598',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 AUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20AUA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 8367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0084886',
 'year': 2020}
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:21:40 [bca.uk] INFO: Saving data for YE20%20AUA: {'auction_closing_time': 1774854000.0, 'created_time': 1774448731.545377, 'last_price_update_time': 1774765300.712429}
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520AUA') HTTP/1.1" 204 0
2026-03-29 06:21:40 [bca.uk] INFO: Found listing with ID: OW19%20OPD
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW19%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 06:21:40 [bca.uk] INFO: Scrape type for OW19%20OPD: 0
2026-03-29 06:21:40 [bca.uk] INFO: Found listing with ID: MT14%20XXB
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520XXB%27 HTTP/1.1" 200 None
2026-03-29 06:21:40 [bca.uk] INFO: Scrape type for MT14%20XXB: 2
2026-03-29 06:21:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB
2026-03-29 06:21:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ce1a22e-1c72-5866-8167-f993f00b4f6f with scrape type 2
2026-03-29 06:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ce1a22e-1c72-5866-8167-f993f00b4f6f with scrape type 2
2026-03-29 06:21:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ce1a22e-1c72-5866-8167-f993f00b4f6f, identifier: MT14%20XXB
2026-03-29 06:21:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB
2026-03-29 06:21:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB
2026-03-29 06:21:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB to the API
2026-03-29 06:21:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20VHB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '05a78e9d-3a79-5847-8d42-de309fd1b397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 VHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20VHB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 22937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS8PC690390',
 'year': 2023}
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520VHB%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Saving data for LA72%20VHB: {'auction_closing_time': 1774854000.0, 'created_time': 1773823868.918972, 'last_price_update_time': 1774765301.161349}
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520VHB') HTTP/1.1" 204 0
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: YP24%20TVZ
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for YP24%20TVZ: 0
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: YP74%20VLB
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for YP74%20VLB: 2
2026-03-29 06:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB
2026-03-29 06:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351, identifier: YP74%20VLB
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: KU09%20FGO
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520FGO%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for KU09%20FGO: 2
2026-03-29 06:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO
2026-03-29 06:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04205255-c175-5ccb-ab4d-aa089029d0b8 with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04205255-c175-5ccb-ab4d-aa089029d0b8 with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04205255-c175-5ccb-ab4d-aa089029d0b8, identifier: KU09%20FGO
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: YE20%20AUH
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for YE20%20AUH: 2
2026-03-29 06:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH
2026-03-29 06:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 247f9a66-ca7d-528d-a6d4-cfb0e571525e with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 247f9a66-ca7d-528d-a6d4-cfb0e571525e with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 247f9a66-ca7d-528d-a6d4-cfb0e571525e, identifier: YE20%20AUH
2026-03-29 06:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB
2026-03-29 06:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB
2026-03-29 06:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB to the API
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT14%20XXB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ce1a22e-1c72-5866-8167-f993f00b4f6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT14 XXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT14%20XXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 106404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 245 R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 245 R LINE TIP',
 'vin': 'WVGZZZ7PZED047108',
 'year': 2014}
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520XXB%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Saving data for MT14%20XXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563256.971018, 'last_price_update_time': 1774765301.826784}
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT14%2520XXB') HTTP/1.1" 204 0
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: LM25%20YGK
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM25%2520YGK%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for LM25%20YGK: 0
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: LO74%20VLW
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520VLW%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for LO74%20VLW: 0
2026-03-29 06:21:41 [bca.uk] INFO: Found listing with ID: LO75%20HSD
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 06:21:41 [bca.uk] INFO: Scrape type for LO75%20HSD: 2
2026-03-29 06:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD
2026-03-29 06:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4364cca9-864f-5b20-a03f-119b19749d85 with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4364cca9-864f-5b20-a03f-119b19749d85 with scrape type 2
2026-03-29 06:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4364cca9-864f-5b20-a03f-119b19749d85, identifier: LO75%20HSD
2026-03-29 06:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB
2026-03-29 06:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB
2026-03-29 06:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB to the API
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP74%20VLB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ae7534c-bcd9-5b38-9962-3d3e0a7f2351',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP74 VLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20VLB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 11290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRC33586',
 'year': 2024}
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:21:42 [bca.uk] INFO: Saving data for YP74%20VLB: {'auction_closing_time': 1775113200.0, 'created_time': 1773838120.691883, 'last_price_update_time': 1774765302.271212}
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520VLB') HTTP/1.1" 204 0
2026-03-29 06:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO
2026-03-29 06:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO
2026-03-29 06:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO to the API
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU09%20FGO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04205255-c175-5ccb-ab4d-aa089029d0b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU09 FGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU09%20FGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 46025,
 '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 AYGO 1.0 VVT-I PLATINUM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PLATINUM',
 'vin': 'JTDKG18C30N320019',
 'year': 2009}
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520FGO%27 HTTP/1.1" 200 None
2026-03-29 06:21:42 [bca.uk] INFO: Saving data for KU09%20FGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774275177.74146, 'last_price_update_time': 1774765302.567609}
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU09%2520FGO') HTTP/1.1" 204 0
2026-03-29 06:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH
2026-03-29 06:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH
2026-03-29 06:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH to the API
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20AUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '247f9a66-ca7d-528d-a6d4-cfb0e571525e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 AUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20AUH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 8725,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0084908',
 'year': 2020}
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-29 06:21:42 [bca.uk] INFO: Saving data for YE20%20AUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774448727.222294, 'last_price_update_time': 1774765302.85789}
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520AUH') HTTP/1.1" 204 0
2026-03-29 06:21:42 [bca.uk] INFO: Found listing with ID: RE17%20GLK
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520GLK%27 HTTP/1.1" 200 None
2026-03-29 06:21:42 [bca.uk] INFO: Scrape type for RE17%20GLK: 2
2026-03-29 06:21:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK
2026-03-29 06:21:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c312cba8-f6d4-574f-99c4-1899adc6644b with scrape type 2
2026-03-29 06:21:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c312cba8-f6d4-574f-99c4-1899adc6644b with scrape type 2
2026-03-29 06:21:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c312cba8-f6d4-574f-99c4-1899adc6644b, identifier: RE17%20GLK
2026-03-29 06:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD
2026-03-29 06:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD
2026-03-29 06:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD to the API
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO75%20HSD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4364cca9-864f-5b20-a03f-119b19749d85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO75 HSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO75%20HSD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q6 E-TRON S/B',
 'odometer': 616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 54000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'AUDI Q6 E-TRON S/B 285KW 100KWH QUATTRO S LINE Coupe',
 'transmission': 'automatic',
 'trim': '285KW 100KWH QUATTRO S LINE',
 'vin': 'WAUZZZGF9SA071848',
 'year': 2025}
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520HSD%27 HTTP/1.1" 200 None
2026-03-29 06:21:43 [bca.uk] INFO: Saving data for LO75%20HSD: {'auction_closing_time': 1774854000.0, 'created_time': 1773823110.1632, 'last_price_update_time': 1774765303.272686}
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO75%2520HSD') HTTP/1.1" 204 0
2026-03-29 06:21:43 [bca.uk] INFO: Found listing with ID: CV70%20HFA
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV70%2520HFA%27 HTTP/1.1" 200 None
2026-03-29 06:21:43 [bca.uk] INFO: Scrape type for CV70%20HFA: 0
2026-03-29 06:21:43 [bca.uk] INFO: Found listing with ID: YO18%20RZN
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-29 06:21:43 [bca.uk] INFO: Scrape type for YO18%20RZN: 2
2026-03-29 06:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN
2026-03-29 06:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d255a85-247b-564c-bae8-98aa5e39c17a with scrape type 2
2026-03-29 06:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d255a85-247b-564c-bae8-98aa5e39c17a with scrape type 2
2026-03-29 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d255a85-247b-564c-bae8-98aa5e39c17a, identifier: YO18%20RZN
2026-03-29 06:21:43 [bca.uk] INFO: Found listing with ID: NG15%20GWX
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520GWX%27 HTTP/1.1" 200 None
2026-03-29 06:21:43 [bca.uk] INFO: Scrape type for NG15%20GWX: 2
2026-03-29 06:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX
2026-03-29 06:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6d813ca-0a6e-5507-bd09-eaafd5fb467f with scrape type 2
2026-03-29 06:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6d813ca-0a6e-5507-bd09-eaafd5fb467f with scrape type 2
2026-03-29 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6d813ca-0a6e-5507-bd09-eaafd5fb467f, identifier: NG15%20GWX
2026-03-29 06:21:43 [bca.uk] INFO: Found listing with ID: YE20%20AUJ
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:43 [bca.uk] INFO: Scrape type for YE20%20AUJ: 2
2026-03-29 06:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ
2026-03-29 06:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with scrape type 2
2026-03-29 06:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with scrape type 2
2026-03-29 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 710e115c-e71a-57d3-9d01-2e85f1c63fb4, identifier: YE20%20AUJ
2026-03-29 06:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK
2026-03-29 06:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK
2026-03-29 06:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK to the API
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE17%20GLK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c312cba8-f6d4-574f-99c4-1899adc6644b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE17 GLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE17%20GLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 76237,
 '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': 'SALVB2CN0HH242599',
 'year': 2017}
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520GLK%27 HTTP/1.1" 200 None
2026-03-29 06:21:43 [bca.uk] INFO: Saving data for RE17%20GLK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563210.601604, 'last_price_update_time': 1774765303.908405}
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE17%2520GLK') HTTP/1.1" 204 0
2026-03-29 06:21:44 [bca.uk] INFO: Found listing with ID: MC72%20VNB
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC72%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 06:21:44 [bca.uk] INFO: Scrape type for MC72%20VNB: 0
2026-03-29 06:21:44 [bca.uk] INFO: Found listing with ID: NJ71%20VML
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ71%2520VML%27 HTTP/1.1" 200 None
2026-03-29 06:21:44 [bca.uk] INFO: Scrape type for NJ71%20VML: 2
2026-03-29 06:21:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML
2026-03-29 06:21:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7947f36e-4075-5afb-863a-260f39dda8f1 with scrape type 2
2026-03-29 06:21:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7947f36e-4075-5afb-863a-260f39dda8f1 with scrape type 2
2026-03-29 06:21:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7947f36e-4075-5afb-863a-260f39dda8f1, identifier: NJ71%20VML
2026-03-29 06:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN
2026-03-29 06:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN
2026-03-29 06:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN to the API
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO18%20RZN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d255a85-247b-564c-bae8-98aa5e39c17a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO18 RZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO18%20RZN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 194628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4250,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYJU34381',
 'year': 2018}
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-29 06:21:44 [bca.uk] INFO: Saving data for YO18%20RZN: {'auction_closing_time': 1775113200.0, 'created_time': 1774350122.010947, 'last_price_update_time': 1774765304.426225}
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO18%2520RZN') HTTP/1.1" 204 0
2026-03-29 06:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX
2026-03-29 06:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX
2026-03-29 06:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX to the API
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG15%20GWX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6d813ca-0a6e-5507-bd09-eaafd5fb467f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG15 GWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG15%20GWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 92105,
 '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 TIGUAN 2.0 TDI 110 BMT S 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 110 BMT S 2WD',
 'vin': 'WVGZZZ5NZGW011511',
 'year': 2015}
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520GWX%27 HTTP/1.1" 200 None
2026-03-29 06:21:44 [bca.uk] INFO: Saving data for NG15%20GWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563421.745586, 'last_price_update_time': 1774765304.727385}
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG15%2520GWX') HTTP/1.1" 204 0
2026-03-29 06:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ
2026-03-29 06:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ
2026-03-29 06:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ to the API
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20AUJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '710e115c-e71a-57d3-9d01-2e85f1c63fb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 AUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20AUJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 9454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0083602',
 'year': 2020}
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Saving data for YE20%20AUJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774448727.648315, 'last_price_update_time': 1774765305.013742}
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520AUJ') HTTP/1.1" 204 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: SA18%20GRY
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520GRY%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for SA18%20GRY: 2
2026-03-29 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY
2026-03-29 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667d400a-b68d-5599-a54d-0c2a913cb9e8 with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667d400a-b68d-5599-a54d-0c2a913cb9e8 with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 667d400a-b68d-5599-a54d-0c2a913cb9e8, identifier: SA18%20GRY
2026-03-29 06:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML
2026-03-29 06:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML
2026-03-29 06:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML to the API
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ71%20VML-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7947f36e-4075-5afb-863a-260f39dda8f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ71 VML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ71%20VML&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 47896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14700,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK5MC321693',
 'year': 2021}
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ71%2520VML%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Saving data for NJ71%20VML: {'auction_closing_time': 1774854000.0, 'created_time': 1773833402.610112, 'last_price_update_time': 1774765305.397759}
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ71%2520VML') HTTP/1.1" 204 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: AV69%20TBZ
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for AV69%20TBZ: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: DA73%20PBX
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for DA73%20PBX: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: DS69%20LSF
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for DS69%20LSF: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: EF65%20XAT
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520XAT%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for EF65%20XAT: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: EJ20%20ULD
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for EJ20%20ULD: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: FG14%20CUA
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG14%2520CUA%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for FG14%20CUA: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: GN21%20ZMV
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for GN21%20ZMV: 0
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: GV16%20UXD
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for GV16%20UXD: 2
2026-03-29 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD
2026-03-29 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e2e335-44a3-5b97-808c-fe1af6894e44 with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e2e335-44a3-5b97-808c-fe1af6894e44 with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44e2e335-44a3-5b97-808c-fe1af6894e44, identifier: GV16%20UXD
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: RX65%20PZP
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520PZP%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for RX65%20PZP: 2
2026-03-29 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP
2026-03-29 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb, identifier: RX65%20PZP
2026-03-29 06:21:45 [bca.uk] INFO: Found listing with ID: YE20%20DDA
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 06:21:45 [bca.uk] INFO: Scrape type for YE20%20DDA: 2
2026-03-29 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA
2026-03-29 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71c94d0-49c3-53ad-9fe9-1b331f560c6f with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71c94d0-49c3-53ad-9fe9-1b331f560c6f with scrape type 2
2026-03-29 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71c94d0-49c3-53ad-9fe9-1b331f560c6f, identifier: YE20%20DDA
2026-03-29 06:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY
2026-03-29 06:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY
2026-03-29 06:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY to the API
2026-03-29 06:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA18%20GRY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '667d400a-b68d-5599-a54d-0c2a913cb9e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA18 GRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA18%20GRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 40254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082J697029',
 'year': 2018}
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520GRY%27 HTTP/1.1" 200 None
2026-03-29 06:21:46 [bca.uk] INFO: Saving data for SA18%20GRY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563257.712701, 'last_price_update_time': 1774765306.169693}
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA18%2520GRY') HTTP/1.1" 204 0
2026-03-29 06:21:46 [bca.uk] INFO: Found listing with ID: PK23%20AUA
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:21:46 [bca.uk] INFO: Scrape type for PK23%20AUA: 0
2026-03-29 06:21:46 [bca.uk] INFO: Found listing with ID: RF23%20YVP
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF23%2520YVP%27 HTTP/1.1" 200 None
2026-03-29 06:21:46 [bca.uk] INFO: Scrape type for RF23%20YVP: 2
2026-03-29 06:21:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP
2026-03-29 06:21:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10680aa2-2d60-5f43-b7db-eabe49ede92f with scrape type 2
2026-03-29 06:21:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10680aa2-2d60-5f43-b7db-eabe49ede92f with scrape type 2
2026-03-29 06:21:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10680aa2-2d60-5f43-b7db-eabe49ede92f, identifier: RF23%20YVP
2026-03-29 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD
2026-03-29 06:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD
2026-03-29 06:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD to the API
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV16%20UXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44e2e335-44a3-5b97-808c-fe1af6894e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV16 UXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV16%20UXD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 65393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7193104',
 'year': 2016}
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 06:21:46 [bca.uk] INFO: Saving data for GV16%20UXD: {'auction_closing_time': 1775113200.0, 'created_time': 1774354724.99316, 'last_price_update_time': 1774765306.677468}
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV16%2520UXD') HTTP/1.1" 204 0
2026-03-29 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP
2026-03-29 06:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP
2026-03-29 06:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP to the API
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX65%20PZP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86cdd3f1-40a9-5bb5-b811-e02d071dc0fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX65 PZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX65%20PZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 51735,
 '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': 'WAUZZZ8V7GA034861',
 'year': 2015}
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520PZP%27 HTTP/1.1" 200 None
2026-03-29 06:21:46 [bca.uk] INFO: Saving data for RX65%20PZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563422.864164, 'last_price_update_time': 1774765306.962623}
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX65%2520PZP') HTTP/1.1" 204 0
2026-03-29 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA
2026-03-29 06:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA
2026-03-29 06:21:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA to the API
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20DDA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a71c94d0-49c3-53ad-9fe9-1b331f560c6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 DDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20DDA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 11988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0078697',
 'year': 2020}
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Saving data for YE20%20DDA: {'auction_closing_time': 1774854000.0, 'created_time': 1774448725.328905, 'last_price_update_time': 1774765307.240251}
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520DDA') HTTP/1.1" 204 0
2026-03-29 06:21:47 [bca.uk] INFO: Found listing with ID: SK19%20WDZ
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK19%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Scrape type for SK19%20WDZ: 2
2026-03-29 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ
2026-03-29 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207e47ed-90fb-57d5-a5db-2de209eb0e18 with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 207e47ed-90fb-57d5-a5db-2de209eb0e18 with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 207e47ed-90fb-57d5-a5db-2de209eb0e18, identifier: SK19%20WDZ
2026-03-29 06:21:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP
2026-03-29 06:21:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP
2026-03-29 06:21:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP to the API
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21: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:21:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF23%20YVP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '10680aa2-2d60-5f43-b7db-eabe49ede92f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF23 YVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF23%20YVP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 19323,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 128KW 77KWH LIFE PRO (135KC) Hatchback',
 'transmission': 'automatic',
 'trim': '128KW 77KWH LIFE PRO (135KC)',
 'vin': 'WVGZZZE2ZPE014579',
 'year': 2023}
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF23%2520YVP%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Saving data for RF23%20YVP: {'auction_closing_time': 1774854000.0, 'created_time': 1774363080.224133, 'last_price_update_time': 1774765307.629397}
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF23%2520YVP') HTTP/1.1" 204 0
2026-03-29 06:21:47 [bca.uk] INFO: Found listing with ID: KJ19%20NDD
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520NDD%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Scrape type for KJ19%20NDD: 0
2026-03-29 06:21:47 [bca.uk] INFO: Found listing with ID: KM69%20BWC
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Scrape type for KM69%20BWC: 2
2026-03-29 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC
2026-03-29 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e5fa2e-5d82-563a-8997-442f0c55905e with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7e5fa2e-5d82-563a-8997-442f0c55905e with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7e5fa2e-5d82-563a-8997-442f0c55905e, identifier: KM69%20BWC
2026-03-29 06:21:47 [bca.uk] INFO: Found listing with ID: WJ67%20UEN
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520UEN%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Scrape type for WJ67%20UEN: 2
2026-03-29 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN
2026-03-29 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43346e08-5c5c-528c-a210-845344ff57ed with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43346e08-5c5c-528c-a210-845344ff57ed with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43346e08-5c5c-528c-a210-845344ff57ed, identifier: WJ67%20UEN
2026-03-29 06:21:47 [bca.uk] INFO: Found listing with ID: FL22%20SJX
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 06:21:47 [bca.uk] INFO: Scrape type for FL22%20SJX: 2
2026-03-29 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX
2026-03-29 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d98607d-2625-522d-bdc0-706c259fabfb with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d98607d-2625-522d-bdc0-706c259fabfb with scrape type 2
2026-03-29 06:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d98607d-2625-522d-bdc0-706c259fabfb, identifier: FL22%20SJX
2026-03-29 06:21:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ
2026-03-29 06:21:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ
2026-03-29 06:21:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ to the API
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK19%20WDZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '207e47ed-90fb-57d5-a5db-2de209eb0e18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK19 WDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK19%20WDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 94014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.0 EXCEED 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'EXCEED 4WD',
 'vin': 'JMAXTGF7WLZ000387',
 'year': 2019}
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK19%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:21:48 [bca.uk] INFO: Saving data for SK19%20WDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563258.937691, 'last_price_update_time': 1774765308.261829}
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK19%2520WDZ') HTTP/1.1" 204 0
2026-03-29 06:21:48 [bca.uk] INFO: Found listing with ID: RF25%20XKY
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 06:21:48 [bca.uk] INFO: Scrape type for RF25%20XKY: 2
2026-03-29 06:21:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY
2026-03-29 06:21:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22136f2e-67cb-5192-974a-90d678dc6eb7 with scrape type 2
2026-03-29 06:21:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22136f2e-67cb-5192-974a-90d678dc6eb7 with scrape type 2
2026-03-29 06:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22136f2e-67cb-5192-974a-90d678dc6eb7, identifier: RF25%20XKY
2026-03-29 06:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC
2026-03-29 06:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC
2026-03-29 06:21:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC to the API
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM69%20BWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a7e5fa2e-5d82-563a-8997-442f0c55905e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM69 BWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM69%20BWC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 53233,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 32300,
 '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': 'WDF44781123651715',
 'year': 2019}
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 06:21:48 [bca.uk] INFO: Saving data for KM69%20BWC: {'auction_closing_time': 1775113200.0, 'created_time': 1773820977.731893, 'last_price_update_time': 1774765308.64097}
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM69%2520BWC') HTTP/1.1" 204 0
2026-03-29 06:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN
2026-03-29 06:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN
2026-03-29 06:21:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN to the API
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ67%20UEN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43346e08-5c5c-528c-a210-845344ff57ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ67 UEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ67%20UEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 52959,
 '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': 'WF0JXXGAHJHR70933',
 'year': 2017}
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520UEN%27 HTTP/1.1" 200 None
2026-03-29 06:21:48 [bca.uk] INFO: Saving data for WJ67%20UEN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563415.711751, 'last_price_update_time': 1774765308.927027}
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ67%2520UEN') HTTP/1.1" 204 0
2026-03-29 06:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX
2026-03-29 06:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX
2026-03-29 06:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX to the API
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20SJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2d98607d-2625-522d-bdc0-706c259fabfb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL22 SJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20SJX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 24798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9400,
 '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': 'LSJW74096MZ262262',
 'year': 2022}
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 06:21:49 [bca.uk] INFO: Saving data for FL22%20SJX: {'auction_closing_time': 1774854000.0, 'created_time': 1773834594.444003, 'last_price_update_time': 1774765309.212724}
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520SJX') HTTP/1.1" 204 0
2026-03-29 06:21:49 [bca.uk] INFO: Found listing with ID: SM17%20EBA
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM17%2520EBA%27 HTTP/1.1" 200 None
2026-03-29 06:21:49 [bca.uk] INFO: Scrape type for SM17%20EBA: 2
2026-03-29 06:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA
2026-03-29 06:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226504e1-3274-5bd7-91fc-235ba528dc8a with scrape type 2
2026-03-29 06:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226504e1-3274-5bd7-91fc-235ba528dc8a with scrape type 2
2026-03-29 06:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 226504e1-3274-5bd7-91fc-235ba528dc8a, identifier: SM17%20EBA
2026-03-29 06:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY
2026-03-29 06:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY
2026-03-29 06:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY to the API
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF25%20XKY-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '22136f2e-67cb-5192-974a-90d678dc6eb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF25 XKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF25%20XKY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'DACIA',
 'model': 'SPRING',
 'odometer': 4211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8800,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'DACIA SPRING 48KW 27KWH EXTREME 65 Hatchback',
 'transmission': 'automatic',
 'trim': '48KW 27KWH EXTREME 65',
 'vin': 'UU1DBG006RU193747',
 'year': 2025}
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Saving data for RF25%20XKY: {'auction_closing_time': 1774854000.0, 'created_time': 1774363217.386829, 'last_price_update_time': 1774765310.064844}
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF25%2520XKY') HTTP/1.1" 204 0
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: KR24%20RDU
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520RDU%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for KR24%20RDU: 0
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: KT15%20WKY
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for KT15%20WKY: 2
2026-03-29 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY
2026-03-29 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 772a9260-ba3f-5db9-b275-1a4b5b605c93 with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 772a9260-ba3f-5db9-b275-1a4b5b605c93 with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 772a9260-ba3f-5db9-b275-1a4b5b605c93, identifier: KT15%20WKY
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: AF23%20YTL
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520YTL%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for AF23%20YTL: 2
2026-03-29 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL
2026-03-29 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 360d57bd-0646-5bb6-b618-9b823e8a0c90 with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 360d57bd-0646-5bb6-b618-9b823e8a0c90 with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 360d57bd-0646-5bb6-b618-9b823e8a0c90, identifier: AF23%20YTL
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: FY20%20JNN
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY20%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for FY20%20JNN: 2
2026-03-29 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a81377cb-912e-5ba6-a188-130478f10a1b with identifier: FY20%20JNN
2026-03-29 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a81377cb-912e-5ba6-a188-130478f10a1b with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a81377cb-912e-5ba6-a188-130478f10a1b with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a81377cb-912e-5ba6-a188-130478f10a1b, identifier: FY20%20JNN
2026-03-29 06:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA
2026-03-29 06:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA
2026-03-29 06:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA to the API
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM17%20EBA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '226504e1-3274-5bd7-91fc-235ba528dc8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM17 EBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM17%20EBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 84831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 TDI 190 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE S-T',
 'vin': 'WAUZZZF53HA022842',
 'year': 2017}
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM17%2520EBA%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Saving data for SM17%20EBA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563259.55769, 'last_price_update_time': 1774765310.684469}
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM17%2520EBA') HTTP/1.1" 204 0
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: SH71%20NVE
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520NVE%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for SH71%20NVE: 0
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: DX17%20NVL
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX17%2520NVL%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for DX17%20NVL: 0
2026-03-29 06:21:50 [bca.uk] INFO: Found listing with ID: FD15%20FKB
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD15%2520FKB%27 HTTP/1.1" 200 None
2026-03-29 06:21:50 [bca.uk] INFO: Scrape type for FD15%20FKB: 2
2026-03-29 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59cc2d94-57bd-5100-a6d2-e68a59a4f85a with identifier: FD15%20FKB
2026-03-29 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59cc2d94-57bd-5100-a6d2-e68a59a4f85a with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59cc2d94-57bd-5100-a6d2-e68a59a4f85a with scrape type 2
2026-03-29 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59cc2d94-57bd-5100-a6d2-e68a59a4f85a, identifier: FD15%20FKB
2026-03-29 06:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY
2026-03-29 06:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY
2026-03-29 06:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY to the API
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT15%20WKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '772a9260-ba3f-5db9-b275-1a4b5b605c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT15 WKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT15%20WKY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 109219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3950,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.4 TFSI 125 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 S LINE',
 'vin': 'WAUZZZ8X7GB002634',
 'year': 2015}
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-29 06:21:51 [bca.uk] INFO: Saving data for KT15%20WKY: {'auction_closing_time': 1775113200.0, 'created_time': 1774354748.282698, 'last_price_update_time': 1774765311.208931}
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT15%2520WKY') HTTP/1.1" 204 0
2026-03-29 06:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL
2026-03-29 06:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL
2026-03-29 06:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL to the API
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20YTL-GB',
 'category': 'Car',
 'color': 'british racing green iv',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '360d57bd-0646-5bb6-b618-9b823e8a0c90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF23 YTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20YTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 14751,
 '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 Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE PREMIUM',
 'vin': 'WMW32DK0902U36049',
 'year': 2023}
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520YTL%27 HTTP/1.1" 200 None
2026-03-29 06:21:51 [bca.uk] INFO: Saving data for AF23%20YTL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563400.087845, 'last_price_update_time': 1774765311.504409}
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520YTL') HTTP/1.1" 204 0
2026-03-29 06:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a81377cb-912e-5ba6-a188-130478f10a1b with identifier: FY20%20JNN
2026-03-29 06:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a81377cb-912e-5ba6-a188-130478f10a1b with identifier: FY20%20JNN
2026-03-29 06:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a81377cb-912e-5ba6-a188-130478f10a1b with identifier: FY20%20JNN to the API
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY20%20JNN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a81377cb-912e-5ba6-a188-130478f10a1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY20 JNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY20%20JNN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 61210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7900,
 'price_includes_vat': False,
 'registration_date': '2020-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': 'WF02XXERK2LR57338',
 'year': 2020}
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY20%2520JNN%27 HTTP/1.1" 200 None
2026-03-29 06:21:51 [bca.uk] INFO: Saving data for FY20%20JNN: {'auction_closing_time': 1774854000.0, 'created_time': 1773824102.611902, 'last_price_update_time': 1774765311.783854}
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY20%2520JNN') HTTP/1.1" 204 0
2026-03-29 06:21:51 [bca.uk] INFO: Found listing with ID: WK16%20BGY
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK16%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 06:21:51 [bca.uk] INFO: Scrape type for WK16%20BGY: 2
2026-03-29 06:21:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY
2026-03-29 06:21:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with scrape type 2
2026-03-29 06:21:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with scrape type 2
2026-03-29 06:21:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78fb8980-0a42-5fce-a74f-3618fe0c5a68, identifier: WK16%20BGY
2026-03-29 06:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59cc2d94-57bd-5100-a6d2-e68a59a4f85a with identifier: FD15%20FKB
2026-03-29 06:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59cc2d94-57bd-5100-a6d2-e68a59a4f85a with identifier: FD15%20FKB
2026-03-29 06:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59cc2d94-57bd-5100-a6d2-e68a59a4f85a with identifier: FD15%20FKB to the API
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD15%20FKB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59cc2d94-57bd-5100-a6d2-e68a59a4f85a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD15 FKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD15%20FKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 100161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-1 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI KX-1',
 'vin': 'KNAPG81BNF5057565',
 'year': 2015}
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD15%2520FKB%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Saving data for FD15%20FKB: {'auction_closing_time': 1774778400.0, 'created_time': 1774361417.64431, 'last_price_update_time': 1774765312.213373}
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD15%2520FKB') HTTP/1.1" 204 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: KW66%20SNU
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW66%2520SNU%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for KW66%20SNU: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: KY21%20DSV
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for KY21%20DSV: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: LX14%20NEJ
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for LX14%20NEJ: 2
2026-03-29 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ
2026-03-29 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81266cde-a538-5a78-939a-15e89ecd40b1 with scrape type 2
2026-03-29 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81266cde-a538-5a78-939a-15e89ecd40b1 with scrape type 2
2026-03-29 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81266cde-a538-5a78-939a-15e89ecd40b1, identifier: LX14%20NEJ
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: BK67%20ZZW
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520ZZW%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for BK67%20ZZW: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: EA20%20SZP
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA20%2520SZP%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for EA20%20SZP: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: LA17%20FML
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520FML%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for LA17%20FML: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: M28%20JXF
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M28%2520JXF%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for M28%20JXF: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: MM67%20GNY
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM67%2520GNY%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for MM67%20GNY: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: NG16%20CNJ
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG16%2520CNJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for NG16%20CNJ: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: OE14%20ZVC
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520ZVC%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for OE14%20ZVC: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: OW66%20ATN
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520ATN%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for OW66%20ATN: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: VU68%20PBV
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520PBV%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for VU68%20PBV: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: YG15%20BYV
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520BYV%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for YG15%20BYV: 0
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: YF69%20OBM
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520OBM%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for YF69%20OBM: 2
2026-03-29 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM
2026-03-29 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3e54da3-17dc-50bf-9859-1b21904b9379 with scrape type 2
2026-03-29 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3e54da3-17dc-50bf-9859-1b21904b9379 with scrape type 2
2026-03-29 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3e54da3-17dc-50bf-9859-1b21904b9379, identifier: YF69%20OBM
2026-03-29 06:21:52 [bca.uk] INFO: Found listing with ID: SL22%20CBV
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CBV%27 HTTP/1.1" 200 None
2026-03-29 06:21:52 [bca.uk] INFO: Scrape type for SL22%20CBV: 2
2026-03-29 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV
2026-03-29 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85fecdfd-51b5-5896-86b6-d085f68bb206 with scrape type 2
2026-03-29 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85fecdfd-51b5-5896-86b6-d085f68bb206 with scrape type 2
2026-03-29 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85fecdfd-51b5-5896-86b6-d085f68bb206, identifier: SL22%20CBV
2026-03-29 06:21:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY
2026-03-29 06:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY
2026-03-29 06:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY to the API
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK16%20BGY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78fb8980-0a42-5fce-a74f-3618fe0c5a68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK16 BGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK16%20BGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 102513,
 '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 AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD AUTOBIOGRAPHY',
 'vin': 'SALVA2AN1GH143827',
 'year': 2016}
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK16%2520BGY%27 HTTP/1.1" 200 None
2026-03-29 06:21:53 [bca.uk] INFO: Saving data for WK16%20BGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563261.618826, 'last_price_update_time': 1774765313.052136}
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK16%2520BGY') HTTP/1.1" 204 0
2026-03-29 06:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ
2026-03-29 06:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ
2026-03-29 06:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ to the API
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX14%20NEJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81266cde-a538-5a78-939a-15e89ecd40b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX14 NEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX14%20NEJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 84029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10700,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 D PLATINUM ED.TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'D PLATINUM ED.TIPTRONIC S',
 'vin': 'WP1ZZZ92ZELA42481',
 'year': 2014}
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:53 [bca.uk] INFO: Saving data for LX14%20NEJ: {'auction_closing_time': 1775113200.0, 'created_time': 1773821367.788087, 'last_price_update_time': 1774765313.444318}
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX14%2520NEJ') HTTP/1.1" 204 0
2026-03-29 06:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM
2026-03-29 06:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM
2026-03-29 06:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM to the API
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF69%20OBM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd3e54da3-17dc-50bf-9859-1b21904b9379',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF69 OBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF69%20OBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '118I',
 'odometer': 51792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA7K320607F15342',
 'year': 2019}
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520OBM%27 HTTP/1.1" 200 None
2026-03-29 06:21:53 [bca.uk] INFO: Saving data for YF69%20OBM: {'auction_closing_time': 1774951200.0, 'created_time': 1774563394.868411, 'last_price_update_time': 1774765313.735509}
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF69%2520OBM') HTTP/1.1" 204 0
2026-03-29 06:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV
2026-03-29 06:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV
2026-03-29 06:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV to the API
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20CBV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '85fecdfd-51b5-5896-86b6-d085f68bb206',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 CBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20CBV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 35944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8900,
 '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': 'LSJW74093MZ262929',
 'year': 2022}
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CBV%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Saving data for SL22%20CBV: {'auction_closing_time': 1774854000.0, 'created_time': 1773821045.828226, 'last_price_update_time': 1774765314.028848}
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520CBV') HTTP/1.1" 204 0
2026-03-29 06:21:54 [bca.uk] INFO: Found listing with ID: CN64%20RHV
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN64%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Scrape type for CN64%20RHV: 2
2026-03-29 06:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV
2026-03-29 06:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74a23b45-7737-55b4-92ef-75acb2e52fe6 with scrape type 2
2026-03-29 06:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74a23b45-7737-55b4-92ef-75acb2e52fe6 with scrape type 2
2026-03-29 06:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74a23b45-7737-55b4-92ef-75acb2e52fe6, identifier: CN64%20RHV
2026-03-29 06:21:54 [bca.uk] INFO: Found listing with ID: MT20%20ZVJ
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Scrape type for MT20%20ZVJ: 0
2026-03-29 06:21:54 [bca.uk] INFO: Found listing with ID: FE67%20PXN
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Scrape type for FE67%20PXN: 2
2026-03-29 06:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN
2026-03-29 06:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527465de-619e-5ddf-ad9b-805d8363f2b6 with scrape type 2
2026-03-29 06:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527465de-619e-5ddf-ad9b-805d8363f2b6 with scrape type 2
2026-03-29 06:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527465de-619e-5ddf-ad9b-805d8363f2b6, identifier: FE67%20PXN
2026-03-29 06:21:54 [bca.uk] INFO: Found listing with ID: SL22%20CCE
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CCE%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Scrape type for SL22%20CCE: 2
2026-03-29 06:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE
2026-03-29 06:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fcb4df9-b3ba-500b-aafd-697a784943f9 with scrape type 2
2026-03-29 06:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fcb4df9-b3ba-500b-aafd-697a784943f9 with scrape type 2
2026-03-29 06:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fcb4df9-b3ba-500b-aafd-697a784943f9, identifier: SL22%20CCE
2026-03-29 06:21:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV
2026-03-29 06:21:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV
2026-03-29 06:21:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV to the API
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN64%20RHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74a23b45-7737-55b4-92ef-75acb2e52fe6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN64 RHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN64%20RHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 96936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE (9)',
 'vin': 'SALVA2AEXFH982244',
 'year': 2014}
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN64%2520RHV%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Saving data for CN64%20RHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563238.088595, 'last_price_update_time': 1774765314.669174}
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN64%2520RHV') HTTP/1.1" 204 0
2026-03-29 06:21:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN
2026-03-29 06:21:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN
2026-03-29 06:21:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN to the API
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE67%20PXN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '527465de-619e-5ddf-ad9b-805d8363f2b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE67 PXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE67%20PXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 117978,
 '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 AVENSIS 2.0 D-4D DESIGN Saloon',
 'transmission': 'manual',
 'trim': 'D-4D DESIGN',
 'vin': 'SB1BT76L00E023635',
 'year': 2017}
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 06:21:54 [bca.uk] INFO: Saving data for FE67%20PXN: {'auction_closing_time': 1774951200.0, 'created_time': 1774563419.048742, 'last_price_update_time': 1774765314.981585}
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE67%2520PXN') HTTP/1.1" 204 0
2026-03-29 06:21:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE
2026-03-29 06:21:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE
2026-03-29 06:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE to the API
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20CCE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7fcb4df9-b3ba-500b-aafd-697a784943f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 CCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20CCE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 8923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74096MZ225440',
 'year': 2022}
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CCE%27 HTTP/1.1" 200 None
2026-03-29 06:21:55 [bca.uk] INFO: Saving data for SL22%20CCE: {'auction_closing_time': 1774854000.0, 'created_time': 1773821045.399314, 'last_price_update_time': 1774765315.262545}
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520CCE') HTTP/1.1" 204 0
2026-03-29 06:21:55 [bca.uk] INFO: Found listing with ID: DE16%20ETK
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE16%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 06:21:55 [bca.uk] INFO: Scrape type for DE16%20ETK: 2
2026-03-29 06:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK
2026-03-29 06:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbb18acc-ca92-5deb-ad89-69bffe261226 with scrape type 2
2026-03-29 06:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbb18acc-ca92-5deb-ad89-69bffe261226 with scrape type 2
2026-03-29 06:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbb18acc-ca92-5deb-ad89-69bffe261226, identifier: DE16%20ETK
2026-03-29 06:21:55 [bca.uk] INFO: Found listing with ID: EY70%20LFR
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 06:21:55 [bca.uk] INFO: Scrape type for EY70%20LFR: 2
2026-03-29 06:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR
2026-03-29 06:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc27960-b581-5a0c-a057-b39130037d17 with scrape type 2
2026-03-29 06:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc27960-b581-5a0c-a057-b39130037d17 with scrape type 2
2026-03-29 06:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfc27960-b581-5a0c-a057-b39130037d17, identifier: EY70%20LFR
2026-03-29 06:21:55 [bca.uk] INFO: Found listing with ID: YR23%20CUK
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520CUK%27 HTTP/1.1" 200 None
2026-03-29 06:21:55 [bca.uk] INFO: Scrape type for YR23%20CUK: 0
2026-03-29 06:21:55 [bca.uk] INFO: Found listing with ID: AV71%20EYD
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520EYD%27 HTTP/1.1" 200 None
2026-03-29 06:21:55 [bca.uk] INFO: Scrape type for AV71%20EYD: 2
2026-03-29 06:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD
2026-03-29 06:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with scrape type 2
2026-03-29 06:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with scrape type 2
2026-03-29 06:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5, identifier: AV71%20EYD
2026-03-29 06:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK
2026-03-29 06:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK
2026-03-29 06:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK to the API
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE16%20ETK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dbb18acc-ca92-5deb-ad89-69bffe261226',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE16 ETK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE16%20ETK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'B180 D',
 'odometer': 71788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 D 1.5 AMG LINE MPV',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2462122J400197',
 'year': 2016}
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE16%2520ETK%27 HTTP/1.1" 200 None
2026-03-29 06:21:55 [bca.uk] INFO: Saving data for DE16%20ETK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563239.433205, 'last_price_update_time': 1774765315.894447}
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE16%2520ETK') HTTP/1.1" 204 0
2026-03-29 06:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR
2026-03-29 06:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR
2026-03-29 06:21:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR to the API
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY70%20LFR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfc27960-b581-5a0c-a057-b39130037d17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY70 LFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY70%20LFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 31479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 115 N-CONNECTA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 115 N-CONNECTA DCT',
 'vin': 'SJNFAAF16U1061125',
 'year': 2020}
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 06:21:56 [bca.uk] INFO: Saving data for EY70%20LFR: {'auction_closing_time': 1775124000.0, 'created_time': 1774563389.72735, 'last_price_update_time': 1774765316.179988}
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY70%2520LFR') HTTP/1.1" 204 0
2026-03-29 06:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD
2026-03-29 06:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD
2026-03-29 06:21:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD to the API
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV71%20EYD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '867a84a1-5a56-56fb-a3ec-4fc593af8ec5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV71 EYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV71%20EYD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 46755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 LEADER',
 'vin': 'WF0EXXTTREMK28427',
 'year': 2022}
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520EYD%27 HTTP/1.1" 200 None
2026-03-29 06:21:56 [bca.uk] INFO: Saving data for AV71%20EYD: {'auction_closing_time': 1774940400.0, 'created_time': 1773929948.753475, 'last_price_update_time': 1774765316.460006}
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520EYD') HTTP/1.1" 204 0
2026-03-29 06:21:56 [bca.uk] INFO: Total items found: 100
2026-03-29 06:21:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded
2026-03-29 06:21:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:21:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:21:56 [bca.uk] INFO: Found listing with ID: EN17%20AWR
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 06:21:56 [bca.uk] INFO: Scrape type for EN17%20AWR: 2
2026-03-29 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR
2026-03-29 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with scrape type 2
2026-03-29 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with scrape type 2
2026-03-29 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae, identifier: EN17%20AWR
2026-03-29 06:21:56 [bca.uk] INFO: Found listing with ID: EA18%20OEP
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520OEP%27 HTTP/1.1" 200 None
2026-03-29 06:21:56 [bca.uk] INFO: Scrape type for EA18%20OEP: 2
2026-03-29 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP
2026-03-29 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 289307b4-9814-50e1-a5dd-2830ea7a06e4 with scrape type 2
2026-03-29 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 289307b4-9814-50e1-a5dd-2830ea7a06e4 with scrape type 2
2026-03-29 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 289307b4-9814-50e1-a5dd-2830ea7a06e4, identifier: EA18%20OEP
2026-03-29 06:21:56 [bca.uk] INFO: Found listing with ID: HJ22%20MKG
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-29 06:21:56 [bca.uk] INFO: Scrape type for HJ22%20MKG: 2
2026-03-29 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG
2026-03-29 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c18d9c59-a588-5b4e-822d-e0ab9f404e3c with scrape type 2
2026-03-29 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c18d9c59-a588-5b4e-822d-e0ab9f404e3c with scrape type 2
2026-03-29 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c18d9c59-a588-5b4e-822d-e0ab9f404e3c, identifier: HJ22%20MKG
2026-03-29 06:21:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:21:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR
2026-03-29 06:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR
2026-03-29 06:21:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR to the API
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN17%20AWR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN17 AWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN17%20AWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 93525,
 '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 DIG-T ACENTA (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA (7ST)',
 'vin': 'JN1JDAT32U0005545',
 'year': 2017}
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520AWR%27 HTTP/1.1" 200 None
2026-03-29 06:21:57 [bca.uk] INFO: Saving data for EN17%20AWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563241.255349, 'last_price_update_time': 1774765317.075806}
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN17%2520AWR') HTTP/1.1" 204 0
2026-03-29 06:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP
2026-03-29 06:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP
2026-03-29 06:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP to the API
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA18%20OEP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '289307b4-9814-50e1-a5dd-2830ea7a06e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA18 OEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA18%20OEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 41339,
 'odometer_reading_unit': '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 C1 1.2 P/T 82 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FLAIR',
 'vin': 'VF7PAHMTCHR815334',
 'year': 2018}
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520OEP%27 HTTP/1.1" 200 None
2026-03-29 06:21:57 [bca.uk] INFO: Saving data for EA18%20OEP: {'auction_closing_time': 1775124000.0, 'created_time': 1774563391.844882, 'last_price_update_time': 1774765317.450015}
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520OEP') HTTP/1.1" 204 0
2026-03-29 06:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG
2026-03-29 06:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG
2026-03-29 06:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG to the API
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ22%20MKG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c18d9c59-a588-5b4e-822d-e0ab9f404e3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ22 MKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ22%20MKG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 121667,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYME63908',
 'year': 2022}
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-29 06:21:57 [bca.uk] INFO: Saving data for HJ22%20MKG: {'auction_closing_time': 1774940400.0, 'created_time': 1774355505.555464, 'last_price_update_time': 1774765317.741373}
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ22%2520MKG') HTTP/1.1" 204 0
2026-03-29 06:21:57 [bca.uk] INFO: Found listing with ID: ND13%20KHL
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520KHL%27 HTTP/1.1" 200 None
2026-03-29 06:21:57 [bca.uk] INFO: Scrape type for ND13%20KHL: 2
2026-03-29 06:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL
2026-03-29 06:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with scrape type 2
2026-03-29 06:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with scrape type 2
2026-03-29 06:21:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be7dd82d-8e31-5614-9e23-e9e7e0e13b06, identifier: ND13%20KHL
2026-03-29 06:21: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:21:57 [bca.uk] INFO: Found listing with ID: EX17%20URM
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520URM%27 HTTP/1.1" 200 None
2026-03-29 06:21:57 [bca.uk] INFO: Scrape type for EX17%20URM: 2
2026-03-29 06:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM
2026-03-29 06:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78053450-2ef1-56a2-8e5a-40e7aca9c243 with scrape type 2
2026-03-29 06:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78053450-2ef1-56a2-8e5a-40e7aca9c243 with scrape type 2
2026-03-29 06:21:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78053450-2ef1-56a2-8e5a-40e7aca9c243, identifier: EX17%20URM
2026-03-29 06:21:57 [bca.uk] INFO: Found listing with ID: EN14%20GKC
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520GKC%27 HTTP/1.1" 200 None
2026-03-29 06:21:57 [bca.uk] INFO: Scrape type for EN14%20GKC: 2
2026-03-29 06:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC
2026-03-29 06:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 590a547b-1e33-553f-975e-e24d25444bab with scrape type 2
2026-03-29 06:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 590a547b-1e33-553f-975e-e24d25444bab with scrape type 2
2026-03-29 06:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 590a547b-1e33-553f-975e-e24d25444bab, identifier: EN14%20GKC
2026-03-29 06:21:58 [bca.uk] INFO: Found listing with ID: HN73%20NDG
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520NDG%27 HTTP/1.1" 200 None
2026-03-29 06:21:58 [bca.uk] INFO: Scrape type for HN73%20NDG: 2
2026-03-29 06:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a124cc2b-41a1-5a77-9016-8f5a8b4882eb with identifier: HN73%20NDG
2026-03-29 06:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a124cc2b-41a1-5a77-9016-8f5a8b4882eb with scrape type 2
2026-03-29 06:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a124cc2b-41a1-5a77-9016-8f5a8b4882eb with scrape type 2
2026-03-29 06:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a124cc2b-41a1-5a77-9016-8f5a8b4882eb, identifier: HN73%20NDG
2026-03-29 06:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL
2026-03-29 06:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL
2026-03-29 06:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL to the API
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND13%20KHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be7dd82d-8e31-5614-9e23-e9e7e0e13b06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND13 KHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20KHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 93583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 1.6 TDI CR 105 S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 105 S',
 'vin': 'TMBBJ73T5D9051595',
 'year': 2018}
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520KHL%27 HTTP/1.1" 200 None
2026-03-29 06:21:58 [bca.uk] INFO: Saving data for ND13%20KHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774563606.410425, 'last_price_update_time': 1774765318.450707}
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520KHL') HTTP/1.1" 204 0
2026-03-29 06:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM
2026-03-29 06:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM
2026-03-29 06:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM to the API
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX17%20URM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78053450-2ef1-56a2-8e5a-40e7aca9c243',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX17 URM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX17%20URM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '218I',
 'odometer': 81304,
 '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': 'WBA2F12090V966941',
 'year': 2017}
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520URM%27 HTTP/1.1" 200 None
2026-03-29 06:21:58 [bca.uk] INFO: Saving data for EX17%20URM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563245.273557, 'last_price_update_time': 1774765318.731266}
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX17%2520URM') HTTP/1.1" 204 0
2026-03-29 06:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC
2026-03-29 06:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC
2026-03-29 06:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC to the API
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN14%20GKC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '590a547b-1e33-553f-975e-e24d25444bab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN14 GKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN14%20GKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'HYUNDAI',
 'model': 'I40 TOURER',
 'odometer': 34435,
 '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': 'KMHLB81ULDU078036',
 'year': 2014}
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520GKC%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Saving data for EN14%20GKC: {'auction_closing_time': 1774951200.0, 'created_time': 1774563419.422253, 'last_price_update_time': 1774765319.018761}
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN14%2520GKC') HTTP/1.1" 204 0
2026-03-29 06:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a124cc2b-41a1-5a77-9016-8f5a8b4882eb with identifier: HN73%20NDG
2026-03-29 06:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a124cc2b-41a1-5a77-9016-8f5a8b4882eb with identifier: HN73%20NDG
2026-03-29 06:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a124cc2b-41a1-5a77-9016-8f5a8b4882eb with identifier: HN73%20NDG to the API
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN73%20NDG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a124cc2b-41a1-5a77-9016-8f5a8b4882eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN73 NDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN73%20NDG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 21868,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPS68625',
 'year': 2023}
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520NDG%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Saving data for HN73%20NDG: {'auction_closing_time': 1774940400.0, 'created_time': 1774265341.65053, 'last_price_update_time': 1774765319.300641}
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN73%2520NDG') HTTP/1.1" 204 0
2026-03-29 06:21:59 [bca.uk] INFO: Found listing with ID: E4%20SXC
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520SXC%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Scrape type for E4%20SXC: 2
2026-03-29 06:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC
2026-03-29 06:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e, identifier: E4%20SXC
2026-03-29 06:21:59 [bca.uk] INFO: Found listing with ID: FX68%20VNB
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Scrape type for FX68%20VNB: 2
2026-03-29 06:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB
2026-03-29 06:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 036c3ed2-a3c2-5e5a-b759-302910026337 with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 036c3ed2-a3c2-5e5a-b759-302910026337 with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 036c3ed2-a3c2-5e5a-b759-302910026337, identifier: FX68%20VNB
2026-03-29 06:21:59 [bca.uk] INFO: Found listing with ID: LP62%20TXD
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520TXD%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Scrape type for LP62%20TXD: 2
2026-03-29 06:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD
2026-03-29 06:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97a3c2d-2194-5280-b477-977c051d8d5d with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f97a3c2d-2194-5280-b477-977c051d8d5d with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f97a3c2d-2194-5280-b477-977c051d8d5d, identifier: LP62%20TXD
2026-03-29 06:21:59 [bca.uk] INFO: Found listing with ID: LG22%20OPF
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520OPF%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Scrape type for LG22%20OPF: 0
2026-03-29 06:21:59 [bca.uk] INFO: Found listing with ID: ND70%20TXK
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-29 06:21:59 [bca.uk] INFO: Scrape type for ND70%20TXK: 2
2026-03-29 06:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK
2026-03-29 06:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with scrape type 2
2026-03-29 06:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf, identifier: ND70%20TXK
2026-03-29 06:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC
2026-03-29 06:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC
2026-03-29 06:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC to the API
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=E4%20SXC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3a04a9f7-f15f-525f-8f7b-1c51bab98b9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'E4 SXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=E4%20SXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 101407,
 '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 2.0 TDI 140 BLACK ED.S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 BLACK ED.S/S',
 'vin': 'WAUZZZ8P9CA088321',
 'year': 2011}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520SXC%27 HTTP/1.1" 200 None
2026-03-29 06:22:00 [bca.uk] INFO: Saving data for E4%20SXC: {'auction_closing_time': 1774951200.0, 'created_time': 1773933821.635082, 'last_price_update_time': 1774765320.053944}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='E4%2520SXC') HTTP/1.1" 204 0
2026-03-29 06:22:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB
2026-03-29 06:22:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB
2026-03-29 06:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB to the API
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX68%20VNB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '036c3ed2-a3c2-5e5a-b759-302910026337',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX68 VNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX68%20VNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250',
 'odometer': 57013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 2.0 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539462V129050',
 'year': 2018}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520VNB%27 HTTP/1.1" 200 None
2026-03-29 06:22:00 [bca.uk] INFO: Saving data for FX68%20VNB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563245.643291, 'last_price_update_time': 1774765320.353791}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX68%2520VNB') HTTP/1.1" 204 0
2026-03-29 06:22:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD
2026-03-29 06:22:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD
2026-03-29 06:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD to the API
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP62%20TXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f97a3c2d-2194-5280-b477-977c051d8d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP62 TXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP62%20TXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 57888,
 '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': 'VF7SA9HPKDW508941',
 'year': 2013}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520TXD%27 HTTP/1.1" 200 None
2026-03-29 06:22:00 [bca.uk] INFO: Saving data for LP62%20TXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774563431.667117, 'last_price_update_time': 1774765320.631125}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP62%2520TXD') HTTP/1.1" 204 0
2026-03-29 06:22:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK
2026-03-29 06:22:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK
2026-03-29 06:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK to the API
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND70%20TXK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb30ca85-a4cf-5906-a5bb-fd51df14c5cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND70 TXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND70%20TXK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 40054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 75 1000 WORKER Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 1000 WORKER',
 'vin': 'VR7EFYHWCLJ941357',
 'year': 2021}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-29 06:22:00 [bca.uk] INFO: Saving data for ND70%20TXK: {'auction_closing_time': 1774940400.0, 'created_time': 1774355073.598136, 'last_price_update_time': 1774765320.910659}
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND70%2520TXK') HTTP/1.1" 204 0
2026-03-29 06:22:00 [bca.uk] INFO: Found listing with ID: SH64%20WCV
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520WCV%27 HTTP/1.1" 200 None
2026-03-29 06:22:00 [bca.uk] INFO: Scrape type for SH64%20WCV: 2
2026-03-29 06:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV
2026-03-29 06:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with scrape type 2
2026-03-29 06:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b560fb2-c801-5b50-a429-a71d2d3c0a91, identifier: SH64%20WCV
2026-03-29 06:22:01 [bca.uk] INFO: Found listing with ID: GP16%20OCE
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP16%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 06:22:01 [bca.uk] INFO: Scrape type for GP16%20OCE: 2
2026-03-29 06:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE
2026-03-29 06:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e816a42e-0dd2-5bff-9ec3-00a5f46c14af with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e816a42e-0dd2-5bff-9ec3-00a5f46c14af with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e816a42e-0dd2-5bff-9ec3-00a5f46c14af, identifier: GP16%20OCE
2026-03-29 06:22:01 [bca.uk] INFO: Found listing with ID: BP11%20YWW
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 06:22:01 [bca.uk] INFO: Scrape type for BP11%20YWW: 2
2026-03-29 06:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW
2026-03-29 06:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45cb7c41-9374-51f1-8f8c-5330164c509d with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45cb7c41-9374-51f1-8f8c-5330164c509d with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45cb7c41-9374-51f1-8f8c-5330164c509d, identifier: BP11%20YWW
2026-03-29 06:22:01 [bca.uk] INFO: Found listing with ID: NU71%20JXC
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JXC%27 HTTP/1.1" 200 None
2026-03-29 06:22:01 [bca.uk] INFO: Scrape type for NU71%20JXC: 0
2026-03-29 06:22:01 [bca.uk] INFO: Found listing with ID: SP20%20OYL
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP20%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 06:22:01 [bca.uk] INFO: Scrape type for SP20%20OYL: 2
2026-03-29 06:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL
2026-03-29 06:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with scrape type 2
2026-03-29 06:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7, identifier: SP20%20OYL
2026-03-29 06:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV
2026-03-29 06:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV
2026-03-29 06:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV to the API
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH64%20WCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b560fb2-c801-5b50-a429-a71d2d3c0a91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH64 WCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH64%20WCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 94946,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0KXXGCBKEP53123',
 'year': 2014}
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520WCV%27 HTTP/1.1" 200 None
2026-03-29 06:22:01 [bca.uk] INFO: Saving data for SH64%20WCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563607.834613, 'last_price_update_time': 1774765321.69087}
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520WCV') HTTP/1.1" 204 0
2026-03-29 06:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE
2026-03-29 06:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE
2026-03-29 06:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE to the API
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 298,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP16%20OCE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e816a42e-0dd2-5bff-9ec3-00a5f46c14af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP16 OCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP16%20OCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 77139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 5.0 S/C SVR StationWagon',
 'transmission': 'manual',
 'trim': 'S/C SVR',
 'vin': 'SALWA2EE9GA596763',
 'year': 2016}
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP16%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 06:22:02 [bca.uk] INFO: Saving data for GP16%20OCE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563228.471778, 'last_price_update_time': 1774765322.101757}
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP16%2520OCE') HTTP/1.1" 204 0
2026-03-29 06:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW
2026-03-29 06:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW
2026-03-29 06:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW to the API
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP11%20YWW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '45cb7c41-9374-51f1-8f8c-5330164c509d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP11 YWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP11%20YWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 79786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 122 Hatchback',
 'transmission': 'manual',
 'trim': '122',
 'vin': 'WMWSU32060T105102',
 'year': 2011}
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520YWW%27 HTTP/1.1" 200 None
2026-03-29 06:22:02 [bca.uk] INFO: Saving data for BP11%20YWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563424.411029, 'last_price_update_time': 1774765322.378077}
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP11%2520YWW') HTTP/1.1" 204 0
2026-03-29 06:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL
2026-03-29 06:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL
2026-03-29 06:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL to the API
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP20%20OYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c58f11c-693d-5cfe-96cd-7a051a5e56a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP20 OYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP20%20OYL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 62226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJJKL10JH013071',
 'year': 2020}
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP20%2520OYL%27 HTTP/1.1" 200 None
2026-03-29 06:22:02 [bca.uk] INFO: Saving data for SP20%20OYL: {'auction_closing_time': 1774940400.0, 'created_time': 1773824095.746743, 'last_price_update_time': 1774765322.687532}
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP20%2520OYL') HTTP/1.1" 204 0
2026-03-29 06:22:02 [bca.uk] INFO: Found listing with ID: RE70%20FXW
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXW%27 HTTP/1.1" 200 None
2026-03-29 06:22:02 [bca.uk] INFO: Scrape type for RE70%20FXW: 2
2026-03-29 06:22:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW
2026-03-29 06:22:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with scrape type 2
2026-03-29 06:22:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with scrape type 2
2026-03-29 06:22:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff, identifier: RE70%20FXW
2026-03-29 06:22:02 [bca.uk] INFO: Found listing with ID: KF16%20XDS
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520XDS%27 HTTP/1.1" 200 None
2026-03-29 06:22:02 [bca.uk] INFO: Scrape type for KF16%20XDS: 2
2026-03-29 06:22:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS
2026-03-29 06:22:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d019202-db1f-538a-b6cd-b46318823d5d with scrape type 2
2026-03-29 06:22:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d019202-db1f-538a-b6cd-b46318823d5d with scrape type 2
2026-03-29 06:22:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d019202-db1f-538a-b6cd-b46318823d5d, identifier: KF16%20XDS
2026-03-29 06:22:02 [bca.uk] INFO: Found listing with ID: FN61%20HWO
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 06:22:02 [bca.uk] INFO: Scrape type for FN61%20HWO: 2
2026-03-29 06:22:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO
2026-03-29 06:22:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 930b763b-b4af-5b40-b68f-8841fa97eac7 with scrape type 2
2026-03-29 06:22:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 930b763b-b4af-5b40-b68f-8841fa97eac7 with scrape type 2
2026-03-29 06:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 930b763b-b4af-5b40-b68f-8841fa97eac7, identifier: FN61%20HWO
2026-03-29 06:22:03 [bca.uk] INFO: Found listing with ID: WJ18%20NKM
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 06:22:03 [bca.uk] INFO: Scrape type for WJ18%20NKM: 2
2026-03-29 06:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM
2026-03-29 06:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb44fb5c-2e30-56ae-9613-09bc250b41a3 with scrape type 2
2026-03-29 06:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb44fb5c-2e30-56ae-9613-09bc250b41a3 with scrape type 2
2026-03-29 06:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb44fb5c-2e30-56ae-9613-09bc250b41a3, identifier: WJ18%20NKM
2026-03-29 06:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW
2026-03-29 06:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW
2026-03-29 06:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW to the API
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE70%20FXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T08:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74b8807e-9b09-554b-b7ab-4b5f8540c2ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE70 FXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE70%20FXW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 115527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 150 LM BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 LM BUSINESS',
 'vin': 'VF1MA000566316304',
 'year': 2020}
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXW%27 HTTP/1.1" 200 None
2026-03-29 06:22:03 [bca.uk] INFO: Saving data for RE70%20FXW: {'auction_closing_time': 1774857600.0, 'created_time': 1773910029.486128, 'last_price_update_time': 1774765323.409256}
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520FXW') HTTP/1.1" 204 0
2026-03-29 06:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS
2026-03-29 06:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS
2026-03-29 06:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS to the API
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF16%20XDS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d019202-db1f-538a-b6cd-b46318823d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF16 XDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF16%20XDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 47166,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2KE6GA659483',
 'year': 2016}
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520XDS%27 HTTP/1.1" 200 None
2026-03-29 06:22:03 [bca.uk] INFO: Saving data for KF16%20XDS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563226.780769, 'last_price_update_time': 1774765323.79896}
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF16%2520XDS') HTTP/1.1" 204 0
2026-03-29 06:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO
2026-03-29 06:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO
2026-03-29 06:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO to the API
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN61%20HWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '930b763b-b4af-5b40-b68f-8841fa97eac7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN61 HWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN61%20HWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 114508,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.2 D 163 TS2 Hatchback',
 'transmission': 'manual',
 'trim': 'D 163 TS2',
 'vin': 'JMZGHA4B601459820',
 'year': 2011}
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Saving data for FN61%20HWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563422.467312, 'last_price_update_time': 1774765324.085519}
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN61%2520HWO') HTTP/1.1" 204 0
2026-03-29 06:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM
2026-03-29 06:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM
2026-03-29 06:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM to the API
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20NKM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eb44fb5c-2e30-56ae-9613-09bc250b41a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ18 NKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20NKM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'FIORINO CARGO',
 'odometer': 71154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2200,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FIAT FIORINO CARGO 1.3 M/JET 80 SX Van',
 'transmission': 'manual',
 'trim': 'M/JET 80 SX',
 'vin': 'ZFA22500006J19821',
 'year': 2018}
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Saving data for WJ18%20NKM: {'auction_closing_time': 1774940400.0, 'created_time': 1773825629.775973, 'last_price_update_time': 1774765324.409567}
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520NKM') HTTP/1.1" 204 0
2026-03-29 06:22:04 [bca.uk] INFO: Found listing with ID: AJ71%20FNF
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FNF%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Scrape type for AJ71%20FNF: 0
2026-03-29 06:22:04 [bca.uk] INFO: Found listing with ID: DE70%20OYM
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Scrape type for DE70%20OYM: 0
2026-03-29 06:22:04 [bca.uk] INFO: Found listing with ID: YO68%20XDS
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520XDS%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Scrape type for YO68%20XDS: 2
2026-03-29 06:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS
2026-03-29 06:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2657792-76d6-5eca-958e-57923615531c with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2657792-76d6-5eca-958e-57923615531c with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2657792-76d6-5eca-958e-57923615531c, identifier: YO68%20XDS
2026-03-29 06:22:04 [bca.uk] INFO: Found listing with ID: LD18%20RXF
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Scrape type for LD18%20RXF: 2
2026-03-29 06:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF
2026-03-29 06:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175, identifier: LD18%20RXF
2026-03-29 06:22:04 [bca.uk] INFO: Found listing with ID: HG08%20HGP
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520HGP%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Scrape type for HG08%20HGP: 2
2026-03-29 06:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP
2026-03-29 06:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867abbf6-9cd8-5f81-a084-2bef7309c58d with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867abbf6-9cd8-5f81-a084-2bef7309c58d with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867abbf6-9cd8-5f81-a084-2bef7309c58d, identifier: HG08%20HGP
2026-03-29 06:22:04 [bca.uk] INFO: Found listing with ID: WX22%20PZH
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 06:22:04 [bca.uk] INFO: Scrape type for WX22%20PZH: 2
2026-03-29 06:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH
2026-03-29 06:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47330250-7735-579d-9d64-8a04a7339765 with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47330250-7735-579d-9d64-8a04a7339765 with scrape type 2
2026-03-29 06:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47330250-7735-579d-9d64-8a04a7339765, identifier: WX22%20PZH
2026-03-29 06:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS
2026-03-29 06:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS
2026-03-29 06:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS to the API
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO68%20XDS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2657792-76d6-5eca-958e-57923615531c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO68 XDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO68%20XDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 85647,
 'odometer_reading_unit': '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': 'WF0JXXGAHJJB71009',
 'year': 2018}
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520XDS%27 HTTP/1.1" 200 None
2026-03-29 06:22:05 [bca.uk] INFO: Saving data for YO68%20XDS: {'auction_closing_time': 1774854000.0, 'created_time': 1774016985.066101, 'last_price_update_time': 1774765325.199464}
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO68%2520XDS') HTTP/1.1" 204 0
2026-03-29 06:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF
2026-03-29 06:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF
2026-03-29 06:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF to the API
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD18%20RXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD18 RXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD18%20RXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '718 CAYMAN',
 'odometer': 23698,
 'odometer_reading_unit': '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 718 CAYMAN 2.5 350 S PDK Coupe',
 'transmission': 'automatic',
 'trim': '350 S PDK',
 'vin': 'WP0ZZZ98ZJK271513',
 'year': 2018}
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520RXF%27 HTTP/1.1" 200 None
2026-03-29 06:22:05 [bca.uk] INFO: Saving data for LD18%20RXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563229.776549, 'last_price_update_time': 1774765325.500946}
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520RXF') HTTP/1.1" 204 0
2026-03-29 06:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP
2026-03-29 06:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP
2026-03-29 06:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP to the API
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG08%20HGP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '867abbf6-9cd8-5f81-a084-2bef7309c58d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG08 HGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG08%20HGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '125I',
 'odometer': 64612,
 '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 125I 3.0 SE STEP Convertible',
 'transmission': 'manual',
 'trim': 'SE STEP',
 'vin': 'WBAUL92010VG73196',
 'year': 2008}
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520HGP%27 HTTP/1.1" 200 None
2026-03-29 06:22:05 [bca.uk] INFO: Saving data for HG08%20HGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563409.314834, 'last_price_update_time': 1774765325.787184}
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG08%2520HGP') HTTP/1.1" 204 0
2026-03-29 06:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH
2026-03-29 06:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH
2026-03-29 06:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH to the API
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX22%20PZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47330250-7735-579d-9d64-8a04a7339765',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX22 PZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX22%20PZH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 96895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 LIMITED 1 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 LIMITED 1',
 'vin': '6FPPXXMJ2PMD58996',
 'year': 2022}
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 06:22:06 [bca.uk] INFO: Saving data for WX22%20PZH: {'auction_closing_time': 1774940400.0, 'created_time': 1773833512.309309, 'last_price_update_time': 1774765326.066959}
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX22%2520PZH') HTTP/1.1" 204 0
2026-03-29 06:22:06 [bca.uk] INFO: Found listing with ID: ESZ%207875
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25207875%27 HTTP/1.1" 200 None
2026-03-29 06:22:06 [bca.uk] INFO: Scrape type for ESZ%207875: 2
2026-03-29 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875
2026-03-29 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d87eb82f-f2c8-51ea-b83e-075c630a6cc9, identifier: ESZ%207875
2026-03-29 06:22:06 [bca.uk] INFO: Found listing with ID: LR15%20USX
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520USX%27 HTTP/1.1" 200 None
2026-03-29 06:22:06 [bca.uk] INFO: Scrape type for LR15%20USX: 2
2026-03-29 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX
2026-03-29 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77eb45a9-a9c7-5531-9811-d5ed38072a21 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77eb45a9-a9c7-5531-9811-d5ed38072a21 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77eb45a9-a9c7-5531-9811-d5ed38072a21, identifier: LR15%20USX
2026-03-29 06:22:06 [bca.uk] INFO: Found listing with ID: PN65%20NPA
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 06:22:06 [bca.uk] INFO: Scrape type for PN65%20NPA: 2
2026-03-29 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA
2026-03-29 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9a23997-517e-50c3-bb3a-4fe6a0821473 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9a23997-517e-50c3-bb3a-4fe6a0821473 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9a23997-517e-50c3-bb3a-4fe6a0821473, identifier: PN65%20NPA
2026-03-29 06:22:06 [bca.uk] INFO: Found listing with ID: YT25%20JVE
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-29 06:22:06 [bca.uk] INFO: Scrape type for YT25%20JVE: 2
2026-03-29 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE
2026-03-29 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0889d0fb-6451-593d-9744-fe09b28536f1 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0889d0fb-6451-593d-9744-fe09b28536f1 with scrape type 2
2026-03-29 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0889d0fb-6451-593d-9744-fe09b28536f1, identifier: YT25%20JVE
2026-03-29 06:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875
2026-03-29 06:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875
2026-03-29 06:22:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875 to the API
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ESZ%207875-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd87eb82f-f2c8-51ea-b83e-075c630a6cc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ESZ 7875',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ESZ%207875&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '525I',
 'odometer': 138668,
 '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 525I 2.5 (215) SE Saloon',
 'transmission': 'automatic',
 'trim': '(215) SE',
 'vin': 'WBANE52070CK67018',
 'year': 2005}
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25207875%27 HTTP/1.1" 200 None
2026-03-29 06:22:06 [bca.uk] INFO: Saving data for ESZ%207875: {'auction_closing_time': 1774951200.0, 'created_time': 1774563596.736324, 'last_price_update_time': 1774765326.782302}
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ESZ%25207875') HTTP/1.1" 204 0
2026-03-29 06:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX
2026-03-29 06:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX
2026-03-29 06:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX to the API
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR15%20USX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77eb45a9-a9c7-5531-9811-d5ed38072a21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR15 USX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR15%20USX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 82596,
 '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 Q3 1.4 TFSI 150 SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 150 SE S-T',
 'vin': 'WAUZZZ8U4FR024389',
 'year': 2015}
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520USX%27 HTTP/1.1" 200 None
2026-03-29 06:22:07 [bca.uk] INFO: Saving data for LR15%20USX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563230.301869, 'last_price_update_time': 1774765327.176622}
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR15%2520USX') HTTP/1.1" 204 0
2026-03-29 06:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA
2026-03-29 06:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA
2026-03-29 06:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA to the API
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN65%20NPA-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9a23997-517e-50c3-bb3a-4fe6a0821473',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN65 NPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN65%20NPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500',
 'odometer': 62742,
 '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': 'ZFA3120000J377491',
 'year': 2015}
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 06:22:07 [bca.uk] INFO: Saving data for PN65%20NPA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563410.076759, 'last_price_update_time': 1774765327.455212}
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN65%2520NPA') HTTP/1.1" 204 0
2026-03-29 06:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE
2026-03-29 06:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE
2026-03-29 06:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE to the API
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 235,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT25%20JVE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0889d0fb-6451-593d-9744-fe09b28536f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT25 JVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT25%20JVE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 11520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS879RT008559',
 'year': 2025}
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-29 06:22:07 [bca.uk] INFO: Saving data for YT25%20JVE: {'auction_closing_time': 1774940400.0, 'created_time': 1774355516.699687, 'last_price_update_time': 1774765327.735447}
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT25%2520JVE') HTTP/1.1" 204 0
2026-03-29 06:22:07 [bca.uk] INFO: Found listing with ID: WP18%20VMD
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520VMD%27 HTTP/1.1" 200 None
2026-03-29 06:22:07 [bca.uk] INFO: Scrape type for WP18%20VMD: 2
2026-03-29 06:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD
2026-03-29 06:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5be91ea5-128d-561f-bbc8-1526a841a4cd with scrape type 2
2026-03-29 06:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5be91ea5-128d-561f-bbc8-1526a841a4cd with scrape type 2
2026-03-29 06:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5be91ea5-128d-561f-bbc8-1526a841a4cd, identifier: WP18%20VMD
2026-03-29 06:22:07 [bca.uk] INFO: Found listing with ID: PO67%20WWL
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520WWL%27 HTTP/1.1" 200 None
2026-03-29 06:22:07 [bca.uk] INFO: Scrape type for PO67%20WWL: 2
2026-03-29 06:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL
2026-03-29 06:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159c4084-e64a-571a-957c-283a793e5f74 with scrape type 2
2026-03-29 06:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159c4084-e64a-571a-957c-283a793e5f74 with scrape type 2
2026-03-29 06:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 159c4084-e64a-571a-957c-283a793e5f74, identifier: PO67%20WWL
2026-03-29 06:22:07 [bca.uk] INFO: Found listing with ID: YG75%20EXW
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520EXW%27 HTTP/1.1" 200 None
2026-03-29 06:22:07 [bca.uk] INFO: Scrape type for YG75%20EXW: 2
2026-03-29 06:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d731ec4-326e-508d-a237-ff679b2ec003 with identifier: YG75%20EXW
2026-03-29 06:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d731ec4-326e-508d-a237-ff679b2ec003 with scrape type 2
2026-03-29 06:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d731ec4-326e-508d-a237-ff679b2ec003 with scrape type 2
2026-03-29 06:22:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d731ec4-326e-508d-a237-ff679b2ec003, identifier: YG75%20EXW
2026-03-29 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD
2026-03-29 06:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD
2026-03-29 06:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD to the API
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP18%20VMD-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5be91ea5-128d-561f-bbc8-1526a841a4cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP18 VMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP18%20VMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 48830,
 'odometer_reading_unit': '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': 'WBAJJ12010EH65614',
 'year': 2018}
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520VMD%27 HTTP/1.1" 200 None
2026-03-29 06:22:08 [bca.uk] INFO: Saving data for WP18%20VMD: {'auction_closing_time': 1774951200.0, 'created_time': 1774563569.241471, 'last_price_update_time': 1774765328.350224}
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520VMD') HTTP/1.1" 204 0
2026-03-29 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL
2026-03-29 06:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL
2026-03-29 06:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL to the API
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO67%20WWL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '159c4084-e64a-571a-957c-283a793e5f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO67 WWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO67%20WWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 66140,
 '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 Hatchback',
 'transmission': 'automatic',
 'trim': 'T 140 ACTIVE',
 'vin': 'W0VJC7E88HB250689',
 'year': 2017}
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520WWL%27 HTTP/1.1" 200 None
2026-03-29 06:22:08 [bca.uk] INFO: Saving data for PO67%20WWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563408.080565, 'last_price_update_time': 1774765328.699954}
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO67%2520WWL') HTTP/1.1" 204 0
2026-03-29 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d731ec4-326e-508d-a237-ff679b2ec003 with identifier: YG75%20EXW
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=dravit+grey HTTP/1.1" 200 None
2026-03-29 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:22: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:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d731ec4-326e-508d-a237-ff679b2ec003 with identifier: YG75%20EXW
2026-03-29 06:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d731ec4-326e-508d-a237-ff679b2ec003 with identifier: YG75%20EXW to the API
2026-03-29 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG75%20EXW-GB',
 'category': 'Car',
 'color': 'dravit gray',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d731ec4-326e-508d-a237-ff679b2ec003',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG75 EXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG75%20EXW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'M3',
 'odometer': 10368,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 75000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW M3 3.0 XDRIVE 530 COMP.(ULTIMATE PK) Estate',
 'transmission': 'automatic',
 'trim': 'XDRIVE 530 COMP.(ULTIMATE PK)',
 'vin': 'WBS22GB040FV36755',
 'year': 2025}
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520EXW%27 HTTP/1.1" 200 None
2026-03-29 06:22:09 [bca.uk] INFO: Saving data for YG75%20EXW: {'auction_closing_time': 1775026800.0, 'created_time': 1774564793.423976, 'last_price_update_time': 1774765329.140579}
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG75%2520EXW') HTTP/1.1" 204 0
2026-03-29 06:22:09 [bca.uk] INFO: Found listing with ID: MJ18%20DZA
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520DZA%27 HTTP/1.1" 200 None
2026-03-29 06:22:09 [bca.uk] INFO: Scrape type for MJ18%20DZA: 2
2026-03-29 06:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA
2026-03-29 06:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with scrape type 2
2026-03-29 06:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with scrape type 2
2026-03-29 06:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3b8b09c-f5c5-5242-9db6-6f4ad4028430, identifier: MJ18%20DZA
2026-03-29 06:22:09 [bca.uk] INFO: Found listing with ID: SJ53%20LFF
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ53%2520LFF%27 HTTP/1.1" 200 None
2026-03-29 06:22:09 [bca.uk] INFO: Scrape type for SJ53%20LFF: 2
2026-03-29 06:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF
2026-03-29 06:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b96ec8f3-b753-52f0-8aec-02231e19482f with scrape type 2
2026-03-29 06:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b96ec8f3-b753-52f0-8aec-02231e19482f with scrape type 2
2026-03-29 06:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b96ec8f3-b753-52f0-8aec-02231e19482f, identifier: SJ53%20LFF
2026-03-29 06:22:09 [bca.uk] INFO: Found listing with ID: RJ74%20NJK
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJK%27 HTTP/1.1" 200 None
2026-03-29 06:22:09 [bca.uk] INFO: Scrape type for RJ74%20NJK: 2
2026-03-29 06:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK
2026-03-29 06:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with scrape type 2
2026-03-29 06:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with scrape type 2
2026-03-29 06:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33f984bc-2d49-5e55-ad27-005afbe5c5e1, identifier: RJ74%20NJK
2026-03-29 06:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA
2026-03-29 06:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA
2026-03-29 06:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA to the API
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ18%20DZA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f3b8b09c-f5c5-5242-9db6-6f4ad4028430',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ18 DZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ18%20DZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 69291,
 'odometer_reading_unit': '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': 'VF3M45GZWJL017266',
 'year': 2018}
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520DZA%27 HTTP/1.1" 200 None
2026-03-29 06:22:09 [bca.uk] INFO: Saving data for MJ18%20DZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774563570.801218, 'last_price_update_time': 1774765329.805502}
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520DZA') HTTP/1.1" 204 0
2026-03-29 06:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF
2026-03-29 06:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF
2026-03-29 06:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF to the API
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ53%20LFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b96ec8f3-b753-52f0-8aec-02231e19482f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ53 LFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ53%20LFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 132781,
 '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': 'AUDI TT 1.8 T 225 QUATTRO Coupe',
 'transmission': 'manual',
 'trim': 'T 225 QUATTRO',
 'vin': 'TRUZZZ8N841005146',
 'year': 2003}
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ53%2520LFF%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Saving data for SJ53%20LFF: {'auction_closing_time': 1774951200.0, 'created_time': 1774563412.532049, 'last_price_update_time': 1774765330.114662}
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ53%2520LFF') HTTP/1.1" 204 0
2026-03-29 06:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=dark+grey HTTP/1.1" 200 None
2026-03-29 06:22:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK
2026-03-29 06:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK to the API
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ74%20NJK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'dark grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33f984bc-2d49-5e55-ad27-005afbe5c5e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ74 NJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ74%20NJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 21489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN AMAROK A33 2.0 TDI 205 4M STYLE CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDI 205 4M STYLE',
 'vin': 'WV4ZZZT19RS021283',
 'year': 2024}
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJK%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Saving data for RJ74%20NJK: {'auction_closing_time': 1774854000.0, 'created_time': 1774015653.16509, 'last_price_update_time': 1774765330.531536}
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ74%2520NJK') HTTP/1.1" 204 0
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: MV63%20ENE
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for MV63%20ENE: 2
2026-03-29 06:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE
2026-03-29 06:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7a1469e-9341-564c-b46d-443119eaeddd with scrape type 2
2026-03-29 06:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7a1469e-9341-564c-b46d-443119eaeddd with scrape type 2
2026-03-29 06:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7a1469e-9341-564c-b46d-443119eaeddd, identifier: MV63%20ENE
2026-03-29 06:22:10 [scrapy.extensions.logstats] INFO: Crawled 116 pages (at 2 pages/min), scraped 2376 items (at 129 items/min)
2026-03-29 06:22:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: BD72%20UWA
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for BD72%20UWA: 0
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: HV72%20UZX
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for HV72%20UZX: 0
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: ND72%20UGO
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520UGO%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for ND72%20UGO: 0
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: YS22%20ODW
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for YS22%20ODW: 0
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: MT13%20VNW
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT13%2520VNW%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for MT13%20VNW: 2
2026-03-29 06:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW
2026-03-29 06:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with scrape type 2
2026-03-29 06:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with scrape type 2
2026-03-29 06:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d, identifier: MT13%20VNW
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: DY73%20EZL
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for DY73%20EZL: 0
2026-03-29 06:22:10 [bca.uk] INFO: Found listing with ID: EN19%20YGL
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-29 06:22:10 [bca.uk] INFO: Scrape type for EN19%20YGL: 2
2026-03-29 06:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL
2026-03-29 06:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with scrape type 2
2026-03-29 06:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with scrape type 2
2026-03-29 06:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162, identifier: EN19%20YGL
2026-03-29 06:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE
2026-03-29 06:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE
2026-03-29 06:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE to the API
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV63%20ENE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7a1469e-9341-564c-b46d-443119eaeddd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV63 ENE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV63%20ENE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 77007,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 163 TITANIUM X BUS.ED.P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X BUS.ED.P/S',
 'vin': 'WF0EXXGBBEDG65831',
 'year': 2013}
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:22:11 [bca.uk] INFO: Saving data for MV63%20ENE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563569.667354, 'last_price_update_time': 1774765331.343641}
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV63%2520ENE') HTTP/1.1" 204 0
2026-03-29 06:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW
2026-03-29 06:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW
2026-03-29 06:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW to the API
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT13%20VNW-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19d39c26-cfa3-552c-8d2a-9e9dab30e20d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT13 VNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT13%20VNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 53563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 E-HDI 115 ALLURE EGC MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 ALLURE EGC',
 'vin': 'VF30U9HD8DS116462',
 'year': 2013}
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT13%2520VNW%27 HTTP/1.1" 200 None
2026-03-29 06:22:11 [bca.uk] INFO: Saving data for MT13%20VNW: {'auction_closing_time': 1774951200.0, 'created_time': 1774563404.488518, 'last_price_update_time': 1774765331.731289}
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT13%2520VNW') HTTP/1.1" 204 0
2026-03-29 06:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL
2026-03-29 06:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL
2026-03-29 06:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL to the API
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN19%20YGL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67d7ca61-6093-5b7b-b3f2-56e0e3ada162',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN19 YGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN19%20YGL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 51583,
 'odometer_reading_unit': '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 300 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB L/R',
 'vin': 'WF0YXXTTGYKE30407',
 'year': 2019}
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Saving data for EN19%20YGL: {'auction_closing_time': 1774854000.0, 'created_time': 1774355484.607208, 'last_price_update_time': 1774765332.02727}
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN19%2520YGL') HTTP/1.1" 204 0
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: CA72%20ZHD
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for CA72%20ZHD: 2
2026-03-29 06:22:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD
2026-03-29 06:22:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42905582-20fa-52cc-bf0e-a564c63f93c7 with scrape type 2
2026-03-29 06:22:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42905582-20fa-52cc-bf0e-a564c63f93c7 with scrape type 2
2026-03-29 06:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42905582-20fa-52cc-bf0e-a564c63f93c7, identifier: CA72%20ZHD
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: MV75%20YTH
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTH%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for MV75%20YTH: 0
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: DS20%20DMV
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520DMV%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for DS20%20DMV: 0
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: FD21%20UPE
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520UPE%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for FD21%20UPE: 0
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: FG20%20GFE
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for FG20%20GFE: 0
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: FH70%20KUE
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for FH70%20KUE: 2
2026-03-29 06:22:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE
2026-03-29 06:22:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with scrape type 2
2026-03-29 06:22:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with scrape type 2
2026-03-29 06:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d766a60-9887-54c6-b4a4-9acaf4a4e988, identifier: FH70%20KUE
2026-03-29 06:22:12 [bca.uk] INFO: Found listing with ID: FP71%20XUZ
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Scrape type for FP71%20XUZ: 2
2026-03-29 06:22:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ
2026-03-29 06:22:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd578083-faea-5c03-8b80-c90b7dc69102 with scrape type 2
2026-03-29 06:22:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd578083-faea-5c03-8b80-c90b7dc69102 with scrape type 2
2026-03-29 06:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd578083-faea-5c03-8b80-c90b7dc69102, identifier: FP71%20XUZ
2026-03-29 06:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD
2026-03-29 06:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD
2026-03-29 06:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD to the API
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20ZHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '42905582-20fa-52cc-bf0e-a564c63f93c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA72 ZHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20ZHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 41383,
 'odometer_reading_unit': '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.3 110KW 45KWH LIFE PURE PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 45KWH LIFE PURE PERF.',
 'vin': 'WVWZZZE1ZPP011402',
 'year': 2022}
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-29 06:22:12 [bca.uk] INFO: Saving data for CA72%20ZHD: {'auction_closing_time': 1774951200.0, 'created_time': 1774447675.388799, 'last_price_update_time': 1774765332.733617}
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520ZHD') HTTP/1.1" 204 0
2026-03-29 06:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE
2026-03-29 06:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE
2026-03-29 06:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE to the API
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH70%20KUE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d766a60-9887-54c6-b4a4-9acaf4a4e988',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH70 KUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH70%20KUE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 104026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5350,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 120 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 DYNAMIC L2 H1',
 'vin': 'VXEVFAHKKM7803476',
 'year': 2021}
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Saving data for FH70%20KUE: {'auction_closing_time': 1774854000.0, 'created_time': 1773826007.861648, 'last_price_update_time': 1774765333.016779}
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH70%2520KUE') HTTP/1.1" 204 0
2026-03-29 06:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ
2026-03-29 06:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ
2026-03-29 06:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ to the API
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP71%20XUZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dd578083-faea-5c03-8b80-c90b7dc69102',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP71 XUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP71%20XUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 104277,
 'odometer_reading_unit': '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 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMK23452',
 'year': 2022}
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Saving data for FP71%20XUZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774355367.257494, 'last_price_update_time': 1774765333.297885}
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520XUZ') HTTP/1.1" 204 0
2026-03-29 06:22:13 [bca.uk] INFO: Found listing with ID: LV70%20NVZ
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Scrape type for LV70%20NVZ: 2
2026-03-29 06:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ
2026-03-29 06:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04719eb-78df-590b-9e87-e4a98a2c9881 with scrape type 2
2026-03-29 06:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04719eb-78df-590b-9e87-e4a98a2c9881 with scrape type 2
2026-03-29 06:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04719eb-78df-590b-9e87-e4a98a2c9881, identifier: LV70%20NVZ
2026-03-29 06:22:13 [bca.uk] INFO: Found listing with ID: FL70%20HLX
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520HLX%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Scrape type for FL70%20HLX: 0
2026-03-29 06:22:13 [bca.uk] INFO: Found listing with ID: FN71%20OKW
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN71%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Scrape type for FN71%20OKW: 0
2026-03-29 06:22:13 [bca.uk] INFO: Found listing with ID: BC18%20EZX
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Scrape type for BC18%20EZX: 2
2026-03-29 06:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX
2026-03-29 06:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948ab0e5-3e8b-5604-b35b-63142a6a7723 with scrape type 2
2026-03-29 06:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948ab0e5-3e8b-5604-b35b-63142a6a7723 with scrape type 2
2026-03-29 06:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 948ab0e5-3e8b-5604-b35b-63142a6a7723, identifier: BC18%20EZX
2026-03-29 06:22:13 [bca.uk] INFO: Found listing with ID: VK72%20NGO
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Scrape type for VK72%20NGO: 2
2026-03-29 06:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO
2026-03-29 06:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4818705c-d2d6-5a28-9c31-d02a522a4932 with scrape type 2
2026-03-29 06:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4818705c-d2d6-5a28-9c31-d02a522a4932 with scrape type 2
2026-03-29 06:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4818705c-d2d6-5a28-9c31-d02a522a4932, identifier: VK72%20NGO
2026-03-29 06:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ
2026-03-29 06:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ
2026-03-29 06:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ to the API
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV70%20NVZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b04719eb-78df-590b-9e87-e4a98a2c9881',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV70 NVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV70%20NVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 38546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 155 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 ST-LINE X',
 'vin': 'WF02XXERK2LD40149',
 'year': 2020}
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:13 [bca.uk] INFO: Saving data for LV70%20NVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563585.510951, 'last_price_update_time': 1774765333.987433}
2026-03-29 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV70%2520NVZ') HTTP/1.1" 204 0
2026-03-29 06:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX
2026-03-29 06:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX
2026-03-29 06:22:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX to the API
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC18%20EZX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '948ab0e5-3e8b-5604-b35b-63142a6a7723',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC18 EZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC18%20EZX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 120891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4100,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 LWB H/R',
 'vin': 'WF0XXXTTGXJU33191',
 'year': 2018}
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Saving data for BC18%20EZX: {'auction_closing_time': 1775113200.0, 'created_time': 1773832319.67558, 'last_price_update_time': 1774765334.379123}
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC18%2520EZX') HTTP/1.1" 204 0
2026-03-29 06:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO
2026-03-29 06:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO
2026-03-29 06:22:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO to the API
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20NGO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4818705c-d2d6-5a28-9c31-d02a522a4932',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK72 NGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20NGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 86443,
 'odometer_reading_unit': '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 TRANSPORTER T30 2.0 TDI 150 LWB S/L BUSINESS DSG '
          'PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB S/L BUSINESS DSG',
 'vin': 'WV1ZZZ7HZPH005082',
 'year': 2022}
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Saving data for VK72%20NGO: {'auction_closing_time': 1774854000.0, 'created_time': 1774350771.056944, 'last_price_update_time': 1774765334.684893}
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520NGO') HTTP/1.1" 204 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: SP19%20VTL
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for SP19%20VTL: 2
2026-03-29 06:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL
2026-03-29 06:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a946b623-f9a0-5721-9ae8-5ea904bcf531 with scrape type 2
2026-03-29 06:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a946b623-f9a0-5721-9ae8-5ea904bcf531 with scrape type 2
2026-03-29 06:22:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a946b623-f9a0-5721-9ae8-5ea904bcf531, identifier: SP19%20VTL
2026-03-29 06:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: DP69%20VUY
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520VUY%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for DP69%20VUY: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: LR22%20HNG
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HNG%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for LR22%20HNG: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: BG72%20UDV
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UDV%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for BG72%20UDV: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: CJ72%20FRX
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for CJ72%20FRX: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: CJ72%20FSC
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSC%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for CJ72%20FSC: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: DC73%20CYT
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520CYT%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for DC73%20CYT: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: KP71%20CDK
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520CDK%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for KP71%20CDK: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: WP70%20UBB
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBB%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for WP70%20UBB: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: YC25%20NRJ
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520NRJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for YC25%20NRJ: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: YE25%20HRC
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE25%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 06:22:14 [bca.uk] INFO: Scrape type for YE25%20HRC: 0
2026-03-29 06:22:14 [bca.uk] INFO: Found listing with ID: YC25%20WUP
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WUP%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for YC25%20WUP: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: YC25%20ZGA
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for YC25%20ZGA: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: BV23%20HVZ
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520HVZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for BV23%20HVZ: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: WA14%20NPO
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA14%2520NPO%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for WA14%20NPO: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: BL19%20XXY
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520XXY%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for BL19%20XXY: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: AU66%20LJX
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU66%2520LJX%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for AU66%20LJX: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: EJ69%20DFG
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ69%2520DFG%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for EJ69%20DFG: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: LS69%20MKN
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for LS69%20MKN: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: ML68%20VTN
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520VTN%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for ML68%20VTN: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: SD22%20EER
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520EER%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for SD22%20EER: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: WV18%20KJN
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for WV18%20KJN: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: WN22%20SXW
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for WN22%20SXW: 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: MB13%20CPB
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520CPB%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for MB13%20CPB: 2
2026-03-29 06:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB
2026-03-29 06:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 012be243-2848-586a-8f12-06c7b3d868eb with scrape type 2
2026-03-29 06:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 012be243-2848-586a-8f12-06c7b3d868eb with scrape type 2
2026-03-29 06:22:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 012be243-2848-586a-8f12-06c7b3d868eb, identifier: MB13%20CPB
2026-03-29 06:22:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL
2026-03-29 06:22:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL
2026-03-29 06:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL to the API
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP19%20VTL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a946b623-f9a0-5721-9ae8-5ea904bcf531',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP19 VTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP19%20VTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 68094,
 'odometer_reading_unit': '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 A3 SPORTBACK 1.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZ8V9KA060869',
 'year': 2019}
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520VTL%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Saving data for SP19%20VTL: {'auction_closing_time': 1775037600.0, 'created_time': 1774438236.019854, 'last_price_update_time': 1774765335.562476}
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP19%2520VTL') HTTP/1.1" 204 0
2026-03-29 06:22:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB
2026-03-29 06:22:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB
2026-03-29 06:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB to the API
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MB13%20CPB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '012be243-2848-586a-8f12-06c7b3d868eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MB13 CPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MB13%20CPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'SOUL',
 'odometer': 111683,
 '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 SOUL 1.6 CRDI 134 MIXX DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'CRDI 134 MIXX DCT',
 'vin': 'KNAJP816VG7277107',
 'year': 2015}
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520CPB%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Saving data for MB13%20CPB: {'auction_closing_time': 1774854000.0, 'created_time': 1773821465.182524, 'last_price_update_time': 1774765335.921902}
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MB13%2520CPB') HTTP/1.1" 204 0
2026-03-29 06:22:15 [bca.uk] INFO: Found listing with ID: GJ18%20FHV
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520FHV%27 HTTP/1.1" 200 None
2026-03-29 06:22:15 [bca.uk] INFO: Scrape type for GJ18%20FHV: 2
2026-03-29 06:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV
2026-03-29 06:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5d8d22-e136-52ee-81f2-90dd648b000f with scrape type 2
2026-03-29 06:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f5d8d22-e136-52ee-81f2-90dd648b000f with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f5d8d22-e136-52ee-81f2-90dd648b000f, identifier: GJ18%20FHV
2026-03-29 06:22:16 [bca.uk] INFO: Found listing with ID: SN65%20ACL
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520ACL%27 HTTP/1.1" 200 None
2026-03-29 06:22:16 [bca.uk] INFO: Scrape type for SN65%20ACL: 2
2026-03-29 06:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL
2026-03-29 06:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56ad225-2d36-5a2e-98ce-15bf282b9e16 with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d56ad225-2d36-5a2e-98ce-15bf282b9e16 with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d56ad225-2d36-5a2e-98ce-15bf282b9e16, identifier: SN65%20ACL
2026-03-29 06:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV
2026-03-29 06:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV
2026-03-29 06:22:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV to the API
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20FHV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f5d8d22-e136-52ee-81f2-90dd648b000f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 FHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20FHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 93747,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.0 TSI 110 SE SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE SPORT',
 'vin': 'TMBFR6NH5J4547650',
 'year': 2018}
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520FHV%27 HTTP/1.1" 200 None
2026-03-29 06:22:16 [bca.uk] INFO: Saving data for GJ18%20FHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563589.014998, 'last_price_update_time': 1774765336.444115}
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520FHV') HTTP/1.1" 204 0
2026-03-29 06:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL
2026-03-29 06:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL
2026-03-29 06:22:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL to the API
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN65%20ACL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd56ad225-2d36-5a2e-98ce-15bf282b9e16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN65 ACL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN65%20ACL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 60234,
 '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': 'WAUZZZ4M4GD009198',
 'year': 2015}
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520ACL%27 HTTP/1.1" 200 None
2026-03-29 06:22:16 [bca.uk] INFO: Saving data for SN65%20ACL: {'auction_closing_time': 1774854000.0, 'created_time': 1774004499.887756, 'last_price_update_time': 1774765336.718535}
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN65%2520ACL') HTTP/1.1" 204 0
2026-03-29 06:22:16 [bca.uk] INFO: Found listing with ID: SA16%20DCS
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520DCS%27 HTTP/1.1" 200 None
2026-03-29 06:22:16 [bca.uk] INFO: Scrape type for SA16%20DCS: 2
2026-03-29 06:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60396333-dea9-5174-ba09-56d4b1c37a0b with identifier: SA16%20DCS
2026-03-29 06:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60396333-dea9-5174-ba09-56d4b1c37a0b with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60396333-dea9-5174-ba09-56d4b1c37a0b with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60396333-dea9-5174-ba09-56d4b1c37a0b, identifier: SA16%20DCS
2026-03-29 06:22:16 [bca.uk] INFO: Total items found: 100
2026-03-29 06:22:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded
2026-03-29 06:22:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:22:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:16 [bca.uk] INFO: Found listing with ID: AP15%20EEW
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520EEW%27 HTTP/1.1" 200 None
2026-03-29 06:22:16 [bca.uk] INFO: Scrape type for AP15%20EEW: 2
2026-03-29 06:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW
2026-03-29 06:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9021a8d8-cc03-5439-9e6f-397ae87e1014 with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9021a8d8-cc03-5439-9e6f-397ae87e1014 with scrape type 2
2026-03-29 06:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9021a8d8-cc03-5439-9e6f-397ae87e1014, identifier: AP15%20EEW
2026-03-29 06:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60396333-dea9-5174-ba09-56d4b1c37a0b with identifier: SA16%20DCS
2026-03-29 06:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60396333-dea9-5174-ba09-56d4b1c37a0b with identifier: SA16%20DCS
2026-03-29 06:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60396333-dea9-5174-ba09-56d4b1c37a0b with identifier: SA16%20DCS to the API
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA16%20DCS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60396333-dea9-5174-ba09-56d4b1c37a0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA16 DCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA16%20DCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 138189,
 '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 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L2 H2 ENTERPRISE',
 'vin': 'VF7YC2MFB12C00468',
 'year': 2016}
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520DCS%27 HTTP/1.1" 200 None
2026-03-29 06:22:17 [bca.uk] INFO: Saving data for SA16%20DCS: {'auction_closing_time': 1774778400.0, 'created_time': 1774563565.913939, 'last_price_update_time': 1774765337.222224}
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA16%2520DCS') HTTP/1.1" 204 0
2026-03-29 06:22:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW
2026-03-29 06:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW
2026-03-29 06:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW to the API
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP15%20EEW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9021a8d8-cc03-5439-9e6f-397ae87e1014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP15 EEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP15%20EEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JEEP',
 'model': 'GRAND CHEROKEE',
 'odometer': 98193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'JEEP GRAND CHEROKEE 3.0 CRD OVERLAND StationWagon',
 'transmission': 'automatic',
 'trim': 'CRD OVERLAND',
 'vin': '1C4RJFGM1FC879385',
 'year': 2015}
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520EEW%27 HTTP/1.1" 200 None
2026-03-29 06:22:17 [bca.uk] INFO: Saving data for AP15%20EEW: {'auction_closing_time': 1774854000.0, 'created_time': 1774004501.519013, 'last_price_update_time': 1774765337.509768}
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP15%2520EEW') HTTP/1.1" 204 0
2026-03-29 06:22:17 [bca.uk] INFO: Found listing with ID: WR64%20XXP
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR64%2520XXP%27 HTTP/1.1" 200 None
2026-03-29 06:22:17 [bca.uk] INFO: Scrape type for WR64%20XXP: 2
2026-03-29 06:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 571444ee-4b27-5beb-927d-c46550fb4439 with identifier: WR64%20XXP
2026-03-29 06:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 571444ee-4b27-5beb-927d-c46550fb4439 with scrape type 2
2026-03-29 06:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 571444ee-4b27-5beb-927d-c46550fb4439 with scrape type 2
2026-03-29 06:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 571444ee-4b27-5beb-927d-c46550fb4439, identifier: WR64%20XXP
2026-03-29 06:22:17 [bca.uk] INFO: Found listing with ID: KP24%20AAO
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP24%2520AAO%27 HTTP/1.1" 200 None
2026-03-29 06:22:17 [bca.uk] INFO: Scrape type for KP24%20AAO: 2
2026-03-29 06:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO
2026-03-29 06:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950397fb-dec5-5ce5-8411-0067d67c4ed9 with scrape type 2
2026-03-29 06:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950397fb-dec5-5ce5-8411-0067d67c4ed9 with scrape type 2
2026-03-29 06:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 950397fb-dec5-5ce5-8411-0067d67c4ed9, identifier: KP24%20AAO
2026-03-29 06:22:17 [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:22:17 [bca.uk] INFO: Found listing with ID: BG19%20MDN
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520MDN%27 HTTP/1.1" 200 None
2026-03-29 06:22:17 [bca.uk] INFO: Scrape type for BG19%20MDN: 2
2026-03-29 06:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN
2026-03-29 06:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with scrape type 2
2026-03-29 06:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with scrape type 2
2026-03-29 06:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb, identifier: BG19%20MDN
2026-03-29 06:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 571444ee-4b27-5beb-927d-c46550fb4439 with identifier: WR64%20XXP
2026-03-29 06:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 571444ee-4b27-5beb-927d-c46550fb4439 with identifier: WR64%20XXP
2026-03-29 06:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 571444ee-4b27-5beb-927d-c46550fb4439 with identifier: WR64%20XXP to the API
2026-03-29 06:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR64%20XXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '571444ee-4b27-5beb-927d-c46550fb4439',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR64 XXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR64%20XXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 114422,
 '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 L200 2.5 DI-D 176 BARBARIAN BLACK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 176 BARBARIAN BLACK 4WD',
 'vin': 'MMCJYKB40FD916891',
 'year': 2014}
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR64%2520XXP%27 HTTP/1.1" 200 None
2026-03-29 06:22:18 [bca.uk] INFO: Saving data for WR64%20XXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774563566.314985, 'last_price_update_time': 1774765338.812684}
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR64%2520XXP') HTTP/1.1" 204 0
2026-03-29 06:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO
2026-03-29 06:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO
2026-03-29 06:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO to the API
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP24%20AAO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '950397fb-dec5-5ce5-8411-0067d67c4ed9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP24 AAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP24%20AAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 21833,
 '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-GDI PHEV 4WD ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 4WD ULTIMATE',
 'vin': 'TMAJE812SPJ264854',
 'year': 2024}
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP24%2520AAO%27 HTTP/1.1" 200 None
2026-03-29 06:22:19 [bca.uk] INFO: Saving data for KP24%20AAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563766.50184, 'last_price_update_time': 1774765339.073099}
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP24%2520AAO') HTTP/1.1" 204 0
2026-03-29 06:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN
2026-03-29 06:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN
2026-03-29 06:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN to the API
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG19%20MDN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e16c4c1-e28b-5822-9da2-9cc32a7e91fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG19 MDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG19%20MDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 88733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R PS Van',
 'transmission': 'automatic',
 'trim': 'EBL 120 200 L1 LTD.L/R PS',
 'vin': 'WF0RXXWPGRKC02766',
 'year': 2019}
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520MDN%27 HTTP/1.1" 200 None
2026-03-29 06:22:19 [bca.uk] INFO: Saving data for BG19%20MDN: {'auction_closing_time': 1774854000.0, 'created_time': 1774352003.217206, 'last_price_update_time': 1774765339.357268}
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520MDN') HTTP/1.1" 204 0
2026-03-29 06:22:19 [bca.uk] INFO: Found listing with ID: MM15%20FCD
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520FCD%27 HTTP/1.1" 200 None
2026-03-29 06:22:19 [bca.uk] INFO: Scrape type for MM15%20FCD: 2
2026-03-29 06:22:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d460676d-6c1f-5a85-872c-9dc6c1aebd58 with identifier: MM15%20FCD
2026-03-29 06:22:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d460676d-6c1f-5a85-872c-9dc6c1aebd58 with scrape type 2
2026-03-29 06:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d460676d-6c1f-5a85-872c-9dc6c1aebd58 with scrape type 2
2026-03-29 06:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d460676d-6c1f-5a85-872c-9dc6c1aebd58, identifier: MM15%20FCD
2026-03-29 06:22:19 [bca.uk] INFO: Found listing with ID: RE74%20ZWC
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520ZWC%27 HTTP/1.1" 200 None
2026-03-29 06:22:19 [bca.uk] INFO: Scrape type for RE74%20ZWC: 2
2026-03-29 06:22:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC
2026-03-29 06:22:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with scrape type 2
2026-03-29 06:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with scrape type 2
2026-03-29 06:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9, identifier: RE74%20ZWC
2026-03-29 06:22:19 [bca.uk] INFO: Found listing with ID: LC22%20BXU
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BXU%27 HTTP/1.1" 200 None
2026-03-29 06:22:19 [bca.uk] INFO: Scrape type for LC22%20BXU: 2
2026-03-29 06:22:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU
2026-03-29 06:22:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00bfda8f-e81d-58a7-a906-61b1e1fda200 with scrape type 2
2026-03-29 06:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00bfda8f-e81d-58a7-a906-61b1e1fda200 with scrape type 2
2026-03-29 06:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00bfda8f-e81d-58a7-a906-61b1e1fda200, identifier: LC22%20BXU
2026-03-29 06:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d460676d-6c1f-5a85-872c-9dc6c1aebd58 with identifier: MM15%20FCD
2026-03-29 06:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d460676d-6c1f-5a85-872c-9dc6c1aebd58 with identifier: MM15%20FCD
2026-03-29 06:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d460676d-6c1f-5a85-872c-9dc6c1aebd58 with identifier: MM15%20FCD to the API
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM15%20FCD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd460676d-6c1f-5a85-872c-9dc6c1aebd58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM15 FCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM15%20FCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 66650,
 '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 PARTNER L1 1.6 HDI 92 850 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'HDI 92 850 PROFESSIONAL',
 'vin': 'VF37D9HF0FJ635997',
 'year': 2015}
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520FCD%27 HTTP/1.1" 200 None
2026-03-29 06:22:19 [bca.uk] INFO: Saving data for MM15%20FCD: {'auction_closing_time': 1774778400.0, 'created_time': 1774563556.573879, 'last_price_update_time': 1774765339.967219}
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM15%2520FCD') HTTP/1.1" 204 0
2026-03-29 06:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC
2026-03-29 06:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC
2026-03-29 06:22:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC to the API
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 13,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE74%20ZWC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59296b1e-dde6-5ab1-98db-8bd12c2cdaf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE74 ZWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE74%20ZWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 E',
 'odometer': 9918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 E 2.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'W1NKM5GB8SF260611',
 'year': 2024}
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520ZWC%27 HTTP/1.1" 200 None
2026-03-29 06:22:20 [bca.uk] INFO: Saving data for RE74%20ZWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563766.1065, 'last_price_update_time': 1774765340.267673}
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE74%2520ZWC') HTTP/1.1" 204 0
2026-03-29 06:22:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU
2026-03-29 06:22:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU
2026-03-29 06:22:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU to the API
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20BXU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00bfda8f-e81d-58a7-a906-61b1e1fda200',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC22 BXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20BXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 102052,
 'odometer_reading_unit': '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 DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFEHTMN7019186',
 'year': 2022}
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BXU%27 HTTP/1.1" 200 None
2026-03-29 06:22:20 [bca.uk] INFO: Saving data for LC22%20BXU: {'auction_closing_time': 1774854000.0, 'created_time': 1773826224.151985, 'last_price_update_time': 1774765340.552863}
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520BXU') HTTP/1.1" 204 0
2026-03-29 06:22:20 [bca.uk] INFO: Found listing with ID: LB15%20OGU
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520OGU%27 HTTP/1.1" 200 None
2026-03-29 06:22:20 [bca.uk] INFO: Scrape type for LB15%20OGU: 2
2026-03-29 06:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4aa076-b2ea-563e-a4c6-6b2321ca757d with identifier: LB15%20OGU
2026-03-29 06:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4aa076-b2ea-563e-a4c6-6b2321ca757d with scrape type 2
2026-03-29 06:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4aa076-b2ea-563e-a4c6-6b2321ca757d with scrape type 2
2026-03-29 06:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f4aa076-b2ea-563e-a4c6-6b2321ca757d, identifier: LB15%20OGU
2026-03-29 06:22:20 [bca.uk] INFO: Found listing with ID: RF73%20KTP
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 06:22:20 [bca.uk] INFO: Scrape type for RF73%20KTP: 2
2026-03-29 06:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP
2026-03-29 06:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with scrape type 2
2026-03-29 06:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with scrape type 2
2026-03-29 06:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe, identifier: RF73%20KTP
2026-03-29 06:22:20 [bca.uk] INFO: Found listing with ID: CX05%20HZZ
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX05%2520HZZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:20 [bca.uk] INFO: Scrape type for CX05%20HZZ: 2
2026-03-29 06:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ
2026-03-29 06:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2518e3a-16ed-5874-bcee-4ac2be8c3546 with scrape type 2
2026-03-29 06:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2518e3a-16ed-5874-bcee-4ac2be8c3546 with scrape type 2
2026-03-29 06:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2518e3a-16ed-5874-bcee-4ac2be8c3546, identifier: CX05%20HZZ
2026-03-29 06:22:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f4aa076-b2ea-563e-a4c6-6b2321ca757d with identifier: LB15%20OGU
2026-03-29 06:22:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f4aa076-b2ea-563e-a4c6-6b2321ca757d with identifier: LB15%20OGU
2026-03-29 06:22:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f4aa076-b2ea-563e-a4c6-6b2321ca757d with identifier: LB15%20OGU to the API
2026-03-29 06:22:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB15%20OGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f4aa076-b2ea-563e-a4c6-6b2321ca757d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB15 OGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB15%20OGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 130230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.2 TDCI 125 MWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 MWB H/R',
 'vin': 'WF0XXXTTGXFD15735',
 'year': 2015}
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520OGU%27 HTTP/1.1" 200 None
2026-03-29 06:22:21 [bca.uk] INFO: Saving data for LB15%20OGU: {'auction_closing_time': 1774778400.0, 'created_time': 1774391626.106585, 'last_price_update_time': 1774765341.173312}
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB15%2520OGU') HTTP/1.1" 204 0
2026-03-29 06:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP
2026-03-29 06:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP
2026-03-29 06:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP to the API
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF73%20KTP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '72a6c91f-5ba6-5716-99bf-a42c2ea079fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF73 KTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF73%20KTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 39354,
 '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 EQC 400 AMG LINE ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE ED.',
 'vin': 'W1K8P9AB4PF065417',
 'year': 2023}
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 06:22:21 [bca.uk] INFO: Saving data for RF73%20KTP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563737.179554, 'last_price_update_time': 1774765341.563398}
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520KTP') HTTP/1.1" 204 0
2026-03-29 06:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ
2026-03-29 06:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ
2026-03-29 06:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ to the API
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 275,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX05%20HZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2518e3a-16ed-5874-bcee-4ac2be8c3546',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX05 HZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX05%20HZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 3',
 'odometer': 115852,
 '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': 'LAND ROVER DISCOVERY 3 2.7 TD V6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD V6 HSE',
 'vin': 'SALLAAA135A332797',
 'year': 2005}
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX05%2520HZZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:21 [bca.uk] INFO: Saving data for CX05%20HZZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774350208.263212, 'last_price_update_time': 1774765341.836791}
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX05%2520HZZ') HTTP/1.1" 204 0
2026-03-29 06:22:21 [bca.uk] INFO: Found listing with ID: NJ65%20DFK
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520DFK%27 HTTP/1.1" 200 None
2026-03-29 06:22:21 [bca.uk] INFO: Scrape type for NJ65%20DFK: 2
2026-03-29 06:22:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK
2026-03-29 06:22:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with scrape type 2
2026-03-29 06:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with scrape type 2
2026-03-29 06:22:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6, identifier: NJ65%20DFK
2026-03-29 06:22:21 [bca.uk] INFO: Found listing with ID: PN23%20UOJ
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN23%2520UOJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:21 [bca.uk] INFO: Scrape type for PN23%20UOJ: 2
2026-03-29 06:22:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ
2026-03-29 06:22:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4634347f-214f-58cd-a6ff-b17936405f2f with scrape type 2
2026-03-29 06:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4634347f-214f-58cd-a6ff-b17936405f2f with scrape type 2
2026-03-29 06:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4634347f-214f-58cd-a6ff-b17936405f2f, identifier: PN23%20UOJ
2026-03-29 06:22:22 [bca.uk] INFO: Found listing with ID: EU09%20JZT
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU09%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 06:22:22 [bca.uk] INFO: Scrape type for EU09%20JZT: 2
2026-03-29 06:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT
2026-03-29 06:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with scrape type 2
2026-03-29 06:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with scrape type 2
2026-03-29 06:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf, identifier: EU09%20JZT
2026-03-29 06:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK
2026-03-29 06:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK
2026-03-29 06:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK to the API
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ65%20DFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '404d8a2c-c8a1-5835-a870-0a074f5d1cf6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ65 DFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ65%20DFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 139878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SR Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SR',
 'vin': 'SHHFK3780FU203324',
 'year': 2015}
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520DFK%27 HTTP/1.1" 200 None
2026-03-29 06:22:22 [bca.uk] INFO: Saving data for NJ65%20DFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774563559.174085, 'last_price_update_time': 1774765342.457002}
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ65%2520DFK') HTTP/1.1" 204 0
2026-03-29 06:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ
2026-03-29 06:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ
2026-03-29 06:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ to the API
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN23%20UOJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4634347f-214f-58cd-a6ff-b17936405f2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN23 UOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN23%20UOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 22410,
 '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 LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0185902',
 'year': 2023}
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN23%2520UOJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:22 [bca.uk] INFO: Saving data for PN23%20UOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563735.831636, 'last_price_update_time': 1774765342.751205}
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN23%2520UOJ') HTTP/1.1" 204 0
2026-03-29 06:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT
2026-03-29 06:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT
2026-03-29 06:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT to the API
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU09%20JZT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82da7f99-1ae0-55f1-bbde-65d41f28a8cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU09 JZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU09%20JZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 133094,
 '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 CADDY C20 1.9 TDI PD 104 Van',
 'transmission': 'manual',
 'trim': 'TDI PD 104',
 'vin': 'WV1ZZZ2KZ9X110884',
 'year': 2009}
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU09%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 06:22:23 [bca.uk] INFO: Saving data for EU09%20JZT: {'auction_closing_time': 1774854000.0, 'created_time': 1773841401.717922, 'last_price_update_time': 1774765343.04429}
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU09%2520JZT') HTTP/1.1" 204 0
2026-03-29 06:22:23 [bca.uk] INFO: Found listing with ID: FE20%20HJY
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520HJY%27 HTTP/1.1" 200 None
2026-03-29 06:22:23 [bca.uk] INFO: Scrape type for FE20%20HJY: 2
2026-03-29 06:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f4ea3d-9813-548b-9093-6fa6598b1d42 with identifier: FE20%20HJY
2026-03-29 06:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f4ea3d-9813-548b-9093-6fa6598b1d42 with scrape type 2
2026-03-29 06:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62f4ea3d-9813-548b-9093-6fa6598b1d42 with scrape type 2
2026-03-29 06:22:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62f4ea3d-9813-548b-9093-6fa6598b1d42, identifier: FE20%20HJY
2026-03-29 06:22:23 [bca.uk] INFO: Found listing with ID: MT73%20UAP
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT73%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 06:22:23 [bca.uk] INFO: Scrape type for MT73%20UAP: 2
2026-03-29 06:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP
2026-03-29 06:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with scrape type 2
2026-03-29 06:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with scrape type 2
2026-03-29 06:22:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 209f9ab7-06f5-5829-a87f-c05b0cd6e502, identifier: MT73%20UAP
2026-03-29 06:22:23 [bca.uk] INFO: Found listing with ID: FV70%20PPZ
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:23 [bca.uk] INFO: Scrape type for FV70%20PPZ: 2
2026-03-29 06:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ
2026-03-29 06:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with scrape type 2
2026-03-29 06:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with scrape type 2
2026-03-29 06:22:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6, identifier: FV70%20PPZ
2026-03-29 06:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62f4ea3d-9813-548b-9093-6fa6598b1d42 with identifier: FE20%20HJY
2026-03-29 06:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62f4ea3d-9813-548b-9093-6fa6598b1d42 with identifier: FE20%20HJY
2026-03-29 06:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62f4ea3d-9813-548b-9093-6fa6598b1d42 with identifier: FE20%20HJY to the API
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE20%20HJY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62f4ea3d-9813-548b-9093-6fa6598b1d42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE20 HJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE20%20HJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 101875,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 BITURBO 135 L3 H1 Box',
 'transmission': 'manual',
 'trim': 'BITURBO 135 L3 H1',
 'vin': 'W0VVR3607LB205270',
 'year': 2020}
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520HJY%27 HTTP/1.1" 200 None
2026-03-29 06:22:23 [bca.uk] INFO: Saving data for FE20%20HJY: {'auction_closing_time': 1774778400.0, 'created_time': 1774563547.68528, 'last_price_update_time': 1774765343.665413}
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE20%2520HJY') HTTP/1.1" 204 0
2026-03-29 06:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey%2Fblack HTTP/1.1" 200 None
2026-03-29 06:22:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:22: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:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP
2026-03-29 06:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP to the API
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT73%20UAP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '209f9ab7-06f5-5829-a87f-c05b0cd6e502',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT73 UAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT73%20UAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'MEGANE E-TECH',
 'odometer': 33120,
 '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 MEGANE E-TECH EV60 160KW TECHNO Hatchback',
 'transmission': 'automatic',
 'trim': 'EV60 160KW TECHNO',
 'vin': 'VF1RCB00071714319',
 'year': 2023}
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT73%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 06:22:24 [bca.uk] INFO: Saving data for MT73%20UAP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563730.519145, 'last_price_update_time': 1774765344.077246}
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT73%2520UAP') HTTP/1.1" 204 0
2026-03-29 06:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ
2026-03-29 06:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ
2026-03-29 06:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ to the API
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV70%20PPZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV70 PPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV70%20PPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 112309,
 '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 PICANTO 1.0 2 (4ST) Hatchback',
 'transmission': 'manual',
 'trim': '2 (4ST)',
 'vin': 'KNAB3518LMT713972',
 'year': 2021}
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:24 [bca.uk] INFO: Saving data for FV70%20PPZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773840798.133451, 'last_price_update_time': 1774765344.37017}
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV70%2520PPZ') HTTP/1.1" 204 0
2026-03-29 06:22:24 [bca.uk] INFO: Found listing with ID: KP16%20YWO
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520YWO%27 HTTP/1.1" 200 None
2026-03-29 06:22:24 [bca.uk] INFO: Scrape type for KP16%20YWO: 2
2026-03-29 06:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da27a254-7cc6-5901-b4f3-2ddc7dedcd23 with identifier: KP16%20YWO
2026-03-29 06:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da27a254-7cc6-5901-b4f3-2ddc7dedcd23 with scrape type 2
2026-03-29 06:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da27a254-7cc6-5901-b4f3-2ddc7dedcd23 with scrape type 2
2026-03-29 06:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da27a254-7cc6-5901-b4f3-2ddc7dedcd23, identifier: KP16%20YWO
2026-03-29 06:22:24 [bca.uk] INFO: Found listing with ID: GX19%20GJU
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 06:22:24 [bca.uk] INFO: Scrape type for GX19%20GJU: 2
2026-03-29 06:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU
2026-03-29 06:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b034bcf5-1a7f-556a-aa60-fafb180b975e with scrape type 2
2026-03-29 06:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b034bcf5-1a7f-556a-aa60-fafb180b975e with scrape type 2
2026-03-29 06:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b034bcf5-1a7f-556a-aa60-fafb180b975e, identifier: GX19%20GJU
2026-03-29 06:22:24 [bca.uk] INFO: Found listing with ID: PV11%20APE
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV11%2520APE%27 HTTP/1.1" 200 None
2026-03-29 06:22:24 [bca.uk] INFO: Scrape type for PV11%20APE: 2
2026-03-29 06:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE
2026-03-29 06:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5590393-8b91-537d-9b30-0528372e9be0 with scrape type 2
2026-03-29 06:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5590393-8b91-537d-9b30-0528372e9be0 with scrape type 2
2026-03-29 06:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5590393-8b91-537d-9b30-0528372e9be0, identifier: PV11%20APE
2026-03-29 06:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da27a254-7cc6-5901-b4f3-2ddc7dedcd23 with identifier: KP16%20YWO
2026-03-29 06:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da27a254-7cc6-5901-b4f3-2ddc7dedcd23 with identifier: KP16%20YWO
2026-03-29 06:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da27a254-7cc6-5901-b4f3-2ddc7dedcd23 with identifier: KP16%20YWO to the API
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP16%20YWO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da27a254-7cc6-5901-b4f3-2ddc7dedcd23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP16 YWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP16%20YWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 313',
 'odometer': 144864,
 '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 SPRINTER 313 2.1 CDI 3.5T LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T LWB H/R',
 'vin': 'WDB9066352P241206',
 'year': 2016}
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520YWO%27 HTTP/1.1" 200 None
2026-03-29 06:22:24 [bca.uk] INFO: Saving data for KP16%20YWO: {'auction_closing_time': 1774778400.0, 'created_time': 1774563548.371851, 'last_price_update_time': 1774765344.981506}
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP16%2520YWO') HTTP/1.1" 204 0
2026-03-29 06:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU
2026-03-29 06:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU
2026-03-29 06:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU to the API
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX19%20GJU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b034bcf5-1a7f-556a-aa60-fafb180b975e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX19 GJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX19%20GJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 56341,
 'odometer_reading_unit': '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 2.0 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAJR80568',
 'year': 2019}
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-29 06:22:25 [bca.uk] INFO: Saving data for GX19%20GJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477149.237688, 'last_price_update_time': 1774765345.296852}
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX19%2520GJU') HTTP/1.1" 204 0
2026-03-29 06:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE
2026-03-29 06:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE
2026-03-29 06:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE to the API
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PV11%20APE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd5590393-8b91-537d-9b30-0528372e9be0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PV11 APE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PV11%20APE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 138534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOURAN 2.0 TDI 140 BMT SE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 140 BMT SE DSG',
 'vin': 'WVGZZZ1TZEW015930',
 'year': 2013}
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV11%2520APE%27 HTTP/1.1" 200 None
2026-03-29 06:22:25 [bca.uk] INFO: Saving data for PV11%20APE: {'auction_closing_time': 1774854000.0, 'created_time': 1773839041.980048, 'last_price_update_time': 1774765345.581454}
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PV11%2520APE') HTTP/1.1" 204 0
2026-03-29 06:22:25 [bca.uk] INFO: Found listing with ID: HS71%20CVW
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS71%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 06:22:25 [bca.uk] INFO: Scrape type for HS71%20CVW: 2
2026-03-29 06:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 579e8cdd-0ac4-5605-93aa-e67bc530a96f with identifier: HS71%20CVW
2026-03-29 06:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 579e8cdd-0ac4-5605-93aa-e67bc530a96f with scrape type 2
2026-03-29 06:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 579e8cdd-0ac4-5605-93aa-e67bc530a96f with scrape type 2
2026-03-29 06:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 579e8cdd-0ac4-5605-93aa-e67bc530a96f, identifier: HS71%20CVW
2026-03-29 06:22:25 [bca.uk] INFO: Found listing with ID: BN25%20PXZ
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:25 [bca.uk] INFO: Scrape type for BN25%20PXZ: 2
2026-03-29 06:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ
2026-03-29 06:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with scrape type 2
2026-03-29 06:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with scrape type 2
2026-03-29 06:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b, identifier: BN25%20PXZ
2026-03-29 06:22:25 [bca.uk] INFO: Found listing with ID: BD08%20AEF
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 06:22:25 [bca.uk] INFO: Scrape type for BD08%20AEF: 2
2026-03-29 06:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF
2026-03-29 06:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fced91bf-a87c-5420-9a5c-0de6b5863266 with scrape type 2
2026-03-29 06:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fced91bf-a87c-5420-9a5c-0de6b5863266 with scrape type 2
2026-03-29 06:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fced91bf-a87c-5420-9a5c-0de6b5863266, identifier: BD08%20AEF
2026-03-29 06:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 579e8cdd-0ac4-5605-93aa-e67bc530a96f with identifier: HS71%20CVW
2026-03-29 06:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 579e8cdd-0ac4-5605-93aa-e67bc530a96f with identifier: HS71%20CVW
2026-03-29 06:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 579e8cdd-0ac4-5605-93aa-e67bc530a96f with identifier: HS71%20CVW to the API
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS71%20CVW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '579e8cdd-0ac4-5605-93aa-e67bc530a96f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS71 CVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS71%20CVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 42968,
 'odometer_reading_unit': '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 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZMD48054',
 'year': 2022}
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS71%2520CVW%27 HTTP/1.1" 200 None
2026-03-29 06:22:26 [bca.uk] INFO: Saving data for HS71%20CVW: {'auction_closing_time': 1774778400.0, 'created_time': 1774563521.157517, 'last_price_update_time': 1774765346.192643}
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS71%2520CVW') HTTP/1.1" 204 0
2026-03-29 06:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ
2026-03-29 06:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ
2026-03-29 06:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ to the API
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20PXZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 PXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20PXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 6350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI 168 PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 168 PHEV 2 DCT',
 'vin': 'KNACU81FVS5255082',
 'year': 2025}
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:26 [bca.uk] INFO: Saving data for BN25%20PXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563768.523479, 'last_price_update_time': 1774765346.561529}
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520PXZ') HTTP/1.1" 204 0
2026-03-29 06:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF
2026-03-29 06:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF
2026-03-29 06:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF to the API
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD08%20AEF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fced91bf-a87c-5420-9a5c-0de6b5863266',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD08 AEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD08%20AEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 80446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.6 ZETEC CLIMATE Estate',
 'transmission': 'automatic',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF0UXXGAJU8G74582',
 'year': 2008}
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AEF%27 HTTP/1.1" 200 None
2026-03-29 06:22:26 [bca.uk] INFO: Saving data for BD08%20AEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774563616.082088, 'last_price_update_time': 1774765346.835261}
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD08%2520AEF') HTTP/1.1" 204 0
2026-03-29 06:22:26 [bca.uk] INFO: Found listing with ID: WR14%20WLL
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR14%2520WLL%27 HTTP/1.1" 200 None
2026-03-29 06:22:26 [bca.uk] INFO: Scrape type for WR14%20WLL: 2
2026-03-29 06:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13edcb31-9db1-52e1-8163-d0b54e450384 with identifier: WR14%20WLL
2026-03-29 06:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13edcb31-9db1-52e1-8163-d0b54e450384 with scrape type 2
2026-03-29 06:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13edcb31-9db1-52e1-8163-d0b54e450384 with scrape type 2
2026-03-29 06:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13edcb31-9db1-52e1-8163-d0b54e450384, identifier: WR14%20WLL
2026-03-29 06:22:26 [bca.uk] INFO: Found listing with ID: RJ75%20GZE
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ75%2520GZE%27 HTTP/1.1" 200 None
2026-03-29 06:22:26 [bca.uk] INFO: Scrape type for RJ75%20GZE: 2
2026-03-29 06:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE
2026-03-29 06:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 799eaf64-b957-57f2-ae18-e779da77e096 with scrape type 2
2026-03-29 06:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 799eaf64-b957-57f2-ae18-e779da77e096 with scrape type 2
2026-03-29 06:22:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 799eaf64-b957-57f2-ae18-e779da77e096, identifier: RJ75%20GZE
2026-03-29 06:22:27 [bca.uk] INFO: Found listing with ID: DN22%20TKD
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 06:22:27 [bca.uk] INFO: Scrape type for DN22%20TKD: 2
2026-03-29 06:22:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD
2026-03-29 06:22:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a070df59-0331-5074-941c-c10e0e46c9b6 with scrape type 2
2026-03-29 06:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a070df59-0331-5074-941c-c10e0e46c9b6 with scrape type 2
2026-03-29 06:22:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a070df59-0331-5074-941c-c10e0e46c9b6, identifier: DN22%20TKD
2026-03-29 06:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13edcb31-9db1-52e1-8163-d0b54e450384 with identifier: WR14%20WLL
2026-03-29 06:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13edcb31-9db1-52e1-8163-d0b54e450384 with identifier: WR14%20WLL
2026-03-29 06:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13edcb31-9db1-52e1-8163-d0b54e450384 with identifier: WR14%20WLL to the API
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR14%20WLL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13edcb31-9db1-52e1-8163-d0b54e450384',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR14 WLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR14%20WLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FIAT',
 'model': 'DOBLO COMBI MXI',
 'odometer': 115138,
 '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 DOBLO COMBI MXI 1.6 M/JET ACTIVE CrewCab Van',
 'transmission': 'manual',
 'trim': 'M/JET ACTIVE',
 'vin': 'ZFA26300006167431',
 'year': 2014}
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR14%2520WLL%27 HTTP/1.1" 200 None
2026-03-29 06:22:27 [bca.uk] INFO: Saving data for WR14%20WLL: {'auction_closing_time': 1774778400.0, 'created_time': 1774564792.885836, 'last_price_update_time': 1774765347.458809}
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR14%2520WLL') HTTP/1.1" 204 0
2026-03-29 06:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE
2026-03-29 06:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE
2026-03-29 06:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE to the API
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ75%20GZE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '799eaf64-b957-57f2-ae18-e779da77e096',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ75 GZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ75%20GZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': '5 E-TECH',
 'odometer': 1083,
 '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': 'RENAULT 5 E-TECH 90KW 40KWH UR TECHNO Hatchback',
 'transmission': 'automatic',
 'trim': '90KW 40KWH UR TECHNO',
 'vin': 'VYSP0100175770208',
 'year': 2026}
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ75%2520GZE%27 HTTP/1.1" 200 None
2026-03-29 06:22:27 [bca.uk] INFO: Saving data for RJ75%20GZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563770.111627, 'last_price_update_time': 1774765347.736557}
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ75%2520GZE') HTTP/1.1" 204 0
2026-03-29 06:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD
2026-03-29 06:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD
2026-03-29 06:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD to the API
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN22%20TKD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a070df59-0331-5074-941c-c10e0e46c9b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN22 TKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN22%20TKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 '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': 'VAUXHALL MOKKA-E 100KW 50KWH SE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SE PREMIUM',
 'vin': 'VXKUKZKXZNW040849',
 'year': 2022}
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-29 06:22:28 [bca.uk] INFO: Saving data for DN22%20TKD: {'auction_closing_time': 1774854000.0, 'created_time': 1774305449.603734, 'last_price_update_time': 1774765348.019328}
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN22%2520TKD') HTTP/1.1" 204 0
2026-03-29 06:22:28 [bca.uk] INFO: Found listing with ID: BD64%20FOK
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520FOK%27 HTTP/1.1" 200 None
2026-03-29 06:22:28 [bca.uk] INFO: Scrape type for BD64%20FOK: 2
2026-03-29 06:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b15ad92d-f2cb-5028-aad9-06fe39e92479 with identifier: BD64%20FOK
2026-03-29 06:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b15ad92d-f2cb-5028-aad9-06fe39e92479 with scrape type 2
2026-03-29 06:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b15ad92d-f2cb-5028-aad9-06fe39e92479 with scrape type 2
2026-03-29 06:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b15ad92d-f2cb-5028-aad9-06fe39e92479, identifier: BD64%20FOK
2026-03-29 06:22:28 [bca.uk] INFO: Found listing with ID: OE21%20CMO
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520CMO%27 HTTP/1.1" 200 None
2026-03-29 06:22:28 [bca.uk] INFO: Scrape type for OE21%20CMO: 2
2026-03-29 06:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO
2026-03-29 06:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31fb697f-b9a6-523d-a347-31b067c670cf with scrape type 2
2026-03-29 06:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31fb697f-b9a6-523d-a347-31b067c670cf with scrape type 2
2026-03-29 06:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31fb697f-b9a6-523d-a347-31b067c670cf, identifier: OE21%20CMO
2026-03-29 06:22:28 [bca.uk] INFO: Found listing with ID: EJ64%20KPK
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ64%2520KPK%27 HTTP/1.1" 200 None
2026-03-29 06:22:28 [bca.uk] INFO: Scrape type for EJ64%20KPK: 2
2026-03-29 06:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK
2026-03-29 06:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 747deb3e-a37d-584d-8b71-bdee5465e1e0 with scrape type 2
2026-03-29 06:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 747deb3e-a37d-584d-8b71-bdee5465e1e0 with scrape type 2
2026-03-29 06:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 747deb3e-a37d-584d-8b71-bdee5465e1e0, identifier: EJ64%20KPK
2026-03-29 06:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b15ad92d-f2cb-5028-aad9-06fe39e92479 with identifier: BD64%20FOK
2026-03-29 06:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b15ad92d-f2cb-5028-aad9-06fe39e92479 with identifier: BD64%20FOK
2026-03-29 06:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b15ad92d-f2cb-5028-aad9-06fe39e92479 with identifier: BD64%20FOK to the API
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD64%20FOK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b15ad92d-f2cb-5028-aad9-06fe39e92479',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD64 FOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD64%20FOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 131534,
 '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 VIVARO 2.7T 1.6 CDTI 115 SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 115 SWB',
 'vin': 'W0L3F7002FS010116',
 'year': 2015}
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520FOK%27 HTTP/1.1" 200 None
2026-03-29 06:22:28 [bca.uk] INFO: Saving data for BD64%20FOK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564794.533726, 'last_price_update_time': 1774765348.617303}
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD64%2520FOK') HTTP/1.1" 204 0
2026-03-29 06:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO
2026-03-29 06:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO
2026-03-29 06:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO to the API
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE21%20CMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '31fb697f-b9a6-523d-a347-31b067c670cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE21 CMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE21%20CMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 78079,
 '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': 'POLESTAR 2 300KW 78KWH DM4 PILOT PLUS Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 PILOT PLUS',
 'vin': 'LPSVSEDEEML021056',
 'year': 2021}
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520CMO%27 HTTP/1.1" 200 None
2026-03-29 06:22:28 [bca.uk] INFO: Saving data for OE21%20CMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563769.345997, 'last_price_update_time': 1774765348.901319}
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE21%2520CMO') HTTP/1.1" 204 0
2026-03-29 06:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK
2026-03-29 06:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK
2026-03-29 06:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK to the API
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ64%20KPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '747deb3e-a37d-584d-8b71-bdee5465e1e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ64 KPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ64%20KPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 100180,
 '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 I30 1.4 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'TMAD251ALEJ235653',
 'year': 2014}
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ64%2520KPK%27 HTTP/1.1" 200 None
2026-03-29 06:22:29 [bca.uk] INFO: Saving data for EJ64%20KPK: {'auction_closing_time': 1774854000.0, 'created_time': 1774351859.857191, 'last_price_update_time': 1774765349.198746}
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ64%2520KPK') HTTP/1.1" 204 0
2026-03-29 06:22:29 [bca.uk] INFO: Found listing with ID: OV15%20WSW
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV15%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 06:22:29 [bca.uk] INFO: Scrape type for OV15%20WSW: 2
2026-03-29 06:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3f131ac-e9c5-504c-af9f-8bf0c958aa0c with identifier: OV15%20WSW
2026-03-29 06:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f131ac-e9c5-504c-af9f-8bf0c958aa0c with scrape type 2
2026-03-29 06:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3f131ac-e9c5-504c-af9f-8bf0c958aa0c with scrape type 2
2026-03-29 06:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3f131ac-e9c5-504c-af9f-8bf0c958aa0c, identifier: OV15%20WSW
2026-03-29 06:22:29 [bca.uk] INFO: Found listing with ID: FE23%20XMT
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XMT%27 HTTP/1.1" 200 None
2026-03-29 06:22:29 [bca.uk] INFO: Scrape type for FE23%20XMT: 2
2026-03-29 06:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT
2026-03-29 06:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14b99131-4d52-5bf7-92ee-d8518abf2f5c with scrape type 2
2026-03-29 06:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14b99131-4d52-5bf7-92ee-d8518abf2f5c with scrape type 2
2026-03-29 06:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14b99131-4d52-5bf7-92ee-d8518abf2f5c, identifier: FE23%20XMT
2026-03-29 06:22:29 [bca.uk] INFO: Found listing with ID: EO17%20TWC
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520TWC%27 HTTP/1.1" 200 None
2026-03-29 06:22:29 [bca.uk] INFO: Scrape type for EO17%20TWC: 2
2026-03-29 06:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC
2026-03-29 06:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04d39e1a-ea64-502a-a9cd-311f576d061a with scrape type 2
2026-03-29 06:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04d39e1a-ea64-502a-a9cd-311f576d061a with scrape type 2
2026-03-29 06:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04d39e1a-ea64-502a-a9cd-311f576d061a, identifier: EO17%20TWC
2026-03-29 06:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3f131ac-e9c5-504c-af9f-8bf0c958aa0c with identifier: OV15%20WSW
2026-03-29 06:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3f131ac-e9c5-504c-af9f-8bf0c958aa0c with identifier: OV15%20WSW
2026-03-29 06:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3f131ac-e9c5-504c-af9f-8bf0c958aa0c with identifier: OV15%20WSW to the API
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV15%20WSW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3f131ac-e9c5-504c-af9f-8bf0c958aa0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV15 WSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV15%20WSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 99642,
 '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 PARTNER L1 1.6 HDI 92 850 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'HDI 92 850 PROFESSIONAL',
 'vin': 'VF37D9HF0FJ639454',
 'year': 2015}
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV15%2520WSW%27 HTTP/1.1" 200 None
2026-03-29 06:22:29 [bca.uk] INFO: Saving data for OV15%20WSW: {'auction_closing_time': 1774778400.0, 'created_time': 1774563636.362918, 'last_price_update_time': 1774765349.833014}
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV15%2520WSW') HTTP/1.1" 204 0
2026-03-29 06:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT
2026-03-29 06:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT
2026-03-29 06:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT to the API
2026-03-29 06:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20XMT-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '14b99131-4d52-5bf7-92ee-d8518abf2f5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 XMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20XMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 31163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC380A278063',
 'year': 2023}
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XMT%27 HTTP/1.1" 200 None
2026-03-29 06:22:30 [bca.uk] INFO: Saving data for FE23%20XMT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563745.901483, 'last_price_update_time': 1774765350.129457}
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520XMT') HTTP/1.1" 204 0
2026-03-29 06:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC
2026-03-29 06:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC
2026-03-29 06:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC to the API
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO17%20TWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04d39e1a-ea64-502a-a9cd-311f576d061a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO17 TWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO17%20TWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 92261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF05XXGCC5HU45848',
 'year': 2017}
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520TWC%27 HTTP/1.1" 200 None
2026-03-29 06:22:30 [bca.uk] INFO: Saving data for EO17%20TWC: {'auction_closing_time': 1774854000.0, 'created_time': 1774303760.875503, 'last_price_update_time': 1774765350.44211}
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520TWC') HTTP/1.1" 204 0
2026-03-29 06:22:30 [bca.uk] INFO: Found listing with ID: CF22%20NWG
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520NWG%27 HTTP/1.1" 200 None
2026-03-29 06:22:30 [bca.uk] INFO: Scrape type for CF22%20NWG: 2
2026-03-29 06:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 666cdecf-3c31-56b2-9395-7f4a815cf374 with identifier: CF22%20NWG
2026-03-29 06:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 666cdecf-3c31-56b2-9395-7f4a815cf374 with scrape type 2
2026-03-29 06:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 666cdecf-3c31-56b2-9395-7f4a815cf374 with scrape type 2
2026-03-29 06:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 666cdecf-3c31-56b2-9395-7f4a815cf374, identifier: CF22%20NWG
2026-03-29 06:22:30 [bca.uk] INFO: Found listing with ID: HY22%20HFS
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520HFS%27 HTTP/1.1" 200 None
2026-03-29 06:22:30 [bca.uk] INFO: Scrape type for HY22%20HFS: 2
2026-03-29 06:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS
2026-03-29 06:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2b21f7-50a8-5937-9730-2b246d7152c1 with scrape type 2
2026-03-29 06:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd2b21f7-50a8-5937-9730-2b246d7152c1 with scrape type 2
2026-03-29 06:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd2b21f7-50a8-5937-9730-2b246d7152c1, identifier: HY22%20HFS
2026-03-29 06:22:30 [bca.uk] INFO: Found listing with ID: KT65%20HYC
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 06:22:30 [bca.uk] INFO: Scrape type for KT65%20HYC: 2
2026-03-29 06:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC
2026-03-29 06:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c232ce-66b8-57a4-9b40-5b21aefff3cb with scrape type 2
2026-03-29 06:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c232ce-66b8-57a4-9b40-5b21aefff3cb with scrape type 2
2026-03-29 06:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16c232ce-66b8-57a4-9b40-5b21aefff3cb, identifier: KT65%20HYC
2026-03-29 06:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 666cdecf-3c31-56b2-9395-7f4a815cf374 with identifier: CF22%20NWG
2026-03-29 06:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 666cdecf-3c31-56b2-9395-7f4a815cf374 with identifier: CF22%20NWG
2026-03-29 06:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 666cdecf-3c31-56b2-9395-7f4a815cf374 with identifier: CF22%20NWG to the API
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20NWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '666cdecf-3c31-56b2-9395-7f4a815cf374',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF22 NWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20NWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 55729,
 'odometer_reading_unit': '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 DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE PRO',
 'vin': 'VF7VBYHRMN7037830',
 'year': 2022}
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520NWG%27 HTTP/1.1" 200 None
2026-03-29 06:22:31 [bca.uk] INFO: Saving data for CF22%20NWG: {'auction_closing_time': 1774778400.0, 'created_time': 1774563635.321345, 'last_price_update_time': 1774765351.371532}
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520NWG') HTTP/1.1" 204 0
2026-03-29 06:22:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS
2026-03-29 06:22:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS
2026-03-29 06:22:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS to the API
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY22%20HFS-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': 'fd2b21f7-50a8-5937-9730-2b246d7152c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HY22 HFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY22%20HFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 53128,
 'odometer_reading_unit': '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.4 E-HYBRID 245 VZ1 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HYBRID 245 VZ1 DSG',
 'vin': 'VSSZZZKMZNR028751',
 'year': 2022}
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520HFS%27 HTTP/1.1" 200 None
2026-03-29 06:22:31 [bca.uk] INFO: Saving data for HY22%20HFS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563745.53488, 'last_price_update_time': 1774765351.75772}
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY22%2520HFS') HTTP/1.1" 204 0
2026-03-29 06:22:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC
2026-03-29 06:22:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC
2026-03-29 06:22:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC to the API
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT65%20HYC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16c232ce-66b8-57a4-9b40-5b21aefff3cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT65 HYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT65%20HYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 96311,
 '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 CLA 220 D 2.1 177 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': '177 SPORT DCT',
 'vin': 'WDD1173032N344539',
 'year': 2016}
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 06:22:32 [bca.uk] INFO: Saving data for KT65%20HYC: {'auction_closing_time': 1774854000.0, 'created_time': 1774305497.13907, 'last_price_update_time': 1774765352.058029}
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT65%2520HYC') HTTP/1.1" 204 0
2026-03-29 06:22:32 [bca.uk] INFO: Found listing with ID: YC23%20BFJ
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520BFJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:32 [bca.uk] INFO: Scrape type for YC23%20BFJ: 2
2026-03-29 06:22:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b5ce74-ece4-56c7-be57-414347022909 with identifier: YC23%20BFJ
2026-03-29 06:22:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b5ce74-ece4-56c7-be57-414347022909 with scrape type 2
2026-03-29 06:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b5ce74-ece4-56c7-be57-414347022909 with scrape type 2
2026-03-29 06:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4b5ce74-ece4-56c7-be57-414347022909, identifier: YC23%20BFJ
2026-03-29 06:22:32 [bca.uk] INFO: Found listing with ID: NL23%20OZW
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 06:22:32 [bca.uk] INFO: Scrape type for NL23%20OZW: 2
2026-03-29 06:22:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW
2026-03-29 06:22:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa698ed2-55ac-527e-8338-f61b3bc79cdc with scrape type 2
2026-03-29 06:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa698ed2-55ac-527e-8338-f61b3bc79cdc with scrape type 2
2026-03-29 06:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa698ed2-55ac-527e-8338-f61b3bc79cdc, identifier: NL23%20OZW
2026-03-29 06:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:22:32 [bca.uk] INFO: Found listing with ID: KV18%20FMP
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 06:22:32 [bca.uk] INFO: Scrape type for KV18%20FMP: 2
2026-03-29 06:22:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP
2026-03-29 06:22:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac747bf1-eede-5474-922d-16eaee749934 with scrape type 2
2026-03-29 06:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac747bf1-eede-5474-922d-16eaee749934 with scrape type 2
2026-03-29 06:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac747bf1-eede-5474-922d-16eaee749934, identifier: KV18%20FMP
2026-03-29 06:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4b5ce74-ece4-56c7-be57-414347022909 with identifier: YC23%20BFJ
2026-03-29 06:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4b5ce74-ece4-56c7-be57-414347022909 with identifier: YC23%20BFJ
2026-03-29 06:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4b5ce74-ece4-56c7-be57-414347022909 with identifier: YC23%20BFJ to the API
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC23%20BFJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4b5ce74-ece4-56c7-be57-414347022909',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC23 BFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC23%20BFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 64145,
 '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 BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ540967',
 'year': 2023}
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520BFJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:32 [bca.uk] INFO: Saving data for YC23%20BFJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564794.149695, 'last_price_update_time': 1774765352.721415}
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC23%2520BFJ') HTTP/1.1" 204 0
2026-03-29 06:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW
2026-03-29 06:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW
2026-03-29 06:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW to the API
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20OZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aa698ed2-55ac-527e-8338-f61b3bc79cdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 OZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20OZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLVO',
 'model': 'XC40 ELECTRIC',
 'odometer': 36907,
 '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 XC40 ELECTRIC 170KW 69KWH R/C SM CORE StationWagon',
 'transmission': 'automatic',
 'trim': '170KW 69KWH R/C SM CORE',
 'vin': 'YV1XZEFV9P2056855',
 'year': 2023}
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 06:22:33 [bca.uk] INFO: Saving data for NL23%20OZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563748.457403, 'last_price_update_time': 1774765353.009192}
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OZW') HTTP/1.1" 204 0
2026-03-29 06:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP
2026-03-29 06:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP
2026-03-29 06:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP to the API
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV18%20FMP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac747bf1-eede-5474-922d-16eaee749934',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV18 FMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV18%20FMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 82754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 BLUEHDI 120 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 GT LINE',
 'vin': 'VF3MCBHZHJS050187',
 'year': 2018}
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 06:22:33 [bca.uk] INFO: Saving data for KV18%20FMP: {'auction_closing_time': 1774854000.0, 'created_time': 1773832332.228153, 'last_price_update_time': 1774765353.302398}
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV18%2520FMP') HTTP/1.1" 204 0
2026-03-29 06:22:33 [bca.uk] INFO: Found listing with ID: YG72%20XFU
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520XFU%27 HTTP/1.1" 200 None
2026-03-29 06:22:33 [bca.uk] INFO: Scrape type for YG72%20XFU: 2
2026-03-29 06:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b814f885-fdac-569a-93ca-08d14a78138c with identifier: YG72%20XFU
2026-03-29 06:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b814f885-fdac-569a-93ca-08d14a78138c with scrape type 2
2026-03-29 06:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b814f885-fdac-569a-93ca-08d14a78138c with scrape type 2
2026-03-29 06:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b814f885-fdac-569a-93ca-08d14a78138c, identifier: YG72%20XFU
2026-03-29 06:22:33 [bca.uk] INFO: Found listing with ID: SA73%20AKV
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520AKV%27 HTTP/1.1" 200 None
2026-03-29 06:22:33 [bca.uk] INFO: Scrape type for SA73%20AKV: 2
2026-03-29 06:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV
2026-03-29 06:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aa0da70-b736-5098-a27b-9a61907a2183 with scrape type 2
2026-03-29 06:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aa0da70-b736-5098-a27b-9a61907a2183 with scrape type 2
2026-03-29 06:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3aa0da70-b736-5098-a27b-9a61907a2183, identifier: SA73%20AKV
2026-03-29 06:22:33 [bca.uk] INFO: Found listing with ID: LT68%20EAP
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520EAP%27 HTTP/1.1" 200 None
2026-03-29 06:22:33 [bca.uk] INFO: Scrape type for LT68%20EAP: 2
2026-03-29 06:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP
2026-03-29 06:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fad5087e-5151-5e7a-87ee-fdc781a76b8f with scrape type 2
2026-03-29 06:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fad5087e-5151-5e7a-87ee-fdc781a76b8f with scrape type 2
2026-03-29 06:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fad5087e-5151-5e7a-87ee-fdc781a76b8f, identifier: LT68%20EAP
2026-03-29 06:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b814f885-fdac-569a-93ca-08d14a78138c with identifier: YG72%20XFU
2026-03-29 06:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b814f885-fdac-569a-93ca-08d14a78138c with identifier: YG72%20XFU
2026-03-29 06:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b814f885-fdac-569a-93ca-08d14a78138c with identifier: YG72%20XFU to the API
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG72%20XFU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b814f885-fdac-569a-93ca-08d14a78138c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG72 XFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG72%20XFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 54072,
 '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 BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ540978',
 'year': 2023}
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520XFU%27 HTTP/1.1" 200 None
2026-03-29 06:22:33 [bca.uk] INFO: Saving data for YG72%20XFU: {'auction_closing_time': 1774778400.0, 'created_time': 1774563634.54355, 'last_price_update_time': 1774765353.911802}
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG72%2520XFU') HTTP/1.1" 204 0
2026-03-29 06:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV
2026-03-29 06:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV
2026-03-29 06:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV to the API
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA73%20AKV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3aa0da70-b736-5098-a27b-9a61907a2183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SA73 AKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA73%20AKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 30233,
 '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 PREM. StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE PREM.',
 'vin': 'W1N9M0JB1RN060342',
 'year': 2023}
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520AKV%27 HTTP/1.1" 200 None
2026-03-29 06:22:34 [bca.uk] INFO: Saving data for SA73%20AKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563752.094047, 'last_price_update_time': 1774765354.206774}
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA73%2520AKV') HTTP/1.1" 204 0
2026-03-29 06:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP
2026-03-29 06:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP
2026-03-29 06:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP to the API
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT68%20EAP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fad5087e-5151-5e7a-87ee-fdc781a76b8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT68 EAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT68%20EAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 45719,
 'odometer_reading_unit': '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 GDI 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2 ISG',
 'vin': 'U5YPH814LKL566027',
 'year': 2018}
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520EAP%27 HTTP/1.1" 200 None
2026-03-29 06:22:34 [bca.uk] INFO: Saving data for LT68%20EAP: {'auction_closing_time': 1774854000.0, 'created_time': 1773832313.555916, 'last_price_update_time': 1774765354.505249}
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520EAP') HTTP/1.1" 204 0
2026-03-29 06:22:34 [bca.uk] INFO: Found listing with ID: YL72%20BFZ
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520BFZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:34 [bca.uk] INFO: Scrape type for YL72%20BFZ: 2
2026-03-29 06:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aff8a10f-6e16-57cb-abae-b28a30cc2de0 with identifier: YL72%20BFZ
2026-03-29 06:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aff8a10f-6e16-57cb-abae-b28a30cc2de0 with scrape type 2
2026-03-29 06:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aff8a10f-6e16-57cb-abae-b28a30cc2de0 with scrape type 2
2026-03-29 06:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aff8a10f-6e16-57cb-abae-b28a30cc2de0, identifier: YL72%20BFZ
2026-03-29 06:22:34 [bca.uk] INFO: Found listing with ID: DP69%20UHU
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 06:22:34 [bca.uk] INFO: Scrape type for DP69%20UHU: 2
2026-03-29 06:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU
2026-03-29 06:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with scrape type 2
2026-03-29 06:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with scrape type 2
2026-03-29 06:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8, identifier: DP69%20UHU
2026-03-29 06:22:34 [bca.uk] INFO: Found listing with ID: MA16%20KKR
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520KKR%27 HTTP/1.1" 200 None
2026-03-29 06:22:34 [bca.uk] INFO: Scrape type for MA16%20KKR: 2
2026-03-29 06:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR
2026-03-29 06:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with scrape type 2
2026-03-29 06:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with scrape type 2
2026-03-29 06:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede, identifier: MA16%20KKR
2026-03-29 06:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aff8a10f-6e16-57cb-abae-b28a30cc2de0 with identifier: YL72%20BFZ
2026-03-29 06:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aff8a10f-6e16-57cb-abae-b28a30cc2de0 with identifier: YL72%20BFZ
2026-03-29 06:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aff8a10f-6e16-57cb-abae-b28a30cc2de0 with identifier: YL72%20BFZ to the API
2026-03-29 06:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL72%20BFZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aff8a10f-6e16-57cb-abae-b28a30cc2de0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL72 BFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL72%20BFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 81170,
 '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 BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ540990',
 'year': 2023}
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520BFZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:35 [bca.uk] INFO: Saving data for YL72%20BFZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563644.531996, 'last_price_update_time': 1774765355.126275}
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL72%2520BFZ') HTTP/1.1" 204 0
2026-03-29 06:22:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU
2026-03-29 06:22:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU
2026-03-29 06:22:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU to the API
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP69%20UHU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP69 UHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP69%20UHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 41511,
 'odometer_reading_unit': '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 83 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '83 ELITE',
 'vin': 'W0V7H9EE8L4001867',
 'year': 2019}
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520UHU%27 HTTP/1.1" 200 None
2026-03-29 06:22:35 [bca.uk] INFO: Saving data for DP69%20UHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563748.848525, 'last_price_update_time': 1774765355.419386}
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP69%2520UHU') HTTP/1.1" 204 0
2026-03-29 06:22:35 [bca.uk] INFO: Total items found: 100
2026-03-29 06:22:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded
2026-03-29 06:22:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:22:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR
2026-03-29 06:22:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR
2026-03-29 06:22:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR to the API
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA16%20KKR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd56f0131-f7fe-5d8f-8485-1b4ec5ac1ede',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA16 KKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA16%20KKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 175059,
 '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 LUXURY MPV',
 'transmission': 'manual',
 'trim': '216D LUXURY',
 'vin': 'WBA2E320805B44195',
 'year': 2016}
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520KKR%27 HTTP/1.1" 200 None
2026-03-29 06:22:35 [bca.uk] INFO: Saving data for MA16%20KKR: {'auction_closing_time': 1774854000.0, 'created_time': 1773832347.450496, 'last_price_update_time': 1774765355.708944}
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA16%2520KKR') HTTP/1.1" 204 0
2026-03-29 06:22:35 [bca.uk] INFO: Found listing with ID: YL72%20BGV
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520BGV%27 HTTP/1.1" 200 None
2026-03-29 06:22:35 [bca.uk] INFO: Scrape type for YL72%20BGV: 2
2026-03-29 06:22:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0af37be5-9230-576d-852f-d38cd72d11ca with identifier: YL72%20BGV
2026-03-29 06:22:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0af37be5-9230-576d-852f-d38cd72d11ca with scrape type 2
2026-03-29 06:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0af37be5-9230-576d-852f-d38cd72d11ca with scrape type 2
2026-03-29 06:22:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0af37be5-9230-576d-852f-d38cd72d11ca, identifier: YL72%20BGV
2026-03-29 06:22:35 [bca.uk] INFO: Found listing with ID: DK22%20MOA
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK22%2520MOA%27 HTTP/1.1" 200 None
2026-03-29 06:22:35 [bca.uk] INFO: Scrape type for DK22%20MOA: 2
2026-03-29 06:22:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA
2026-03-29 06:22:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9be06261-a5f8-53ec-8ea1-368352de5b64 with scrape type 2
2026-03-29 06:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9be06261-a5f8-53ec-8ea1-368352de5b64 with scrape type 2
2026-03-29 06:22:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9be06261-a5f8-53ec-8ea1-368352de5b64, identifier: DK22%20MOA
2026-03-29 06:22:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:35 [bca.uk] INFO: Found listing with ID: MF17%20PVL
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 06:22:35 [bca.uk] INFO: Scrape type for MF17%20PVL: 2
2026-03-29 06:22:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL
2026-03-29 06:22:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928fa6cd-d565-5959-8bd9-d6ef92b116cc with scrape type 2
2026-03-29 06:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 928fa6cd-d565-5959-8bd9-d6ef92b116cc with scrape type 2
2026-03-29 06:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 928fa6cd-d565-5959-8bd9-d6ef92b116cc, identifier: MF17%20PVL
2026-03-29 06:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0af37be5-9230-576d-852f-d38cd72d11ca with identifier: YL72%20BGV
2026-03-29 06:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0af37be5-9230-576d-852f-d38cd72d11ca with identifier: YL72%20BGV
2026-03-29 06:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0af37be5-9230-576d-852f-d38cd72d11ca with identifier: YL72%20BGV to the API
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL72%20BGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0af37be5-9230-576d-852f-d38cd72d11ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL72 BGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL72%20BGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 69975,
 '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 BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ540989',
 'year': 2023}
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520BGV%27 HTTP/1.1" 200 None
2026-03-29 06:22:36 [bca.uk] INFO: Saving data for YL72%20BGV: {'auction_closing_time': 1774778400.0, 'created_time': 1774563628.51982, 'last_price_update_time': 1774765356.338398}
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL72%2520BGV') HTTP/1.1" 204 0
2026-03-29 06:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA
2026-03-29 06:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA
2026-03-29 06:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA to the API
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK22%20MOA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9be06261-a5f8-53ec-8ea1-368352de5b64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK22 MOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK22%20MOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 18848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC48NX060798',
 'year': 2022}
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK22%2520MOA%27 HTTP/1.1" 200 None
2026-03-29 06:22:36 [bca.uk] INFO: Saving data for DK22%20MOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563750.175064, 'last_price_update_time': 1774765356.730165}
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK22%2520MOA') HTTP/1.1" 204 0
2026-03-29 06:22:36 [bca.uk] INFO: Found listing with ID: BP69%20SFF
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520SFF%27 HTTP/1.1" 200 None
2026-03-29 06:22:36 [bca.uk] INFO: Scrape type for BP69%20SFF: 2
2026-03-29 06:22:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF
2026-03-29 06:22:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with scrape type 2
2026-03-29 06:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with scrape type 2
2026-03-29 06:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba, identifier: BP69%20SFF
2026-03-29 06:22:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL
2026-03-29 06:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL
2026-03-29 06:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL to the API
2026-03-29 06:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF17%20PVL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '928fa6cd-d565-5959-8bd9-d6ef92b116cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF17 PVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF17%20PVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 76786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 N-CONNECTA',
 'vin': 'SJNFEAF15U7326362',
 'year': 2017}
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520PVL%27 HTTP/1.1" 200 None
2026-03-29 06:22:37 [bca.uk] INFO: Saving data for MF17%20PVL: {'auction_closing_time': 1774854000.0, 'created_time': 1773832306.749479, 'last_price_update_time': 1774765357.117475}
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF17%2520PVL') HTTP/1.1" 204 0
2026-03-29 06:22:37 [bca.uk] INFO: Found listing with ID: YL72%20DVP
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 06:22:37 [bca.uk] INFO: Scrape type for YL72%20DVP: 2
2026-03-29 06:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8257248a-266a-5aa1-80d4-07ff5f5e81cc with identifier: YL72%20DVP
2026-03-29 06:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8257248a-266a-5aa1-80d4-07ff5f5e81cc with scrape type 2
2026-03-29 06:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8257248a-266a-5aa1-80d4-07ff5f5e81cc with scrape type 2
2026-03-29 06:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8257248a-266a-5aa1-80d4-07ff5f5e81cc, identifier: YL72%20DVP
2026-03-29 06:22:37 [bca.uk] INFO: Found listing with ID: KN75%20BKA
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BKA%27 HTTP/1.1" 200 None
2026-03-29 06:22:37 [bca.uk] INFO: Scrape type for KN75%20BKA: 2
2026-03-29 06:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA
2026-03-29 06:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 780086dd-98d8-5617-89cc-d9bdbf0bd16d with scrape type 2
2026-03-29 06:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 780086dd-98d8-5617-89cc-d9bdbf0bd16d with scrape type 2
2026-03-29 06:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 780086dd-98d8-5617-89cc-d9bdbf0bd16d, identifier: KN75%20BKA
2026-03-29 06:22:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF
2026-03-29 06:22:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF
2026-03-29 06:22:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF to the API
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP69%20SFF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0ee1178-da35-5c4c-b3c0-1bd9bd293aba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP69 SFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP69%20SFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 157545,
 '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 280 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 280 SWB TREND L/R',
 'vin': 'WF0YXXTTGYKL65859',
 'year': 2020}
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520SFF%27 HTTP/1.1" 200 None
2026-03-29 06:22:37 [bca.uk] INFO: Saving data for BP69%20SFF: {'auction_closing_time': 1774951200.0, 'created_time': 1774564080.312956, 'last_price_update_time': 1774765357.610723}
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP69%2520SFF') HTTP/1.1" 204 0
2026-03-29 06:22:37 [bca.uk] INFO: Found listing with ID: MT68%20LGY
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520LGY%27 HTTP/1.1" 200 None
2026-03-29 06:22:37 [bca.uk] INFO: Scrape type for MT68%20LGY: 2
2026-03-29 06:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2541506-2fbf-5532-8106-7d5c3227bb42 with identifier: MT68%20LGY
2026-03-29 06:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2541506-2fbf-5532-8106-7d5c3227bb42 with scrape type 2
2026-03-29 06:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2541506-2fbf-5532-8106-7d5c3227bb42 with scrape type 2
2026-03-29 06:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2541506-2fbf-5532-8106-7d5c3227bb42, identifier: MT68%20LGY
2026-03-29 06:22:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8257248a-266a-5aa1-80d4-07ff5f5e81cc with identifier: YL72%20DVP
2026-03-29 06:22:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8257248a-266a-5aa1-80d4-07ff5f5e81cc with identifier: YL72%20DVP
2026-03-29 06:22:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8257248a-266a-5aa1-80d4-07ff5f5e81cc with identifier: YL72%20DVP to the API
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL72%20DVP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8257248a-266a-5aa1-80d4-07ff5f5e81cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL72 DVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL72%20DVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 86302,
 '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 BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ541039',
 'year': 2023}
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 06:22:37 [bca.uk] INFO: Saving data for YL72%20DVP: {'auction_closing_time': 1774778400.0, 'created_time': 1774563627.460983, 'last_price_update_time': 1774765357.997586}
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL72%2520DVP') HTTP/1.1" 204 0
2026-03-29 06:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA
2026-03-29 06:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA
2026-03-29 06:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA to the API
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BKA-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '780086dd-98d8-5617-89cc-d9bdbf0bd16d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 8047,
 '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 V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ1T4564003',
 'year': 2025}
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BKA%27 HTTP/1.1" 200 None
2026-03-29 06:22:38 [bca.uk] INFO: Saving data for KN75%20BKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563749.579104, 'last_price_update_time': 1774765358.305962}
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BKA') HTTP/1.1" 204 0
2026-03-29 06:22:38 [bca.uk] INFO: Found listing with ID: NX11%20FWL
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520FWL%27 HTTP/1.1" 200 None
2026-03-29 06:22:38 [bca.uk] INFO: Scrape type for NX11%20FWL: 2
2026-03-29 06:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL
2026-03-29 06:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edbc928d-5670-5624-b4a9-3e980076658b with scrape type 2
2026-03-29 06:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edbc928d-5670-5624-b4a9-3e980076658b with scrape type 2
2026-03-29 06:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edbc928d-5670-5624-b4a9-3e980076658b, identifier: NX11%20FWL
2026-03-29 06:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2541506-2fbf-5532-8106-7d5c3227bb42 with identifier: MT68%20LGY
2026-03-29 06:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2541506-2fbf-5532-8106-7d5c3227bb42 with identifier: MT68%20LGY
2026-03-29 06:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2541506-2fbf-5532-8106-7d5c3227bb42 with identifier: MT68%20LGY to the API
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20LGY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2541506-2fbf-5532-8106-7d5c3227bb42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 LGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20LGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 66376,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 95 SE TECHNOLOGY EZ Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE TECHNOLOGY EZ',
 'vin': 'VSSZZZKJZKR020067',
 'year': 2018}
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520LGY%27 HTTP/1.1" 200 None
2026-03-29 06:22:38 [bca.uk] INFO: Saving data for MT68%20LGY: {'auction_closing_time': 1774854000.0, 'created_time': 1774303865.447032, 'last_price_update_time': 1774765358.705953}
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520LGY') HTTP/1.1" 204 0
2026-03-29 06:22:38 [bca.uk] INFO: Found listing with ID: CF22%20XZC
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 06:22:38 [bca.uk] INFO: Scrape type for CF22%20XZC: 2
2026-03-29 06:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b37ef05f-c6ab-5e92-99d8-0a4688d5cf63 with identifier: CF22%20XZC
2026-03-29 06:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b37ef05f-c6ab-5e92-99d8-0a4688d5cf63 with scrape type 2
2026-03-29 06:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b37ef05f-c6ab-5e92-99d8-0a4688d5cf63 with scrape type 2
2026-03-29 06:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b37ef05f-c6ab-5e92-99d8-0a4688d5cf63, identifier: CF22%20XZC
2026-03-29 06:22:38 [bca.uk] INFO: Found listing with ID: DS22%20UFC
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS22%2520UFC%27 HTTP/1.1" 200 None
2026-03-29 06:22:38 [bca.uk] INFO: Scrape type for DS22%20UFC: 2
2026-03-29 06:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC
2026-03-29 06:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with scrape type 2
2026-03-29 06:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with scrape type 2
2026-03-29 06:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e4d6836-864c-57ff-8a15-de6c3c9692e5, identifier: DS22%20UFC
2026-03-29 06:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL
2026-03-29 06:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL
2026-03-29 06:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL to the API
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX11%20FWL-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edbc928d-5670-5624-b4a9-3e980076658b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX11 FWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX11%20FWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'AUTOQUEST',
 'odometer': 49631,
 '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': 'ELDDIS AUTOQUEST 2.2 130 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '130 MOTORHOME',
 'vin': 'VF3YBAMAB11755694',
 'year': 2011}
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520FWL%27 HTTP/1.1" 200 None
2026-03-29 06:22:39 [bca.uk] INFO: Saving data for NX11%20FWL: {'auction_closing_time': 1775124000.0, 'created_time': 1774564076.694908, 'last_price_update_time': 1774765359.201634}
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX11%2520FWL') HTTP/1.1" 204 0
2026-03-29 06:22:39 [bca.uk] INFO: Found listing with ID: MW62%20HHD
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:22:39 [bca.uk] INFO: Scrape type for MW62%20HHD: 2
2026-03-29 06:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 375decf3-7849-5e14-9242-0c06e5cc0946 with identifier: MW62%20HHD
2026-03-29 06:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375decf3-7849-5e14-9242-0c06e5cc0946 with scrape type 2
2026-03-29 06:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 375decf3-7849-5e14-9242-0c06e5cc0946 with scrape type 2
2026-03-29 06:22:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 375decf3-7849-5e14-9242-0c06e5cc0946, identifier: MW62%20HHD
2026-03-29 06:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b37ef05f-c6ab-5e92-99d8-0a4688d5cf63 with identifier: CF22%20XZC
2026-03-29 06:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b37ef05f-c6ab-5e92-99d8-0a4688d5cf63 with identifier: CF22%20XZC
2026-03-29 06:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b37ef05f-c6ab-5e92-99d8-0a4688d5cf63 with identifier: CF22%20XZC to the API
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20XZC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b37ef05f-c6ab-5e92-99d8-0a4688d5cf63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF22 XZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20XZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 111250,
 'odometer_reading_unit': '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 DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE PRO',
 'vin': 'VF7VBYHRMN7038045',
 'year': 2022}
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520XZC%27 HTTP/1.1" 200 None
2026-03-29 06:22:39 [bca.uk] INFO: Saving data for CF22%20XZC: {'auction_closing_time': 1774778400.0, 'created_time': 1774563627.807446, 'last_price_update_time': 1774765359.585699}
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520XZC') HTTP/1.1" 204 0
2026-03-29 06:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC
2026-03-29 06:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC
2026-03-29 06:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC to the API
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS22%20UFC-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2e4d6836-864c-57ff-8a15-de6c3c9692e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS22 UFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS22%20UFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 20476,
 'odometer_reading_unit': '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 SORENTO 1.6 T-GDI PHEV 3 StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 3',
 'vin': 'KNARM81HSN5109089',
 'year': 2022}
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS22%2520UFC%27 HTTP/1.1" 200 None
2026-03-29 06:22:39 [bca.uk] INFO: Saving data for DS22%20UFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563753.355999, 'last_price_update_time': 1774765359.880894}
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS22%2520UFC') HTTP/1.1" 204 0
2026-03-29 06:22:39 [bca.uk] INFO: Found listing with ID: MH19%20TVZ
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH19%2520TVZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:39 [bca.uk] INFO: Scrape type for MH19%20TVZ: 2
2026-03-29 06:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ
2026-03-29 06:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dbfbff5-60d8-55d9-a139-5874be9d511b with scrape type 2
2026-03-29 06:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dbfbff5-60d8-55d9-a139-5874be9d511b with scrape type 2
2026-03-29 06:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dbfbff5-60d8-55d9-a139-5874be9d511b, identifier: MH19%20TVZ
2026-03-29 06:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 375decf3-7849-5e14-9242-0c06e5cc0946 with identifier: MW62%20HHD
2026-03-29 06:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 375decf3-7849-5e14-9242-0c06e5cc0946 with identifier: MW62%20HHD
2026-03-29 06:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 375decf3-7849-5e14-9242-0c06e5cc0946 with identifier: MW62%20HHD to the API
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW62%20HHD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '375decf3-7849-5e14-9242-0c06e5cc0946',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW62 HHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW62%20HHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 99991,
 '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 2.0 T E/B 250 ST-2 Hatchback',
 'transmission': 'manual',
 'trim': 'T E/B 250 ST-2',
 'vin': 'WF0KXXGCBKCL38268',
 'year': 2013}
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:22:40 [bca.uk] INFO: Saving data for MW62%20HHD: {'auction_closing_time': 1774854000.0, 'created_time': 1774305406.299239, 'last_price_update_time': 1774765360.292643}
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW62%2520HHD') HTTP/1.1" 204 0
2026-03-29 06:22:40 [bca.uk] INFO: Found listing with ID: FP69%20LLO
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LLO%27 HTTP/1.1" 200 None
2026-03-29 06:22:40 [bca.uk] INFO: Scrape type for FP69%20LLO: 2
2026-03-29 06:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO
2026-03-29 06:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with scrape type 2
2026-03-29 06:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with scrape type 2
2026-03-29 06:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1, identifier: FP69%20LLO
2026-03-29 06:22:40 [bca.uk] INFO: Found listing with ID: LS24%20NLL
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520NLL%27 HTTP/1.1" 200 None
2026-03-29 06:22:40 [bca.uk] INFO: Scrape type for LS24%20NLL: 2
2026-03-29 06:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL
2026-03-29 06:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7127ad5e-9731-5ae4-9598-1c6e66c4577f with scrape type 2
2026-03-29 06:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7127ad5e-9731-5ae4-9598-1c6e66c4577f with scrape type 2
2026-03-29 06:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7127ad5e-9731-5ae4-9598-1c6e66c4577f, identifier: LS24%20NLL
2026-03-29 06:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ
2026-03-29 06:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ
2026-03-29 06:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ to the API
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH19%20TVZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dbfbff5-60d8-55d9-a139-5874be9d511b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH19 TVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH19%20TVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 108348,
 'odometer_reading_unit': '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 SIGNATURE S/S MPV',
 'transmission': 'manual',
 'trim': 'P/T 82 SIGNATURE S/S',
 'vin': 'VF3CUHMRPKY099224',
 'year': 2019}
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH19%2520TVZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:40 [bca.uk] INFO: Saving data for MH19%20TVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564086.850056, 'last_price_update_time': 1774765360.799074}
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH19%2520TVZ') HTTP/1.1" 204 0
2026-03-29 06:22:40 [bca.uk] INFO: Found listing with ID: ND66%20ZNN
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520ZNN%27 HTTP/1.1" 200 None
2026-03-29 06:22:40 [bca.uk] INFO: Scrape type for ND66%20ZNN: 2
2026-03-29 06:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN
2026-03-29 06:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with scrape type 2
2026-03-29 06:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with scrape type 2
2026-03-29 06:22:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa, identifier: ND66%20ZNN
2026-03-29 06:22:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO
2026-03-29 06:22:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO
2026-03-29 06:22:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO to the API
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22: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:22:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP69%20LLO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP69 LLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP69%20LLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 16438,
 'odometer_reading_unit': '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': 'NLHA851ALLZ572880',
 'year': 2019}
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LLO%27 HTTP/1.1" 200 None
2026-03-29 06:22:41 [bca.uk] INFO: Saving data for FP69%20LLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563624.133853, 'last_price_update_time': 1774765361.286319}
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP69%2520LLO') HTTP/1.1" 204 0
2026-03-29 06:22:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL
2026-03-29 06:22:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL
2026-03-29 06:22:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL to the API
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22: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:22:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20NLL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7127ad5e-9731-5ae4-9598-1c6e66c4577f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 NLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20NLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 5570,
 '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 LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0208732',
 'year': 2024}
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520NLL%27 HTTP/1.1" 200 None
2026-03-29 06:22:41 [bca.uk] INFO: Saving data for LS24%20NLL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563752.995173, 'last_price_update_time': 1774765361.597212}
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520NLL') HTTP/1.1" 204 0
2026-03-29 06:22:41 [bca.uk] INFO: Found listing with ID: WU19%20PHK
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU19%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:22:41 [bca.uk] INFO: Scrape type for WU19%20PHK: 2
2026-03-29 06:22:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK
2026-03-29 06:22:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d088979a-5396-5cac-a532-e9ca46d5f27b with scrape type 2
2026-03-29 06:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d088979a-5396-5cac-a532-e9ca46d5f27b with scrape type 2
2026-03-29 06:22:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d088979a-5396-5cac-a532-e9ca46d5f27b, identifier: WU19%20PHK
2026-03-29 06:22:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN
2026-03-29 06:22:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN
2026-03-29 06:22:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN to the API
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22: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:22:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND66%20ZNN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND66 ZNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND66%20ZNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FIAT',
 'model': 'TIPO',
 'odometer': 90559,
 '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 TIPO 1.4 95 EASY PLUS Hatchback',
 'transmission': 'manual',
 'trim': '95 EASY PLUS',
 'vin': 'ZFA35600006E38367',
 'year': 2017}
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520ZNN%27 HTTP/1.1" 200 None
2026-03-29 06:22:41 [bca.uk] INFO: Saving data for ND66%20ZNN: {'auction_closing_time': 1774854000.0, 'created_time': 1774305431.992182, 'last_price_update_time': 1774765361.989704}
2026-03-29 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND66%2520ZNN') HTTP/1.1" 204 0
2026-03-29 06:22:42 [bca.uk] INFO: Found listing with ID: GU24%20POA
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520POA%27 HTTP/1.1" 200 None
2026-03-29 06:22:42 [bca.uk] INFO: Scrape type for GU24%20POA: 2
2026-03-29 06:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd with identifier: GU24%20POA
2026-03-29 06:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd with scrape type 2
2026-03-29 06:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd with scrape type 2
2026-03-29 06:22:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd, identifier: GU24%20POA
2026-03-29 06:22:42 [bca.uk] INFO: Found listing with ID: MA22%20KZR
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KZR%27 HTTP/1.1" 200 None
2026-03-29 06:22:42 [bca.uk] INFO: Scrape type for MA22%20KZR: 2
2026-03-29 06:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR
2026-03-29 06:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40bd3837-36b0-5ce2-9ced-49bcfb268063 with scrape type 2
2026-03-29 06:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40bd3837-36b0-5ce2-9ced-49bcfb268063 with scrape type 2
2026-03-29 06:22:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40bd3837-36b0-5ce2-9ced-49bcfb268063, identifier: MA22%20KZR
2026-03-29 06:22:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK
2026-03-29 06:22:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK
2026-03-29 06:22:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK to the API
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU19%20PHK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd088979a-5396-5cac-a532-e9ca46d5f27b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU19 PHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU19%20PHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 110773,
 'odometer_reading_unit': '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 0.9 TCE 90 ESSENTIAL Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ESSENTIAL',
 'vin': 'UU1B5220X62062486',
 'year': 2019}
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU19%2520PHK%27 HTTP/1.1" 200 None
2026-03-29 06:22:42 [bca.uk] INFO: Saving data for WU19%20PHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774564077.073395, 'last_price_update_time': 1774765362.493233}
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU19%2520PHK') HTTP/1.1" 204 0
2026-03-29 06:22:42 [bca.uk] INFO: Found listing with ID: PN67%20YJW
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520YJW%27 HTTP/1.1" 200 None
2026-03-29 06:22:42 [bca.uk] INFO: Scrape type for PN67%20YJW: 2
2026-03-29 06:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW
2026-03-29 06:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0547afcf-39b5-56e9-9d1c-35a8a94092eb with scrape type 2
2026-03-29 06:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0547afcf-39b5-56e9-9d1c-35a8a94092eb with scrape type 2
2026-03-29 06:22:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0547afcf-39b5-56e9-9d1c-35a8a94092eb, identifier: PN67%20YJW
2026-03-29 06:22:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd with identifier: GU24%20POA
2026-03-29 06:22:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd with identifier: GU24%20POA
2026-03-29 06:22:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd with identifier: GU24%20POA to the API
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU24%20POA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c0672ce-0e35-5ae2-b5d6-c153ed4e0cfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU24 POA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU24%20POA&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SUZUKI',
 'model': 'JIMNY',
 'odometer': 7032,
 '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': 'SUZUKI JIMNY 1.5 ALLGRIP COMMERCIAL Van',
 'transmission': 'manual',
 'trim': 'ALLGRIP COMMERCIAL',
 'vin': 'JSAHJB74B00146463',
 'year': 2024}
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520POA%27 HTTP/1.1" 200 None
2026-03-29 06:22:42 [bca.uk] INFO: Saving data for GU24%20POA: {'auction_closing_time': 1774778400.0, 'created_time': 1774563649.028299, 'last_price_update_time': 1774765362.898106}
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU24%2520POA') HTTP/1.1" 204 0
2026-03-29 06:22:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR
2026-03-29 06:22:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR
2026-03-29 06:22:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR to the API
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20KZR-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40bd3837-36b0-5ce2-9ced-49bcfb268063',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 KZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20KZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 22480,
 'odometer_reading_unit': '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 PICANTO 1.0 1 (4ST) Hatchback',
 'transmission': 'manual',
 'trim': '1 (4ST)',
 'vin': 'KNAB2518LNT912549',
 'year': 2022}
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KZR%27 HTTP/1.1" 200 None
2026-03-29 06:22:43 [bca.uk] INFO: Saving data for MA22%20KZR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563741.246005, 'last_price_update_time': 1774765363.18788}
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520KZR') HTTP/1.1" 204 0
2026-03-29 06:22:43 [bca.uk] INFO: Found listing with ID: NX60%20DBY
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX60%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:43 [bca.uk] INFO: Scrape type for NX60%20DBY: 2
2026-03-29 06:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY
2026-03-29 06:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with scrape type 2
2026-03-29 06:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with scrape type 2
2026-03-29 06:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec, identifier: NX60%20DBY
2026-03-29 06:22:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW
2026-03-29 06:22:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW
2026-03-29 06:22:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW to the API
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN67%20YJW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0547afcf-39b5-56e9-9d1c-35a8a94092eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN67 YJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN67%20YJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 108287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHC19527',
 'year': 2017}
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520YJW%27 HTTP/1.1" 200 None
2026-03-29 06:22:43 [bca.uk] INFO: Saving data for PN67%20YJW: {'auction_closing_time': 1774854000.0, 'created_time': 1774305360.548258, 'last_price_update_time': 1774765363.581345}
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN67%2520YJW') HTTP/1.1" 204 0
2026-03-29 06:22:43 [bca.uk] INFO: Found listing with ID: YP73%20XAD
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XAD%27 HTTP/1.1" 200 None
2026-03-29 06:22:43 [bca.uk] INFO: Scrape type for YP73%20XAD: 2
2026-03-29 06:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76486887-3763-5df4-8687-9bf48d63918d with identifier: YP73%20XAD
2026-03-29 06:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76486887-3763-5df4-8687-9bf48d63918d with scrape type 2
2026-03-29 06:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76486887-3763-5df4-8687-9bf48d63918d with scrape type 2
2026-03-29 06:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76486887-3763-5df4-8687-9bf48d63918d, identifier: YP73%20XAD
2026-03-29 06:22:43 [bca.uk] INFO: Found listing with ID: YF75%20WHM
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF75%2520WHM%27 HTTP/1.1" 200 None
2026-03-29 06:22:43 [bca.uk] INFO: Scrape type for YF75%20WHM: 2
2026-03-29 06:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM
2026-03-29 06:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with scrape type 2
2026-03-29 06:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with scrape type 2
2026-03-29 06:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb, identifier: YF75%20WHM
2026-03-29 06:22:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY
2026-03-29 06:22:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY
2026-03-29 06:22:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY to the API
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX60%20DBY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c1f8cde-fabb-51c4-be4e-7de9a1a470ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX60 DBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX60%20DBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'AUTOQUEST',
 'odometer': 39776,
 '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': 'ELDDIS AUTOQUEST 2.2 120 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '120 MOTORHOME',
 'vin': 'VF3YAAMAA11743015',
 'year': 2010}
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX60%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:44 [bca.uk] INFO: Saving data for NX60%20DBY: {'auction_closing_time': 1775124000.0, 'created_time': 1774564061.761752, 'last_price_update_time': 1774765364.07935}
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX60%2520DBY') HTTP/1.1" 204 0
2026-03-29 06:22:44 [bca.uk] INFO: Found listing with ID: RO16%20EXS
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520EXS%27 HTTP/1.1" 200 None
2026-03-29 06:22:44 [bca.uk] INFO: Scrape type for RO16%20EXS: 2
2026-03-29 06:22:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS
2026-03-29 06:22:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f801a48-3629-5163-9bfc-1e89c8bd12fb with scrape type 2
2026-03-29 06:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f801a48-3629-5163-9bfc-1e89c8bd12fb with scrape type 2
2026-03-29 06:22:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f801a48-3629-5163-9bfc-1e89c8bd12fb, identifier: RO16%20EXS
2026-03-29 06:22:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76486887-3763-5df4-8687-9bf48d63918d with identifier: YP73%20XAD
2026-03-29 06:22:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76486887-3763-5df4-8687-9bf48d63918d with identifier: YP73%20XAD
2026-03-29 06:22:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76486887-3763-5df4-8687-9bf48d63918d with identifier: YP73%20XAD to the API
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP73%20XAD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76486887-3763-5df4-8687-9bf48d63918d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP73 XAD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP73%20XAD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 12600,
 '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 PARTNER 1.5 B/HDI 100 850 PROF.PREM+ LONG CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 850 PROF.PREM+ LONG',
 'vin': 'VR3EFYHT2PJ805166',
 'year': 2023}
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XAD%27 HTTP/1.1" 200 None
2026-03-29 06:22:44 [bca.uk] INFO: Saving data for YP73%20XAD: {'auction_closing_time': 1774778400.0, 'created_time': 1774563618.90755, 'last_price_update_time': 1774765364.466511}
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP73%2520XAD') HTTP/1.1" 204 0
2026-03-29 06:22:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM
2026-03-29 06:22:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM
2026-03-29 06:22:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM to the API
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF75%20WHM-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': '189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF75 WHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF75%20WHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 1623,
 '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': 'MG MOTOR UK HS 1.5 T-GDI PHEV TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV TROPHY',
 'vin': 'LSJW94390SG112212',
 'year': 2025}
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF75%2520WHM%27 HTTP/1.1" 200 None
2026-03-29 06:22:44 [bca.uk] INFO: Saving data for YF75%20WHM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563734.342991, 'last_price_update_time': 1774765364.748466}
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF75%2520WHM') HTTP/1.1" 204 0
2026-03-29 06:22:44 [bca.uk] INFO: Found listing with ID: EO22%20YVD
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520YVD%27 HTTP/1.1" 200 None
2026-03-29 06:22:44 [bca.uk] INFO: Scrape type for EO22%20YVD: 2
2026-03-29 06:22:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD
2026-03-29 06:22:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cca22068-da07-5048-aea8-b53611f031c0 with scrape type 2
2026-03-29 06:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cca22068-da07-5048-aea8-b53611f031c0 with scrape type 2
2026-03-29 06:22:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cca22068-da07-5048-aea8-b53611f031c0, identifier: EO22%20YVD
2026-03-29 06:22:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS
2026-03-29 06:22:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS
2026-03-29 06:22:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS to the API
2026-03-29 06:22:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO16%20EXS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7f801a48-3629-5163-9bfc-1e89c8bd12fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO16 EXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO16%20EXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SSANGYONG',
 'model': 'TIVOLI',
 'odometer': 92189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SSANGYONG TIVOLI 1.6 128 EX 2WD Hatchback',
 'transmission': 'manual',
 'trim': '128 EX 2WD',
 'vin': 'KPT30B1VSFP030092',
 'year': 2016}
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520EXS%27 HTTP/1.1" 200 None
2026-03-29 06:22:45 [bca.uk] INFO: Saving data for RO16%20EXS: {'auction_closing_time': 1774854000.0, 'created_time': 1773832346.997573, 'last_price_update_time': 1774765365.144953}
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO16%2520EXS') HTTP/1.1" 204 0
2026-03-29 06:22:45 [bca.uk] INFO: Found listing with ID: YP73%20XAE
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XAE%27 HTTP/1.1" 200 None
2026-03-29 06:22:45 [bca.uk] INFO: Scrape type for YP73%20XAE: 2
2026-03-29 06:22:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a040c262-e6b8-5a63-a24d-abab0a0ff992 with identifier: YP73%20XAE
2026-03-29 06:22:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a040c262-e6b8-5a63-a24d-abab0a0ff992 with scrape type 2
2026-03-29 06:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a040c262-e6b8-5a63-a24d-abab0a0ff992 with scrape type 2
2026-03-29 06:22:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a040c262-e6b8-5a63-a24d-abab0a0ff992, identifier: YP73%20XAE
2026-03-29 06:22:45 [bca.uk] INFO: Found listing with ID: OE72%20MXT
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:22:45 [bca.uk] INFO: Scrape type for OE72%20MXT: 2
2026-03-29 06:22:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT
2026-03-29 06:22:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffb7f823-1fc3-568a-8f91-b45d3b48f603 with scrape type 2
2026-03-29 06:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffb7f823-1fc3-568a-8f91-b45d3b48f603 with scrape type 2
2026-03-29 06:22:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffb7f823-1fc3-568a-8f91-b45d3b48f603, identifier: OE72%20MXT
2026-03-29 06:22:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD
2026-03-29 06:22:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD
2026-03-29 06:22:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD to the API
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20YVD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cca22068-da07-5048-aea8-b53611f031c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO22 YVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20YVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 26485,
 'odometer_reading_unit': '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 CAPTUR 1.3 TCE 140 R.S.LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 R.S.LINE',
 'vin': 'VF1RJB00568791084',
 'year': 2022}
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520YVD%27 HTTP/1.1" 200 None
2026-03-29 06:22:45 [bca.uk] INFO: Saving data for EO22%20YVD: {'auction_closing_time': 1774951200.0, 'created_time': 1774564062.130068, 'last_price_update_time': 1774765365.647333}
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520YVD') HTTP/1.1" 204 0
2026-03-29 06:22:45 [bca.uk] INFO: Found listing with ID: SA18%20BFK
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520BFK%27 HTTP/1.1" 200 None
2026-03-29 06:22:45 [bca.uk] INFO: Scrape type for SA18%20BFK: 2
2026-03-29 06:22:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK
2026-03-29 06:22:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with scrape type 2
2026-03-29 06:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with scrape type 2
2026-03-29 06:22:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f, identifier: SA18%20BFK
2026-03-29 06:22:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a040c262-e6b8-5a63-a24d-abab0a0ff992 with identifier: YP73%20XAE
2026-03-29 06:22:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a040c262-e6b8-5a63-a24d-abab0a0ff992 with identifier: YP73%20XAE
2026-03-29 06:22:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a040c262-e6b8-5a63-a24d-abab0a0ff992 with identifier: YP73%20XAE to the API
2026-03-29 06:22:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP73%20XAE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a040c262-e6b8-5a63-a24d-abab0a0ff992',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP73 XAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP73%20XAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 38549,
 '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 PARTNER 1.5 B/HDI 100 850 PROF.PREM+ LONG CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 850 PROF.PREM+ LONG',
 'vin': 'VR3EFYHT2PJ809188',
 'year': 2023}
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XAE%27 HTTP/1.1" 200 None
2026-03-29 06:22:46 [bca.uk] INFO: Saving data for YP73%20XAE: {'auction_closing_time': 1774778400.0, 'created_time': 1774563646.735685, 'last_price_update_time': 1774765366.147512}
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP73%2520XAE') HTTP/1.1" 204 0
2026-03-29 06:22:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT
2026-03-29 06:22:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT
2026-03-29 06:22:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT to the API
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE72%20MXT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ffb7f823-1fc3-568a-8f91-b45d3b48f603',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE72 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE72%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 48182,
 '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 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'YSMVSEDE3PL129429',
 'year': 2023}
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:22:46 [bca.uk] INFO: Saving data for OE72%20MXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563735.084404, 'last_price_update_time': 1774765366.429541}
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE72%2520MXT') HTTP/1.1" 204 0
2026-03-29 06:22:46 [bca.uk] INFO: Found listing with ID: LP66%20DHJ
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520DHJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:46 [bca.uk] INFO: Scrape type for LP66%20DHJ: 2
2026-03-29 06:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ
2026-03-29 06:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81297aa8-d4f8-585b-877a-f484bd47fd14 with scrape type 2
2026-03-29 06:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81297aa8-d4f8-585b-877a-f484bd47fd14 with scrape type 2
2026-03-29 06:22:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81297aa8-d4f8-585b-877a-f484bd47fd14, identifier: LP66%20DHJ
2026-03-29 06:22:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK
2026-03-29 06:22:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK
2026-03-29 06:22:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK to the API
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA18%20BFK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '181a2a70-c7bd-51b6-87d8-e7e4d0054e1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA18 BFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA18%20BFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 106058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ECOTEC ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 ECOTEC ACTIVE',
 'vin': 'W0VJC7E89JB641713',
 'year': 2018}
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520BFK%27 HTTP/1.1" 200 None
2026-03-29 06:22:46 [bca.uk] INFO: Saving data for SA18%20BFK: {'auction_closing_time': 1774854000.0, 'created_time': 1774305434.45993, 'last_price_update_time': 1774765366.819207}
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA18%2520BFK') HTTP/1.1" 204 0
2026-03-29 06:22:46 [bca.uk] INFO: Found listing with ID: NK24%20XHA
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK24%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 06:22:46 [bca.uk] INFO: Scrape type for NK24%20XHA: 2
2026-03-29 06:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a5432c1-397e-5bd0-b5e1-a1f365235ee2 with identifier: NK24%20XHA
2026-03-29 06:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a5432c1-397e-5bd0-b5e1-a1f365235ee2 with scrape type 2
2026-03-29 06:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a5432c1-397e-5bd0-b5e1-a1f365235ee2 with scrape type 2
2026-03-29 06:22:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a5432c1-397e-5bd0-b5e1-a1f365235ee2, identifier: NK24%20XHA
2026-03-29 06:22:46 [bca.uk] INFO: Found listing with ID: SG22%20XYP
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYP%27 HTTP/1.1" 200 None
2026-03-29 06:22:46 [bca.uk] INFO: Scrape type for SG22%20XYP: 2
2026-03-29 06:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP
2026-03-29 06:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99a17365-f61f-52a8-a987-d651faa8dcef with scrape type 2
2026-03-29 06:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99a17365-f61f-52a8-a987-d651faa8dcef with scrape type 2
2026-03-29 06:22:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99a17365-f61f-52a8-a987-d651faa8dcef, identifier: SG22%20XYP
2026-03-29 06:22:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ
2026-03-29 06:22:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ
2026-03-29 06:22:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ to the API
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP66%20DHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81297aa8-d4f8-585b-877a-f484bd47fd14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP66 DHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP66%20DHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'GT86',
 'odometer': 59124,
 '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 GT86 2.0 D-4S Coupe',
 'transmission': 'manual',
 'trim': 'D-4S',
 'vin': 'JF1ZN6K72HG040408',
 'year': 2017}
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520DHJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:47 [bca.uk] INFO: Saving data for LP66%20DHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563997.420502, 'last_price_update_time': 1774765367.329615}
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP66%2520DHJ') HTTP/1.1" 204 0
2026-03-29 06:22:47 [bca.uk] INFO: Found listing with ID: SA54%20NBY
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA54%2520NBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:47 [bca.uk] INFO: Scrape type for SA54%20NBY: 2
2026-03-29 06:22:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY
2026-03-29 06:22:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with scrape type 2
2026-03-29 06:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with scrape type 2
2026-03-29 06:22:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0, identifier: SA54%20NBY
2026-03-29 06:22:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a5432c1-397e-5bd0-b5e1-a1f365235ee2 with identifier: NK24%20XHA
2026-03-29 06:22:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a5432c1-397e-5bd0-b5e1-a1f365235ee2 with identifier: NK24%20XHA
2026-03-29 06:22:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a5432c1-397e-5bd0-b5e1-a1f365235ee2 with identifier: NK24%20XHA to the API
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK24%20XHA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0a5432c1-397e-5bd0-b5e1-a1f365235ee2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK24 XHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK24%20XHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 317',
 'odometer': 74251,
 '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 SPRINTER 317 2.0 CDI 3.5T RWD L2 H2 SELECT 9G '
          'PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI 3.5T RWD L2 H2 SELECT 9G',
 'vin': 'W1V3KBFZ8SP709240',
 'year': 2024}
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK24%2520XHA%27 HTTP/1.1" 200 None
2026-03-29 06:22:47 [bca.uk] INFO: Saving data for NK24%20XHA: {'auction_closing_time': 1774778400.0, 'created_time': 1774563609.313223, 'last_price_update_time': 1774765367.744844}
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK24%2520XHA') HTTP/1.1" 204 0
2026-03-29 06:22:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP
2026-03-29 06:22:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP
2026-03-29 06:22:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP to the API
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20XYP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '99a17365-f61f-52a8-a987-d651faa8dcef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 XYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20XYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 40016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK5NC239201',
 'year': 2022}
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYP%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Saving data for SG22%20XYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563715.917462, 'last_price_update_time': 1774765368.053263}
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520XYP') HTTP/1.1" 204 0
2026-03-29 06:22:48 [bca.uk] INFO: Found listing with ID: LV72%20OHX
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Scrape type for LV72%20OHX: 2
2026-03-29 06:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX
2026-03-29 06:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab, identifier: LV72%20OHX
2026-03-29 06:22:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY
2026-03-29 06:22:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY
2026-03-29 06:22:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY to the API
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA54%20NBY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46effd28-c4b4-5cbe-bbe6-367bd64eb5d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA54 NBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA54%20NBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 102520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.5 CDI SPORT EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'CDI SPORT EDITION',
 'vin': 'WDD1760122V088355',
 'year': 2015}
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA54%2520NBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Saving data for SA54%20NBY: {'auction_closing_time': 1774854000.0, 'created_time': 1774303565.641305, 'last_price_update_time': 1774765368.440841}
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA54%2520NBY') HTTP/1.1" 204 0
2026-03-29 06:22:48 [bca.uk] INFO: Found listing with ID: YG23%20WLF
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Scrape type for YG23%20WLF: 2
2026-03-29 06:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5 with identifier: YG23%20WLF
2026-03-29 06:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5 with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5 with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5, identifier: YG23%20WLF
2026-03-29 06:22:48 [bca.uk] INFO: Found listing with ID: KN75%20AVY
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AVY%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Scrape type for KN75%20AVY: 2
2026-03-29 06:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY
2026-03-29 06:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13305c52-fada-5783-b1d8-7a83018cd135 with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13305c52-fada-5783-b1d8-7a83018cd135 with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13305c52-fada-5783-b1d8-7a83018cd135, identifier: KN75%20AVY
2026-03-29 06:22:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX
2026-03-29 06:22:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX
2026-03-29 06:22:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX to the API
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV72%20OHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab6e65e1-e0dd-50c2-866b-9ec3cf475aab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV72 OHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV72%20OHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 31551,
 'odometer_reading_unit': '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.3 TCE 130 COMFORT StationWagon',
 'transmission': 'manual',
 'trim': 'TCE 130 COMFORT',
 'vin': 'VF1HJD20669755189',
 'year': 2022}
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Saving data for LV72%20OHX: {'auction_closing_time': 1774951200.0, 'created_time': 1774361288.061526, 'last_price_update_time': 1774765368.931058}
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV72%2520OHX') HTTP/1.1" 204 0
2026-03-29 06:22:48 [bca.uk] INFO: Found listing with ID: SJ16%20LLW
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520LLW%27 HTTP/1.1" 200 None
2026-03-29 06:22:48 [bca.uk] INFO: Scrape type for SJ16%20LLW: 2
2026-03-29 06:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW
2026-03-29 06:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with scrape type 2
2026-03-29 06:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with scrape type 2
2026-03-29 06:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518, identifier: SJ16%20LLW
2026-03-29 06:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5 with identifier: YG23%20WLF
2026-03-29 06:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5 with identifier: YG23%20WLF
2026-03-29 06:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47d61b5b-9f10-5dec-9351-16bdb3ac0ca5 with identifier: YG23%20WLF to the API
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG23%20WLF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47d61b5b-9f10-5dec-9351-16bdb3ac0ca5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG23 WLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG23%20WLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 50957,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L',
 'vin': 'WV1ZZZ7H2PX028077',
 'year': 2023}
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520WLF%27 HTTP/1.1" 200 None
2026-03-29 06:22:49 [bca.uk] INFO: Saving data for YG23%20WLF: {'auction_closing_time': 1774778400.0, 'created_time': 1774563650.671586, 'last_price_update_time': 1774765369.323308}
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG23%2520WLF') HTTP/1.1" 204 0
2026-03-29 06:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY
2026-03-29 06:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY
2026-03-29 06:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY to the API
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20AVY-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13305c52-fada-5783-b1d8-7a83018cd135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 AVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20AVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 3180,
 '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 V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ1T4564423',
 'year': 2025}
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AVY%27 HTTP/1.1" 200 None
2026-03-29 06:22:49 [bca.uk] INFO: Saving data for KN75%20AVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563734.716771, 'last_price_update_time': 1774765369.617055}
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520AVY') HTTP/1.1" 204 0
2026-03-29 06:22:49 [bca.uk] INFO: Found listing with ID: DG20%20LZO
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520LZO%27 HTTP/1.1" 200 None
2026-03-29 06:22:49 [bca.uk] INFO: Scrape type for DG20%20LZO: 2
2026-03-29 06:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO
2026-03-29 06:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 833097e3-2459-54e8-9df1-07de9cd0c4de with scrape type 2
2026-03-29 06:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 833097e3-2459-54e8-9df1-07de9cd0c4de with scrape type 2
2026-03-29 06:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 833097e3-2459-54e8-9df1-07de9cd0c4de, identifier: DG20%20LZO
2026-03-29 06:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW
2026-03-29 06:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW
2026-03-29 06:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW to the API
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ16%20LLW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cd1e942-efcb-53f6-a5b3-ed8abcf66518',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ16 LLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ16%20LLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 58691,
 '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.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7225211',
 'year': 2016}
2026-03-29 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520LLW%27 HTTP/1.1" 200 None
2026-03-29 06:22:50 [bca.uk] INFO: Saving data for SJ16%20LLW: {'auction_closing_time': 1774854000.0, 'created_time': 1774305372.673845, 'last_price_update_time': 1774765370.003174}
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ16%2520LLW') HTTP/1.1" 204 0
2026-03-29 06:22:50 [bca.uk] INFO: Found listing with ID: SV15%20KWT
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520KWT%27 HTTP/1.1" 200 None
2026-03-29 06:22:50 [bca.uk] INFO: Scrape type for SV15%20KWT: 2
2026-03-29 06:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3eb457-c11b-5303-92e5-cae1f2f9212b with identifier: SV15%20KWT
2026-03-29 06:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3eb457-c11b-5303-92e5-cae1f2f9212b with scrape type 2
2026-03-29 06:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3eb457-c11b-5303-92e5-cae1f2f9212b with scrape type 2
2026-03-29 06:22:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f3eb457-c11b-5303-92e5-cae1f2f9212b, identifier: SV15%20KWT
2026-03-29 06:22:50 [bca.uk] INFO: Found listing with ID: CN23%20ZDP
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN23%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 06:22:50 [bca.uk] INFO: Scrape type for CN23%20ZDP: 2
2026-03-29 06:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP
2026-03-29 06:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae87b93-cef2-5ffa-855f-35899c95a390 with scrape type 2
2026-03-29 06:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae87b93-cef2-5ffa-855f-35899c95a390 with scrape type 2
2026-03-29 06:22:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ae87b93-cef2-5ffa-855f-35899c95a390, identifier: CN23%20ZDP
2026-03-29 06:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO
2026-03-29 06:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO
2026-03-29 06:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO to the API
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG20%20LZO-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '833097e3-2459-54e8-9df1-07de9cd0c4de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG20 LZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG20%20LZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 14172,
 '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 TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZLH008543',
 'year': 2020}
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520LZO%27 HTTP/1.1" 200 None
2026-03-29 06:22:50 [bca.uk] INFO: Saving data for DG20%20LZO: {'auction_closing_time': 1775124000.0, 'created_time': 1774564052.06521, 'last_price_update_time': 1774765370.499193}
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG20%2520LZO') HTTP/1.1" 204 0
2026-03-29 06:22:50 [bca.uk] INFO: Found listing with ID: SK65%20OEB
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520OEB%27 HTTP/1.1" 200 None
2026-03-29 06:22:50 [bca.uk] INFO: Scrape type for SK65%20OEB: 2
2026-03-29 06:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB
2026-03-29 06:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 492ff2db-87ba-5015-8ef1-c1d3846aae50 with scrape type 2
2026-03-29 06:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 492ff2db-87ba-5015-8ef1-c1d3846aae50 with scrape type 2
2026-03-29 06:22:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 492ff2db-87ba-5015-8ef1-c1d3846aae50, identifier: SK65%20OEB
2026-03-29 06:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f3eb457-c11b-5303-92e5-cae1f2f9212b with identifier: SV15%20KWT
2026-03-29 06:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f3eb457-c11b-5303-92e5-cae1f2f9212b with identifier: SV15%20KWT
2026-03-29 06:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f3eb457-c11b-5303-92e5-cae1f2f9212b with identifier: SV15%20KWT to the API
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV15%20KWT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6f3eb457-c11b-5303-92e5-cae1f2f9212b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV15 KWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV15%20KWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A32',
 'odometer': 101270,
 '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 AMAROK A32 2.0 BITDI 180 BMT HIGHLINE 4M-PERM CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'BITDI 180 BMT HIGHLINE 4M-PERM',
 'vin': 'WV1ZZZ2HZFA019293',
 'year': 2015}
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520KWT%27 HTTP/1.1" 200 None
2026-03-29 06:22:51 [bca.uk] INFO: Saving data for SV15%20KWT: {'auction_closing_time': 1774778400.0, 'created_time': 1774563633.675794, 'last_price_update_time': 1774765371.000222}
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV15%2520KWT') HTTP/1.1" 204 0
2026-03-29 06:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP
2026-03-29 06:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP
2026-03-29 06:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP to the API
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN23%20ZDP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3ae87b93-cef2-5ffa-855f-35899c95a390',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN23 ZDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN23%20ZDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 62301,
 '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': 'LSJW74096PZ078623',
 'year': 2023}
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN23%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 06:22:51 [bca.uk] INFO: Saving data for CN23%20ZDP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563735.465994, 'last_price_update_time': 1774765371.288452}
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN23%2520ZDP') HTTP/1.1" 204 0
2026-03-29 06:22:51 [bca.uk] INFO: Found listing with ID: MJ22%20VST
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VST%27 HTTP/1.1" 200 None
2026-03-29 06:22:51 [bca.uk] INFO: Scrape type for MJ22%20VST: 2
2026-03-29 06:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST
2026-03-29 06:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f11f90-c1ca-5c0c-9610-e9e798257796 with scrape type 2
2026-03-29 06:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f11f90-c1ca-5c0c-9610-e9e798257796 with scrape type 2
2026-03-29 06:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30f11f90-c1ca-5c0c-9610-e9e798257796, identifier: MJ22%20VST
2026-03-29 06:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB
2026-03-29 06:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB
2026-03-29 06:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB to the API
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK65%20OEB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '492ff2db-87ba-5015-8ef1-c1d3846aae50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK65 OEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK65%20OEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 76197,
 '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': 'ABARTH 595 1.4 T-JET TURISMO Hatchback',
 'transmission': 'manual',
 'trim': 'T-JET TURISMO',
 'vin': 'ZFA3120000J413457',
 'year': 2015}
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520OEB%27 HTTP/1.1" 200 None
2026-03-29 06:22:51 [bca.uk] INFO: Saving data for SK65%20OEB: {'auction_closing_time': 1774854000.0, 'created_time': 1773832284.113847, 'last_price_update_time': 1774765371.68114}
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK65%2520OEB') HTTP/1.1" 204 0
2026-03-29 06:22:51 [bca.uk] INFO: Found listing with ID: NG18%20YBU
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG18%2520YBU%27 HTTP/1.1" 200 None
2026-03-29 06:22:51 [bca.uk] INFO: Scrape type for NG18%20YBU: 2
2026-03-29 06:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e827acf-8cfa-572a-bc9d-b0faad1047f8 with identifier: NG18%20YBU
2026-03-29 06:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e827acf-8cfa-572a-bc9d-b0faad1047f8 with scrape type 2
2026-03-29 06:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e827acf-8cfa-572a-bc9d-b0faad1047f8 with scrape type 2
2026-03-29 06:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e827acf-8cfa-572a-bc9d-b0faad1047f8, identifier: NG18%20YBU
2026-03-29 06:22:51 [bca.uk] INFO: Found listing with ID: NJ23%20GWP
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:22:51 [bca.uk] INFO: Scrape type for NJ23%20GWP: 2
2026-03-29 06:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP
2026-03-29 06:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7236a268-0d38-53b9-8e16-9488e3194a35 with scrape type 2
2026-03-29 06:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7236a268-0d38-53b9-8e16-9488e3194a35 with scrape type 2
2026-03-29 06:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7236a268-0d38-53b9-8e16-9488e3194a35, identifier: NJ23%20GWP
2026-03-29 06:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST
2026-03-29 06:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST
2026-03-29 06:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST to the API
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ22%20VST-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30f11f90-c1ca-5c0c-9610-e9e798257796',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ22 VST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ22%20VST&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND',
 'odometer': 19566,
 'odometer_reading_unit': '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 CROSSLAND 1.2 GS LINE Hatchback',
 'transmission': 'manual',
 'trim': 'GS LINE',
 'vin': 'W0V7D9EE0N4173972',
 'year': 2022}
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VST%27 HTTP/1.1" 200 None
2026-03-29 06:22:52 [bca.uk] INFO: Saving data for MJ22%20VST: {'auction_closing_time': 1774951200.0, 'created_time': 1774361111.353428, 'last_price_update_time': 1774765372.182146}
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ22%2520VST') HTTP/1.1" 204 0
2026-03-29 06:22:52 [bca.uk] INFO: Found listing with ID: SY17%20UAP
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 06:22:52 [bca.uk] INFO: Scrape type for SY17%20UAP: 2
2026-03-29 06:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP
2026-03-29 06:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with scrape type 2
2026-03-29 06:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with scrape type 2
2026-03-29 06:22:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4, identifier: SY17%20UAP
2026-03-29 06:22:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e827acf-8cfa-572a-bc9d-b0faad1047f8 with identifier: NG18%20YBU
2026-03-29 06:22:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e827acf-8cfa-572a-bc9d-b0faad1047f8 with identifier: NG18%20YBU
2026-03-29 06:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e827acf-8cfa-572a-bc9d-b0faad1047f8 with identifier: NG18%20YBU to the API
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG18%20YBU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e827acf-8cfa-572a-bc9d-b0faad1047f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG18 YBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG18%20YBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 53899,
 'odometer_reading_unit': '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 224 BMT HIGHLINE 4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 224 BMT HIGHLINE 4M',
 'vin': 'WV1ZZZ2HZJH006936',
 'year': 2018}
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG18%2520YBU%27 HTTP/1.1" 200 None
2026-03-29 06:22:52 [bca.uk] INFO: Saving data for NG18%20YBU: {'auction_closing_time': 1774778400.0, 'created_time': 1774563599.160574, 'last_price_update_time': 1774765372.591704}
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG18%2520YBU') HTTP/1.1" 204 0
2026-03-29 06:22:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP
2026-03-29 06:22:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP
2026-03-29 06:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP to the API
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 26,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20GWP-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': '7236a268-0d38-53b9-8e16-9488e3194a35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ23 GWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20GWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 28046,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGYXPA078378',
 'year': 2023}
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520GWP%27 HTTP/1.1" 200 None
2026-03-29 06:22:52 [bca.uk] INFO: Saving data for NJ23%20GWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563736.388018, 'last_price_update_time': 1774765372.881921}
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520GWP') HTTP/1.1" 204 0
2026-03-29 06:22:52 [bca.uk] INFO: Found listing with ID: VX16%20OJG
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX16%2520OJG%27 HTTP/1.1" 200 None
2026-03-29 06:22:52 [bca.uk] INFO: Scrape type for VX16%20OJG: 2
2026-03-29 06:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG
2026-03-29 06:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d65ee03-8480-51e0-8e56-16801a70a106 with scrape type 2
2026-03-29 06:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d65ee03-8480-51e0-8e56-16801a70a106 with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d65ee03-8480-51e0-8e56-16801a70a106, identifier: VX16%20OJG
2026-03-29 06:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP
2026-03-29 06:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP
2026-03-29 06:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP to the API
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY17%20UAP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY17 UAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY17%20UAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 124578,
 '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 2.0 BLUEHDI 150 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 150 GT LINE',
 'vin': 'VF3MJAHXHHS059883',
 'year': 2017}
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520UAP%27 HTTP/1.1" 200 None
2026-03-29 06:22:53 [bca.uk] INFO: Saving data for SY17%20UAP: {'auction_closing_time': 1774854000.0, 'created_time': 1773832365.793093, 'last_price_update_time': 1774765373.308963}
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY17%2520UAP') HTTP/1.1" 204 0
2026-03-29 06:22:53 [bca.uk] INFO: Found listing with ID: NX70%20UNM
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520UNM%27 HTTP/1.1" 200 None
2026-03-29 06:22:53 [bca.uk] INFO: Scrape type for NX70%20UNM: 2
2026-03-29 06:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c84239e-eac6-5d82-842a-0cf7bf1d6619 with identifier: NX70%20UNM
2026-03-29 06:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c84239e-eac6-5d82-842a-0cf7bf1d6619 with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c84239e-eac6-5d82-842a-0cf7bf1d6619 with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c84239e-eac6-5d82-842a-0cf7bf1d6619, identifier: NX70%20UNM
2026-03-29 06:22:53 [bca.uk] INFO: Found listing with ID: MJ18%20CMZ
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:53 [bca.uk] INFO: Scrape type for MJ18%20CMZ: 2
2026-03-29 06:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfcd6764-644a-5c74-8f82-89a120ccb20d with identifier: MJ18%20CMZ
2026-03-29 06:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfcd6764-644a-5c74-8f82-89a120ccb20d with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfcd6764-644a-5c74-8f82-89a120ccb20d with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfcd6764-644a-5c74-8f82-89a120ccb20d, identifier: MJ18%20CMZ
2026-03-29 06:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG
2026-03-29 06:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG
2026-03-29 06:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG to the API
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX16%20OJG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d65ee03-8480-51e0-8e56-16801a70a106',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX16 OJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX16%20OJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 119735,
 '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 2.0 CDTI E/F 170 SRI VX-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F 170 SRI VX-LINE',
 'vin': 'W0LGS6E17G1064942',
 'year': 2016}
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX16%2520OJG%27 HTTP/1.1" 200 None
2026-03-29 06:22:53 [bca.uk] INFO: Saving data for VX16%20OJG: {'auction_closing_time': 1774951200.0, 'created_time': 1774564043.309363, 'last_price_update_time': 1774765373.812263}
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX16%2520OJG') HTTP/1.1" 204 0
2026-03-29 06:22:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:22:53 [bca.uk] INFO: Found listing with ID: VX68%20NUJ
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520NUJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:53 [bca.uk] INFO: Scrape type for VX68%20NUJ: 2
2026-03-29 06:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ
2026-03-29 06:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a24195-eb36-50d3-bdfb-0cd5dd33744e with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a24195-eb36-50d3-bdfb-0cd5dd33744e with scrape type 2
2026-03-29 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43a24195-eb36-50d3-bdfb-0cd5dd33744e, identifier: VX68%20NUJ
2026-03-29 06:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c84239e-eac6-5d82-842a-0cf7bf1d6619 with identifier: NX70%20UNM
2026-03-29 06:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c84239e-eac6-5d82-842a-0cf7bf1d6619 with identifier: NX70%20UNM
2026-03-29 06:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c84239e-eac6-5d82-842a-0cf7bf1d6619 with identifier: NX70%20UNM to the API
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX70%20UNM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c84239e-eac6-5d82-842a-0cf7bf1d6619',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX70 UNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX70%20UNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'LDV',
 'model': 'V80',
 'odometer': 50930,
 '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': 'LDV V80 2.5 TD SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TD SWB L/R',
 'vin': 'LSKG4GL10GA226425',
 'year': 2020}
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520UNM%27 HTTP/1.1" 200 None
2026-03-29 06:22:54 [bca.uk] INFO: Saving data for NX70%20UNM: {'auction_closing_time': 1774778400.0, 'created_time': 1774563592.929434, 'last_price_update_time': 1774765374.195788}
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX70%2520UNM') HTTP/1.1" 204 0
2026-03-29 06:22:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfcd6764-644a-5c74-8f82-89a120ccb20d with identifier: MJ18%20CMZ
2026-03-29 06:22:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfcd6764-644a-5c74-8f82-89a120ccb20d with identifier: MJ18%20CMZ
2026-03-29 06:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfcd6764-644a-5c74-8f82-89a120ccb20d with identifier: MJ18%20CMZ to the API
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ18%20CMZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfcd6764-644a-5c74-8f82-89a120ccb20d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ18 CMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ18%20CMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 84695,
 'odometer_reading_unit': '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 140 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE',
 'vin': 'WF0FXXGAHFHK71435',
 'year': 2018}
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520CMZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:54 [bca.uk] INFO: Saving data for MJ18%20CMZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563714.478793, 'last_price_update_time': 1774765374.496623}
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520CMZ') HTTP/1.1" 204 0
2026-03-29 06:22:54 [bca.uk] INFO: Found listing with ID: FE65%20AHF
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520AHF%27 HTTP/1.1" 200 None
2026-03-29 06:22:54 [bca.uk] INFO: Scrape type for FE65%20AHF: 2
2026-03-29 06:22:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF
2026-03-29 06:22:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 736ca23c-83af-5ba2-9eec-bcfc1481678c with scrape type 2
2026-03-29 06:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 736ca23c-83af-5ba2-9eec-bcfc1481678c with scrape type 2
2026-03-29 06:22:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 736ca23c-83af-5ba2-9eec-bcfc1481678c, identifier: FE65%20AHF
2026-03-29 06:22:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ
2026-03-29 06:22:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ
2026-03-29 06:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ to the API
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX68%20NUJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43a24195-eb36-50d3-bdfb-0cd5dd33744e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX68 NUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX68%20NUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MAZDA',
 'model': 'MX-5 RF',
 'odometer': 59773,
 'odometer_reading_unit': '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 MX-5 RF 2.0 184 SE-L+ Convertible',
 'transmission': 'manual',
 'trim': '184 SE-L+',
 'vin': 'JMZND6E7600404586',
 'year': 2018}
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520NUJ%27 HTTP/1.1" 200 None
2026-03-29 06:22:54 [bca.uk] INFO: Saving data for VX68%20NUJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774303568.241966, 'last_price_update_time': 1774765374.897993}
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX68%2520NUJ') HTTP/1.1" 204 0
2026-03-29 06:22:54 [bca.uk] INFO: Found listing with ID: SB69%20NLG
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520NLG%27 HTTP/1.1" 200 None
2026-03-29 06:22:54 [bca.uk] INFO: Scrape type for SB69%20NLG: 2
2026-03-29 06:22:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 938ac448-c950-5de0-9cf4-2d4c07264b60 with identifier: SB69%20NLG
2026-03-29 06:22:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 938ac448-c950-5de0-9cf4-2d4c07264b60 with scrape type 2
2026-03-29 06:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 938ac448-c950-5de0-9cf4-2d4c07264b60 with scrape type 2
2026-03-29 06:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 938ac448-c950-5de0-9cf4-2d4c07264b60, identifier: SB69%20NLG
2026-03-29 06:22:55 [bca.uk] INFO: Found listing with ID: RY73%20CWC
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:22:55 [bca.uk] INFO: Scrape type for RY73%20CWC: 2
2026-03-29 06:22:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC
2026-03-29 06:22:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31912a6-f408-5e4e-b745-31a6cc52736a with scrape type 2
2026-03-29 06:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c31912a6-f408-5e4e-b745-31a6cc52736a with scrape type 2
2026-03-29 06:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c31912a6-f408-5e4e-b745-31a6cc52736a, identifier: RY73%20CWC
2026-03-29 06:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF
2026-03-29 06:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF
2026-03-29 06:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF to the API
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE65%20AHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '736ca23c-83af-5ba2-9eec-bcfc1481678c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE65 AHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE65%20AHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 49849,
 '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': 'WF0DXXGAKDFS21864',
 'year': 2015}
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520AHF%27 HTTP/1.1" 200 None
2026-03-29 06:22:55 [bca.uk] INFO: Saving data for FE65%20AHF: {'auction_closing_time': 1775037600.0, 'created_time': 1774447544.893487, 'last_price_update_time': 1774765375.394402}
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE65%2520AHF') HTTP/1.1" 204 0
2026-03-29 06:22:55 [bca.uk] INFO: Found listing with ID: W999%20EBY
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W999%2520EBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:55 [bca.uk] INFO: Scrape type for W999%20EBY: 2
2026-03-29 06:22:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY
2026-03-29 06:22:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb4b722-e951-59d0-9b84-99fa47a7c229 with scrape type 2
2026-03-29 06:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb4b722-e951-59d0-9b84-99fa47a7c229 with scrape type 2
2026-03-29 06:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb4b722-e951-59d0-9b84-99fa47a7c229, identifier: W999%20EBY
2026-03-29 06:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 938ac448-c950-5de0-9cf4-2d4c07264b60 with identifier: SB69%20NLG
2026-03-29 06:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 938ac448-c950-5de0-9cf4-2d4c07264b60 with identifier: SB69%20NLG
2026-03-29 06:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 938ac448-c950-5de0-9cf4-2d4c07264b60 with identifier: SB69%20NLG to the API
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB69%20NLG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '938ac448-c950-5de0-9cf4-2d4c07264b60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB69 NLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20NLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 48341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 DCI 145 LL SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 145 LL SPORT',
 'vin': 'VF1FL000964067309',
 'year': 2019}
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520NLG%27 HTTP/1.1" 200 None
2026-03-29 06:22:55 [bca.uk] INFO: Saving data for SB69%20NLG: {'auction_closing_time': 1774778400.0, 'created_time': 1774563632.835582, 'last_price_update_time': 1774765375.886759}
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520NLG') HTTP/1.1" 204 0
2026-03-29 06:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC
2026-03-29 06:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC
2026-03-29 06:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC to the API
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY73%20CWC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c31912a6-f408-5e4e-b745-31a6cc52736a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY73 CWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY73%20CWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 12361,
 '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.2 P/T 130 MAX Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 MAX',
 'vin': 'VR7ARHNSKPL071738',
 'year': 2024}
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:22:56 [bca.uk] INFO: Saving data for RY73%20CWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563722.453951, 'last_price_update_time': 1774765376.179567}
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY73%2520CWC') HTTP/1.1" 204 0
2026-03-29 06:22:56 [bca.uk] INFO: Found listing with ID: LM21%20GXZ
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:56 [bca.uk] INFO: Scrape type for LM21%20GXZ: 2
2026-03-29 06:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ
2026-03-29 06:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ead19052-906c-56e6-b07d-a929ebc8229e with scrape type 2
2026-03-29 06:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ead19052-906c-56e6-b07d-a929ebc8229e with scrape type 2
2026-03-29 06:22:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ead19052-906c-56e6-b07d-a929ebc8229e, identifier: LM21%20GXZ
2026-03-29 06:22:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY
2026-03-29 06:22:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY
2026-03-29 06:22:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY to the API
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=W999%20EBY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3bb4b722-e951-59d0-9b84-99fa47a7c229',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'W999 EBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=W999%20EBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 74193,
 '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': 'WMWWG320903C38075',
 'year': 2017}
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W999%2520EBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:56 [bca.uk] INFO: Saving data for W999%20EBY: {'auction_closing_time': 1774854000.0, 'created_time': 1773832271.780805, 'last_price_update_time': 1774765376.56966}
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W999%2520EBY') HTTP/1.1" 204 0
2026-03-29 06:22:56 [bca.uk] INFO: Found listing with ID: EX61%20BWE
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520BWE%27 HTTP/1.1" 200 None
2026-03-29 06:22:56 [bca.uk] INFO: Scrape type for EX61%20BWE: 2
2026-03-29 06:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 497e85e6-edd4-5e49-89ad-a6b3e7f79786 with identifier: EX61%20BWE
2026-03-29 06:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 497e85e6-edd4-5e49-89ad-a6b3e7f79786 with scrape type 2
2026-03-29 06:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 497e85e6-edd4-5e49-89ad-a6b3e7f79786 with scrape type 2
2026-03-29 06:22:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 497e85e6-edd4-5e49-89ad-a6b3e7f79786, identifier: EX61%20BWE
2026-03-29 06:22:56 [bca.uk] INFO: Found listing with ID: WT16%20AEZ
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AEZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:56 [bca.uk] INFO: Scrape type for WT16%20AEZ: 2
2026-03-29 06:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fee6c1a-72ad-5351-8f28-d5e502f18385 with identifier: WT16%20AEZ
2026-03-29 06:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fee6c1a-72ad-5351-8f28-d5e502f18385 with scrape type 2
2026-03-29 06:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fee6c1a-72ad-5351-8f28-d5e502f18385 with scrape type 2
2026-03-29 06:22:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fee6c1a-72ad-5351-8f28-d5e502f18385, identifier: WT16%20AEZ
2026-03-29 06:22:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ
2026-03-29 06:22:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ
2026-03-29 06:22:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ to the API
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20GXZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ead19052-906c-56e6-b07d-a929ebc8229e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM21 GXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20GXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 59018,
 '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 SALOON 1.0 30 TFSI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '30 TFSI S LINE S-T',
 'vin': 'WAUZZZGY9MA092557',
 'year': 2021}
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:57 [bca.uk] INFO: Saving data for LM21%20GXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564030.587827, 'last_price_update_time': 1774765377.056152}
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520GXZ') HTTP/1.1" 204 0
2026-03-29 06:22:57 [bca.uk] INFO: Total items found: 100
2026-03-29 06:22:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded
2026-03-29 06:22:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:22:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:57 [bca.uk] INFO: Found listing with ID: YR17%20MGU
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520MGU%27 HTTP/1.1" 200 None
2026-03-29 06:22:57 [bca.uk] INFO: Scrape type for YR17%20MGU: 2
2026-03-29 06:22:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU
2026-03-29 06:22:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with scrape type 2
2026-03-29 06:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with scrape type 2
2026-03-29 06:22:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda, identifier: YR17%20MGU
2026-03-29 06:22:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 497e85e6-edd4-5e49-89ad-a6b3e7f79786 with identifier: EX61%20BWE
2026-03-29 06:22:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 497e85e6-edd4-5e49-89ad-a6b3e7f79786 with identifier: EX61%20BWE
2026-03-29 06:22:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 497e85e6-edd4-5e49-89ad-a6b3e7f79786 with identifier: EX61%20BWE to the API
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX61%20BWE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '497e85e6-edd4-5e49-89ad-a6b3e7f79786',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX61 BWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX61%20BWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 155525,
 '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 TRAFIC 2.9T 2.0 LL29DCI 115 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'LL29DCI 115 SPORT',
 'vin': 'VF1FLB1BECV420768',
 'year': 2012}
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520BWE%27 HTTP/1.1" 200 None
2026-03-29 06:22:57 [bca.uk] INFO: Saving data for EX61%20BWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774563631.351502, 'last_price_update_time': 1774765377.453763}
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX61%2520BWE') HTTP/1.1" 204 0
2026-03-29 06:22:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fee6c1a-72ad-5351-8f28-d5e502f18385 with identifier: WT16%20AEZ
2026-03-29 06:22:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fee6c1a-72ad-5351-8f28-d5e502f18385 with identifier: WT16%20AEZ
2026-03-29 06:22:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fee6c1a-72ad-5351-8f28-d5e502f18385 with identifier: WT16%20AEZ to the API
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT16%20AEZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8fee6c1a-72ad-5351-8f28-d5e502f18385',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT16 AEZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT16%20AEZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'VIVA',
 'odometer': 73751,
 '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 VIVA 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'W0LDD6E75GC592162',
 'year': 2016}
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AEZ%27 HTTP/1.1" 200 None
2026-03-29 06:22:57 [bca.uk] INFO: Saving data for WT16%20AEZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563721.836381, 'last_price_update_time': 1774765377.738641}
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT16%2520AEZ') HTTP/1.1" 204 0
2026-03-29 06:22:57 [bca.uk] INFO: Found listing with ID: VN66%20HCP
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520HCP%27 HTTP/1.1" 200 None
2026-03-29 06:22:57 [bca.uk] INFO: Scrape type for VN66%20HCP: 2
2026-03-29 06:22:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP
2026-03-29 06:22:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 688dc0e2-e66b-5959-b43c-2a69cadad4dd with scrape type 2
2026-03-29 06:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 688dc0e2-e66b-5959-b43c-2a69cadad4dd with scrape type 2
2026-03-29 06:22:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 688dc0e2-e66b-5959-b43c-2a69cadad4dd, identifier: VN66%20HCP
2026-03-29 06:22:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU
2026-03-29 06:22:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU
2026-03-29 06:22:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU to the API
2026-03-29 06:22:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR17%20MGU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR17 MGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR17%20MGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 67657,
 '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 LEON 1.4 ECO TSI 150 FR DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'ECO TSI 150 FR DSG',
 'vin': 'VSSZZZ5FZGR196163',
 'year': 2017}
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520MGU%27 HTTP/1.1" 200 None
2026-03-29 06:22:58 [bca.uk] INFO: Saving data for YR17%20MGU: {'auction_closing_time': 1774854000.0, 'created_time': 1774305500.271891, 'last_price_update_time': 1774765378.143528}
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR17%2520MGU') HTTP/1.1" 204 0
2026-03-29 06:22:58 [bca.uk] INFO: Found listing with ID: CK71%20MHL
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 06:22:58 [bca.uk] INFO: Scrape type for CK71%20MHL: 2
2026-03-29 06:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 481ced7a-b626-51a8-902a-8297d2834619 with identifier: CK71%20MHL
2026-03-29 06:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 481ced7a-b626-51a8-902a-8297d2834619 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 481ced7a-b626-51a8-902a-8297d2834619 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 481ced7a-b626-51a8-902a-8297d2834619, identifier: CK71%20MHL
2026-03-29 06:22:58 [bca.uk] INFO: Found listing with ID: CV11%20EOK
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520EOK%27 HTTP/1.1" 200 None
2026-03-29 06:22:58 [bca.uk] INFO: Scrape type for CV11%20EOK: 2
2026-03-29 06:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6e90a3-3b3f-531c-88b8-00333248bca1 with identifier: CV11%20EOK
2026-03-29 06:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6e90a3-3b3f-531c-88b8-00333248bca1 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6e90a3-3b3f-531c-88b8-00333248bca1 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc6e90a3-3b3f-531c-88b8-00333248bca1, identifier: CV11%20EOK
2026-03-29 06:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP
2026-03-29 06:22:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP
2026-03-29 06:22:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP to the API
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN66%20HCP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '688dc0e2-e66b-5959-b43c-2a69cadad4dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN66 HCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN66%20HCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 81454,
 '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 2.0 TFSI 190 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFSI 190 SPORT S-T',
 'vin': 'WAUZZZF43HA078142',
 'year': 2016}
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520HCP%27 HTTP/1.1" 200 None
2026-03-29 06:22:58 [bca.uk] INFO: Saving data for VN66%20HCP: {'auction_closing_time': 1775037600.0, 'created_time': 1774564030.968639, 'last_price_update_time': 1774765378.637105}
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN66%2520HCP') HTTP/1.1" 204 0
2026-03-29 06:22:58 [bca.uk] INFO: Found listing with ID: LL61%20EYB
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520EYB%27 HTTP/1.1" 200 None
2026-03-29 06:22:58 [bca.uk] INFO: Scrape type for LL61%20EYB: 2
2026-03-29 06:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB
2026-03-29 06:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15ae166-13ea-5cdc-a50c-e674fa251364 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15ae166-13ea-5cdc-a50c-e674fa251364 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d15ae166-13ea-5cdc-a50c-e674fa251364, identifier: LL61%20EYB
2026-03-29 06:22:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:22:58 [bca.uk] INFO: Found listing with ID: BG71%20UPP
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UPP%27 HTTP/1.1" 200 None
2026-03-29 06:22:58 [bca.uk] INFO: Scrape type for BG71%20UPP: 2
2026-03-29 06:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP
2026-03-29 06:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ef8e55c-bd03-52c9-b876-26ad0393a034 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ef8e55c-bd03-52c9-b876-26ad0393a034 with scrape type 2
2026-03-29 06:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ef8e55c-bd03-52c9-b876-26ad0393a034, identifier: BG71%20UPP
2026-03-29 06:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 481ced7a-b626-51a8-902a-8297d2834619 with identifier: CK71%20MHL
2026-03-29 06:22:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 481ced7a-b626-51a8-902a-8297d2834619 with identifier: CK71%20MHL
2026-03-29 06:22:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 481ced7a-b626-51a8-902a-8297d2834619 with identifier: CK71%20MHL to the API
2026-03-29 06:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK71%20MHL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '481ced7a-b626-51a8-902a-8297d2834619',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK71 MHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK71%20MHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 45020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 300 SWB ACTIVE L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 300 SWB ACTIVE L/R',
 'vin': 'WF0YXXTTGYMA08501',
 'year': 2021}
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520MHL%27 HTTP/1.1" 200 None
2026-03-29 06:22:59 [bca.uk] INFO: Saving data for CK71%20MHL: {'auction_closing_time': 1774778400.0, 'created_time': 1774563633.217724, 'last_price_update_time': 1774765379.139668}
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK71%2520MHL') HTTP/1.1" 204 0
2026-03-29 06:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc6e90a3-3b3f-531c-88b8-00333248bca1 with identifier: CV11%20EOK
2026-03-29 06:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc6e90a3-3b3f-531c-88b8-00333248bca1 with identifier: CV11%20EOK
2026-03-29 06:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc6e90a3-3b3f-531c-88b8-00333248bca1 with identifier: CV11%20EOK to the API
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV11%20EOK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc6e90a3-3b3f-531c-88b8-00333248bca1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV11 EOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV11%20EOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 147582,
 '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 1.7 CRDI PREMIUM 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI PREMIUM 2WD',
 'vin': 'U5YZU81ULBL081932',
 'year': 2011}
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520EOK%27 HTTP/1.1" 200 None
2026-03-29 06:22:59 [bca.uk] INFO: Saving data for CV11%20EOK: {'auction_closing_time': 1774778400.0, 'created_time': 1774563697.512804, 'last_price_update_time': 1774765379.432763}
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV11%2520EOK') HTTP/1.1" 204 0
2026-03-29 06:22:59 [bca.uk] INFO: Found listing with ID: DU04%20DBY
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU04%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 06:22:59 [bca.uk] INFO: Scrape type for DU04%20DBY: 2
2026-03-29 06:22:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY
2026-03-29 06:22:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4e6cefe-66bb-54fd-9009-307ca2cbd04b with scrape type 2
2026-03-29 06:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4e6cefe-66bb-54fd-9009-307ca2cbd04b with scrape type 2
2026-03-29 06:22:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4e6cefe-66bb-54fd-9009-307ca2cbd04b, identifier: DU04%20DBY
2026-03-29 06:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB
2026-03-29 06:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB
2026-03-29 06:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB to the API
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 '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': 'd15ae166-13ea-5cdc-a50c-e674fa251364',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL61 EYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL61%20EYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 87173,
 '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 207 1.4 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3WCKFT0BW063401',
 'year': 2011}
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520EYB%27 HTTP/1.1" 200 None
2026-03-29 06:22:59 [bca.uk] INFO: Saving data for LL61%20EYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774564398.374951, 'last_price_update_time': 1774765379.82076}
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL61%2520EYB') HTTP/1.1" 204 0
2026-03-29 06:22: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:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:22:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cosmos+black+metallic HTTP/1.1" 200 None
2026-03-29 06:23:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23: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:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP
2026-03-29 06:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP to the API
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20UPP-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '7ef8e55c-bd03-52c9-b876-26ad0393a034',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG71 UPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20UPP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 35524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14400,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J027289',
 'year': 2021}
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UPP%27 HTTP/1.1" 200 None
2026-03-29 06:23:00 [bca.uk] INFO: Saving data for BG71%20UPP: {'auction_closing_time': 1775116800.0, 'created_time': 1773833032.726021, 'last_price_update_time': 1774765380.341364}
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520UPP') HTTP/1.1" 204 0
2026-03-29 06:23:00 [bca.uk] INFO: Found listing with ID: WF71%20YSM
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520YSM%27 HTTP/1.1" 200 None
2026-03-29 06:23:00 [bca.uk] INFO: Scrape type for WF71%20YSM: 2
2026-03-29 06:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 030bb311-2008-5ad7-9677-6df3c2256ca4 with identifier: WF71%20YSM
2026-03-29 06:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 030bb311-2008-5ad7-9677-6df3c2256ca4 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 030bb311-2008-5ad7-9677-6df3c2256ca4 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 030bb311-2008-5ad7-9677-6df3c2256ca4, identifier: WF71%20YSM
2026-03-29 06:23:00 [bca.uk] INFO: Found listing with ID: FY23%20WPF
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY23%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:23:00 [bca.uk] INFO: Scrape type for FY23%20WPF: 2
2026-03-29 06:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF
2026-03-29 06:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6477c43-6c0b-558c-9439-7e9350c6de79 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6477c43-6c0b-558c-9439-7e9350c6de79 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6477c43-6c0b-558c-9439-7e9350c6de79, identifier: FY23%20WPF
2026-03-29 06:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY
2026-03-29 06:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY
2026-03-29 06:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY to the API
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU04%20DBY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b4e6cefe-66bb-54fd-9009-307ca2cbd04b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU04 DBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU04%20DBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'SUNDANCE',
 'odometer': 68073,
 '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': 'SWIFT SUNDANCE 2.0 590RL MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '590RL MOTORHOME',
 'vin': 'ZFA24400007234089',
 'year': 2004}
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU04%2520DBY%27 HTTP/1.1" 200 None
2026-03-29 06:23:00 [bca.uk] INFO: Saving data for DU04%20DBY: {'auction_closing_time': 1775124000.0, 'created_time': 1774564036.719286, 'last_price_update_time': 1774765380.842474}
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU04%2520DBY') HTTP/1.1" 204 0
2026-03-29 06:23:00 [bca.uk] INFO: Found listing with ID: BL71%20HBE
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:23:00 [bca.uk] INFO: Scrape type for BL71%20HBE: 2
2026-03-29 06:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8830121d-6c6a-537d-8187-f4bccb701f46 with identifier: BL71%20HBE
2026-03-29 06:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8830121d-6c6a-537d-8187-f4bccb701f46 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8830121d-6c6a-537d-8187-f4bccb701f46 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8830121d-6c6a-537d-8187-f4bccb701f46, identifier: BL71%20HBE
2026-03-29 06:23:00 [bca.uk] INFO: Found listing with ID: BK71%20ZLU
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520ZLU%27 HTTP/1.1" 200 None
2026-03-29 06:23:00 [bca.uk] INFO: Scrape type for BK71%20ZLU: 2
2026-03-29 06:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU
2026-03-29 06:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with scrape type 2
2026-03-29 06:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with scrape type 2
2026-03-29 06:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d83ed5ff-0fc8-5880-a6d2-1f674223fb02, identifier: BK71%20ZLU
2026-03-29 06:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 030bb311-2008-5ad7-9677-6df3c2256ca4 with identifier: WF71%20YSM
2026-03-29 06:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 030bb311-2008-5ad7-9677-6df3c2256ca4 with identifier: WF71%20YSM
2026-03-29 06:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 030bb311-2008-5ad7-9677-6df3c2256ca4 with identifier: WF71%20YSM to the API
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF71%20YSM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '030bb311-2008-5ad7-9677-6df3c2256ca4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF71 YSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF71%20YSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 99171,
 '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 185 320 LWB SPORT L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 185 320 LWB SPORT L/R',
 'vin': 'WF0YXXTTGYMC75079',
 'year': 2021}
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520YSM%27 HTTP/1.1" 200 None
2026-03-29 06:23:01 [bca.uk] INFO: Saving data for WF71%20YSM: {'auction_closing_time': 1774778400.0, 'created_time': 1774563623.00337, 'last_price_update_time': 1774765381.401681}
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520YSM') HTTP/1.1" 204 0
2026-03-29 06:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF
2026-03-29 06:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF
2026-03-29 06:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF to the API
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY23%20WPF-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e6477c43-6c0b-558c-9439-7e9350c6de79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY23 WPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY23%20WPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 20817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UKZKXZNJ868910',
 'year': 2023}
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY23%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:23:01 [bca.uk] INFO: Saving data for FY23%20WPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563697.905591, 'last_price_update_time': 1774765381.688635}
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY23%2520WPF') HTTP/1.1" 204 0
2026-03-29 06:23:01 [bca.uk] INFO: Found listing with ID: DG72%20YJS
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520YJS%27 HTTP/1.1" 200 None
2026-03-29 06:23:01 [bca.uk] INFO: Scrape type for DG72%20YJS: 2
2026-03-29 06:23:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS
2026-03-29 06:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with scrape type 2
2026-03-29 06:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with scrape type 2
2026-03-29 06:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e, identifier: DG72%20YJS
2026-03-29 06:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8830121d-6c6a-537d-8187-f4bccb701f46 with identifier: BL71%20HBE
2026-03-29 06:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8830121d-6c6a-537d-8187-f4bccb701f46 with identifier: BL71%20HBE
2026-03-29 06:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8830121d-6c6a-537d-8187-f4bccb701f46 with identifier: BL71%20HBE to the API
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL71%20HBE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8830121d-6c6a-537d-8187-f4bccb701f46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL71 HBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL71%20HBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 70680,
 'odometer_reading_unit': '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 VITO 114 2.0 CDI L2 RWD PROGRESSIVE 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI L2 RWD PROGRESSIVE 9G',
 'vin': 'W1V44760323945836',
 'year': 2022}
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520HBE%27 HTTP/1.1" 200 None
2026-03-29 06:23:02 [bca.uk] INFO: Saving data for BL71%20HBE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564385.215611, 'last_price_update_time': 1774765382.118209}
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL71%2520HBE') HTTP/1.1" 204 0
2026-03-29 06:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=patagonia+red+metallic HTTP/1.1" 200 None
2026-03-29 06:23:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU
2026-03-29 06:23:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU to the API
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20ZLU-GB',
 'category': 'Car',
 'color': 'patagonia red metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd83ed5ff-0fc8-5880-a6d2-1f674223fb02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK71 ZLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20ZLU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 350',
 'odometer': 18765,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17200,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 350 215KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE',
 'vin': 'W1N2437122J032001',
 'year': 2022}
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520ZLU%27 HTTP/1.1" 200 None
2026-03-29 06:23:02 [bca.uk] INFO: Saving data for BK71%20ZLU: {'auction_closing_time': 1775116800.0, 'created_time': 1773838194.457606, 'last_price_update_time': 1774765382.516769}
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520ZLU') HTTP/1.1" 204 0
2026-03-29 06:23:02 [bca.uk] INFO: Found listing with ID: WF71%20YSN
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520YSN%27 HTTP/1.1" 200 None
2026-03-29 06:23:02 [bca.uk] INFO: Scrape type for WF71%20YSN: 2
2026-03-29 06:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b49db930-d082-51aa-a485-7413c2506881 with identifier: WF71%20YSN
2026-03-29 06:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b49db930-d082-51aa-a485-7413c2506881 with scrape type 2
2026-03-29 06:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b49db930-d082-51aa-a485-7413c2506881 with scrape type 2
2026-03-29 06:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b49db930-d082-51aa-a485-7413c2506881, identifier: WF71%20YSN
2026-03-29 06:23:02 [bca.uk] INFO: Found listing with ID: GX61%20OFL
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX61%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 06:23:02 [bca.uk] INFO: Scrape type for GX61%20OFL: 2
2026-03-29 06:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f06f94-b985-524d-bb64-8c8bc722d450 with identifier: GX61%20OFL
2026-03-29 06:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f06f94-b985-524d-bb64-8c8bc722d450 with scrape type 2
2026-03-29 06:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f06f94-b985-524d-bb64-8c8bc722d450 with scrape type 2
2026-03-29 06:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4f06f94-b985-524d-bb64-8c8bc722d450, identifier: GX61%20OFL
2026-03-29 06:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS
2026-03-29 06:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS
2026-03-29 06:23:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS to the API
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG72%20YJS-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': '09b5fdcb-d531-55d2-9ab7-e16b7be4492e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG72 YJS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG72%20YJS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 16734,
 'odometer_reading_unit': '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 R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT8PH916167',
 'year': 2022}
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520YJS%27 HTTP/1.1" 200 None
2026-03-29 06:23:03 [bca.uk] INFO: Saving data for DG72%20YJS: {'auction_closing_time': 1774951200.0, 'created_time': 1774564021.333189, 'last_price_update_time': 1774765383.048474}
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG72%2520YJS') HTTP/1.1" 204 0
2026-03-29 06:23:03 [bca.uk] INFO: Found listing with ID: WK22%20RZX
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520RZX%27 HTTP/1.1" 200 None
2026-03-29 06:23:03 [bca.uk] INFO: Scrape type for WK22%20RZX: 2
2026-03-29 06:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 306e0035-a524-5c2c-b15f-106624a9c949 with identifier: WK22%20RZX
2026-03-29 06:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 306e0035-a524-5c2c-b15f-106624a9c949 with scrape type 2
2026-03-29 06:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 306e0035-a524-5c2c-b15f-106624a9c949 with scrape type 2
2026-03-29 06:23:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 306e0035-a524-5c2c-b15f-106624a9c949, identifier: WK22%20RZX
2026-03-29 06:23:03 [bca.uk] INFO: Found listing with ID: BU71%20AYJ
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU71%2520AYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:03 [bca.uk] INFO: Scrape type for BU71%20AYJ: 2
2026-03-29 06:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ
2026-03-29 06:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with scrape type 2
2026-03-29 06:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with scrape type 2
2026-03-29 06:23:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4, identifier: BU71%20AYJ
2026-03-29 06:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b49db930-d082-51aa-a485-7413c2506881 with identifier: WF71%20YSN
2026-03-29 06:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b49db930-d082-51aa-a485-7413c2506881 with identifier: WF71%20YSN
2026-03-29 06:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b49db930-d082-51aa-a485-7413c2506881 with identifier: WF71%20YSN to the API
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF71%20YSN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b49db930-d082-51aa-a485-7413c2506881',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF71 YSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF71%20YSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 65344,
 '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 185 320 LWB SPORT L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 185 320 LWB SPORT L/R',
 'vin': 'WF0YXXTTGYMC75078',
 'year': 2021}
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520YSN%27 HTTP/1.1" 200 None
2026-03-29 06:23:03 [bca.uk] INFO: Saving data for WF71%20YSN: {'auction_closing_time': 1774778400.0, 'created_time': 1774563622.609337, 'last_price_update_time': 1774765383.534959}
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520YSN') HTTP/1.1" 204 0
2026-03-29 06:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4f06f94-b985-524d-bb64-8c8bc722d450 with identifier: GX61%20OFL
2026-03-29 06:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4f06f94-b985-524d-bb64-8c8bc722d450 with identifier: GX61%20OFL
2026-03-29 06:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4f06f94-b985-524d-bb64-8c8bc722d450 with identifier: GX61%20OFL to the API
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX61%20OFL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4f06f94-b985-524d-bb64-8c8bc722d450',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX61 OFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX61%20OFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'SANTA FE',
 'odometer': 140904,
 '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 (7ST) 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI PREMIUM (7ST) 4WD',
 'vin': 'KMHSH81XSBU785077',
 'year': 2011}
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX61%2520OFL%27 HTTP/1.1" 200 None
2026-03-29 06:23:03 [bca.uk] INFO: Saving data for GX61%20OFL: {'auction_closing_time': 1774778400.0, 'created_time': 1774563706.386679, 'last_price_update_time': 1774765383.814502}
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX61%2520OFL') HTTP/1.1" 204 0
2026-03-29 06:23:03 [bca.uk] INFO: Found listing with ID: KD23%20GOA
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 06:23:03 [bca.uk] INFO: Scrape type for KD23%20GOA: 2
2026-03-29 06:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA
2026-03-29 06:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb9cf6ba-dab0-514e-9dc1-f145855c7052 with scrape type 2
2026-03-29 06:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb9cf6ba-dab0-514e-9dc1-f145855c7052 with scrape type 2
2026-03-29 06:23:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb9cf6ba-dab0-514e-9dc1-f145855c7052, identifier: KD23%20GOA
2026-03-29 06:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 306e0035-a524-5c2c-b15f-106624a9c949 with identifier: WK22%20RZX
2026-03-29 06:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 306e0035-a524-5c2c-b15f-106624a9c949 with identifier: WK22%20RZX
2026-03-29 06:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 306e0035-a524-5c2c-b15f-106624a9c949 with identifier: WK22%20RZX to the API
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 68,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK22%20RZX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '306e0035-a524-5c2c-b15f-106624a9c949',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK22 RZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK22%20RZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 21890,
 'odometer_reading_unit': '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 1.0 PHEV 126 340 SWB LIMITED L/R PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 126 340 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGHMJ74322',
 'year': 2022}
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520RZX%27 HTTP/1.1" 200 None
2026-03-29 06:23:04 [bca.uk] INFO: Saving data for WK22%20RZX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564390.345053, 'last_price_update_time': 1774765384.203488}
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK22%2520RZX') HTTP/1.1" 204 0
2026-03-29 06:23:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=digital+white+metallic HTTP/1.1" 200 None
2026-03-29 06:23:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:23:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ
2026-03-29 06:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ to the API
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU71%20AYJ-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c57b140a-49d6-5d1d-8c60-3fd69d6c15f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU71 AYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU71%20AYJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 22966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15200,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J027794',
 'year': 2021}
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU71%2520AYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:04 [bca.uk] INFO: Saving data for BU71%20AYJ: {'auction_closing_time': 1775116800.0, 'created_time': 1773833063.473259, 'last_price_update_time': 1774765384.637838}
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU71%2520AYJ') HTTP/1.1" 204 0
2026-03-29 06:23:04 [bca.uk] INFO: Found listing with ID: NJ64%20OFS
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520OFS%27 HTTP/1.1" 200 None
2026-03-29 06:23:04 [bca.uk] INFO: Scrape type for NJ64%20OFS: 2
2026-03-29 06:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662a9964-6ab1-5564-8ae7-f1c1f96096dc with identifier: NJ64%20OFS
2026-03-29 06:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662a9964-6ab1-5564-8ae7-f1c1f96096dc with scrape type 2
2026-03-29 06:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662a9964-6ab1-5564-8ae7-f1c1f96096dc with scrape type 2
2026-03-29 06:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 662a9964-6ab1-5564-8ae7-f1c1f96096dc, identifier: NJ64%20OFS
2026-03-29 06:23:04 [bca.uk] INFO: Found listing with ID: KN75%20BJE
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJE%27 HTTP/1.1" 200 None
2026-03-29 06:23:04 [bca.uk] INFO: Scrape type for KN75%20BJE: 2
2026-03-29 06:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE
2026-03-29 06:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc38098-1d11-55d8-a227-ae95f9581fad with scrape type 2
2026-03-29 06:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc38098-1d11-55d8-a227-ae95f9581fad with scrape type 2
2026-03-29 06:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fc38098-1d11-55d8-a227-ae95f9581fad, identifier: KN75%20BJE
2026-03-29 06:23:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA
2026-03-29 06:23:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA
2026-03-29 06:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA to the API
2026-03-29 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 52,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD23%20GOA-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': 'cb9cf6ba-dab0-514e-9dc1-f145855c7052',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KD23 GOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD23%20GOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 21341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC SE',
 'vin': 'SALYA2AY7PA365725',
 'year': 2023}
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GOA%27 HTTP/1.1" 200 None
2026-03-29 06:23:05 [bca.uk] INFO: Saving data for KD23%20GOA: {'auction_closing_time': 1774951200.0, 'created_time': 1774564024.065432, 'last_price_update_time': 1774765385.147523}
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GOA') HTTP/1.1" 204 0
2026-03-29 06:23:05 [bca.uk] INFO: Found listing with ID: SA13%20SVF
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 06:23:05 [bca.uk] INFO: Scrape type for SA13%20SVF: 2
2026-03-29 06:23:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF
2026-03-29 06:23:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1eab9c3-dae6-52d4-a460-91750a794aa3 with scrape type 2
2026-03-29 06:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1eab9c3-dae6-52d4-a460-91750a794aa3 with scrape type 2
2026-03-29 06:23:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1eab9c3-dae6-52d4-a460-91750a794aa3, identifier: SA13%20SVF
2026-03-29 06:23:05 [bca.uk] INFO: Found listing with ID: KU74%20EHK
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU74%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 06:23:05 [bca.uk] INFO: Scrape type for KU74%20EHK: 2
2026-03-29 06:23:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK
2026-03-29 06:23:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78568f14-7955-584c-8166-1343408861f5 with scrape type 2
2026-03-29 06:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78568f14-7955-584c-8166-1343408861f5 with scrape type 2
2026-03-29 06:23:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78568f14-7955-584c-8166-1343408861f5, identifier: KU74%20EHK
2026-03-29 06:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 662a9964-6ab1-5564-8ae7-f1c1f96096dc with identifier: NJ64%20OFS
2026-03-29 06:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 662a9964-6ab1-5564-8ae7-f1c1f96096dc with identifier: NJ64%20OFS
2026-03-29 06:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 662a9964-6ab1-5564-8ae7-f1c1f96096dc with identifier: NJ64%20OFS to the API
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ64%20OFS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '662a9964-6ab1-5564-8ae7-f1c1f96096dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ64 OFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ64%20OFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 121156,
 '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 100 MWB 1 WAY Tipper',
 'transmission': 'manual',
 'trim': 'TDCI 100 MWB 1 WAY',
 'vin': 'WF0DXXTTGDEJ21625',
 'year': 2014}
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520OFS%27 HTTP/1.1" 200 None
2026-03-29 06:23:05 [bca.uk] INFO: Saving data for NJ64%20OFS: {'auction_closing_time': 1774778400.0, 'created_time': 1774563592.062619, 'last_price_update_time': 1774765385.756957}
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ64%2520OFS') HTTP/1.1" 204 0
2026-03-29 06:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE
2026-03-29 06:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE
2026-03-29 06:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE to the API
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BJE-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fc38098-1d11-55d8-a227-ae95f9581fad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 4852,
 '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 V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ3T4566321',
 'year': 2025}
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJE%27 HTTP/1.1" 200 None
2026-03-29 06:23:06 [bca.uk] INFO: Saving data for KN75%20BJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563706.756284, 'last_price_update_time': 1774765386.044007}
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BJE') HTTP/1.1" 204 0
2026-03-29 06:23:06 [bca.uk] INFO: Found listing with ID: LT22%20XDU
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520XDU%27 HTTP/1.1" 200 None
2026-03-29 06:23:06 [bca.uk] INFO: Scrape type for LT22%20XDU: 2
2026-03-29 06:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU
2026-03-29 06:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26811f89-8dad-5e6b-95cc-ba1f823397c2 with scrape type 2
2026-03-29 06:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26811f89-8dad-5e6b-95cc-ba1f823397c2 with scrape type 2
2026-03-29 06:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26811f89-8dad-5e6b-95cc-ba1f823397c2, identifier: LT22%20XDU
2026-03-29 06:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF
2026-03-29 06:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF
2026-03-29 06:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF to the API
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA13%20SVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1eab9c3-dae6-52d4-a460-91750a794aa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA13 SVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA13%20SVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 97182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AVENSIS 1.8 V-MATIC T4 M-DRIVE S Saloon',
 'transmission': 'manual',
 'trim': 'V-MATIC T4 M-DRIVE S',
 'vin': 'SB1BG76L60E084105',
 'year': 2013}
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 06:23:06 [bca.uk] INFO: Saving data for SA13%20SVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303823.202993, 'last_price_update_time': 1774765386.437779}
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA13%2520SVF') HTTP/1.1" 204 0
2026-03-29 06:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mountain+grey+metallic HTTP/1.1" 200 None
2026-03-29 06:23:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23: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:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK
2026-03-29 06:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK to the API
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU74%20EHK-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '78568f14-7955-584c-8166-1343408861f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KU74 EHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU74%20EHK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 350',
 'odometer': 2104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 350 215KW 66KWH 4M AMG LINE PREM. Hatchback',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE PREM.',
 'vin': 'W1N9N1CB9RJ106037',
 'year': 2024}
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU74%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 06:23:06 [bca.uk] INFO: Saving data for KU74%20EHK: {'auction_closing_time': 1775116800.0, 'created_time': 1773839433.829633, 'last_price_update_time': 1774765386.859921}
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU74%2520EHK') HTTP/1.1" 204 0
2026-03-29 06:23:06 [bca.uk] INFO: Found listing with ID: DV21%20WPJ
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV21%2520WPJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:06 [bca.uk] INFO: Scrape type for DV21%20WPJ: 2
2026-03-29 06:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f90b341e-4f86-5d4e-9381-bbdb024b7e14 with identifier: DV21%20WPJ
2026-03-29 06:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f90b341e-4f86-5d4e-9381-bbdb024b7e14 with scrape type 2
2026-03-29 06:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f90b341e-4f86-5d4e-9381-bbdb024b7e14 with scrape type 2
2026-03-29 06:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f90b341e-4f86-5d4e-9381-bbdb024b7e14, identifier: DV21%20WPJ
2026-03-29 06:23:06 [bca.uk] INFO: Found listing with ID: KN75%20BHP
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BHP%27 HTTP/1.1" 200 None
2026-03-29 06:23:06 [bca.uk] INFO: Scrape type for KN75%20BHP: 2
2026-03-29 06:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP
2026-03-29 06:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with scrape type 2
2026-03-29 06:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with scrape type 2
2026-03-29 06:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3, identifier: KN75%20BHP
2026-03-29 06:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU
2026-03-29 06:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU
2026-03-29 06:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU to the API
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20XDU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '26811f89-8dad-5e6b-95cc-ba1f823397c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT22 XDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20XDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 15333,
 'odometer_reading_unit': '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': 'SADHA2A10N1622624',
 'year': 2022}
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520XDU%27 HTTP/1.1" 200 None
2026-03-29 06:23:07 [bca.uk] INFO: Saving data for LT22%20XDU: {'auction_closing_time': 1774951200.0, 'created_time': 1774564020.939353, 'last_price_update_time': 1774765387.362324}
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520XDU') HTTP/1.1" 204 0
2026-03-29 06:23:07 [bca.uk] INFO: Found listing with ID: HY19%20EKZ
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520EKZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:07 [bca.uk] INFO: Scrape type for HY19%20EKZ: 2
2026-03-29 06:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80ea52ea-0ee9-5583-a135-83c6eaceea98 with identifier: HY19%20EKZ
2026-03-29 06:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80ea52ea-0ee9-5583-a135-83c6eaceea98 with scrape type 2
2026-03-29 06:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80ea52ea-0ee9-5583-a135-83c6eaceea98 with scrape type 2
2026-03-29 06:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80ea52ea-0ee9-5583-a135-83c6eaceea98, identifier: HY19%20EKZ
2026-03-29 06:23:07 [bca.uk] INFO: Found listing with ID: KV71%20XYJ
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:07 [bca.uk] INFO: Scrape type for KV71%20XYJ: 2
2026-03-29 06:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ
2026-03-29 06:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with scrape type 2
2026-03-29 06:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with scrape type 2
2026-03-29 06:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b, identifier: KV71%20XYJ
2026-03-29 06:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f90b341e-4f86-5d4e-9381-bbdb024b7e14 with identifier: DV21%20WPJ
2026-03-29 06:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f90b341e-4f86-5d4e-9381-bbdb024b7e14 with identifier: DV21%20WPJ
2026-03-29 06:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f90b341e-4f86-5d4e-9381-bbdb024b7e14 with identifier: DV21%20WPJ to the API
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV21%20WPJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f90b341e-4f86-5d4e-9381-bbdb024b7e14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV21 WPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV21%20WPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 118161,
 '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': 'VSKCTND23U0161393',
 'year': 2021}
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV21%2520WPJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:07 [bca.uk] INFO: Saving data for DV21%20WPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774563615.697373, 'last_price_update_time': 1774765387.870837}
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV21%2520WPJ') HTTP/1.1" 204 0
2026-03-29 06:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP
2026-03-29 06:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP
2026-03-29 06:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP to the API
2026-03-29 06:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BHP-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7aa1d3c0-92e1-599a-911b-e578f6c9d6d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 3904,
 '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 V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ7T4563079',
 'year': 2025}
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BHP%27 HTTP/1.1" 200 None
2026-03-29 06:23:08 [bca.uk] INFO: Saving data for KN75%20BHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563701.059579, 'last_price_update_time': 1774765388.161626}
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BHP') HTTP/1.1" 204 0
2026-03-29 06:23:08 [bca.uk] INFO: Found listing with ID: LX22%20LKE
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:23:08 [bca.uk] INFO: Scrape type for LX22%20LKE: 2
2026-03-29 06:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE
2026-03-29 06:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 765a70ac-4908-5e89-838b-fc6591052465 with scrape type 2
2026-03-29 06:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 765a70ac-4908-5e89-838b-fc6591052465 with scrape type 2
2026-03-29 06:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 765a70ac-4908-5e89-838b-fc6591052465, identifier: LX22%20LKE
2026-03-29 06:23:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80ea52ea-0ee9-5583-a135-83c6eaceea98 with identifier: HY19%20EKZ
2026-03-29 06:23:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80ea52ea-0ee9-5583-a135-83c6eaceea98 with identifier: HY19%20EKZ
2026-03-29 06:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80ea52ea-0ee9-5583-a135-83c6eaceea98 with identifier: HY19%20EKZ to the API
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20EKZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80ea52ea-0ee9-5583-a135-83c6eaceea98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 EKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20EKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 61143,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJYKL10KH008373',
 'year': 2019}
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520EKZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:08 [bca.uk] INFO: Saving data for HY19%20EKZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564393.26788, 'last_price_update_time': 1774765388.547192}
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520EKZ') HTTP/1.1" 204 0
2026-03-29 06:23:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ
2026-03-29 06:23:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ
2026-03-29 06:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ to the API
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV71%20XYJ-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV71 XYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV71%20XYJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 33802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J027653',
 'year': 2021}
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520XYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:08 [bca.uk] INFO: Saving data for KV71%20XYJ: {'auction_closing_time': 1775116800.0, 'created_time': 1773833036.96919, 'last_price_update_time': 1774765388.839401}
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV71%2520XYJ') HTTP/1.1" 204 0
2026-03-29 06:23:08 [bca.uk] INFO: Found listing with ID: FF55%20RED
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FF55%2520RED%27 HTTP/1.1" 200 None
2026-03-29 06:23:08 [bca.uk] INFO: Scrape type for FF55%20RED: 2
2026-03-29 06:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 927eb9a4-195e-5bbd-928d-0c2b38c15818 with identifier: FF55%20RED
2026-03-29 06:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 927eb9a4-195e-5bbd-928d-0c2b38c15818 with scrape type 2
2026-03-29 06:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 927eb9a4-195e-5bbd-928d-0c2b38c15818 with scrape type 2
2026-03-29 06:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 927eb9a4-195e-5bbd-928d-0c2b38c15818, identifier: FF55%20RED
2026-03-29 06:23:08 [bca.uk] INFO: Found listing with ID: EX21%20KPK
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520KPK%27 HTTP/1.1" 200 None
2026-03-29 06:23:08 [bca.uk] INFO: Scrape type for EX21%20KPK: 2
2026-03-29 06:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK
2026-03-29 06:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with scrape type 2
2026-03-29 06:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with scrape type 2
2026-03-29 06:23:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b, identifier: EX21%20KPK
2026-03-29 06:23:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE
2026-03-29 06:23:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE
2026-03-29 06:23:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE to the API
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX22%20LKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '765a70ac-4908-5e89-838b-fc6591052465',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX22 LKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX22%20LKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 42141,
 'odometer_reading_unit': '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': 'SALWA2AW0NA228855',
 'year': 2022}
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520LKE%27 HTTP/1.1" 200 None
2026-03-29 06:23:09 [bca.uk] INFO: Saving data for LX22%20LKE: {'auction_closing_time': 1775037600.0, 'created_time': 1774564010.440854, 'last_price_update_time': 1774765389.408661}
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX22%2520LKE') HTTP/1.1" 204 0
2026-03-29 06:23:09 [bca.uk] INFO: Found listing with ID: RA15%20LRO
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520LRO%27 HTTP/1.1" 200 None
2026-03-29 06:23:09 [bca.uk] INFO: Scrape type for RA15%20LRO: 0
2026-03-29 06:23:09 [bca.uk] INFO: Found listing with ID: WG18%20CXW
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 06:23:09 [bca.uk] INFO: Scrape type for WG18%20CXW: 2
2026-03-29 06:23:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1278e77b-ffa2-589e-8716-ba79a35703ab with identifier: WG18%20CXW
2026-03-29 06:23:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1278e77b-ffa2-589e-8716-ba79a35703ab with scrape type 2
2026-03-29 06:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1278e77b-ffa2-589e-8716-ba79a35703ab with scrape type 2
2026-03-29 06:23:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1278e77b-ffa2-589e-8716-ba79a35703ab, identifier: WG18%20CXW
2026-03-29 06:23:09 [bca.uk] INFO: Found listing with ID: LM71%20OCD
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:23:09 [bca.uk] INFO: Scrape type for LM71%20OCD: 2
2026-03-29 06:23:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD
2026-03-29 06:23:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with scrape type 2
2026-03-29 06:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with scrape type 2
2026-03-29 06:23:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bf07a2c-5a80-5f0e-8373-f798f30328b3, identifier: LM71%20OCD
2026-03-29 06:23:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 927eb9a4-195e-5bbd-928d-0c2b38c15818 with identifier: FF55%20RED
2026-03-29 06:23:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 927eb9a4-195e-5bbd-928d-0c2b38c15818 with identifier: FF55%20RED
2026-03-29 06:23:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 927eb9a4-195e-5bbd-928d-0c2b38c15818 with identifier: FF55%20RED to the API
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FF55%20RED-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '927eb9a4-195e-5bbd-928d-0c2b38c15818',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FF55 RED',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FF55%20RED&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 148006,
 '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 NAVARA 2.5 DCI 4WD OUTLAW CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 4WD OUTLAW',
 'vin': 'VSKCVND40U0081523',
 'year': 2006}
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FF55%2520RED%27 HTTP/1.1" 200 None
2026-03-29 06:23:09 [bca.uk] INFO: Saving data for FF55%20RED: {'auction_closing_time': 1774778400.0, 'created_time': 1774563606.007372, 'last_price_update_time': 1774765389.950237}
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FF55%2520RED') HTTP/1.1" 204 0
2026-03-29 06:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK
2026-03-29 06:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK
2026-03-29 06:23:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK to the API
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX21%20KPK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EX21 KPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX21%20KPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 6134,
 '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': 'WVWZZZAWZMU018795',
 'year': 2021}
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520KPK%27 HTTP/1.1" 200 None
2026-03-29 06:23:10 [bca.uk] INFO: Saving data for EX21%20KPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563704.200151, 'last_price_update_time': 1774765390.393008}
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX21%2520KPK') HTTP/1.1" 204 0
2026-03-29 06:23:10 [bca.uk] INFO: Found listing with ID: DU68%20YTO
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520YTO%27 HTTP/1.1" 200 None
2026-03-29 06:23:10 [bca.uk] INFO: Scrape type for DU68%20YTO: 2
2026-03-29 06:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO
2026-03-29 06:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32b573d5-4780-53a3-afc7-d750710f6174 with scrape type 2
2026-03-29 06:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32b573d5-4780-53a3-afc7-d750710f6174 with scrape type 2
2026-03-29 06:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32b573d5-4780-53a3-afc7-d750710f6174, identifier: DU68%20YTO
2026-03-29 06:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1278e77b-ffa2-589e-8716-ba79a35703ab with identifier: WG18%20CXW
2026-03-29 06:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1278e77b-ffa2-589e-8716-ba79a35703ab with identifier: WG18%20CXW
2026-03-29 06:23:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1278e77b-ffa2-589e-8716-ba79a35703ab with identifier: WG18%20CXW to the API
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG18%20CXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1278e77b-ffa2-589e-8716-ba79a35703ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG18 CXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG18%20CXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 74033,
 'odometer_reading_unit': '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 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0096596',
 'year': 2018}
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 06:23:10 [bca.uk] INFO: Saving data for WG18%20CXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774564371.775842, 'last_price_update_time': 1774765390.787428}
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520CXW') HTTP/1.1" 204 0
2026-03-29 06:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD
2026-03-29 06:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD
2026-03-29 06:23:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD to the API
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM71%20OCD-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '7bf07a2c-5a80-5f0e-8373-f798f30328b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM71 OCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM71%20OCD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 35492,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14400,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J020477',
 'year': 2021}
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:23:11 [bca.uk] INFO: Saving data for LM71%20OCD: {'auction_closing_time': 1775116800.0, 'created_time': 1773845837.025297, 'last_price_update_time': 1774765391.069665}
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520OCD') HTTP/1.1" 204 0
2026-03-29 06:23:11 [bca.uk] INFO: Found listing with ID: WK23%20ZSN
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 06:23:11 [bca.uk] INFO: Scrape type for WK23%20ZSN: 2
2026-03-29 06:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab075fba-635e-5aa4-b174-456287bc2cdf with identifier: WK23%20ZSN
2026-03-29 06:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab075fba-635e-5aa4-b174-456287bc2cdf with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab075fba-635e-5aa4-b174-456287bc2cdf with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab075fba-635e-5aa4-b174-456287bc2cdf, identifier: WK23%20ZSN
2026-03-29 06:23:11 [bca.uk] INFO: Found listing with ID: KN75%20AWO
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AWO%27 HTTP/1.1" 200 None
2026-03-29 06:23:11 [bca.uk] INFO: Scrape type for KN75%20AWO: 2
2026-03-29 06:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO
2026-03-29 06:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427dcda7-9307-5dcf-b982-954b64ec01cf with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427dcda7-9307-5dcf-b982-954b64ec01cf with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 427dcda7-9307-5dcf-b982-954b64ec01cf, identifier: KN75%20AWO
2026-03-29 06:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO
2026-03-29 06:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO
2026-03-29 06:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO to the API
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU68%20YTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32b573d5-4780-53a3-afc7-d750710f6174',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU68 YTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU68%20YTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 52384,
 'odometer_reading_unit': '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': 'SALWA2AK5KA425710',
 'year': 2019}
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520YTO%27 HTTP/1.1" 200 None
2026-03-29 06:23:11 [bca.uk] INFO: Saving data for DU68%20YTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774564029.15088, 'last_price_update_time': 1774765391.594236}
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU68%2520YTO') HTTP/1.1" 204 0
2026-03-29 06:23:11 [bca.uk] INFO: Found listing with ID: BD16%20UDO
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 06:23:11 [bca.uk] INFO: Scrape type for BD16%20UDO: 2
2026-03-29 06:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d4e048-aaf3-549e-b9f7-db8cb135d1e9 with identifier: BD16%20UDO
2026-03-29 06:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d4e048-aaf3-549e-b9f7-db8cb135d1e9 with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d4e048-aaf3-549e-b9f7-db8cb135d1e9 with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07d4e048-aaf3-549e-b9f7-db8cb135d1e9, identifier: BD16%20UDO
2026-03-29 06:23:11 [scrapy.extensions.logstats] INFO: Crawled 119 pages (at 3 pages/min), scraped 2519 items (at 143 items/min)
2026-03-29 06:23:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:23:11 [bca.uk] INFO: Found listing with ID: MC71%20OHH
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC71%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 06:23:11 [bca.uk] INFO: Scrape type for MC71%20OHH: 2
2026-03-29 06:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH
2026-03-29 06:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with scrape type 2
2026-03-29 06:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3, identifier: MC71%20OHH
2026-03-29 06:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab075fba-635e-5aa4-b174-456287bc2cdf with identifier: WK23%20ZSN
2026-03-29 06:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab075fba-635e-5aa4-b174-456287bc2cdf with identifier: WK23%20ZSN
2026-03-29 06:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab075fba-635e-5aa4-b174-456287bc2cdf with identifier: WK23%20ZSN to the API
2026-03-29 06:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK23%20ZSN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab075fba-635e-5aa4-b174-456287bc2cdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK23 ZSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK23%20ZSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 23544,
 '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': 'AHTBA3CD806239107',
 'year': 2023}
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 06:23:12 [bca.uk] INFO: Saving data for WK23%20ZSN: {'auction_closing_time': 1774778400.0, 'created_time': 1774563608.34387, 'last_price_update_time': 1774765392.11468}
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK23%2520ZSN') HTTP/1.1" 204 0
2026-03-29 06:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO
2026-03-29 06:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO
2026-03-29 06:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO to the API
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20AWO-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '427dcda7-9307-5dcf-b982-954b64ec01cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 AWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20AWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 3881,
 '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 V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ8T4565438',
 'year': 2025}
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AWO%27 HTTP/1.1" 200 None
2026-03-29 06:23:12 [bca.uk] INFO: Saving data for KN75%20AWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563706.017215, 'last_price_update_time': 1774765392.416632}
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520AWO') HTTP/1.1" 204 0
2026-03-29 06:23:12 [bca.uk] INFO: Found listing with ID: DA20%20DGX
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA20%2520DGX%27 HTTP/1.1" 200 None
2026-03-29 06:23:12 [bca.uk] INFO: Scrape type for DA20%20DGX: 0
2026-03-29 06:23:12 [bca.uk] INFO: Found listing with ID: SW68%20TZJ
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520TZJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:12 [bca.uk] INFO: Scrape type for SW68%20TZJ: 2
2026-03-29 06:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ
2026-03-29 06:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with scrape type 2
2026-03-29 06:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with scrape type 2
2026-03-29 06:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c7f58ed-f148-50d9-8150-cfb9acfb6047, identifier: SW68%20TZJ
2026-03-29 06:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07d4e048-aaf3-549e-b9f7-db8cb135d1e9 with identifier: BD16%20UDO
2026-03-29 06:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07d4e048-aaf3-549e-b9f7-db8cb135d1e9 with identifier: BD16%20UDO
2026-03-29 06:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07d4e048-aaf3-549e-b9f7-db8cb135d1e9 with identifier: BD16%20UDO to the API
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD16%20UDO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '07d4e048-aaf3-549e-b9f7-db8cb135d1e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD16 UDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD16%20UDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 75800,
 '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 BERLINGO L1 1.6 HDI 75 625KG ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'HDI 75 625KG ENTERPRISE',
 'vin': 'VF77B9HN0GJ622476',
 'year': 2016}
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520UDO%27 HTTP/1.1" 200 None
2026-03-29 06:23:12 [bca.uk] INFO: Saving data for BD16%20UDO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564371.421996, 'last_price_update_time': 1774765392.876838}
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD16%2520UDO') HTTP/1.1" 204 0
2026-03-29 06:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=denim+blue+metallic HTTP/1.1" 200 None
2026-03-29 06:23:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23: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:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH
2026-03-29 06:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH to the API
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC71%20OHH-GB',
 'category': 'Car',
 'color': 'denim blue metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '0b1285ca-84d6-5438-9d45-c7d9656bd3d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC71 OHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC71%20OHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 13295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J029222',
 'year': 2021}
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC71%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 06:23:13 [bca.uk] INFO: Saving data for MC71%20OHH: {'auction_closing_time': 1775116800.0, 'created_time': 1773845838.059912, 'last_price_update_time': 1774765393.309294}
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC71%2520OHH') HTTP/1.1" 204 0
2026-03-29 06:23:13 [bca.uk] INFO: Found listing with ID: YR58%20WDW
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:23:13 [bca.uk] INFO: Scrape type for YR58%20WDW: 2
2026-03-29 06:23:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff510480-5d8d-5dd2-97ae-3ab22fef2b26 with identifier: YR58%20WDW
2026-03-29 06:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff510480-5d8d-5dd2-97ae-3ab22fef2b26 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff510480-5d8d-5dd2-97ae-3ab22fef2b26 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff510480-5d8d-5dd2-97ae-3ab22fef2b26, identifier: YR58%20WDW
2026-03-29 06:23:13 [bca.uk] INFO: Found listing with ID: RY21%20SXU
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY21%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 06:23:13 [bca.uk] INFO: Scrape type for RY21%20SXU: 2
2026-03-29 06:23:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU
2026-03-29 06:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8323977c-1f82-5d6a-853b-0d6fb49f0a09, identifier: RY21%20SXU
2026-03-29 06:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ
2026-03-29 06:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ
2026-03-29 06:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ to the API
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW68%20TZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c7f58ed-f148-50d9-8150-cfb9acfb6047',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW68 TZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW68%20TZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 36875,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2AKXKA820580',
 'year': 2018}
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520TZJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:13 [bca.uk] INFO: Saving data for SW68%20TZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564017.298329, 'last_price_update_time': 1774765393.796446}
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520TZJ') HTTP/1.1" 204 0
2026-03-29 06:23:13 [bca.uk] INFO: Found listing with ID: ND09%20UYY
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UYY%27 HTTP/1.1" 200 None
2026-03-29 06:23:13 [bca.uk] INFO: Scrape type for ND09%20UYY: 2
2026-03-29 06:23:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY
2026-03-29 06:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf79258f-02df-5ef0-b09d-ebc8391cfd94 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf79258f-02df-5ef0-b09d-ebc8391cfd94 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf79258f-02df-5ef0-b09d-ebc8391cfd94, identifier: ND09%20UYY
2026-03-29 06:23:13 [bca.uk] INFO: Found listing with ID: MT71%20OBW
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520OBW%27 HTTP/1.1" 200 None
2026-03-29 06:23:13 [bca.uk] INFO: Scrape type for MT71%20OBW: 2
2026-03-29 06:23:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW
2026-03-29 06:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with scrape type 2
2026-03-29 06:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with scrape type 2
2026-03-29 06:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566, identifier: MT71%20OBW
2026-03-29 06:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff510480-5d8d-5dd2-97ae-3ab22fef2b26 with identifier: YR58%20WDW
2026-03-29 06:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff510480-5d8d-5dd2-97ae-3ab22fef2b26 with identifier: YR58%20WDW
2026-03-29 06:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff510480-5d8d-5dd2-97ae-3ab22fef2b26 with identifier: YR58%20WDW to the API
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR58%20WDW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff510480-5d8d-5dd2-97ae-3ab22fef2b26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR58 WDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR58%20WDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 205355,
 '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 TRANSPORTER T28 1.9 TDI PD 84 SWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI PD 84 SWB',
 'vin': 'WV1ZZZ7HZ8H165916',
 'year': 2008}
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:23:14 [bca.uk] INFO: Saving data for YR58%20WDW: {'auction_closing_time': 1774778400.0, 'created_time': 1774563607.243206, 'last_price_update_time': 1774765394.339055}
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR58%2520WDW') HTTP/1.1" 204 0
2026-03-29 06:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU
2026-03-29 06:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU
2026-03-29 06:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU to the API
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY21%20SXU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8323977c-1f82-5d6a-853b-0d6fb49f0a09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY21 SXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY21%20SXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'T-CROSS',
 'odometer': 27484,
 '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 110 SEL Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SEL',
 'vin': 'WVGZZZC1ZMY126015',
 'year': 2021}
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY21%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 06:23:14 [bca.uk] INFO: Saving data for RY21%20SXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563707.583057, 'last_price_update_time': 1774765394.735876}
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY21%2520SXU') HTTP/1.1" 204 0
2026-03-29 06:23:14 [bca.uk] INFO: Found listing with ID: SX22%20GFE
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 06:23:14 [bca.uk] INFO: Scrape type for SX22%20GFE: 2
2026-03-29 06:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE
2026-03-29 06:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e01314d-01db-5d83-88e1-ca5ea351902a with scrape type 2
2026-03-29 06:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e01314d-01db-5d83-88e1-ca5ea351902a with scrape type 2
2026-03-29 06:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e01314d-01db-5d83-88e1-ca5ea351902a, identifier: SX22%20GFE
2026-03-29 06:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY
2026-03-29 06:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY
2026-03-29 06:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY to the API
2026-03-29 06:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND09%20UYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf79258f-02df-5ef0-b09d-ebc8391cfd94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND09 UYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND09%20UYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 49056,
 '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 2.0 DCI VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI VISIA',
 'vin': 'SJNFDAJ10U1443613',
 'year': 2009}
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UYY%27 HTTP/1.1" 200 None
2026-03-29 06:23:15 [bca.uk] INFO: Saving data for ND09%20UYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774045120.32692, 'last_price_update_time': 1774765395.124725}
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND09%2520UYY') HTTP/1.1" 204 0
2026-03-29 06:23:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW
2026-03-29 06:23:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW
2026-03-29 06:23:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW to the API
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT71%20OBW-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT71 OBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT71%20OBW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 19486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J024952',
 'year': 2021}
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520OBW%27 HTTP/1.1" 200 None
2026-03-29 06:23:15 [bca.uk] INFO: Saving data for MT71%20OBW: {'auction_closing_time': 1775116800.0, 'created_time': 1773845844.001358, 'last_price_update_time': 1774765395.40598}
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520OBW') HTTP/1.1" 204 0
2026-03-29 06:23:15 [bca.uk] INFO: Found listing with ID: HS21%20CGV
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520CGV%27 HTTP/1.1" 200 None
2026-03-29 06:23:15 [bca.uk] INFO: Scrape type for HS21%20CGV: 2
2026-03-29 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a with identifier: HS21%20CGV
2026-03-29 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a with scrape type 2
2026-03-29 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a with scrape type 2
2026-03-29 06:23:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a, identifier: HS21%20CGV
2026-03-29 06:23:15 [bca.uk] INFO: Found listing with ID: MT21%20HKE
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT21%2520HKE%27 HTTP/1.1" 200 None
2026-03-29 06:23:15 [bca.uk] INFO: Scrape type for MT21%20HKE: 2
2026-03-29 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE
2026-03-29 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a41f5f45-92ec-5f52-8fe1-8e227b8af9de with scrape type 2
2026-03-29 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a41f5f45-92ec-5f52-8fe1-8e227b8af9de with scrape type 2
2026-03-29 06:23:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a41f5f45-92ec-5f52-8fe1-8e227b8af9de, identifier: MT21%20HKE
2026-03-29 06:23:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE
2026-03-29 06:23:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE
2026-03-29 06:23:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE to the API
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX22%20GFE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e01314d-01db-5d83-88e1-ca5ea351902a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SX22 GFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX22%20GFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 41652,
 'odometer_reading_unit': '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 3.0 D300 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC SE',
 'vin': 'SALYA2AW8NA344975',
 'year': 2022}
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 06:23:15 [bca.uk] INFO: Saving data for SX22%20GFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774564017.778884, 'last_price_update_time': 1774765395.899192}
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX22%2520GFE') HTTP/1.1" 204 0
2026-03-29 06:23:15 [bca.uk] INFO: Found listing with ID: GJ70%20XSM
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 06:23:15 [bca.uk] INFO: Scrape type for GJ70%20XSM: 2
2026-03-29 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d0d2bb9-2938-581d-be67-4e9c8a99ca88 with identifier: GJ70%20XSM
2026-03-29 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d0d2bb9-2938-581d-be67-4e9c8a99ca88 with scrape type 2
2026-03-29 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d0d2bb9-2938-581d-be67-4e9c8a99ca88 with scrape type 2
2026-03-29 06:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d0d2bb9-2938-581d-be67-4e9c8a99ca88, identifier: GJ70%20XSM
2026-03-29 06:23:16 [bca.uk] INFO: Found listing with ID: RE71%20LRL
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:23:16 [bca.uk] INFO: Scrape type for RE71%20LRL: 2
2026-03-29 06:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL
2026-03-29 06:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9690471c-cef7-5e74-9b15-bc78c9acc669 with scrape type 2
2026-03-29 06:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9690471c-cef7-5e74-9b15-bc78c9acc669 with scrape type 2
2026-03-29 06:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9690471c-cef7-5e74-9b15-bc78c9acc669, identifier: RE71%20LRL
2026-03-29 06:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a with identifier: HS21%20CGV
2026-03-29 06:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a with identifier: HS21%20CGV
2026-03-29 06:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a with identifier: HS21%20CGV to the API
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS21%20CGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2aef1f54-d2f7-5100-8c6e-726cb5ce1a7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS21 CGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS21%20CGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 83312,
 '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 LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP64104',
 'year': 2021}
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520CGV%27 HTTP/1.1" 200 None
2026-03-29 06:23:16 [bca.uk] INFO: Saving data for HS21%20CGV: {'auction_closing_time': 1774778400.0, 'created_time': 1774563602.702622, 'last_price_update_time': 1774765396.418335}
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS21%2520CGV') HTTP/1.1" 204 0
2026-03-29 06:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE
2026-03-29 06:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE
2026-03-29 06:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE to the API
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT21%20HKE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a41f5f45-92ec-5f52-8fe1-8e227b8af9de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT21 HKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT21%20HKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 36520,
 '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 3008 1.2 P/T 130 ALLURE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE PREMIUM',
 'vin': 'VF3MRHNSMMS042000',
 'year': 2021}
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT21%2520HKE%27 HTTP/1.1" 200 None
2026-03-29 06:23:16 [bca.uk] INFO: Saving data for MT21%20HKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563683.255355, 'last_price_update_time': 1774765396.688295}
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT21%2520HKE') HTTP/1.1" 204 0
2026-03-29 06:23:16 [bca.uk] INFO: Found listing with ID: MH72%20FSA
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520FSA%27 HTTP/1.1" 200 None
2026-03-29 06:23:16 [bca.uk] INFO: Scrape type for MH72%20FSA: 2
2026-03-29 06:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA
2026-03-29 06:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01eccdaa-88d2-510e-b39b-c96f1942eb2c with scrape type 2
2026-03-29 06:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01eccdaa-88d2-510e-b39b-c96f1942eb2c with scrape type 2
2026-03-29 06:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01eccdaa-88d2-510e-b39b-c96f1942eb2c, identifier: MH72%20FSA
2026-03-29 06:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d0d2bb9-2938-581d-be67-4e9c8a99ca88 with identifier: GJ70%20XSM
2026-03-29 06:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d0d2bb9-2938-581d-be67-4e9c8a99ca88 with identifier: GJ70%20XSM
2026-03-29 06:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d0d2bb9-2938-581d-be67-4e9c8a99ca88 with identifier: GJ70%20XSM to the API
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ70%20XSM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d0d2bb9-2938-581d-be67-4e9c8a99ca88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ70 XSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ70%20XSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 129236,
 '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 T/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 MWB T/L H/R',
 'vin': 'WV1ZZZSYZM9004499',
 'year': 2020}
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 06:23:17 [bca.uk] INFO: Saving data for GJ70%20XSM: {'auction_closing_time': 1774778400.0, 'created_time': 1774564394.483108, 'last_price_update_time': 1774765397.099833}
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ70%2520XSM') HTTP/1.1" 204 0
2026-03-29 06:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL
2026-03-29 06:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL
2026-03-29 06:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL to the API
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE71%20LRL-GB',
 'category': 'Car',
 'color': 'night black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '9690471c-cef7-5e74-9b15-bc78c9acc669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE71 LRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE71%20LRL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 24366,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15200,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J025073',
 'year': 2021}
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:23:17 [bca.uk] INFO: Saving data for RE71%20LRL: {'auction_closing_time': 1775116800.0, 'created_time': 1773833048.915043, 'last_price_update_time': 1774765397.380432}
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520LRL') HTTP/1.1" 204 0
2026-03-29 06:23:17 [bca.uk] INFO: Found listing with ID: KE15%20PYA
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520PYA%27 HTTP/1.1" 200 None
2026-03-29 06:23:17 [bca.uk] INFO: Scrape type for KE15%20PYA: 2
2026-03-29 06:23:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c68c564d-1d43-5b4d-b8c4-003abcf8bbf2 with identifier: KE15%20PYA
2026-03-29 06:23:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c68c564d-1d43-5b4d-b8c4-003abcf8bbf2 with scrape type 2
2026-03-29 06:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c68c564d-1d43-5b4d-b8c4-003abcf8bbf2 with scrape type 2
2026-03-29 06:23:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c68c564d-1d43-5b4d-b8c4-003abcf8bbf2, identifier: KE15%20PYA
2026-03-29 06:23:17 [bca.uk] INFO: Found listing with ID: GJ21%20LWM
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ21%2520LWM%27 HTTP/1.1" 200 None
2026-03-29 06:23:17 [bca.uk] INFO: Scrape type for GJ21%20LWM: 2
2026-03-29 06:23:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM
2026-03-29 06:23:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04be9c8e-3259-54fd-b7dd-babb2896390e with scrape type 2
2026-03-29 06:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04be9c8e-3259-54fd-b7dd-babb2896390e with scrape type 2
2026-03-29 06:23:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04be9c8e-3259-54fd-b7dd-babb2896390e, identifier: GJ21%20LWM
2026-03-29 06:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA
2026-03-29 06:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA
2026-03-29 06:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA to the API
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH72%20FSA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01eccdaa-88d2-510e-b39b-c96f1942eb2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH72 FSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH72%20FSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 27390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P250 EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 EDITION',
 'vin': 'SALYA2AX5PA363950',
 'year': 2023}
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520FSA%27 HTTP/1.1" 200 None
2026-03-29 06:23:17 [bca.uk] INFO: Saving data for MH72%20FSA: {'auction_closing_time': 1774951200.0, 'created_time': 1774564019.067218, 'last_price_update_time': 1774765397.880544}
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520FSA') HTTP/1.1" 204 0
2026-03-29 06:23:17 [bca.uk] INFO: Found listing with ID: AP53%20CON
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP53%2520CON%27 HTTP/1.1" 200 None
2026-03-29 06:23:17 [bca.uk] INFO: Scrape type for AP53%20CON: 2
2026-03-29 06:23:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97839321-b585-571a-aac6-dabf4091a792 with identifier: AP53%20CON
2026-03-29 06:23:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97839321-b585-571a-aac6-dabf4091a792 with scrape type 2
2026-03-29 06:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97839321-b585-571a-aac6-dabf4091a792 with scrape type 2
2026-03-29 06:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97839321-b585-571a-aac6-dabf4091a792, identifier: AP53%20CON
2026-03-29 06:23:18 [bca.uk] INFO: Found listing with ID: GP15%20AHK
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP15%2520AHK%27 HTTP/1.1" 200 None
2026-03-29 06:23:18 [bca.uk] INFO: Scrape type for GP15%20AHK: 2
2026-03-29 06:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK
2026-03-29 06:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de6930c9-196f-5822-ab88-1827eea821f3 with scrape type 2
2026-03-29 06:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de6930c9-196f-5822-ab88-1827eea821f3 with scrape type 2
2026-03-29 06:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de6930c9-196f-5822-ab88-1827eea821f3, identifier: GP15%20AHK
2026-03-29 06:23:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c68c564d-1d43-5b4d-b8c4-003abcf8bbf2 with identifier: KE15%20PYA
2026-03-29 06:23:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c68c564d-1d43-5b4d-b8c4-003abcf8bbf2 with identifier: KE15%20PYA
2026-03-29 06:23:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c68c564d-1d43-5b4d-b8c4-003abcf8bbf2 with identifier: KE15%20PYA to the API
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE15%20PYA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c68c564d-1d43-5b4d-b8c4-003abcf8bbf2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE15 PYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE15%20PYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 88326,
 '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 VIVARO 2.7T 1.6 CDTI 90 SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 90 SWB',
 'vin': 'W0L4F7002FV620425',
 'year': 2015}
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520PYA%27 HTTP/1.1" 200 None
2026-03-29 06:23:18 [bca.uk] INFO: Saving data for KE15%20PYA: {'auction_closing_time': 1774778400.0, 'created_time': 1774563596.345174, 'last_price_update_time': 1774765398.427083}
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE15%2520PYA') HTTP/1.1" 204 0
2026-03-29 06:23:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM
2026-03-29 06:23:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM
2026-03-29 06:23:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM to the API
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ21%20LWM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04be9c8e-3259-54fd-b7dd-babb2896390e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ21 LWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ21%20LWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 66010,
 '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 520D 2.0 MHT M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN030CG62763',
 'year': 2021}
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ21%2520LWM%27 HTTP/1.1" 200 None
2026-03-29 06:23:18 [bca.uk] INFO: Saving data for GJ21%20LWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563703.404983, 'last_price_update_time': 1774765398.706791}
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ21%2520LWM') HTTP/1.1" 204 0
2026-03-29 06:23:18 [bca.uk] INFO: Found listing with ID: YD23%20GRH
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520GRH%27 HTTP/1.1" 200 None
2026-03-29 06:23:18 [bca.uk] INFO: Scrape type for YD23%20GRH: 2
2026-03-29 06:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH
2026-03-29 06:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7000c25-703c-5b95-baa0-e3069bd5ea3c with scrape type 2
2026-03-29 06:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7000c25-703c-5b95-baa0-e3069bd5ea3c with scrape type 2
2026-03-29 06:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7000c25-703c-5b95-baa0-e3069bd5ea3c, identifier: YD23%20GRH
2026-03-29 06:23:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97839321-b585-571a-aac6-dabf4091a792 with identifier: AP53%20CON
2026-03-29 06:23:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97839321-b585-571a-aac6-dabf4091a792 with identifier: AP53%20CON
2026-03-29 06:23:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97839321-b585-571a-aac6-dabf4091a792 with identifier: AP53%20CON to the API
2026-03-29 06:23:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP53%20CON-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '97839321-b585-571a-aac6-dabf4091a792',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP53 CON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP53%20CON&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 137334,
 '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 CITAN 109 1.5 CDI 90 LONG Van',
 'transmission': 'manual',
 'trim': 'CDI 90 LONG',
 'vin': 'WDF4156032U136673',
 'year': 2014}
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP53%2520CON%27 HTTP/1.1" 200 None
2026-03-29 06:23:19 [bca.uk] INFO: Saving data for AP53%20CON: {'auction_closing_time': 1774778400.0, 'created_time': 1774564395.528099, 'last_price_update_time': 1774765399.086484}
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP53%2520CON') HTTP/1.1" 204 0
2026-03-29 06:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK
2026-03-29 06:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK
2026-03-29 06:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK to the API
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP15%20AHK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de6930c9-196f-5822-ab88-1827eea821f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP15 AHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP15%20AHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 95312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 CACTUS 1.2 P/T 82 FLAIR ETG Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 82 FLAIR ETG',
 'vin': 'VF70PHMZBFE550339',
 'year': 2015}
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP15%2520AHK%27 HTTP/1.1" 200 None
2026-03-29 06:23:19 [bca.uk] INFO: Saving data for GP15%20AHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774563637.679306, 'last_price_update_time': 1774765399.460743}
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP15%2520AHK') HTTP/1.1" 204 0
2026-03-29 06:23:19 [bca.uk] INFO: Found listing with ID: RN19%20UEX
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN19%2520UEX%27 HTTP/1.1" 200 None
2026-03-29 06:23:19 [bca.uk] INFO: Scrape type for RN19%20UEX: 2
2026-03-29 06:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f38eca-4ef6-55e9-80c8-aae6b1ec815d with identifier: RN19%20UEX
2026-03-29 06:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f38eca-4ef6-55e9-80c8-aae6b1ec815d with scrape type 2
2026-03-29 06:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f38eca-4ef6-55e9-80c8-aae6b1ec815d with scrape type 2
2026-03-29 06:23:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f38eca-4ef6-55e9-80c8-aae6b1ec815d, identifier: RN19%20UEX
2026-03-29 06:23:19 [bca.uk] INFO: Found listing with ID: LS21%20ONM
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 06:23:19 [bca.uk] INFO: Scrape type for LS21%20ONM: 2
2026-03-29 06:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM
2026-03-29 06:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bcab077-5692-551d-8ff3-fbf5f15be9ac with scrape type 2
2026-03-29 06:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bcab077-5692-551d-8ff3-fbf5f15be9ac with scrape type 2
2026-03-29 06:23:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bcab077-5692-551d-8ff3-fbf5f15be9ac, identifier: LS21%20ONM
2026-03-29 06:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH
2026-03-29 06:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH
2026-03-29 06:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH to the API
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD23%20GRH-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': 'a7000c25-703c-5b95-baa0-e3069bd5ea3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD23 GRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD23%20GRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 22578,
 '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 R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT0PH330885',
 'year': 2023}
2026-03-29 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520GRH%27 HTTP/1.1" 200 None
2026-03-29 06:23:20 [bca.uk] INFO: Saving data for YD23%20GRH: {'auction_closing_time': 1774951200.0, 'created_time': 1774564019.441286, 'last_price_update_time': 1774765400.001448}
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD23%2520GRH') HTTP/1.1" 204 0
2026-03-29 06:23:20 [bca.uk] INFO: Found listing with ID: LS60%20FAA
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FAA%27 HTTP/1.1" 200 None
2026-03-29 06:23:20 [bca.uk] INFO: Scrape type for LS60%20FAA: 2
2026-03-29 06:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA
2026-03-29 06:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c00d0a24-dd89-5617-aba2-24d06db6f7a4 with scrape type 2
2026-03-29 06:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c00d0a24-dd89-5617-aba2-24d06db6f7a4 with scrape type 2
2026-03-29 06:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c00d0a24-dd89-5617-aba2-24d06db6f7a4, identifier: LS60%20FAA
2026-03-29 06:23:20 [bca.uk] INFO: Found listing with ID: EY12%20YYJ
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY12%2520YYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:20 [bca.uk] INFO: Scrape type for EY12%20YYJ: 2
2026-03-29 06:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ
2026-03-29 06:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61f27424-e105-51e7-842f-1eb601fe56fe with scrape type 2
2026-03-29 06:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61f27424-e105-51e7-842f-1eb601fe56fe with scrape type 2
2026-03-29 06:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61f27424-e105-51e7-842f-1eb601fe56fe, identifier: EY12%20YYJ
2026-03-29 06:23:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f38eca-4ef6-55e9-80c8-aae6b1ec815d with identifier: RN19%20UEX
2026-03-29 06:23:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f38eca-4ef6-55e9-80c8-aae6b1ec815d with identifier: RN19%20UEX
2026-03-29 06:23:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f38eca-4ef6-55e9-80c8-aae6b1ec815d with identifier: RN19%20UEX to the API
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RN19%20UEX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e4f38eca-4ef6-55e9-80c8-aae6b1ec815d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RN19 UEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RN19%20UEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 63182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYKC27832',
 'year': 2019}
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN19%2520UEX%27 HTTP/1.1" 200 None
2026-03-29 06:23:20 [bca.uk] INFO: Saving data for RN19%20UEX: {'auction_closing_time': 1774778400.0, 'created_time': 1774563597.491364, 'last_price_update_time': 1774765400.515598}
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RN19%2520UEX') HTTP/1.1" 204 0
2026-03-29 06:23:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM
2026-03-29 06:23:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM
2026-03-29 06:23:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM to the API
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS21%20ONM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bcab077-5692-551d-8ff3-fbf5f15be9ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS21 ONM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS21%20ONM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 43003,
 '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 StationWagon',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE PREMIUM',
 'vin': 'VF3MRHNSMMS056861',
 'year': 2021}
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 06:23:20 [bca.uk] INFO: Saving data for LS21%20ONM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563702.579526, 'last_price_update_time': 1774765400.790988}
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS21%2520ONM') HTTP/1.1" 204 0
2026-03-29 06:23:20 [bca.uk] INFO: Found listing with ID: YY71%20THF
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520THF%27 HTTP/1.1" 200 None
2026-03-29 06:23:20 [bca.uk] INFO: Scrape type for YY71%20THF: 2
2026-03-29 06:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF
2026-03-29 06:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83acfbda-e9f0-532c-832f-4dade9100262 with scrape type 2
2026-03-29 06:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83acfbda-e9f0-532c-832f-4dade9100262 with scrape type 2
2026-03-29 06:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83acfbda-e9f0-532c-832f-4dade9100262, identifier: YY71%20THF
2026-03-29 06:23:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA
2026-03-29 06:23:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA
2026-03-29 06:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA to the API
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS60%20FAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c00d0a24-dd89-5617-aba2-24d06db6f7a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS60 FAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS60%20FAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 102069,
 '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 E250 2.1 CDI B/E SPORT TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT TIP',
 'vin': 'WDD2073032F073085',
 'year': 2010}
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FAA%27 HTTP/1.1" 200 None
2026-03-29 06:23:21 [bca.uk] INFO: Saving data for LS60%20FAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564396.196696, 'last_price_update_time': 1774765401.205789}
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS60%2520FAA') HTTP/1.1" 204 0
2026-03-29 06:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ
2026-03-29 06:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ
2026-03-29 06:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ to the API
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY12%20YYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61f27424-e105-51e7-842f-1eb601fe56fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY12 YYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY12%20YYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '120D',
 'odometer': 100589,
 '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 120D 2.0 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA1C320X0E642865',
 'year': 2012}
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY12%2520YYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:21 [bca.uk] INFO: Saving data for EY12%20YYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563643.895224, 'last_price_update_time': 1774765401.506264}
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY12%2520YYJ') HTTP/1.1" 204 0
2026-03-29 06:23:21 [bca.uk] INFO: Found listing with ID: WD66%20LFR
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 06:23:21 [bca.uk] INFO: Scrape type for WD66%20LFR: 2
2026-03-29 06:23:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6628782d-2497-5b2a-ad70-a03e4726b4ac with identifier: WD66%20LFR
2026-03-29 06:23:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6628782d-2497-5b2a-ad70-a03e4726b4ac with scrape type 2
2026-03-29 06:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6628782d-2497-5b2a-ad70-a03e4726b4ac with scrape type 2
2026-03-29 06:23:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6628782d-2497-5b2a-ad70-a03e4726b4ac, identifier: WD66%20LFR
2026-03-29 06:23:21 [bca.uk] INFO: Found listing with ID: CF71%20JRU
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520JRU%27 HTTP/1.1" 200 None
2026-03-29 06:23:21 [bca.uk] INFO: Scrape type for CF71%20JRU: 2
2026-03-29 06:23:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU
2026-03-29 06:23:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b28187-8142-5f72-b2b8-87732af26d85 with scrape type 2
2026-03-29 06:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6b28187-8142-5f72-b2b8-87732af26d85 with scrape type 2
2026-03-29 06:23:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6b28187-8142-5f72-b2b8-87732af26d85, identifier: CF71%20JRU
2026-03-29 06:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF
2026-03-29 06:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF
2026-03-29 06:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF to the API
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY71%20THF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '83acfbda-e9f0-532c-832f-4dade9100262',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY71 THF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY71%20THF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 57698,
 'odometer_reading_unit': '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 E-PACE 2.0 D200 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AN2N1031415',
 'year': 2022}
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520THF%27 HTTP/1.1" 200 None
2026-03-29 06:23:22 [bca.uk] INFO: Saving data for YY71%20THF: {'auction_closing_time': 1774951200.0, 'created_time': 1774564018.401897, 'last_price_update_time': 1774765402.008608}
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY71%2520THF') HTTP/1.1" 204 0
2026-03-29 06:23:22 [bca.uk] INFO: Found listing with ID: BP63%20EYL
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 06:23:22 [bca.uk] INFO: Scrape type for BP63%20EYL: 2
2026-03-29 06:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d243f2-ddb5-5a20-8e3b-8366484186fe with identifier: BP63%20EYL
2026-03-29 06:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d243f2-ddb5-5a20-8e3b-8366484186fe with scrape type 2
2026-03-29 06:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6d243f2-ddb5-5a20-8e3b-8366484186fe with scrape type 2
2026-03-29 06:23:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6d243f2-ddb5-5a20-8e3b-8366484186fe, identifier: BP63%20EYL
2026-03-29 06:23:22 [bca.uk] INFO: Found listing with ID: ST62%20KHP
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520KHP%27 HTTP/1.1" 200 None
2026-03-29 06:23:22 [bca.uk] INFO: Scrape type for ST62%20KHP: 2
2026-03-29 06:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP
2026-03-29 06:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 517a6306-bc39-5c0f-99da-f43da99cc1a3 with scrape type 2
2026-03-29 06:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 517a6306-bc39-5c0f-99da-f43da99cc1a3 with scrape type 2
2026-03-29 06:23:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 517a6306-bc39-5c0f-99da-f43da99cc1a3, identifier: ST62%20KHP
2026-03-29 06:23:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6628782d-2497-5b2a-ad70-a03e4726b4ac with identifier: WD66%20LFR
2026-03-29 06:23:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6628782d-2497-5b2a-ad70-a03e4726b4ac with identifier: WD66%20LFR
2026-03-29 06:23:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6628782d-2497-5b2a-ad70-a03e4726b4ac with identifier: WD66%20LFR to the API
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD66%20LFR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6628782d-2497-5b2a-ad70-a03e4726b4ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD66 LFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD66%20LFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 107948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 LWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 LWB M/R',
 'vin': 'WF0XXXTTGXGD27445',
 'year': 2017}
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 06:23:22 [bca.uk] INFO: Saving data for WD66%20LFR: {'auction_closing_time': 1774778400.0, 'created_time': 1774563579.069563, 'last_price_update_time': 1774765402.62098}
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD66%2520LFR') HTTP/1.1" 204 0
2026-03-29 06:23:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU
2026-03-29 06:23:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU
2026-03-29 06:23:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU to the API
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20JRU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6b28187-8142-5f72-b2b8-87732af26d85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF71 JRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20JRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 47916,
 '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 130 SHINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 SHINE PLUS',
 'vin': 'VR7BAHNSBME060776',
 'year': 2021}
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520JRU%27 HTTP/1.1" 200 None
2026-03-29 06:23:22 [bca.uk] INFO: Saving data for CF71%20JRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563696.568633, 'last_price_update_time': 1774765402.893737}
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520JRU') HTTP/1.1" 204 0
2026-03-29 06:23:22 [bca.uk] INFO: Found listing with ID: YT67%20LRJ
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:22 [bca.uk] INFO: Scrape type for YT67%20LRJ: 2
2026-03-29 06:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ
2026-03-29 06:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e4345d-6278-54ee-bc99-089c616a7f4c with scrape type 2
2026-03-29 06:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e4345d-6278-54ee-bc99-089c616a7f4c with scrape type 2
2026-03-29 06:23:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05e4345d-6278-54ee-bc99-089c616a7f4c, identifier: YT67%20LRJ
2026-03-29 06:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6d243f2-ddb5-5a20-8e3b-8366484186fe with identifier: BP63%20EYL
2026-03-29 06:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6d243f2-ddb5-5a20-8e3b-8366484186fe with identifier: BP63%20EYL
2026-03-29 06:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6d243f2-ddb5-5a20-8e3b-8366484186fe with identifier: BP63%20EYL to the API
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP63%20EYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd6d243f2-ddb5-5a20-8e3b-8366484186fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP63 EYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP63%20EYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 90157,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 290 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 290 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYEL43188',
 'year': 2014}
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 06:23:23 [bca.uk] INFO: Saving data for BP63%20EYL: {'auction_closing_time': 1774778400.0, 'created_time': 1774564357.451947, 'last_price_update_time': 1774765403.309659}
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP63%2520EYL') HTTP/1.1" 204 0
2026-03-29 06:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP
2026-03-29 06:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP
2026-03-29 06:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP to the API
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST62%20KHP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '517a6306-bc39-5c0f-99da-f43da99cc1a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST62 KHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST62%20KHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 118440,
 '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 140 2WD ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 140 2WD ZETEC',
 'vin': 'WF0RXXGCDRCB49299',
 'year': 2012}
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520KHP%27 HTTP/1.1" 200 None
2026-03-29 06:23:23 [bca.uk] INFO: Saving data for ST62%20KHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774563615.294999, 'last_price_update_time': 1774765403.597192}
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST62%2520KHP') HTTP/1.1" 204 0
2026-03-29 06:23:23 [bca.uk] INFO: Found listing with ID: YH15%20HVA
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520HVA%27 HTTP/1.1" 200 None
2026-03-29 06:23:23 [bca.uk] INFO: Scrape type for YH15%20HVA: 2
2026-03-29 06:23:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488 with identifier: YH15%20HVA
2026-03-29 06:23:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488 with scrape type 2
2026-03-29 06:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488 with scrape type 2
2026-03-29 06:23:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488, identifier: YH15%20HVA
2026-03-29 06:23:23 [bca.uk] INFO: Found listing with ID: MA25%20KOU
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA25%2520KOU%27 HTTP/1.1" 200 None
2026-03-29 06:23:23 [bca.uk] INFO: Scrape type for MA25%20KOU: 2
2026-03-29 06:23:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU
2026-03-29 06:23:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40d0d92-cb0d-5374-9dae-ac121acf9d3e with scrape type 2
2026-03-29 06:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40d0d92-cb0d-5374-9dae-ac121acf9d3e with scrape type 2
2026-03-29 06:23:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40d0d92-cb0d-5374-9dae-ac121acf9d3e, identifier: MA25%20KOU
2026-03-29 06:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ
2026-03-29 06:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ
2026-03-29 06:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ to the API
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20LRJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05e4345d-6278-54ee-bc99-089c616a7f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT67 LRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20LRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 85451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 190 2WD SE G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 2WD SE G/T',
 'vin': 'YV1DZA8CDH2222247',
 'year': 2017}
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520LRJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:24 [bca.uk] INFO: Saving data for YT67%20LRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564712.386118, 'last_price_update_time': 1774765404.112178}
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520LRJ') HTTP/1.1" 204 0
2026-03-29 06:23:24 [bca.uk] INFO: Found listing with ID: YX73%20XWD
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:23:24 [bca.uk] INFO: Scrape type for YX73%20XWD: 2
2026-03-29 06:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8b23c9d-8982-5300-8d62-a2dda6c051a4 with identifier: YX73%20XWD
2026-03-29 06:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8b23c9d-8982-5300-8d62-a2dda6c051a4 with scrape type 2
2026-03-29 06:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8b23c9d-8982-5300-8d62-a2dda6c051a4 with scrape type 2
2026-03-29 06:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8b23c9d-8982-5300-8d62-a2dda6c051a4, identifier: YX73%20XWD
2026-03-29 06:23:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488 with identifier: YH15%20HVA
2026-03-29 06:23:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488 with identifier: YH15%20HVA
2026-03-29 06:23:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cd5f6b7-9c81-5b15-a14b-2fa5cac51488 with identifier: YH15%20HVA to the API
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 269,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH15%20HVA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cd5f6b7-9c81-5b15-a14b-2fa5cac51488',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH15 HVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH15%20HVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 77817,
 '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 DEFENDER 90 2.2 TDCI COUNTY StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI COUNTY',
 'vin': 'SALLDWBP7FA468713',
 'year': 2015}
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520HVA%27 HTTP/1.1" 200 None
2026-03-29 06:23:24 [bca.uk] INFO: Saving data for YH15%20HVA: {'auction_closing_time': 1774778400.0, 'created_time': 1774563589.40203, 'last_price_update_time': 1774765404.603974}
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH15%2520HVA') HTTP/1.1" 204 0
2026-03-29 06:23:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU
2026-03-29 06:23:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU
2026-03-29 06:23:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU to the API
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA25%20KOU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd40d0d92-cb0d-5374-9dae-ac121acf9d3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA25 KOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA25%20KOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'AUSTRAL E-TECH',
 'odometer': 25574,
 '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': 'RENAULT AUSTRAL E-TECH 1.2 FHEV TECHNO ESPRIT ALPINE Hatchback',
 'transmission': 'automatic',
 'trim': 'FHEV TECHNO ESPRIT ALPINE',
 'vin': 'VF1RHN00473873447',
 'year': 2025}
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA25%2520KOU%27 HTTP/1.1" 200 None
2026-03-29 06:23:24 [bca.uk] INFO: Saving data for MA25%20KOU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563727.989185, 'last_price_update_time': 1774765404.899091}
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA25%2520KOU') HTTP/1.1" 204 0
2026-03-29 06:23:24 [bca.uk] INFO: Found listing with ID: GX68%20WUJ
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:24 [bca.uk] INFO: Scrape type for GX68%20WUJ: 2
2026-03-29 06:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ
2026-03-29 06:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581c7f7c-7387-5a83-9752-eafa530db476 with scrape type 2
2026-03-29 06:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 581c7f7c-7387-5a83-9752-eafa530db476 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 581c7f7c-7387-5a83-9752-eafa530db476, identifier: GX68%20WUJ
2026-03-29 06:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8b23c9d-8982-5300-8d62-a2dda6c051a4 with identifier: YX73%20XWD
2026-03-29 06:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8b23c9d-8982-5300-8d62-a2dda6c051a4 with identifier: YX73%20XWD
2026-03-29 06:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8b23c9d-8982-5300-8d62-a2dda6c051a4 with identifier: YX73%20XWD to the API
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX73%20XWD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e8b23c9d-8982-5300-8d62-a2dda6c051a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX73 XWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX73%20XWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAXUS',
 'model': 'T90EV',
 'odometer': 17239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAXUS T90EV 130KW 88.5KWH ELITE CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': '130KW 88.5KWH ELITE',
 'vin': 'LSFAM1207NA157367',
 'year': 2023}
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520XWD%27 HTTP/1.1" 200 None
2026-03-29 06:23:25 [bca.uk] INFO: Saving data for YX73%20XWD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564356.079328, 'last_price_update_time': 1774765405.283419}
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX73%2520XWD') HTTP/1.1" 204 0
2026-03-29 06:23:25 [bca.uk] INFO: Found listing with ID: DA17%20LNH
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520LNH%27 HTTP/1.1" 200 None
2026-03-29 06:23:25 [bca.uk] INFO: Scrape type for DA17%20LNH: 2
2026-03-29 06:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3aed63c-8762-5e34-8bb8-68b2d4cf9992 with identifier: DA17%20LNH
2026-03-29 06:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3aed63c-8762-5e34-8bb8-68b2d4cf9992 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3aed63c-8762-5e34-8bb8-68b2d4cf9992 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3aed63c-8762-5e34-8bb8-68b2d4cf9992, identifier: DA17%20LNH
2026-03-29 06:23:25 [bca.uk] INFO: Found listing with ID: LR22%20HOH
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HOH%27 HTTP/1.1" 200 None
2026-03-29 06:23:25 [bca.uk] INFO: Scrape type for LR22%20HOH: 2
2026-03-29 06:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH
2026-03-29 06:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30c6b359-30ed-5b9e-915e-4762b74733e6 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30c6b359-30ed-5b9e-915e-4762b74733e6 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30c6b359-30ed-5b9e-915e-4762b74733e6, identifier: LR22%20HOH
2026-03-29 06:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ
2026-03-29 06:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ
2026-03-29 06:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ to the API
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 71,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX68%20WUJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '581c7f7c-7387-5a83-9752-eafa530db476',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX68 WUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX68%20WUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 65747,
 'odometer_reading_unit': '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 StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E HSE',
 'vin': 'SALWA2AY9KA824415',
 'year': 2018}
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:25 [bca.uk] INFO: Saving data for GX68%20WUJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564705.623804, 'last_price_update_time': 1774765405.769214}
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX68%2520WUJ') HTTP/1.1" 204 0
2026-03-29 06:23:25 [bca.uk] INFO: Found listing with ID: MJ69%20ZRG
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 06:23:25 [bca.uk] INFO: Scrape type for MJ69%20ZRG: 2
2026-03-29 06:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG
2026-03-29 06:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda1546a-c69e-5a85-b58e-3c8076334962 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda1546a-c69e-5a85-b58e-3c8076334962 with scrape type 2
2026-03-29 06:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fda1546a-c69e-5a85-b58e-3c8076334962, identifier: MJ69%20ZRG
2026-03-29 06:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3aed63c-8762-5e34-8bb8-68b2d4cf9992 with identifier: DA17%20LNH
2026-03-29 06:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3aed63c-8762-5e34-8bb8-68b2d4cf9992 with identifier: DA17%20LNH
2026-03-29 06:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3aed63c-8762-5e34-8bb8-68b2d4cf9992 with identifier: DA17%20LNH to the API
2026-03-29 06:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA17%20LNH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3aed63c-8762-5e34-8bb8-68b2d4cf9992',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA17 LNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA17%20LNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 314',
 'odometer': 168468,
 '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 SPRINTER 314 2.1 CDI 3.5T MWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T MWB',
 'vin': 'WDB9066332P313275',
 'year': 2017}
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520LNH%27 HTTP/1.1" 200 None
2026-03-29 06:23:26 [bca.uk] INFO: Saving data for DA17%20LNH: {'auction_closing_time': 1774778400.0, 'created_time': 1774563579.867901, 'last_price_update_time': 1774765406.164989}
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA17%2520LNH') HTTP/1.1" 204 0
2026-03-29 06:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH
2026-03-29 06:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH
2026-03-29 06:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH to the API
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20HOH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30c6b359-30ed-5b9e-915e-4762b74733e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR22 HOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20HOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 29753,
 'odometer_reading_unit': '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 3008 1.2 P/T 130 ALLURE PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM EAT8',
 'vin': 'VF3MRHNSUNS038649',
 'year': 2022}
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HOH%27 HTTP/1.1" 200 None
2026-03-29 06:23:26 [bca.uk] INFO: Saving data for LR22%20HOH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563713.353514, 'last_price_update_time': 1774765406.444173}
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520HOH') HTTP/1.1" 204 0
2026-03-29 06:23:26 [bca.uk] INFO: Found listing with ID: KK23%20TCV
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:23:26 [bca.uk] INFO: Scrape type for KK23%20TCV: 2
2026-03-29 06:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV
2026-03-29 06:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da97040d-3f40-5163-8231-49e632e94f79 with scrape type 2
2026-03-29 06:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da97040d-3f40-5163-8231-49e632e94f79 with scrape type 2
2026-03-29 06:23:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da97040d-3f40-5163-8231-49e632e94f79, identifier: KK23%20TCV
2026-03-29 06:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG
2026-03-29 06:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG
2026-03-29 06:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG to the API
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ69%20ZRG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fda1546a-c69e-5a85-b58e-3c8076334962',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ69 ZRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ69%20ZRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 52350,
 'odometer_reading_unit': '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 P250 4WD FIRST ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD FIRST ED.',
 'vin': 'SALZA2AXXLH058370',
 'year': 2019}
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520ZRG%27 HTTP/1.1" 200 None
2026-03-29 06:23:26 [bca.uk] INFO: Saving data for MJ69%20ZRG: {'auction_closing_time': 1774951200.0, 'created_time': 1774564355.154018, 'last_price_update_time': 1774765406.827401}
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ69%2520ZRG') HTTP/1.1" 204 0
2026-03-29 06:23:26 [bca.uk] INFO: Found listing with ID: MT19%20KYO
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 06:23:26 [bca.uk] INFO: Scrape type for MT19%20KYO: 2
2026-03-29 06:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4795804e-cf6d-5add-bd8a-de23eb839bce with identifier: MT19%20KYO
2026-03-29 06:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4795804e-cf6d-5add-bd8a-de23eb839bce with scrape type 2
2026-03-29 06:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4795804e-cf6d-5add-bd8a-de23eb839bce with scrape type 2
2026-03-29 06:23:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4795804e-cf6d-5add-bd8a-de23eb839bce, identifier: MT19%20KYO
2026-03-29 06:23:26 [bca.uk] INFO: Found listing with ID: AV23%20VVP
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 06:23:26 [bca.uk] INFO: Scrape type for AV23%20VVP: 2
2026-03-29 06:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP
2026-03-29 06:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c96dd6d-9452-5f38-8361-ccea917a3d08 with scrape type 2
2026-03-29 06:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c96dd6d-9452-5f38-8361-ccea917a3d08 with scrape type 2
2026-03-29 06:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c96dd6d-9452-5f38-8361-ccea917a3d08, identifier: AV23%20VVP
2026-03-29 06:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV
2026-03-29 06:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV
2026-03-29 06:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV to the API
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20TCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'da97040d-3f40-5163-8231-49e632e94f79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 TCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20TCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 23609,
 '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 R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT5PH330669',
 'year': 2023}
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:23:27 [bca.uk] INFO: Saving data for KK23%20TCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774564703.651275, 'last_price_update_time': 1774765407.309425}
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520TCV') HTTP/1.1" 204 0
2026-03-29 06:23:27 [bca.uk] INFO: Found listing with ID: EA04%20LNK
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520LNK%27 HTTP/1.1" 200 None
2026-03-29 06:23:27 [bca.uk] INFO: Scrape type for EA04%20LNK: 2
2026-03-29 06:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK
2026-03-29 06:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c266b52e-fc79-5bf4-ad1d-42302a5363f9 with scrape type 2
2026-03-29 06:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c266b52e-fc79-5bf4-ad1d-42302a5363f9 with scrape type 2
2026-03-29 06:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c266b52e-fc79-5bf4-ad1d-42302a5363f9, identifier: EA04%20LNK
2026-03-29 06:23:27 [bca.uk] INFO: Total items found: 100
2026-03-29 06:23:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded
2026-03-29 06:23:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:23:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4795804e-cf6d-5add-bd8a-de23eb839bce with identifier: MT19%20KYO
2026-03-29 06:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4795804e-cf6d-5add-bd8a-de23eb839bce with identifier: MT19%20KYO
2026-03-29 06:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4795804e-cf6d-5add-bd8a-de23eb839bce with identifier: MT19%20KYO to the API
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT19%20KYO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4795804e-cf6d-5add-bd8a-de23eb839bce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT19 KYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT19%20KYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 90460,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.9T 1.6 SL29 DCI 120 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'SL29 DCI 120 SPORT',
 'vin': 'VF1FL000263180475',
 'year': 2019}
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 06:23:27 [bca.uk] INFO: Saving data for MT19%20KYO: {'auction_closing_time': 1774778400.0, 'created_time': 1774563576.962242, 'last_price_update_time': 1774765407.71659}
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT19%2520KYO') HTTP/1.1" 204 0
2026-03-29 06:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP
2026-03-29 06:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP
2026-03-29 06:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP to the API
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV23%20VVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c96dd6d-9452-5f38-8361-ccea917a3d08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AV23 VVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV23%20VVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 22345,
 '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 2.0 TDI 115 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 115 LIFE',
 'vin': 'WVWZZZCD0PW028694',
 'year': 2023}
2026-03-29 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520VVP%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Saving data for AV23%20VVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563694.291234, 'last_price_update_time': 1774765408.005945}
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV23%2520VVP') HTTP/1.1" 204 0
2026-03-29 06:23:28 [bca.uk] INFO: Found listing with ID: MC18%20LLG
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC18%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Scrape type for MC18%20LLG: 2
2026-03-29 06:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG
2026-03-29 06:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6518b391-1200-5a26-adcb-b061d2023a94 with scrape type 2
2026-03-29 06:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6518b391-1200-5a26-adcb-b061d2023a94 with scrape type 2
2026-03-29 06:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6518b391-1200-5a26-adcb-b061d2023a94, identifier: MC18%20LLG
2026-03-29 06:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK
2026-03-29 06:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK
2026-03-29 06:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK to the API
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA04%20LNK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c266b52e-fc79-5bf4-ad1d-42302a5363f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA04 LNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA04%20LNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 112552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC',
 'vin': 'WF0AXXWPDA4C57536',
 'year': 2004}
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520LNK%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Saving data for EA04%20LNK: {'auction_closing_time': 1774951200.0, 'created_time': 1774564397.836618, 'last_price_update_time': 1774765408.394252}
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA04%2520LNK') HTTP/1.1" 204 0
2026-03-29 06:23:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:23:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:23:28 [bca.uk] INFO: Found listing with ID: KP75%20DJF
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP75%2520DJF%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Scrape type for KP75%20DJF: 0
2026-03-29 06:23:28 [bca.uk] INFO: Found listing with ID: MV12%20KFD
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Scrape type for MV12%20KFD: 2
2026-03-29 06:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d77437b-2828-565f-9911-c62822497cfa with identifier: MV12%20KFD
2026-03-29 06:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d77437b-2828-565f-9911-c62822497cfa with scrape type 2
2026-03-29 06:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d77437b-2828-565f-9911-c62822497cfa with scrape type 2
2026-03-29 06:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d77437b-2828-565f-9911-c62822497cfa, identifier: MV12%20KFD
2026-03-29 06:23:28 [bca.uk] INFO: Found listing with ID: VE70%20SYZ
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Scrape type for VE70%20SYZ: 2
2026-03-29 06:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ
2026-03-29 06:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with scrape type 2
2026-03-29 06:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with scrape type 2
2026-03-29 06:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe, identifier: VE70%20SYZ
2026-03-29 06:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG
2026-03-29 06:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG
2026-03-29 06:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG to the API
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC18%20LLG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6518b391-1200-5a26-adcb-b061d2023a94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC18 LLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC18%20LLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 61468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI 184 VRS DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 184 VRS DSG',
 'vin': 'TMBKK7NE0J0332196',
 'year': 2018}
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC18%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:23:28 [bca.uk] INFO: Saving data for MC18%20LLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774564715.508648, 'last_price_update_time': 1774765408.928276}
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC18%2520LLG') HTTP/1.1" 204 0
2026-03-29 06:23:29 [bca.uk] INFO: Found listing with ID: BU72%20XFX
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XFX%27 HTTP/1.1" 200 None
2026-03-29 06:23:29 [bca.uk] INFO: Scrape type for BU72%20XFX: 2
2026-03-29 06:23:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67cb666d-0c84-5421-a427-c51e0dda8d37 with identifier: BU72%20XFX
2026-03-29 06:23:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67cb666d-0c84-5421-a427-c51e0dda8d37 with scrape type 2
2026-03-29 06:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67cb666d-0c84-5421-a427-c51e0dda8d37 with scrape type 2
2026-03-29 06:23:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67cb666d-0c84-5421-a427-c51e0dda8d37, identifier: BU72%20XFX
2026-03-29 06:23:29 [bca.uk] INFO: Found listing with ID: EJ13%20WVF
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ13%2520WVF%27 HTTP/1.1" 200 None
2026-03-29 06:23:29 [bca.uk] INFO: Scrape type for EJ13%20WVF: 2
2026-03-29 06:23:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF
2026-03-29 06:23:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f82b15-aac8-51ef-895b-2cc1b108bc26 with scrape type 2
2026-03-29 06:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f82b15-aac8-51ef-895b-2cc1b108bc26 with scrape type 2
2026-03-29 06:23:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5f82b15-aac8-51ef-895b-2cc1b108bc26, identifier: EJ13%20WVF
2026-03-29 06:23:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d77437b-2828-565f-9911-c62822497cfa with identifier: MV12%20KFD
2026-03-29 06:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d77437b-2828-565f-9911-c62822497cfa with identifier: MV12%20KFD
2026-03-29 06:23:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d77437b-2828-565f-9911-c62822497cfa with identifier: MV12%20KFD to the API
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV12%20KFD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2d77437b-2828-565f-9911-c62822497cfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV12 KFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV12%20KFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T RWD',
 'odometer': 158040,
 '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 MASTER 3.5T RWD 2.3 LL35DCI 125 Dropside',
 'transmission': 'manual',
 'trim': 'LL35DCI 125',
 'vin': 'VF1MBU6J446515176',
 'year': 2012}
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:23:29 [bca.uk] INFO: Saving data for MV12%20KFD: {'auction_closing_time': 1774778400.0, 'created_time': 1774563572.125774, 'last_price_update_time': 1774765409.552252}
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV12%2520KFD') HTTP/1.1" 204 0
2026-03-29 06:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ
2026-03-29 06:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ
2026-03-29 06:23:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ to the API
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE70%20SYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE70 SYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE70%20SYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 30263,
 '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 CROSSLAND X 1.2 T 110 GRIFFIN (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 GRIFFIN (6)S/S',
 'vin': 'W0V7D9ED9L4479010',
 'year': 2020}
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:29 [bca.uk] INFO: Saving data for VE70%20SYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564769.537569, 'last_price_update_time': 1774765409.82553}
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520SYZ') HTTP/1.1" 204 0
2026-03-29 06:23:29 [bca.uk] INFO: Found listing with ID: SK18%20DFJ
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520DFJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:29 [bca.uk] INFO: Scrape type for SK18%20DFJ: 0
2026-03-29 06:23:29 [bca.uk] INFO: Found listing with ID: GL72%20DND
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520DND%27 HTTP/1.1" 200 None
2026-03-29 06:23:29 [bca.uk] INFO: Scrape type for GL72%20DND: 2
2026-03-29 06:23:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND
2026-03-29 06:23:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with scrape type 2
2026-03-29 06:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with scrape type 2
2026-03-29 06:23:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e, identifier: GL72%20DND
2026-03-29 06:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67cb666d-0c84-5421-a427-c51e0dda8d37 with identifier: BU72%20XFX
2026-03-29 06:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67cb666d-0c84-5421-a427-c51e0dda8d37 with identifier: BU72%20XFX
2026-03-29 06:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67cb666d-0c84-5421-a427-c51e0dda8d37 with identifier: BU72%20XFX to the API
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU72%20XFX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67cb666d-0c84-5421-a427-c51e0dda8d37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU72 XFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU72%20XFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO TOURER 114',
 'odometer': 112937,
 'odometer_reading_unit': '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 VITO TOURER 114 2.0 CDI RWD L3 SELECT 9G Bus',
 'transmission': 'automatic',
 'trim': 'CDI RWD L3 SELECT 9G',
 'vin': 'W1V44770524152399',
 'year': 2022}
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XFX%27 HTTP/1.1" 200 None
2026-03-29 06:23:30 [bca.uk] INFO: Saving data for BU72%20XFX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564400.637773, 'last_price_update_time': 1774765410.2425}
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU72%2520XFX') HTTP/1.1" 204 0
2026-03-29 06:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF
2026-03-29 06:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF
2026-03-29 06:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF to the API
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ13%20WVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5f82b15-aac8-51ef-895b-2cc1b108bc26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ13 WVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ13%20WVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 95111,
 '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 Q3 2.0 TFSI 170 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 170 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8U8DR107076',
 'year': 2013}
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ13%2520WVF%27 HTTP/1.1" 200 None
2026-03-29 06:23:30 [bca.uk] INFO: Saving data for EJ13%20WVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564465.853248, 'last_price_update_time': 1774765410.516097}
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ13%2520WVF') HTTP/1.1" 204 0
2026-03-29 06:23:30 [bca.uk] INFO: Found listing with ID: KW74%20SRO
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW74%2520SRO%27 HTTP/1.1" 200 None
2026-03-29 06:23:30 [bca.uk] INFO: Scrape type for KW74%20SRO: 0
2026-03-29 06:23:30 [bca.uk] INFO: Found listing with ID: AJ16%20WFP
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 06:23:30 [bca.uk] INFO: Scrape type for AJ16%20WFP: 2
2026-03-29 06:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3fb6c39-c90f-5a16-b42c-863b477c81c4 with identifier: AJ16%20WFP
2026-03-29 06:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3fb6c39-c90f-5a16-b42c-863b477c81c4 with scrape type 2
2026-03-29 06:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3fb6c39-c90f-5a16-b42c-863b477c81c4 with scrape type 2
2026-03-29 06:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3fb6c39-c90f-5a16-b42c-863b477c81c4, identifier: AJ16%20WFP
2026-03-29 06:23:30 [bca.uk] INFO: Found listing with ID: VE22%20WUG
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520WUG%27 HTTP/1.1" 200 None
2026-03-29 06:23:30 [bca.uk] INFO: Scrape type for VE22%20WUG: 2
2026-03-29 06:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG
2026-03-29 06:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb9d743-82e1-5c1c-944e-e50322ff49bc with scrape type 2
2026-03-29 06:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb9d743-82e1-5c1c-944e-e50322ff49bc with scrape type 2
2026-03-29 06:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb9d743-82e1-5c1c-944e-e50322ff49bc, identifier: VE22%20WUG
2026-03-29 06:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND
2026-03-29 06:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND
2026-03-29 06:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND to the API
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20DND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4fce60ea-2630-5e6e-8645-9c3817bd5d2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL72 DND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20DND&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SSANGYONG',
 'model': 'REXTON',
 'odometer': 37487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SSANGYONG REXTON 2.2 ULTIMATE PLUS StationWagon',
 'transmission': 'automatic',
 'trim': 'ULTIMATE PLUS',
 'vin': 'KPT50B1ESNP085947',
 'year': 2022}
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520DND%27 HTTP/1.1" 200 None
2026-03-29 06:23:31 [bca.uk] INFO: Saving data for GL72%20DND: {'auction_closing_time': 1774864800.0, 'created_time': 1774351826.804836, 'last_price_update_time': 1774765411.021405}
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520DND') HTTP/1.1" 204 0
2026-03-29 06:23:31 [bca.uk] INFO: Found listing with ID: BT72%20XAK
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520XAK%27 HTTP/1.1" 200 None
2026-03-29 06:23:31 [bca.uk] INFO: Scrape type for BT72%20XAK: 0
2026-03-29 06:23:31 [bca.uk] INFO: Found listing with ID: GX17%20TVP
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:23:31 [bca.uk] INFO: Scrape type for GX17%20TVP: 0
2026-03-29 06:23:31 [bca.uk] INFO: Found listing with ID: KJ69%20HSY
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ69%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:23:31 [bca.uk] INFO: Scrape type for KJ69%20HSY: 2
2026-03-29 06:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef4fcd82-faf3-5fe4-905f-cec3b1f60a01 with identifier: KJ69%20HSY
2026-03-29 06:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef4fcd82-faf3-5fe4-905f-cec3b1f60a01 with scrape type 2
2026-03-29 06:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef4fcd82-faf3-5fe4-905f-cec3b1f60a01 with scrape type 2
2026-03-29 06:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef4fcd82-faf3-5fe4-905f-cec3b1f60a01, identifier: KJ69%20HSY
2026-03-29 06:23:31 [bca.uk] INFO: Found listing with ID: EG66%20JWE
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG66%2520JWE%27 HTTP/1.1" 200 None
2026-03-29 06:23:31 [bca.uk] INFO: Scrape type for EG66%20JWE: 2
2026-03-29 06:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE
2026-03-29 06:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17d908a7-7f42-549e-ae94-d8cd060b6b03 with scrape type 2
2026-03-29 06:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17d908a7-7f42-549e-ae94-d8cd060b6b03 with scrape type 2
2026-03-29 06:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17d908a7-7f42-549e-ae94-d8cd060b6b03, identifier: EG66%20JWE
2026-03-29 06:23:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3fb6c39-c90f-5a16-b42c-863b477c81c4 with identifier: AJ16%20WFP
2026-03-29 06:23:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3fb6c39-c90f-5a16-b42c-863b477c81c4 with identifier: AJ16%20WFP
2026-03-29 06:23:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3fb6c39-c90f-5a16-b42c-863b477c81c4 with identifier: AJ16%20WFP to the API
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ16%20WFP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b3fb6c39-c90f-5a16-b42c-863b477c81c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ16 WFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ16%20WFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 81469,
 '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 100 270 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 100 270 SWB L/R',
 'vin': 'WF0YXXTTGYFM29340',
 'year': 2016}
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520WFP%27 HTTP/1.1" 200 None
2026-03-29 06:23:31 [bca.uk] INFO: Saving data for AJ16%20WFP: {'auction_closing_time': 1774778400.0, 'created_time': 1774563570.426137, 'last_price_update_time': 1774765411.76176}
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ16%2520WFP') HTTP/1.1" 204 0
2026-03-29 06:23:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG
2026-03-29 06:23:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG
2026-03-29 06:23:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG to the API
2026-03-29 06:23:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE22%20WUG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebb9d743-82e1-5c1c-944e-e50322ff49bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE22 WUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE22%20WUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 21344,
 'odometer_reading_unit': '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 CORSA 1.2 75 SE ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 SE ED.',
 'vin': 'VXKUPHMHDN4261156',
 'year': 2022}
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520WUG%27 HTTP/1.1" 200 None
2026-03-29 06:23:32 [bca.uk] INFO: Saving data for VE22%20WUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774564730.796484, 'last_price_update_time': 1774765412.131409}
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE22%2520WUG') HTTP/1.1" 204 0
2026-03-29 06:23:32 [bca.uk] INFO: Found listing with ID: GL63%20UXW
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL63%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:23:32 [bca.uk] INFO: Scrape type for GL63%20UXW: 2
2026-03-29 06:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8ebefcb-f79f-5778-883f-40ea9391a4c3 with identifier: GL63%20UXW
2026-03-29 06:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8ebefcb-f79f-5778-883f-40ea9391a4c3 with scrape type 2
2026-03-29 06:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8ebefcb-f79f-5778-883f-40ea9391a4c3 with scrape type 2
2026-03-29 06:23:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8ebefcb-f79f-5778-883f-40ea9391a4c3, identifier: GL63%20UXW
2026-03-29 06:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef4fcd82-faf3-5fe4-905f-cec3b1f60a01 with identifier: KJ69%20HSY
2026-03-29 06:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef4fcd82-faf3-5fe4-905f-cec3b1f60a01 with identifier: KJ69%20HSY
2026-03-29 06:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef4fcd82-faf3-5fe4-905f-cec3b1f60a01 with identifier: KJ69%20HSY to the API
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ69%20HSY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef4fcd82-faf3-5fe4-905f-cec3b1f60a01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ69 HSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ69%20HSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO TOURER 119',
 'odometer': 102820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO TOURER 119 2.0 CDI RWD L3 SELECT 9G Bus',
 'transmission': 'automatic',
 'trim': 'CDI RWD L3 SELECT 9G',
 'vin': 'W1V44770523709370',
 'year': 2020}
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ69%2520HSY%27 HTTP/1.1" 200 None
2026-03-29 06:23:32 [bca.uk] INFO: Saving data for KJ69%20HSY: {'auction_closing_time': 1774778400.0, 'created_time': 1774564378.531268, 'last_price_update_time': 1774765412.509464}
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ69%2520HSY') HTTP/1.1" 204 0
2026-03-29 06:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE
2026-03-29 06:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE
2026-03-29 06:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE to the API
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG66%20JWE-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17d908a7-7f42-549e-ae94-d8cd060b6b03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EG66 JWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG66%20JWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 50633,
 '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': 'WF0DXXGAKDHJ07952',
 'year': 2017}
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG66%2520JWE%27 HTTP/1.1" 200 None
2026-03-29 06:23:32 [bca.uk] INFO: Saving data for EG66%20JWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774564656.782057, 'last_price_update_time': 1774765412.826175}
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG66%2520JWE') HTTP/1.1" 204 0
2026-03-29 06:23:32 [bca.uk] INFO: Found listing with ID: DY70%20OCD
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:23:32 [bca.uk] INFO: Scrape type for DY70%20OCD: 2
2026-03-29 06:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d0a64ec-a618-5d1b-96c4-1657f49bbac8 with identifier: DY70%20OCD
2026-03-29 06:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d0a64ec-a618-5d1b-96c4-1657f49bbac8 with scrape type 2
2026-03-29 06:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d0a64ec-a618-5d1b-96c4-1657f49bbac8 with scrape type 2
2026-03-29 06:23:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d0a64ec-a618-5d1b-96c4-1657f49bbac8, identifier: DY70%20OCD
2026-03-29 06:23:32 [bca.uk] INFO: Found listing with ID: GF23%20KPO
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:23:32 [bca.uk] INFO: Scrape type for GF23%20KPO: 2
2026-03-29 06:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO
2026-03-29 06:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ee8158-dbe4-515f-b9cb-5c83057c9772 with scrape type 2
2026-03-29 06:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99ee8158-dbe4-515f-b9cb-5c83057c9772 with scrape type 2
2026-03-29 06:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99ee8158-dbe4-515f-b9cb-5c83057c9772, identifier: GF23%20KPO
2026-03-29 06:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8ebefcb-f79f-5778-883f-40ea9391a4c3 with identifier: GL63%20UXW
2026-03-29 06:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8ebefcb-f79f-5778-883f-40ea9391a4c3 with identifier: GL63%20UXW
2026-03-29 06:23:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8ebefcb-f79f-5778-883f-40ea9391a4c3 with identifier: GL63%20UXW to the API
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL63%20UXW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c8ebefcb-f79f-5778-883f-40ea9391a4c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL63 UXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL63%20UXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 77266,
 '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 ONE 1.6 D Hatchback',
 'transmission': 'manual',
 'trim': 'D',
 'vin': 'WMWSW12080T486966',
 'year': 2014}
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL63%2520UXW%27 HTTP/1.1" 200 None
2026-03-29 06:23:33 [bca.uk] INFO: Saving data for GL63%20UXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774564328.527376, 'last_price_update_time': 1774765413.31637}
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL63%2520UXW') HTTP/1.1" 204 0
2026-03-29 06:23:33 [bca.uk] INFO: Found listing with ID: CE60%20UFN
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE60%2520UFN%27 HTTP/1.1" 200 None
2026-03-29 06:23:33 [bca.uk] INFO: Scrape type for CE60%20UFN: 2
2026-03-29 06:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2945ff2-33a7-51cb-865c-8950501c49fb with identifier: CE60%20UFN
2026-03-29 06:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2945ff2-33a7-51cb-865c-8950501c49fb with scrape type 2
2026-03-29 06:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2945ff2-33a7-51cb-865c-8950501c49fb with scrape type 2
2026-03-29 06:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2945ff2-33a7-51cb-865c-8950501c49fb, identifier: CE60%20UFN
2026-03-29 06:23:33 [bca.uk] INFO: Found listing with ID: DV65%20YJU
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520YJU%27 HTTP/1.1" 200 None
2026-03-29 06:23:33 [bca.uk] INFO: Scrape type for DV65%20YJU: 2
2026-03-29 06:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU
2026-03-29 06:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with scrape type 2
2026-03-29 06:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with scrape type 2
2026-03-29 06:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2614c55-7d1d-5c9d-af47-3f3cf864ca51, identifier: DV65%20YJU
2026-03-29 06:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d0a64ec-a618-5d1b-96c4-1657f49bbac8 with identifier: DY70%20OCD
2026-03-29 06:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d0a64ec-a618-5d1b-96c4-1657f49bbac8 with identifier: DY70%20OCD
2026-03-29 06:23:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d0a64ec-a618-5d1b-96c4-1657f49bbac8 with identifier: DY70%20OCD to the API
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY70%20OCD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d0a64ec-a618-5d1b-96c4-1657f49bbac8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY70 OCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY70%20OCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 111121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 120 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 SPORTIVE L2 H1',
 'vin': 'VXEVFAHKKL7045581',
 'year': 2020}
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:23:33 [bca.uk] INFO: Saving data for DY70%20OCD: {'auction_closing_time': 1774778400.0, 'created_time': 1774563570.053922, 'last_price_update_time': 1774765413.821929}
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520OCD') HTTP/1.1" 204 0
2026-03-29 06:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO
2026-03-29 06:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO
2026-03-29 06:23:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO to the API
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20KPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '99ee8158-dbe4-515f-b9cb-5c83057c9772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF23 KPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20KPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 49965,
 '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': 'LRW3F7EL1PC808466',
 'year': 2023}
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:23:34 [bca.uk] INFO: Saving data for GF23%20KPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564729.347829, 'last_price_update_time': 1774765414.126467}
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520KPO') HTTP/1.1" 204 0
2026-03-29 06:23:34 [bca.uk] INFO: Found listing with ID: BL12%20YBV
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520YBV%27 HTTP/1.1" 200 None
2026-03-29 06:23:34 [bca.uk] INFO: Scrape type for BL12%20YBV: 2
2026-03-29 06:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV
2026-03-29 06:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa7cde0c-3851-5971-9f2f-6e050c82a609 with scrape type 2
2026-03-29 06:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa7cde0c-3851-5971-9f2f-6e050c82a609 with scrape type 2
2026-03-29 06:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa7cde0c-3851-5971-9f2f-6e050c82a609, identifier: BL12%20YBV
2026-03-29 06:23:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2945ff2-33a7-51cb-865c-8950501c49fb with identifier: CE60%20UFN
2026-03-29 06:23:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2945ff2-33a7-51cb-865c-8950501c49fb with identifier: CE60%20UFN
2026-03-29 06:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2945ff2-33a7-51cb-865c-8950501c49fb with identifier: CE60%20UFN to the API
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE60%20UFN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2945ff2-33a7-51cb-865c-8950501c49fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE60 UFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE60%20UFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 69241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.9T 2.0 LL29DCI 115 PanelVan',
 'transmission': 'manual',
 'trim': 'LL29DCI 115',
 'vin': 'VF1FLBHB6BV395803',
 'year': 2010}
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE60%2520UFN%27 HTTP/1.1" 200 None
2026-03-29 06:23:34 [bca.uk] INFO: Saving data for CE60%20UFN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564377.635984, 'last_price_update_time': 1774765414.554407}
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE60%2520UFN') HTTP/1.1" 204 0
2026-03-29 06:23:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU
2026-03-29 06:23:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU
2026-03-29 06:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU to the API
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV65%20YJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2614c55-7d1d-5c9d-af47-3f3cf864ca51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV65 YJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV65%20YJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 73567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 SRI',
 'vin': 'W0LPF6ED0FG134470',
 'year': 2015}
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520YJU%27 HTTP/1.1" 200 None
2026-03-29 06:23:34 [bca.uk] INFO: Saving data for DV65%20YJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564663.487443, 'last_price_update_time': 1774765414.837634}
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV65%2520YJU') HTTP/1.1" 204 0
2026-03-29 06:23:34 [bca.uk] INFO: Found listing with ID: BT23%20DVJ
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520DVJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:34 [bca.uk] INFO: Scrape type for BT23%20DVJ: 2
2026-03-29 06:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ
2026-03-29 06:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94233d92-bf95-5d61-8d5e-2139bc281d47 with scrape type 2
2026-03-29 06:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94233d92-bf95-5d61-8d5e-2139bc281d47 with scrape type 2
2026-03-29 06:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94233d92-bf95-5d61-8d5e-2139bc281d47, identifier: BT23%20DVJ
2026-03-29 06:23:34 [bca.uk] INFO: Found listing with ID: CK72%20YEL
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520YEL%27 HTTP/1.1" 200 None
2026-03-29 06:23:34 [bca.uk] INFO: Scrape type for CK72%20YEL: 2
2026-03-29 06:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL
2026-03-29 06:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d7ae00a-f79c-5545-849d-ead73e1a4094 with scrape type 2
2026-03-29 06:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d7ae00a-f79c-5545-849d-ead73e1a4094 with scrape type 2
2026-03-29 06:23:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d7ae00a-f79c-5545-849d-ead73e1a4094, identifier: CK72%20YEL
2026-03-29 06:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV
2026-03-29 06:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV
2026-03-29 06:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV to the API
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL12%20YBV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa7cde0c-3851-5971-9f2f-6e050c82a609',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL12 YBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL12%20YBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 98102,
 '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 A7 SPORTBACK 3.0 TDI 204 5S S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 204 5S S-T',
 'vin': 'WAUZZZ4G3CN085364',
 'year': 2012}
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520YBV%27 HTTP/1.1" 200 None
2026-03-29 06:23:35 [bca.uk] INFO: Saving data for BL12%20YBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564246.389091, 'last_price_update_time': 1774765415.32536}
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL12%2520YBV') HTTP/1.1" 204 0
2026-03-29 06:23:35 [bca.uk] INFO: Found listing with ID: SB07%20XFE
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB07%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 06:23:35 [bca.uk] INFO: Scrape type for SB07%20XFE: 2
2026-03-29 06:23:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3e13db-3505-5262-b068-b3a1695135b8 with identifier: SB07%20XFE
2026-03-29 06:23:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3e13db-3505-5262-b068-b3a1695135b8 with scrape type 2
2026-03-29 06:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3e13db-3505-5262-b068-b3a1695135b8 with scrape type 2
2026-03-29 06:23:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab3e13db-3505-5262-b068-b3a1695135b8, identifier: SB07%20XFE
2026-03-29 06:23:35 [bca.uk] INFO: Found listing with ID: CV61%20WFY
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 06:23:35 [bca.uk] INFO: Scrape type for CV61%20WFY: 2
2026-03-29 06:23:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY
2026-03-29 06:23:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with scrape type 2
2026-03-29 06:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with scrape type 2
2026-03-29 06:23:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c, identifier: CV61%20WFY
2026-03-29 06:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=splash+white HTTP/1.1" 200 None
2026-03-29 06:23:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23: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:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ
2026-03-29 06:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ to the API
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT23%20DVJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'splash white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94233d92-bf95-5d61-8d5e-2139bc281d47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT23 DVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT23%20DVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 26568,
 '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': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JNT018842',
 'year': 2023}
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520DVJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:35 [bca.uk] INFO: Saving data for BT23%20DVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773833839.368509, 'last_price_update_time': 1774765415.914924}
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT23%2520DVJ') HTTP/1.1" 204 0
2026-03-29 06:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL
2026-03-29 06:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL
2026-03-29 06:23:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL to the API
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK72%20YEL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d7ae00a-f79c-5545-849d-ead73e1a4094',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK72 YEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK72%20YEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 33231,
 'odometer_reading_unit': '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 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U91NN150724',
 'year': 2022}
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520YEL%27 HTTP/1.1" 200 None
2026-03-29 06:23:36 [bca.uk] INFO: Saving data for CK72%20YEL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563954.113579, 'last_price_update_time': 1774765416.203408}
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520YEL') HTTP/1.1" 204 0
2026-03-29 06:23:36 [bca.uk] INFO: Found listing with ID: BD61%20XNW
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520XNW%27 HTTP/1.1" 200 None
2026-03-29 06:23:36 [bca.uk] INFO: Scrape type for BD61%20XNW: 2
2026-03-29 06:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW
2026-03-29 06:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75194c8f-e350-54c3-b03d-25f49b6a274d with scrape type 2
2026-03-29 06:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75194c8f-e350-54c3-b03d-25f49b6a274d with scrape type 2
2026-03-29 06:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75194c8f-e350-54c3-b03d-25f49b6a274d, identifier: BD61%20XNW
2026-03-29 06:23:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab3e13db-3505-5262-b068-b3a1695135b8 with identifier: SB07%20XFE
2026-03-29 06:23:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab3e13db-3505-5262-b068-b3a1695135b8 with identifier: SB07%20XFE
2026-03-29 06:23:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab3e13db-3505-5262-b068-b3a1695135b8 with identifier: SB07%20XFE to the API
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB07%20XFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab3e13db-3505-5262-b068-b3a1695135b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB07 XFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB07%20XFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 132299,
 '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': 'RENAULT TRAFIC 2.7T 2.0 SL27DCI 115 PanelVan',
 'transmission': 'manual',
 'trim': 'SL27DCI 115',
 'vin': 'VF1FLAHA67V298875',
 'year': 2007}
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB07%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 06:23:36 [bca.uk] INFO: Saving data for SB07%20XFE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564379.575514, 'last_price_update_time': 1774765416.589004}
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB07%2520XFE') HTTP/1.1" 204 0
2026-03-29 06:23:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY
2026-03-29 06:23:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY
2026-03-29 06:23:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY to the API
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV61%20WFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92ac9725-a053-5748-9aa1-d9ef80ea2a4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV61 WFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV61%20WFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 133028,
 '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.6 N-TEC Hatchback',
 'transmission': 'automatic',
 'trim': 'N-TEC',
 'vin': 'SJNFCAE11U2141688',
 'year': 2011}
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520WFY%27 HTTP/1.1" 200 None
2026-03-29 06:23:36 [bca.uk] INFO: Saving data for CV61%20WFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564647.740256, 'last_price_update_time': 1774765416.943511}
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV61%2520WFY') HTTP/1.1" 204 0
2026-03-29 06:23:36 [bca.uk] INFO: Found listing with ID: WN75%20GWE
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GWE%27 HTTP/1.1" 200 None
2026-03-29 06:23:36 [bca.uk] INFO: Scrape type for WN75%20GWE: 0
2026-03-29 06:23:36 [bca.uk] INFO: Found listing with ID: WN75%20SYE
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SYE%27 HTTP/1.1" 200 None
2026-03-29 06:23:36 [bca.uk] INFO: Scrape type for WN75%20SYE: 2
2026-03-29 06:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE
2026-03-29 06:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf8e001-9c6e-59d7-a94d-deccd2191295 with scrape type 2
2026-03-29 06:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf8e001-9c6e-59d7-a94d-deccd2191295 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaf8e001-9c6e-59d7-a94d-deccd2191295, identifier: WN75%20SYE
2026-03-29 06:23:37 [bca.uk] INFO: Found listing with ID: BW72%20XUR
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 06:23:37 [bca.uk] INFO: Scrape type for BW72%20XUR: 2
2026-03-29 06:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR
2026-03-29 06:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84760a09-3ef3-5de8-8e32-2bd179e06521 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84760a09-3ef3-5de8-8e32-2bd179e06521 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84760a09-3ef3-5de8-8e32-2bd179e06521, identifier: BW72%20XUR
2026-03-29 06:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW
2026-03-29 06:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW
2026-03-29 06:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW to the API
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD61%20XNW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75194c8f-e350-54c3-b03d-25f49b6a274d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD61 XNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD61%20XNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 138862,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZDEA35200302979',
 'year': 2012}
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520XNW%27 HTTP/1.1" 200 None
2026-03-29 06:23:37 [bca.uk] INFO: Saving data for BD61%20XNW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564245.95535, 'last_price_update_time': 1774765417.452836}
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD61%2520XNW') HTTP/1.1" 204 0
2026-03-29 06:23:37 [bca.uk] INFO: Found listing with ID: DV20%20WCG
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 06:23:37 [bca.uk] INFO: Scrape type for DV20%20WCG: 2
2026-03-29 06:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4772db98-63e5-5a70-bc92-09caa197bf15 with identifier: DV20%20WCG
2026-03-29 06:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4772db98-63e5-5a70-bc92-09caa197bf15 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4772db98-63e5-5a70-bc92-09caa197bf15 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4772db98-63e5-5a70-bc92-09caa197bf15, identifier: DV20%20WCG
2026-03-29 06:23:37 [bca.uk] INFO: Found listing with ID: AF59%20TKA
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF59%2520TKA%27 HTTP/1.1" 200 None
2026-03-29 06:23:37 [bca.uk] INFO: Scrape type for AF59%20TKA: 2
2026-03-29 06:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA
2026-03-29 06:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b120c2b-0448-50ca-b654-36fb99332e77 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b120c2b-0448-50ca-b654-36fb99332e77 with scrape type 2
2026-03-29 06:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b120c2b-0448-50ca-b654-36fb99332e77, identifier: AF59%20TKA
2026-03-29 06:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=agate+black HTTP/1.1" 200 None
2026-03-29 06:23:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23:37 [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:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE
2026-03-29 06:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE to the API
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20SYE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'eaf8e001-9c6e-59d7-a94d-deccd2191295',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 SYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20SYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 1398,
 '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 E-TRANSIT CUSTM 160KW 320 RWD L2H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L2H1 LIMITED',
 'vin': 'WF0RXXTA0BSP37462',
 'year': 2025}
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SYE%27 HTTP/1.1" 200 None
2026-03-29 06:23:38 [bca.uk] INFO: Saving data for WN75%20SYE: {'auction_closing_time': 1774951200.0, 'created_time': 1774563552.232189, 'last_price_update_time': 1774765418.099253}
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520SYE') HTTP/1.1" 204 0
2026-03-29 06:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR
2026-03-29 06:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR
2026-03-29 06:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR to the API
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW72%20XUR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '84760a09-3ef3-5de8-8e32-2bd179e06521',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW72 XUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW72%20XUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 23991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 169KW 58KWH V2 Hatchback',
 'transmission': 'automatic',
 'trim': '169KW 58KWH V2',
 'vin': 'VSSZZZK11PP013119',
 'year': 2023}
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 06:23:38 [bca.uk] INFO: Saving data for BW72%20XUR: {'auction_closing_time': 1774864800.0, 'created_time': 1774564748.758787, 'last_price_update_time': 1774765418.405126}
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520XUR') HTTP/1.1" 204 0
2026-03-29 06:23:38 [bca.uk] INFO: Found listing with ID: BL13%20SDV
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520SDV%27 HTTP/1.1" 200 None
2026-03-29 06:23:38 [bca.uk] INFO: Scrape type for BL13%20SDV: 2
2026-03-29 06:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV
2026-03-29 06:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86f43ddf-4887-590a-845b-f97c009fc815 with scrape type 2
2026-03-29 06:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86f43ddf-4887-590a-845b-f97c009fc815 with scrape type 2
2026-03-29 06:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86f43ddf-4887-590a-845b-f97c009fc815, identifier: BL13%20SDV
2026-03-29 06:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4772db98-63e5-5a70-bc92-09caa197bf15 with identifier: DV20%20WCG
2026-03-29 06:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4772db98-63e5-5a70-bc92-09caa197bf15 with identifier: DV20%20WCG
2026-03-29 06:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4772db98-63e5-5a70-bc92-09caa197bf15 with identifier: DV20%20WCG to the API
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV20%20WCG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4772db98-63e5-5a70-bc92-09caa197bf15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV20 WCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV20%20WCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 38257,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRKL7020275',
 'year': 2020}
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WCG%27 HTTP/1.1" 200 None
2026-03-29 06:23:38 [bca.uk] INFO: Saving data for DV20%20WCG: {'auction_closing_time': 1774778400.0, 'created_time': 1774564383.121706, 'last_price_update_time': 1774765418.795075}
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV20%2520WCG') HTTP/1.1" 204 0
2026-03-29 06:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA
2026-03-29 06:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA
2026-03-29 06:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA to the API
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF59%20TKA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b120c2b-0448-50ca-b654-36fb99332e77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF59 TKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF59%20TKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 59650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 VVTI TR (6) Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI TR (6)',
 'vin': 'SB1KE56E80F095290',
 'year': 2009}
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF59%2520TKA%27 HTTP/1.1" 200 None
2026-03-29 06:23:39 [bca.uk] INFO: Saving data for AF59%20TKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564646.036415, 'last_price_update_time': 1774765419.073742}
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF59%2520TKA') HTTP/1.1" 204 0
2026-03-29 06:23:39 [bca.uk] INFO: Found listing with ID: KN75%20HFF
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 06:23:39 [bca.uk] INFO: Scrape type for KN75%20HFF: 2
2026-03-29 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF
2026-03-29 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd247d8c-9220-5ae0-adbd-7895c2afa7a5, identifier: KN75%20HFF
2026-03-29 06:23:39 [bca.uk] INFO: Found listing with ID: GF13%20CSY
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520CSY%27 HTTP/1.1" 200 None
2026-03-29 06:23:39 [bca.uk] INFO: Scrape type for GF13%20CSY: 2
2026-03-29 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY
2026-03-29 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82, identifier: GF13%20CSY
2026-03-29 06:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=maroon HTTP/1.1" 200 None
2026-03-29 06:23:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23:39 [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:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV
2026-03-29 06:23:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV to the API
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL13%20SDV-GB',
 'category': 'Car',
 'color': 'maroon',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86f43ddf-4887-590a-845b-f97c009fc815',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL13 SDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL13%20SDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'ROOMSTER',
 'odometer': 75114,
 '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 ROOMSTER 1.6 TDI CR 105 SE PLUS MPV',
 'transmission': 'manual',
 'trim': 'TDI CR 105 SE PLUS',
 'vin': 'TMBPL65J4D5008430',
 'year': 2013}
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520SDV%27 HTTP/1.1" 200 None
2026-03-29 06:23:39 [bca.uk] INFO: Saving data for BL13%20SDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564247.24724, 'last_price_update_time': 1774765419.692426}
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL13%2520SDV') HTTP/1.1" 204 0
2026-03-29 06:23:39 [bca.uk] INFO: Found listing with ID: DY19%20XXH
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 06:23:39 [bca.uk] INFO: Scrape type for DY19%20XXH: 2
2026-03-29 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3 with identifier: DY19%20XXH
2026-03-29 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3, identifier: DY19%20XXH
2026-03-29 06:23:39 [bca.uk] INFO: Found listing with ID: WA16%20VAD
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520VAD%27 HTTP/1.1" 200 None
2026-03-29 06:23:39 [bca.uk] INFO: Scrape type for WA16%20VAD: 2
2026-03-29 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD
2026-03-29 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a68148aa-625e-5f99-a58f-7481af08d227 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a68148aa-625e-5f99-a58f-7481af08d227 with scrape type 2
2026-03-29 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a68148aa-625e-5f99-a58f-7481af08d227, identifier: WA16%20VAD
2026-03-29 06:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF
2026-03-29 06:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=arctic+white HTTP/1.1" 200 None
2026-03-29 06:23:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23:40 [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:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF
2026-03-29 06:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF to the API
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20HFF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'arctic white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd247d8c-9220-5ae0-adbd-7895c2afa7a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN75 HFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20HFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 20646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PRO 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI 3.5T RWD L3 H2 PRO 9G',
 'vin': 'W1V3HCFZ9TP858696',
 'year': 2025}
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-29 06:23:40 [bca.uk] INFO: Saving data for KN75%20HFF: {'auction_closing_time': 1774951200.0, 'created_time': 1773821596.068287, 'last_price_update_time': 1774765420.332577}
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520HFF') HTTP/1.1" 204 0
2026-03-29 06:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY
2026-03-29 06:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY
2026-03-29 06:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY to the API
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF13%20CSY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF13 CSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF13%20CSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 167753,
 '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 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'N-TEC',
 'vin': 'SJNFBAF15U6349771',
 'year': 2013}
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520CSY%27 HTTP/1.1" 200 None
2026-03-29 06:23:40 [bca.uk] INFO: Saving data for GF13%20CSY: {'auction_closing_time': 1774951200.0, 'created_time': 1774564734.284513, 'last_price_update_time': 1774765420.61306}
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF13%2520CSY') HTTP/1.1" 204 0
2026-03-29 06:23:40 [bca.uk] INFO: Found listing with ID: BV18%20OBO
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520OBO%27 HTTP/1.1" 200 None
2026-03-29 06:23:40 [bca.uk] INFO: Scrape type for BV18%20OBO: 2
2026-03-29 06:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO
2026-03-29 06:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385c0950-8612-54e6-bb65-47ce4de24057 with scrape type 2
2026-03-29 06:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385c0950-8612-54e6-bb65-47ce4de24057 with scrape type 2
2026-03-29 06:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 385c0950-8612-54e6-bb65-47ce4de24057, identifier: BV18%20OBO
2026-03-29 06:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3 with identifier: DY19%20XXH
2026-03-29 06:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3 with identifier: DY19%20XXH
2026-03-29 06:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a70c97d-33f4-564a-a37c-bc1c6db2dcb3 with identifier: DY19%20XXH to the API
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY19%20XXH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a70c97d-33f4-564a-a37c-bc1c6db2dcb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY19 XXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY19%20XXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 126227,
 'odometer_reading_unit': '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 170 290 SWB SPORT L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 290 SWB SPORT L/R',
 'vin': 'WF0YXXTTGYKC44165',
 'year': 2019}
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Saving data for DY19%20XXH: {'auction_closing_time': 1774778400.0, 'created_time': 1774564363.364291, 'last_price_update_time': 1774765421.010547}
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520XXH') HTTP/1.1" 204 0
2026-03-29 06:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD
2026-03-29 06:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD
2026-03-29 06:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD to the API
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA16%20VAD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a68148aa-625e-5f99-a58f-7481af08d227',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA16 VAD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA16%20VAD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 83912,
 '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 TRANSPORTER T32 2.0 BITDI 180 BMT H/L SWB KOMBI CrewCab '
          'Van',
 'transmission': 'manual',
 'trim': 'BITDI 180 BMT H/L SWB KOMBI',
 'vin': 'WV1ZZZ7HZGH082430',
 'year': 2016}
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520VAD%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Saving data for WA16%20VAD: {'auction_closing_time': 1774864800.0, 'created_time': 1774305508.760278, 'last_price_update_time': 1774765421.398049}
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA16%2520VAD') HTTP/1.1" 204 0
2026-03-29 06:23:41 [bca.uk] INFO: Found listing with ID: DL15%20FDD
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL15%2520FDD%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Scrape type for DL15%20FDD: 0
2026-03-29 06:23:41 [bca.uk] INFO: Found listing with ID: HV71%20XGH
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Scrape type for HV71%20XGH: 0
2026-03-29 06:23:41 [bca.uk] INFO: Found listing with ID: GP25%20CDY
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Scrape type for GP25%20CDY: 2
2026-03-29 06:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY
2026-03-29 06:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with scrape type 2
2026-03-29 06:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with scrape type 2
2026-03-29 06:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3a152ad-cf73-5061-9913-4dddd4aeb6f5, identifier: GP25%20CDY
2026-03-29 06:23:41 [bca.uk] INFO: Found listing with ID: ND72%20RGU
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Scrape type for ND72%20RGU: 2
2026-03-29 06:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU
2026-03-29 06:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with scrape type 2
2026-03-29 06:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with scrape type 2
2026-03-29 06:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b79c8ec2-2a77-5beb-8b44-959b9b2003d7, identifier: ND72%20RGU
2026-03-29 06:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO
2026-03-29 06:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO
2026-03-29 06:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO to the API
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV18%20OBO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '385c0950-8612-54e6-bb65-47ce4de24057',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV18 OBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV18%20OBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 77334,
 'odometer_reading_unit': '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 SZ4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ4',
 'vin': 'TSMLYD21S00494085',
 'year': 2018}
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520OBO%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Saving data for BV18%20OBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564712.762295, 'last_price_update_time': 1774765421.925742}
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV18%2520OBO') HTTP/1.1" 204 0
2026-03-29 06:23:41 [bca.uk] INFO: Found listing with ID: WM16%20FGV
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM16%2520FGV%27 HTTP/1.1" 200 None
2026-03-29 06:23:41 [bca.uk] INFO: Scrape type for WM16%20FGV: 2
2026-03-29 06:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d015d7f3-6ce4-52b5-a0a2-76ed30359139 with identifier: WM16%20FGV
2026-03-29 06:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d015d7f3-6ce4-52b5-a0a2-76ed30359139 with scrape type 2
2026-03-29 06:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d015d7f3-6ce4-52b5-a0a2-76ed30359139 with scrape type 2
2026-03-29 06:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d015d7f3-6ce4-52b5-a0a2-76ed30359139, identifier: WM16%20FGV
2026-03-29 06:23:42 [bca.uk] INFO: Found listing with ID: ST71%20VFF
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:23:42 [bca.uk] INFO: Scrape type for ST71%20VFF: 2
2026-03-29 06:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF
2026-03-29 06:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2337b6df-e207-583f-a211-ffa75acd5014 with scrape type 2
2026-03-29 06:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2337b6df-e207-583f-a211-ffa75acd5014 with scrape type 2
2026-03-29 06:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2337b6df-e207-583f-a211-ffa75acd5014, identifier: ST71%20VFF
2026-03-29 06:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ice+white HTTP/1.1" 200 None
2026-03-29 06:23:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:23:42 [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:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY
2026-03-29 06:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY to the API
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP25%20CDY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ice white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3a152ad-cf73-5061-9913-4dddd4aeb6f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP25 CDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP25%20CDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'EXPERT',
 'odometer': 9624,
 '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 EXPERT 2.0 B/HDI 145 L2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 L2 PROFESSIONAL',
 'vin': 'VF3VLEHT9R7875029',
 'year': 2025}
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-29 06:23:42 [bca.uk] INFO: Saving data for GP25%20CDY: {'auction_closing_time': 1774951200.0, 'created_time': 1773825805.221537, 'last_price_update_time': 1774765422.541155}
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP25%2520CDY') HTTP/1.1" 204 0
2026-03-29 06:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU
2026-03-29 06:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU
2026-03-29 06:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU to the API
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20RGU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b79c8ec2-2a77-5beb-8b44-959b9b2003d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND72 RGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20RGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 88532,
 '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': 'LRWYHCFS8PC705656',
 'year': 2023}
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 06:23:42 [bca.uk] INFO: Saving data for ND72%20RGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563930.918461, 'last_price_update_time': 1774765422.834451}
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520RGU') HTTP/1.1" 204 0
2026-03-29 06:23:42 [bca.uk] INFO: Found listing with ID: CU63%20XJN
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520XJN%27 HTTP/1.1" 200 None
2026-03-29 06:23:42 [bca.uk] INFO: Scrape type for CU63%20XJN: 2
2026-03-29 06:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN
2026-03-29 06:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with scrape type 2
2026-03-29 06:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with scrape type 2
2026-03-29 06:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 032da89d-c8d0-5488-a25b-6d7556d7fcd8, identifier: CU63%20XJN
2026-03-29 06:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d015d7f3-6ce4-52b5-a0a2-76ed30359139 with identifier: WM16%20FGV
2026-03-29 06:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d015d7f3-6ce4-52b5-a0a2-76ed30359139 with identifier: WM16%20FGV
2026-03-29 06:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d015d7f3-6ce4-52b5-a0a2-76ed30359139 with identifier: WM16%20FGV to the API
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM16%20FGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd015d7f3-6ce4-52b5-a0a2-76ed30359139',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM16 FGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM16%20FGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': 'DOBLO COMBI MXI',
 'odometer': 96427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO COMBI MXI 1.6 M/JET ACTIV S/S CrewCab Van',
 'transmission': 'manual',
 'trim': 'M/JET ACTIV S/S',
 'vin': 'ZFA26300006C35054',
 'year': 2016}
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM16%2520FGV%27 HTTP/1.1" 200 None
2026-03-29 06:23:43 [bca.uk] INFO: Saving data for WM16%20FGV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564322.327157, 'last_price_update_time': 1774765423.232209}
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM16%2520FGV') HTTP/1.1" 204 0
2026-03-29 06:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF
2026-03-29 06:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF
2026-03-29 06:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF to the API
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST71%20VFF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2337b6df-e207-583f-a211-ffa75acd5014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST71 VFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST71%20VFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 42473,
 'odometer_reading_unit': '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 TGI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCITE DCT',
 'vin': 'LSJA24U97MN196699',
 'year': 2022}
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:23:43 [bca.uk] INFO: Saving data for ST71%20VFF: {'auction_closing_time': 1775037600.0, 'created_time': 1774477338.667689, 'last_price_update_time': 1774765423.51283}
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST71%2520VFF') HTTP/1.1" 204 0
2026-03-29 06:23:43 [bca.uk] INFO: Found listing with ID: DV70%20UWF
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 06:23:43 [bca.uk] INFO: Scrape type for DV70%20UWF: 0
2026-03-29 06:23:43 [bca.uk] INFO: Found listing with ID: EO60%20XRH
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 06:23:43 [bca.uk] INFO: Scrape type for EO60%20XRH: 2
2026-03-29 06:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH
2026-03-29 06:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with scrape type 2
2026-03-29 06:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with scrape type 2
2026-03-29 06:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a760c5a-a9c9-5a56-8395-60be7d95fa35, identifier: EO60%20XRH
2026-03-29 06:23:43 [bca.uk] INFO: Found listing with ID: LG22%20FNJ
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FNJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:43 [bca.uk] INFO: Scrape type for LG22%20FNJ: 2
2026-03-29 06:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ
2026-03-29 06:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba255f67-147f-57d3-b54d-fcef3cdf1a86 with scrape type 2
2026-03-29 06:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba255f67-147f-57d3-b54d-fcef3cdf1a86 with scrape type 2
2026-03-29 06:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba255f67-147f-57d3-b54d-fcef3cdf1a86, identifier: LG22%20FNJ
2026-03-29 06:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN
2026-03-29 06:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN
2026-03-29 06:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN to the API
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU63%20XJN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '032da89d-c8d0-5488-a25b-6d7556d7fcd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU63 XJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU63%20XJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 108240,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.5 DCI 90 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 ACENTA PREMIUM',
 'vin': 'SJNTCAE12U1007374',
 'year': 2013}
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520XJN%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Saving data for CU63%20XJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564714.742474, 'last_price_update_time': 1774765424.027028}
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU63%2520XJN') HTTP/1.1" 204 0
2026-03-29 06:23:44 [bca.uk] INFO: Found listing with ID: BV23%20RWW
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520RWW%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Scrape type for BV23%20RWW: 0
2026-03-29 06:23:44 [bca.uk] INFO: Found listing with ID: YK70%20HYU
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520HYU%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Scrape type for YK70%20HYU: 2
2026-03-29 06:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU
2026-03-29 06:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6538583e-08b2-556e-b5e9-05458bff80cd with scrape type 2
2026-03-29 06:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6538583e-08b2-556e-b5e9-05458bff80cd with scrape type 2
2026-03-29 06:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6538583e-08b2-556e-b5e9-05458bff80cd, identifier: YK70%20HYU
2026-03-29 06:23:44 [bca.uk] INFO: Found listing with ID: PF19%20VTY
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520VTY%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Scrape type for PF19%20VTY: 0
2026-03-29 06:23:44 [bca.uk] INFO: Found listing with ID: RA18%20MSV
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520MSV%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Scrape type for RA18%20MSV: 2
2026-03-29 06:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV
2026-03-29 06:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ce79675-1ce9-5656-9059-0d3897efc2cb with scrape type 2
2026-03-29 06:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ce79675-1ce9-5656-9059-0d3897efc2cb with scrape type 2
2026-03-29 06:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ce79675-1ce9-5656-9059-0d3897efc2cb, identifier: RA18%20MSV
2026-03-29 06:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH
2026-03-29 06:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH
2026-03-29 06:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH to the API
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO60%20XRH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a760c5a-a9c9-5a56-8395-60be7d95fa35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO60 XRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO60%20XRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 171356,
 '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.6 TDCI 95 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 95 TITANIUM',
 'vin': 'WF0JXXGAJJAB64814',
 'year': 2010}
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520XRH%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Saving data for EO60%20XRH: {'auction_closing_time': 1774951200.0, 'created_time': 1774563541.767375, 'last_price_update_time': 1774765424.572437}
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO60%2520XRH') HTTP/1.1" 204 0
2026-03-29 06:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ
2026-03-29 06:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ
2026-03-29 06:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ to the API
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20FNJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ba255f67-147f-57d3-b54d-fcef3cdf1a86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG22 FNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20FNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 30012,
 'odometer_reading_unit': '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': 'LSJW74091MZ248799',
 'year': 2022}
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FNJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Saving data for LG22%20FNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563931.864961, 'last_price_update_time': 1774765424.95695}
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520FNJ') HTTP/1.1" 204 0
2026-03-29 06:23:44 [bca.uk] INFO: Found listing with ID: DY10%20UWS
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520UWS%27 HTTP/1.1" 200 None
2026-03-29 06:23:44 [bca.uk] INFO: Scrape type for DY10%20UWS: 2
2026-03-29 06:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS
2026-03-29 06:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d226e265-103a-52e5-82ce-0482f4ff1e28 with scrape type 2
2026-03-29 06:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d226e265-103a-52e5-82ce-0482f4ff1e28 with scrape type 2
2026-03-29 06:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d226e265-103a-52e5-82ce-0482f4ff1e28, identifier: DY10%20UWS
2026-03-29 06:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU
2026-03-29 06:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU
2026-03-29 06:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU to the API
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK70%20HYU-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': '6538583e-08b2-556e-b5e9-05458bff80cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK70 HYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK70%20HYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 47322,
 '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 S (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC S (5ST)',
 'vin': 'SALCA2AT7LH875251',
 'year': 2020}
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520HYU%27 HTTP/1.1" 200 None
2026-03-29 06:23:45 [bca.uk] INFO: Saving data for YK70%20HYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564365.541049, 'last_price_update_time': 1774765425.330393}
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK70%2520HYU') HTTP/1.1" 204 0
2026-03-29 06:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV
2026-03-29 06:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV
2026-03-29 06:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV to the API
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA18%20MSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ce79675-1ce9-5656-9059-0d3897efc2cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA18 MSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA18%20MSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '520D',
 'odometer': 79028,
 'odometer_reading_unit': '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': 'WBAJC32070B329662',
 'year': 2018}
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520MSV%27 HTTP/1.1" 200 None
2026-03-29 06:23:45 [bca.uk] INFO: Saving data for RA18%20MSV: {'auction_closing_time': 1774864800.0, 'created_time': 1774354704.856885, 'last_price_update_time': 1774765425.614935}
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA18%2520MSV') HTTP/1.1" 204 0
2026-03-29 06:23:45 [bca.uk] INFO: Found listing with ID: FD16%20GCK
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520GCK%27 HTTP/1.1" 200 None
2026-03-29 06:23:45 [bca.uk] INFO: Scrape type for FD16%20GCK: 2
2026-03-29 06:23:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK
2026-03-29 06:23:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04e1265e-16f1-5036-a339-9561c5621c9b with scrape type 2
2026-03-29 06:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04e1265e-16f1-5036-a339-9561c5621c9b with scrape type 2
2026-03-29 06:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04e1265e-16f1-5036-a339-9561c5621c9b, identifier: FD16%20GCK
2026-03-29 06:23:45 [bca.uk] INFO: Found listing with ID: CE21%20SXM
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520SXM%27 HTTP/1.1" 200 None
2026-03-29 06:23:45 [bca.uk] INFO: Scrape type for CE21%20SXM: 2
2026-03-29 06:23:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM
2026-03-29 06:23:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 378a717b-fde2-5331-a879-1a27b2d8deba with scrape type 2
2026-03-29 06:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 378a717b-fde2-5331-a879-1a27b2d8deba with scrape type 2
2026-03-29 06:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 378a717b-fde2-5331-a879-1a27b2d8deba, identifier: CE21%20SXM
2026-03-29 06:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS
2026-03-29 06:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS
2026-03-29 06:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS to the API
2026-03-29 06:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY10%20UWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd226e265-103a-52e5-82ce-0482f4ff1e28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY10 UWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY10%20UWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 56028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.3 DUAL VVTI T2 Hatchback',
 'transmission': 'manual',
 'trim': 'DUAL VVTI T2',
 'vin': 'SB1KT56E60F017757',
 'year': 2010}
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520UWS%27 HTTP/1.1" 200 None
2026-03-29 06:23:46 [bca.uk] INFO: Saving data for DY10%20UWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774564402.051937, 'last_price_update_time': 1774765426.148595}
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY10%2520UWS') HTTP/1.1" 204 0
2026-03-29 06:23:46 [bca.uk] INFO: Found listing with ID: BL20%20DZB
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL20%2520DZB%27 HTTP/1.1" 200 None
2026-03-29 06:23:46 [bca.uk] INFO: Scrape type for BL20%20DZB: 2
2026-03-29 06:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21070b56-80b2-58ef-8ec3-749b167d460e with identifier: BL20%20DZB
2026-03-29 06:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21070b56-80b2-58ef-8ec3-749b167d460e with scrape type 2
2026-03-29 06:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21070b56-80b2-58ef-8ec3-749b167d460e with scrape type 2
2026-03-29 06:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21070b56-80b2-58ef-8ec3-749b167d460e, identifier: BL20%20DZB
2026-03-29 06:23:46 [bca.uk] INFO: Found listing with ID: FY64%20FYU
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520FYU%27 HTTP/1.1" 200 None
2026-03-29 06:23:46 [bca.uk] INFO: Scrape type for FY64%20FYU: 2
2026-03-29 06:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU
2026-03-29 06:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5346842-57ef-5386-8017-257600b23bcc with scrape type 2
2026-03-29 06:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5346842-57ef-5386-8017-257600b23bcc with scrape type 2
2026-03-29 06:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5346842-57ef-5386-8017-257600b23bcc, identifier: FY64%20FYU
2026-03-29 06:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK
2026-03-29 06:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK
2026-03-29 06:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK to the API
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD16%20GCK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04e1265e-16f1-5036-a339-9561c5621c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD16 GCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD16%20GCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 126288,
 '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 PICASSO 1.6 BLUEHDI 100 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 VTR+',
 'vin': 'VF73DBHY6GJ628346',
 'year': 2016}
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520GCK%27 HTTP/1.1" 200 None
2026-03-29 06:23:46 [bca.uk] INFO: Saving data for FD16%20GCK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563514.313849, 'last_price_update_time': 1774765426.645496}
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD16%2520GCK') HTTP/1.1" 204 0
2026-03-29 06:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM
2026-03-29 06:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM
2026-03-29 06:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM to the API
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE21%20SXM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '378a717b-fde2-5331-a879-1a27b2d8deba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE21 SXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE21%20SXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CROSSBACK',
 'odometer': 23994,
 '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': 'DS AUTOMOBILES DS 3 CROSSBACK 1.2 P/T 130 PERFORMANCE LINE+ EAT8 '
          'Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSMW010097',
 'year': 2021}
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520SXM%27 HTTP/1.1" 200 None
2026-03-29 06:23:46 [bca.uk] INFO: Saving data for CE21%20SXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774564725.55998, 'last_price_update_time': 1774765426.918135}
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE21%2520SXM') HTTP/1.1" 204 0
2026-03-29 06:23:46 [bca.uk] INFO: Found listing with ID: YF15%20YYP
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:23:46 [bca.uk] INFO: Scrape type for YF15%20YYP: 2
2026-03-29 06:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP
2026-03-29 06:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875c10d7-0fab-524b-b9e0-1015adac203b with scrape type 2
2026-03-29 06:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875c10d7-0fab-524b-b9e0-1015adac203b with scrape type 2
2026-03-29 06:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875c10d7-0fab-524b-b9e0-1015adac203b, identifier: YF15%20YYP
2026-03-29 06:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21070b56-80b2-58ef-8ec3-749b167d460e with identifier: BL20%20DZB
2026-03-29 06:23:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21070b56-80b2-58ef-8ec3-749b167d460e with identifier: BL20%20DZB
2026-03-29 06:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21070b56-80b2-58ef-8ec3-749b167d460e with identifier: BL20%20DZB to the API
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL20%20DZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21070b56-80b2-58ef-8ec3-749b167d460e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL20 DZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL20%20DZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 52816,
 '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 AMAROK A33 3.0 V6 TDI 258 AVENTURA BLACK ED4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 258 AVENTURA BLACK ED4M',
 'vin': 'WV1ZZZ2HZLH023095',
 'year': 2020}
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL20%2520DZB%27 HTTP/1.1" 200 None
2026-03-29 06:23:47 [bca.uk] INFO: Saving data for BL20%20DZB: {'auction_closing_time': 1774778400.0, 'created_time': 1774564367.954473, 'last_price_update_time': 1774765427.309689}
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL20%2520DZB') HTTP/1.1" 204 0
2026-03-29 06:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU
2026-03-29 06:23:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU
2026-03-29 06:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU to the API
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY64%20FYU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5346842-57ef-5386-8017-257600b23bcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY64 FYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY64%20FYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 92933,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM52020T947758',
 'year': 2014}
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520FYU%27 HTTP/1.1" 200 None
2026-03-29 06:23:47 [bca.uk] INFO: Saving data for FY64%20FYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564651.329809, 'last_price_update_time': 1774765427.594924}
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY64%2520FYU') HTTP/1.1" 204 0
2026-03-29 06:23:47 [bca.uk] INFO: Found listing with ID: HG69%20KKE
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 06:23:47 [bca.uk] INFO: Scrape type for HG69%20KKE: 2
2026-03-29 06:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE
2026-03-29 06:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf8f8840-a137-5254-bbe6-15c0aad66dee with scrape type 2
2026-03-29 06:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf8f8840-a137-5254-bbe6-15c0aad66dee with scrape type 2
2026-03-29 06:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf8f8840-a137-5254-bbe6-15c0aad66dee, identifier: HG69%20KKE
2026-03-29 06:23:47 [bca.uk] INFO: Found listing with ID: EO21%20WYX
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520WYX%27 HTTP/1.1" 200 None
2026-03-29 06:23:47 [bca.uk] INFO: Scrape type for EO21%20WYX: 2
2026-03-29 06:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX
2026-03-29 06:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007c2e00-5440-5dd5-9383-2103b4230678 with scrape type 2
2026-03-29 06:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007c2e00-5440-5dd5-9383-2103b4230678 with scrape type 2
2026-03-29 06:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 007c2e00-5440-5dd5-9383-2103b4230678, identifier: EO21%20WYX
2026-03-29 06:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP
2026-03-29 06:23:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP
2026-03-29 06:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP to the API
2026-03-29 06:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF15%20YYP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '875c10d7-0fab-524b-b9e0-1015adac203b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF15 YYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF15%20YYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '116D',
 'odometer': 106885,
 '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 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1V720305B75566',
 'year': 2015}
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:23:48 [bca.uk] INFO: Saving data for YF15%20YYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564709.296606, 'last_price_update_time': 1774765428.122667}
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF15%2520YYP') HTTP/1.1" 204 0
2026-03-29 06:23:48 [bca.uk] INFO: Found listing with ID: LG22%20ORN
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520ORN%27 HTTP/1.1" 200 None
2026-03-29 06:23:48 [bca.uk] INFO: Scrape type for LG22%20ORN: 2
2026-03-29 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN
2026-03-29 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cdf231d-288c-5867-bbd6-b92a29922abe with scrape type 2
2026-03-29 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cdf231d-288c-5867-bbd6-b92a29922abe with scrape type 2
2026-03-29 06:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cdf231d-288c-5867-bbd6-b92a29922abe, identifier: LG22%20ORN
2026-03-29 06:23:48 [bca.uk] INFO: Found listing with ID: EN23%20ZSJ
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN23%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:48 [bca.uk] INFO: Scrape type for EN23%20ZSJ: 2
2026-03-29 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ
2026-03-29 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with scrape type 2
2026-03-29 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with scrape type 2
2026-03-29 06:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de, identifier: EN23%20ZSJ
2026-03-29 06:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE
2026-03-29 06:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE
2026-03-29 06:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE to the API
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG69%20KKE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf8f8840-a137-5254-bbe6-15c0aad66dee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG69 KKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG69%20KKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 49186,
 'odometer_reading_unit': '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 SDRIVE 18D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE STEP',
 'vin': 'WBA72AC0205P76320',
 'year': 2019}
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 06:23:48 [bca.uk] INFO: Saving data for HG69%20KKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563515.113256, 'last_price_update_time': 1774765428.619062}
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG69%2520KKE') HTTP/1.1" 204 0
2026-03-29 06:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX
2026-03-29 06:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX
2026-03-29 06:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX to the API
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO21%20WYX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '007c2e00-5440-5dd5-9383-2103b4230678',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO21 WYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO21%20WYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 65716,
 '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 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620609F85530',
 'year': 2021}
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520WYX%27 HTTP/1.1" 200 None
2026-03-29 06:23:48 [bca.uk] INFO: Saving data for EO21%20WYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564726.036091, 'last_price_update_time': 1774765428.896683}
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO21%2520WYX') HTTP/1.1" 204 0
2026-03-29 06:23:48 [bca.uk] INFO: Found listing with ID: YH20%20GOP
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520GOP%27 HTTP/1.1" 200 None
2026-03-29 06:23:48 [bca.uk] INFO: Scrape type for YH20%20GOP: 2
2026-03-29 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP
2026-03-29 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with scrape type 2
2026-03-29 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with scrape type 2
2026-03-29 06:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff, identifier: YH20%20GOP
2026-03-29 06:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN
2026-03-29 06:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN
2026-03-29 06:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN to the API
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20ORN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4cdf231d-288c-5867-bbd6-b92a29922abe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG22 ORN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20ORN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 40736,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 2WD S Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD S',
 'vin': 'SALZB2CN2NH175078',
 'year': 2022}
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520ORN%27 HTTP/1.1" 200 None
2026-03-29 06:23:49 [bca.uk] INFO: Saving data for LG22%20ORN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564351.841115, 'last_price_update_time': 1774765429.290984}
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520ORN') HTTP/1.1" 204 0
2026-03-29 06:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ
2026-03-29 06:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ
2026-03-29 06:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ to the API
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN23%20ZSJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6602bc7f-c4e4-5164-9bbd-23a9c32e65de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN23 ZSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN23%20ZSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118I',
 'odometer': 39430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 M SPORT (LCP)STEP',
 'vin': 'WBA7K320505X15671',
 'year': 2023}
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN23%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:49 [bca.uk] INFO: Saving data for EN23%20ZSJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564652.520542, 'last_price_update_time': 1774765429.698971}
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN23%2520ZSJ') HTTP/1.1" 204 0
2026-03-29 06:23:49 [bca.uk] INFO: Found listing with ID: LN60%20TKX
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 06:23:49 [bca.uk] INFO: Scrape type for LN60%20TKX: 2
2026-03-29 06:23:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX
2026-03-29 06:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 264f988e-085b-558e-b539-e2dd7806e432 with scrape type 2
2026-03-29 06:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 264f988e-085b-558e-b539-e2dd7806e432 with scrape type 2
2026-03-29 06:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 264f988e-085b-558e-b539-e2dd7806e432, identifier: LN60%20TKX
2026-03-29 06:23:49 [bca.uk] INFO: Found listing with ID: YH22%20LNK
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNK%27 HTTP/1.1" 200 None
2026-03-29 06:23:49 [bca.uk] INFO: Scrape type for YH22%20LNK: 2
2026-03-29 06:23:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK
2026-03-29 06:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with scrape type 2
2026-03-29 06:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with scrape type 2
2026-03-29 06:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc6fc2e-670d-56d8-a185-1a0dad362c24, identifier: YH22%20LNK
2026-03-29 06:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP
2026-03-29 06:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP
2026-03-29 06:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP to the API
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH20%20GOP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e3f29d1-dfc9-5031-80a4-4e375faa59ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH20 GOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH20%20GOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318D',
 'odometer': 50044,
 '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 318D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V32040FJ54372',
 'year': 2020}
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520GOP%27 HTTP/1.1" 200 None
2026-03-29 06:23:50 [bca.uk] INFO: Saving data for YH20%20GOP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564403.639496, 'last_price_update_time': 1774765430.242301}
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH20%2520GOP') HTTP/1.1" 204 0
2026-03-29 06:23:50 [bca.uk] INFO: Found listing with ID: GN14%20WDZ
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:50 [bca.uk] INFO: Scrape type for GN14%20WDZ: 2
2026-03-29 06:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6900b80b-a0c9-58aa-a2ec-08bd609a931c with identifier: GN14%20WDZ
2026-03-29 06:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6900b80b-a0c9-58aa-a2ec-08bd609a931c with scrape type 2
2026-03-29 06:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6900b80b-a0c9-58aa-a2ec-08bd609a931c with scrape type 2
2026-03-29 06:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6900b80b-a0c9-58aa-a2ec-08bd609a931c, identifier: GN14%20WDZ
2026-03-29 06:23:50 [bca.uk] INFO: Found listing with ID: DF65%20UEJ
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:50 [bca.uk] INFO: Scrape type for DF65%20UEJ: 2
2026-03-29 06:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ
2026-03-29 06:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2bc187c-8dc4-5c87-92a4-136899abd151 with scrape type 2
2026-03-29 06:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2bc187c-8dc4-5c87-92a4-136899abd151 with scrape type 2
2026-03-29 06:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2bc187c-8dc4-5c87-92a4-136899abd151, identifier: DF65%20UEJ
2026-03-29 06:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX
2026-03-29 06:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX
2026-03-29 06:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX to the API
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN60%20TKX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '264f988e-085b-558e-b539-e2dd7806e432',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN60 TKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN60%20TKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 130063,
 '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': 'manual',
 'trim': 'TDCI 140 TITANIUM',
 'vin': 'WF0SXXGBWSAB65610',
 'year': 2010}
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520TKX%27 HTTP/1.1" 200 None
2026-03-29 06:23:50 [bca.uk] INFO: Saving data for LN60%20TKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563516.976514, 'last_price_update_time': 1774765430.736894}
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN60%2520TKX') HTTP/1.1" 204 0
2026-03-29 06:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK
2026-03-29 06:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK
2026-03-29 06:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK to the API
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20LNK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8dc6fc2e-670d-56d8-a185-1a0dad362c24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH22 LNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20LNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 13962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 2.0 TDI 150 XCELLENCE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 XCELLENCE',
 'vin': 'VSSZZZKNZNW007414',
 'year': 2022}
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNK%27 HTTP/1.1" 200 None
2026-03-29 06:23:51 [bca.uk] INFO: Saving data for YH22%20LNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563938.086536, 'last_price_update_time': 1774765431.023859}
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520LNK') HTTP/1.1" 204 0
2026-03-29 06:23:51 [bca.uk] INFO: Found listing with ID: YS17%20XUK
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:23:51 [bca.uk] INFO: Scrape type for YS17%20XUK: 2
2026-03-29 06:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK
2026-03-29 06:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with scrape type 2
2026-03-29 06:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with scrape type 2
2026-03-29 06:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc, identifier: YS17%20XUK
2026-03-29 06:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6900b80b-a0c9-58aa-a2ec-08bd609a931c with identifier: GN14%20WDZ
2026-03-29 06:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6900b80b-a0c9-58aa-a2ec-08bd609a931c with identifier: GN14%20WDZ
2026-03-29 06:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6900b80b-a0c9-58aa-a2ec-08bd609a931c with identifier: GN14%20WDZ to the API
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN14%20WDZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6900b80b-a0c9-58aa-a2ec-08bd609a931c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN14 WDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN14%20WDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 110275,
 '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 CITAN 109 1.5 CDI 90 B/E LONG Van',
 'transmission': 'manual',
 'trim': 'CDI 90 B/E LONG',
 'vin': 'WDF4156032U138009',
 'year': 2014}
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520WDZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:51 [bca.uk] INFO: Saving data for GN14%20WDZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564353.474914, 'last_price_update_time': 1774765431.449067}
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN14%2520WDZ') HTTP/1.1" 204 0
2026-03-29 06:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ
2026-03-29 06:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ
2026-03-29 06:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ to the API
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF65%20UEJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2bc187c-8dc4-5c87-92a4-136899abd151',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF65 UEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF65%20UEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 224483,
 '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': 'SEAT LEON 2.0 TDI 150 FR Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 FR',
 'vin': 'VSSZZZ5FZGR057442',
 'year': 2015}
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:51 [bca.uk] INFO: Saving data for DF65%20UEJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564652.120112, 'last_price_update_time': 1774765431.731128}
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF65%2520UEJ') HTTP/1.1" 204 0
2026-03-29 06:23:51 [bca.uk] INFO: Found listing with ID: PL72%20WSN
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 06:23:51 [bca.uk] INFO: Scrape type for PL72%20WSN: 2
2026-03-29 06:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN
2026-03-29 06:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with scrape type 2
2026-03-29 06:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with scrape type 2
2026-03-29 06:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4, identifier: PL72%20WSN
2026-03-29 06:23:51 [bca.uk] INFO: Found listing with ID: WN23%20FZJ
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:51 [bca.uk] INFO: Scrape type for WN23%20FZJ: 2
2026-03-29 06:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ
2026-03-29 06:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5e7e47-b422-5829-93fb-213ee68d600e with scrape type 2
2026-03-29 06:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef5e7e47-b422-5829-93fb-213ee68d600e with scrape type 2
2026-03-29 06:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef5e7e47-b422-5829-93fb-213ee68d600e, identifier: WN23%20FZJ
2026-03-29 06:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK
2026-03-29 06:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK
2026-03-29 06:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK to the API
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS17%20XUK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c7a9c60-9c64-5fc0-8893-bdfecdad95cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS17 XUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS17%20XUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 57245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD ST-LINE',
 'vin': 'WF0AXXWPMAHJ06115',
 'year': 2017}
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:23:52 [bca.uk] INFO: Saving data for YS17%20XUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774447406.995426, 'last_price_update_time': 1774765432.2492}
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS17%2520XUK') HTTP/1.1" 204 0
2026-03-29 06:23:52 [bca.uk] INFO: Found listing with ID: DU24%20FSC
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-29 06:23:52 [bca.uk] INFO: Scrape type for DU24%20FSC: 2
2026-03-29 06:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC
2026-03-29 06:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36d37a96-a51b-56b4-950f-983bf2b0945d with scrape type 2
2026-03-29 06:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36d37a96-a51b-56b4-950f-983bf2b0945d with scrape type 2
2026-03-29 06:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36d37a96-a51b-56b4-950f-983bf2b0945d, identifier: DU24%20FSC
2026-03-29 06:23:52 [bca.uk] INFO: Found listing with ID: AV13%20OOG
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV13%2520OOG%27 HTTP/1.1" 200 None
2026-03-29 06:23:52 [bca.uk] INFO: Scrape type for AV13%20OOG: 0
2026-03-29 06:23:52 [bca.uk] INFO: Found listing with ID: YB11%20BCE
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BCE%27 HTTP/1.1" 200 None
2026-03-29 06:23:52 [bca.uk] INFO: Scrape type for YB11%20BCE: 0
2026-03-29 06:23:52 [bca.uk] INFO: Found listing with ID: PK19%20XDH
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520XDH%27 HTTP/1.1" 200 None
2026-03-29 06:23:52 [bca.uk] INFO: Scrape type for PK19%20XDH: 2
2026-03-29 06:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH
2026-03-29 06:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with scrape type 2
2026-03-29 06:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with scrape type 2
2026-03-29 06:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877, identifier: PK19%20XDH
2026-03-29 06:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN
2026-03-29 06:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN
2026-03-29 06:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN to the API
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL72%20WSN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0224ea36-a49e-5cfd-9a36-d247d8fba3f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL72 WSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL72%20WSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 78,
 'odometer_reading_unit': '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': 'LSJW7409XNZ263464',
 'year': 2022}
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 06:23:52 [bca.uk] INFO: Saving data for PL72%20WSN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563540.55053, 'last_price_update_time': 1774765432.796518}
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL72%2520WSN') HTTP/1.1" 204 0
2026-03-29 06:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ
2026-03-29 06:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ
2026-03-29 06:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ to the API
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20FZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef5e7e47-b422-5829-93fb-213ee68d600e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 FZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20FZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 28017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMNU53709',
 'year': 2023}
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:53 [bca.uk] INFO: Saving data for WN23%20FZJ: {'auction_closing_time': 1775728800.0, 'created_time': 1774354764.082558, 'last_price_update_time': 1774765433.207524}
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520FZJ') HTTP/1.1" 204 0
2026-03-29 06:23:53 [bca.uk] INFO: Found listing with ID: HG19%20XFT
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XFT%27 HTTP/1.1" 200 None
2026-03-29 06:23:53 [bca.uk] INFO: Scrape type for HG19%20XFT: 2
2026-03-29 06:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT
2026-03-29 06:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04bf7868-cff9-521b-aafd-56f932a82557 with scrape type 2
2026-03-29 06:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04bf7868-cff9-521b-aafd-56f932a82557 with scrape type 2
2026-03-29 06:23:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04bf7868-cff9-521b-aafd-56f932a82557, identifier: HG19%20XFT
2026-03-29 06:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC
2026-03-29 06:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC
2026-03-29 06:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC to the API
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU24%20FSC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '36d37a96-a51b-56b4-950f-983bf2b0945d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU24 FSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU24%20FSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 12172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB H/L KOMBI CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L KOMBI',
 'vin': 'WV1ZZZ7HZRH054158',
 'year': 2024}
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-29 06:23:53 [bca.uk] INFO: Saving data for DU24%20FSC: {'auction_closing_time': 1774951200.0, 'created_time': 1773825738.141276, 'last_price_update_time': 1774765433.600185}
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU24%2520FSC') HTTP/1.1" 204 0
2026-03-29 06:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH
2026-03-29 06:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH
2026-03-29 06:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH to the API
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK19%20XDH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '764f0a3e-ee5e-5cf1-9dc6-3a9573a11877',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK19 XDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK19%20XDH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 72699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 1.6 TDI 115 SE DYNAMIC EZ Estate',
 'transmission': 'manual',
 'trim': 'TDI 115 SE DYNAMIC EZ',
 'vin': 'VSSZZZ5FZKR066818',
 'year': 2019}
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520XDH%27 HTTP/1.1" 200 None
2026-03-29 06:23:53 [bca.uk] INFO: Saving data for PK19%20XDH: {'auction_closing_time': 1774864800.0, 'created_time': 1773825300.123069, 'last_price_update_time': 1774765433.877161}
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK19%2520XDH') HTTP/1.1" 204 0
2026-03-29 06:23:53 [bca.uk] INFO: Found listing with ID: WN66%20HLW
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520HLW%27 HTTP/1.1" 200 None
2026-03-29 06:23:53 [bca.uk] INFO: Scrape type for WN66%20HLW: 2
2026-03-29 06:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW
2026-03-29 06:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 013711a8-4b97-56ad-8f07-0870630d6d0f with scrape type 2
2026-03-29 06:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 013711a8-4b97-56ad-8f07-0870630d6d0f with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 013711a8-4b97-56ad-8f07-0870630d6d0f, identifier: WN66%20HLW
2026-03-29 06:23:54 [bca.uk] INFO: Found listing with ID: FV24%20ENH
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520ENH%27 HTTP/1.1" 200 None
2026-03-29 06:23:54 [bca.uk] INFO: Scrape type for FV24%20ENH: 2
2026-03-29 06:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH
2026-03-29 06:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee7c99e7-a162-5dd7-8e79-3348c25aff59 with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee7c99e7-a162-5dd7-8e79-3348c25aff59 with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee7c99e7-a162-5dd7-8e79-3348c25aff59, identifier: FV24%20ENH
2026-03-29 06:23:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT
2026-03-29 06:23:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT
2026-03-29 06:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT to the API
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20XFT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04bf7868-cff9-521b-aafd-56f932a82557',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG19 XFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20XFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 140675,
 'odometer_reading_unit': '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 (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 (6)',
 'vin': 'WF0WXXTACWKC41272',
 'year': 2019}
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XFT%27 HTTP/1.1" 200 None
2026-03-29 06:23:54 [bca.uk] INFO: Saving data for HG19%20XFT: {'auction_closing_time': 1774864800.0, 'created_time': 1774564696.795592, 'last_price_update_time': 1774765434.392626}
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520XFT') HTTP/1.1" 204 0
2026-03-29 06:23:54 [bca.uk] INFO: Found listing with ID: YE73%20UBO
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520UBO%27 HTTP/1.1" 200 None
2026-03-29 06:23:54 [bca.uk] INFO: Scrape type for YE73%20UBO: 2
2026-03-29 06:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO
2026-03-29 06:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e26b2b-e079-5004-96f1-499d7919b2ab with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e26b2b-e079-5004-96f1-499d7919b2ab with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53e26b2b-e079-5004-96f1-499d7919b2ab, identifier: YE73%20UBO
2026-03-29 06:23:54 [bca.uk] INFO: Found listing with ID: SM65%20OKW
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 06:23:54 [bca.uk] INFO: Scrape type for SM65%20OKW: 2
2026-03-29 06:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW
2026-03-29 06:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a8221e-98a1-5436-a25c-7129fb25b54e with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a8221e-98a1-5436-a25c-7129fb25b54e with scrape type 2
2026-03-29 06:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5a8221e-98a1-5436-a25c-7129fb25b54e, identifier: SM65%20OKW
2026-03-29 06:23:54 [bca.uk] INFO: Total items found: 100
2026-03-29 06:23:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded
2026-03-29 06:23:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:23:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:23:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW
2026-03-29 06:23:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW
2026-03-29 06:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW to the API
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN66%20HLW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '013711a8-4b97-56ad-8f07-0870630d6d0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN66 HLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN66%20HLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 60586,
 '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 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 LONGITUDE',
 'vin': '1C4BU0000GPE03727',
 'year': 2016}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520HLW%27 HTTP/1.1" 200 None
2026-03-29 06:23:55 [bca.uk] INFO: Saving data for WN66%20HLW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563541.372205, 'last_price_update_time': 1774765435.028767}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN66%2520HLW') HTTP/1.1" 204 0
2026-03-29 06:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH
2026-03-29 06:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH
2026-03-29 06:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH to the API
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV24%20ENH-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': 'ee7c99e7-a162-5dd7-8e79-3348c25aff59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV24 ENH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV24%20ENH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 12679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 E-HEV 4WD ELEGANCE E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': 'E-HEV 4WD ELEGANCE E-CVT',
 'vin': 'LVHRS6861R7702807',
 'year': 2024}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520ENH%27 HTTP/1.1" 200 None
2026-03-29 06:23:55 [bca.uk] INFO: Saving data for FV24%20ENH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563910.487457, 'last_price_update_time': 1774765435.307055}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV24%2520ENH') HTTP/1.1" 204 0
2026-03-29 06:23:55 [bca.uk] INFO: Found listing with ID: EJ16%20BNL
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 06:23:55 [bca.uk] INFO: Scrape type for EJ16%20BNL: 2
2026-03-29 06:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 025aee0b-803d-50ca-8c98-64a92784e89a with identifier: EJ16%20BNL
2026-03-29 06:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025aee0b-803d-50ca-8c98-64a92784e89a with scrape type 2
2026-03-29 06:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 025aee0b-803d-50ca-8c98-64a92784e89a with scrape type 2
2026-03-29 06:23:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 025aee0b-803d-50ca-8c98-64a92784e89a, identifier: EJ16%20BNL
2026-03-29 06:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO
2026-03-29 06:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO
2026-03-29 06:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO to the API
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20UBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '53e26b2b-e079-5004-96f1-499d7919b2ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE73 UBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20UBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 11317,
 '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 TEKNA Van',
 'transmission': 'automatic',
 'trim': '90KW 45KWH L1 TEKNA',
 'vin': 'VNVNFK00270883197',
 'year': 2023}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520UBO%27 HTTP/1.1" 200 None
2026-03-29 06:23:55 [bca.uk] INFO: Saving data for YE73%20UBO: {'auction_closing_time': 1774951200.0, 'created_time': 1773839510.9807, 'last_price_update_time': 1774765435.690771}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520UBO') HTTP/1.1" 204 0
2026-03-29 06:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW
2026-03-29 06:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW
2026-03-29 06:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW to the API
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM65%20OKW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c5a8221e-98a1-5436-a25c-7129fb25b54e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM65 OKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM65%20OKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 64756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 125 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 125 ENERGY',
 'vin': 'W0LBD6EB6G8011041',
 'year': 2015}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 06:23:55 [bca.uk] INFO: Saving data for SM65%20OKW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564636.706087, 'last_price_update_time': 1774765435.982853}
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM65%2520OKW') HTTP/1.1" 204 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: ET17%20HTZ
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520HTZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for ET17%20HTZ: 2
2026-03-29 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ
2026-03-29 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34, identifier: ET17%20HTZ
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: NV72%20HHZ
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for NV72%20HHZ: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: HY23%20KXM
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520KXM%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for HY23%20KXM: 2
2026-03-29 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM
2026-03-29 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c466c618-d867-5ae0-8b90-11dab2722e44 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c466c618-d867-5ae0-8b90-11dab2722e44 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c466c618-d867-5ae0-8b90-11dab2722e44, identifier: HY23%20KXM
2026-03-29 06:23:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 025aee0b-803d-50ca-8c98-64a92784e89a with identifier: EJ16%20BNL
2026-03-29 06:23:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 025aee0b-803d-50ca-8c98-64a92784e89a with identifier: EJ16%20BNL
2026-03-29 06:23:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 025aee0b-803d-50ca-8c98-64a92784e89a with identifier: EJ16%20BNL to the API
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ16%20BNL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '025aee0b-803d-50ca-8c98-64a92784e89a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ16 BNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ16%20BNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 60986,
 '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 1.5 E/B 150 2WD TITANIUM X SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD TITANIUM X SPORT',
 'vin': 'WF0AXXWPMAGG58738',
 'year': 2016}
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520BNL%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Saving data for EJ16%20BNL: {'auction_closing_time': 1774778400.0, 'created_time': 1774265032.238566, 'last_price_update_time': 1774765436.500316}
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ16%2520BNL') HTTP/1.1" 204 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: NU67%20AUT
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for NU67%20AUT: 2
2026-03-29 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dadc0656-21ac-5a01-9483-b4134c5b11e8 with identifier: NU67%20AUT
2026-03-29 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dadc0656-21ac-5a01-9483-b4134c5b11e8 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dadc0656-21ac-5a01-9483-b4134c5b11e8 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dadc0656-21ac-5a01-9483-b4134c5b11e8, identifier: NU67%20AUT
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: WG12%20YKS
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG12%2520YKS%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for WG12%20YKS: 2
2026-03-29 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS
2026-03-29 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc438b14-1488-588e-84c9-f593362a1e79 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc438b14-1488-588e-84c9-f593362a1e79 with scrape type 2
2026-03-29 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc438b14-1488-588e-84c9-f593362a1e79, identifier: WG12%20YKS
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: DG17%20UUC
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520UUC%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for DG17%20UUC: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: DY67%20UZC
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY67%2520UZC%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for DY67%20UZC: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: HK19%20PJX
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PJX%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for HK19%20PJX: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: SG66%20YPJ
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520YPJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for SG66%20YPJ: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: YC15%20ORJ
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520ORJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for YC15%20ORJ: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: YH62%20EDX
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520EDX%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for YH62%20EDX: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: BF14%20XCO
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for BF14%20XCO: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: VN22%20MYJ
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN22%2520MYJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for VN22%20MYJ: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: LT22%20HVO
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HVO%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for LT22%20HVO: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: PL12%20ARO
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL12%2520ARO%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for PL12%20ARO: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: EA71%20CYG
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520CYG%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for EA71%20CYG: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: SK22%20USJ
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23: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%2520USJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for SK22%20USJ: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: DX67%20NDC
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520NDC%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for DX67%20NDC: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: GK19%20CPV
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520CPV%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for GK19%20CPV: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: LJ25%20WGS
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ25%2520WGS%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for LJ25%20WGS: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: WM63%20EMF
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520EMF%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for WM63%20EMF: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: DU64%20GHV
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 06:23:56 [bca.uk] INFO: Scrape type for DU64%20GHV: 0
2026-03-29 06:23:56 [bca.uk] INFO: Found listing with ID: WN23%20NVP
2026-03-29 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23: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%2520NVP%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for WN23%20NVP: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: LD05%20OGW
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520OGW%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for LD05%20OGW: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: KS23%20DZG
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520DZG%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for KS23%20DZG: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: EO17%20RYB
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520RYB%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for EO17%20RYB: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: LM15%20RXN
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520RXN%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for LM15%20RXN: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: CX15%20KJN
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for CX15%20KJN: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: BN64%20TYB
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520TYB%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for BN64%20TYB: 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: CA12%20TSV
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA12%2520TSV%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for CA12%20TSV: 2
2026-03-29 06:23:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV
2026-03-29 06:23:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d42379ea-7b7f-5e38-93ce-f05f62596ab9 with scrape type 2
2026-03-29 06:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d42379ea-7b7f-5e38-93ce-f05f62596ab9 with scrape type 2
2026-03-29 06:23:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d42379ea-7b7f-5e38-93ce-f05f62596ab9, identifier: CA12%20TSV
2026-03-29 06:23:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ
2026-03-29 06:23:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ
2026-03-29 06:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ to the API
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET17%20HTZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET17 HTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET17%20HTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 26895,
 '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': 'TMAH3513LJJ018791',
 'year': 2017}
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520HTZ%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Saving data for ET17%20HTZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774390176.755777, 'last_price_update_time': 1774765437.475168}
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET17%2520HTZ') HTTP/1.1" 204 0
2026-03-29 06:23:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM
2026-03-29 06:23:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM
2026-03-29 06:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM to the API
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY23%20KXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c466c618-d867-5ae0-8b90-11dab2722e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HY23 KXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY23%20KXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 29031,
 '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': 'SEAT TARRACO 1.5 TSI EVO 150 FR SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 FR SPORT',
 'vin': 'VSSZZZKN2PW005006',
 'year': 2023}
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520KXM%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Saving data for HY23%20KXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563917.305629, 'last_price_update_time': 1774765437.851582}
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY23%2520KXM') HTTP/1.1" 204 0
2026-03-29 06:23:57 [bca.uk] INFO: Found listing with ID: WA17%20DHG
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 06:23:57 [bca.uk] INFO: Scrape type for WA17%20DHG: 2
2026-03-29 06:23:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG
2026-03-29 06:23:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f197a26-b60f-50d9-b25c-26b7c0b02824 with scrape type 2
2026-03-29 06:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f197a26-b60f-50d9-b25c-26b7c0b02824 with scrape type 2
2026-03-29 06:23:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f197a26-b60f-50d9-b25c-26b7c0b02824, identifier: WA17%20DHG
2026-03-29 06:23:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dadc0656-21ac-5a01-9483-b4134c5b11e8 with identifier: NU67%20AUT
2026-03-29 06:23:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dadc0656-21ac-5a01-9483-b4134c5b11e8 with identifier: NU67%20AUT
2026-03-29 06:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dadc0656-21ac-5a01-9483-b4134c5b11e8 with identifier: NU67%20AUT to the API
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU67%20AUT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dadc0656-21ac-5a01-9483-b4134c5b11e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU67 AUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU67%20AUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 90764,
 '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 95 STD.S PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 95 STD.S',
 'vin': 'VF3VBBHVBHZ036853',
 'year': 2017}
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 06:23:58 [bca.uk] INFO: Saving data for NU67%20AUT: {'auction_closing_time': 1774778400.0, 'created_time': 1774564342.227011, 'last_price_update_time': 1774765438.266777}
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU67%2520AUT') HTTP/1.1" 204 0
2026-03-29 06:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS
2026-03-29 06:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS
2026-03-29 06:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS to the API
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG12%20YKS-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc438b14-1488-588e-84c9-f593362a1e79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG12 YKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG12%20YKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 40284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 N-TEC+ Hatchback',
 'transmission': 'automatic',
 'trim': 'N-TEC+',
 'vin': 'SJNFCAE11U2178667',
 'year': 2012}
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG12%2520YKS%27 HTTP/1.1" 200 None
2026-03-29 06:23:58 [bca.uk] INFO: Saving data for WG12%20YKS: {'auction_closing_time': 1774864800.0, 'created_time': 1773842932.114154, 'last_price_update_time': 1774765438.556254}
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG12%2520YKS') HTTP/1.1" 204 0
2026-03-29 06:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV
2026-03-29 06:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV
2026-03-29 06:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV to the API
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA12%20TSV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd42379ea-7b7f-5e38-93ce-f05f62596ab9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA12 TSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA12%20TSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 87848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 VTI 16V EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'VTI 16V EXCLUSIVE',
 'vin': 'VF7SC5FS9CA577243',
 'year': 2012}
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA12%2520TSV%27 HTTP/1.1" 200 None
2026-03-29 06:23:58 [bca.uk] INFO: Saving data for CA12%20TSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774448918.329111, 'last_price_update_time': 1774765438.814562}
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA12%2520TSV') HTTP/1.1" 204 0
2026-03-29 06:23:58 [bca.uk] INFO: Found listing with ID: RE24%20EZL
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:23:58 [bca.uk] INFO: Scrape type for RE24%20EZL: 2
2026-03-29 06:23:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL
2026-03-29 06:23:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with scrape type 2
2026-03-29 06:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with scrape type 2
2026-03-29 06:23:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c, identifier: RE24%20EZL
2026-03-29 06:23:58 [bca.uk] INFO: Found listing with ID: LB24%20XUO
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:23:58 [bca.uk] INFO: Scrape type for LB24%20XUO: 2
2026-03-29 06:23:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO
2026-03-29 06:23:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6544f755-220a-5a8c-aec2-431cfbac5e62 with scrape type 2
2026-03-29 06:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6544f755-220a-5a8c-aec2-431cfbac5e62 with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6544f755-220a-5a8c-aec2-431cfbac5e62, identifier: LB24%20XUO
2026-03-29 06:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG
2026-03-29 06:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG
2026-03-29 06:23:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG to the API
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA17%20DHG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f197a26-b60f-50d9-b25c-26b7c0b02824',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA17 DHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA17%20DHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'BERLINGO',
 'odometer': 17639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO 1.6 VTI 95 M/S FEEL MPV',
 'transmission': 'manual',
 'trim': 'VTI 95 M/S FEEL',
 'vin': 'VF77J5FK6HJ640352',
 'year': 2017}
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Saving data for WA17%20DHG: {'auction_closing_time': 1774864800.0, 'created_time': 1774045267.55676, 'last_price_update_time': 1774765439.30213}
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA17%2520DHG') HTTP/1.1" 204 0
2026-03-29 06:23:59 [bca.uk] INFO: Found listing with ID: BN52%20YJM
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN52%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Scrape type for BN52%20YJM: 2
2026-03-29 06:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM
2026-03-29 06:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da9963a-a831-5a7e-9943-4b228218f908 with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7da9963a-a831-5a7e-9943-4b228218f908 with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7da9963a-a831-5a7e-9943-4b228218f908, identifier: BN52%20YJM
2026-03-29 06:23:59 [bca.uk] INFO: Found listing with ID: YJ66%20XME
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520XME%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Scrape type for YJ66%20XME: 2
2026-03-29 06:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME
2026-03-29 06:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac64164a-d8db-5048-8204-82ea347b761a with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac64164a-d8db-5048-8204-82ea347b761a with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac64164a-d8db-5048-8204-82ea347b761a, identifier: YJ66%20XME
2026-03-29 06:23:59 [bca.uk] INFO: Found listing with ID: OE65%20ECX
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520ECX%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Scrape type for OE65%20ECX: 0
2026-03-29 06:23:59 [bca.uk] INFO: Found listing with ID: VN68%20FEJ
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Scrape type for VN68%20FEJ: 0
2026-03-29 06:23:59 [bca.uk] INFO: Found listing with ID: HF63%20TYB
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF63%2520TYB%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Scrape type for HF63%20TYB: 2
2026-03-29 06:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB
2026-03-29 06:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with scrape type 2
2026-03-29 06:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed6edda8-c5c3-586f-a107-d0dce4db1ac0, identifier: HF63%20TYB
2026-03-29 06:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL
2026-03-29 06:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL
2026-03-29 06:23:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL to the API
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:23: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:23:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE24%20EZL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1bbeba7a-a288-59ae-8303-ff68d3a4a87c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE24 EZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE24%20EZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE SUV 350',
 'odometer': 15666,
 '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 SUV 350 4M AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': '4M AMG LINE',
 'vin': 'W1NGM1CB3PA009410',
 'year': 2024}
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:23:59 [bca.uk] INFO: Saving data for RE24%20EZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774362959.95952, 'last_price_update_time': 1774765439.946217}
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE24%2520EZL') HTTP/1.1" 204 0
2026-03-29 06:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO
2026-03-29 06:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO
2026-03-29 06:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO to the API
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB24%20XUO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6544f755-220a-5a8c-aec2-431cfbac5e62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB24 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB24%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 17942,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RRR30223',
 'year': 2024}
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:24:00 [bca.uk] INFO: Saving data for LB24%20XUO: {'auction_closing_time': 1775728800.0, 'created_time': 1773834058.947513, 'last_price_update_time': 1774765440.260812}
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB24%2520XUO') HTTP/1.1" 204 0
2026-03-29 06:24:00 [bca.uk] INFO: Found listing with ID: YT68%20KZO
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520KZO%27 HTTP/1.1" 200 None
2026-03-29 06:24:00 [bca.uk] INFO: Scrape type for YT68%20KZO: 0
2026-03-29 06:24:00 [bca.uk] INFO: Found listing with ID: UD1027094
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UD1027094%27 HTTP/1.1" 200 None
2026-03-29 06:24:00 [bca.uk] INFO: Scrape type for UD1027094: 2
2026-03-29 06:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094
2026-03-29 06:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 082bec6b-f282-5deb-a1a4-5884a080f30f with scrape type 2
2026-03-29 06:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 082bec6b-f282-5deb-a1a4-5884a080f30f with scrape type 2
2026-03-29 06:24:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 082bec6b-f282-5deb-a1a4-5884a080f30f, identifier: UD1027094
2026-03-29 06:24:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM
2026-03-29 06:24:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM
2026-03-29 06:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM to the API
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7da9963a-a831-5a7e-9943-4b228218f908',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN52 YJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN52%20YJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 105500,
 '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': 'BMW 320D 2.0 SE TOURING Estate',
 'transmission': 'manual',
 'trim': 'SE TOURING',
 'vin': 'WBAAP72010EC63588',
 'year': 2002}
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN52%2520YJM%27 HTTP/1.1" 200 None
2026-03-29 06:24:00 [bca.uk] INFO: Saving data for BN52%20YJM: {'auction_closing_time': 1774951200.0, 'created_time': 1774564334.715549, 'last_price_update_time': 1774765440.716808}
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN52%2520YJM') HTTP/1.1" 204 0
2026-03-29 06:24:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME
2026-03-29 06:24:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME
2026-03-29 06:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME to the API
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ66%20XME-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac64164a-d8db-5048-8204-82ea347b761a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ66 XME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ66%20XME&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '125D',
 'odometer': 85357,
 '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 125D 2.0 M SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBA1T32040V684366',
 'year': 2016}
2026-03-29 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520XME%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Saving data for YJ66%20XME: {'auction_closing_time': 1774864800.0, 'created_time': 1774564634.832873, 'last_price_update_time': 1774765441.001413}
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ66%2520XME') HTTP/1.1" 204 0
2026-03-29 06:24:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB
2026-03-29 06:24:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB
2026-03-29 06:24:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB to the API
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 322,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF63%20TYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed6edda8-c5c3-586f-a107-d0dce4db1ac0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF63 TYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF63%20TYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 84277,
 '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 RANGE ROVER 5.0 S/C AUTOBIOGRAPHY StationWagon',
 'transmission': 'manual',
 'trim': 'S/C AUTOBIOGRAPHY',
 'vin': 'SALGA2EE2EA134093',
 'year': 2013}
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF63%2520TYB%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Saving data for HF63%20TYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774360938.255709, 'last_price_update_time': 1774765441.290441}
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF63%2520TYB') HTTP/1.1" 204 0
2026-03-29 06:24:01 [bca.uk] INFO: Found listing with ID: AE67%20HAX
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Scrape type for AE67%20HAX: 2
2026-03-29 06:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e329510-d5a8-55d6-b900-467ccd5e6e78 with identifier: AE67%20HAX
2026-03-29 06:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e329510-d5a8-55d6-b900-467ccd5e6e78 with scrape type 2
2026-03-29 06:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e329510-d5a8-55d6-b900-467ccd5e6e78 with scrape type 2
2026-03-29 06:24:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e329510-d5a8-55d6-b900-467ccd5e6e78, identifier: AE67%20HAX
2026-03-29 06:24:01 [bca.uk] INFO: Found listing with ID: GU23%20XLM
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XLM%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Scrape type for GU23%20XLM: 2
2026-03-29 06:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM
2026-03-29 06:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b37518be-65ef-5f20-b368-39b4d1c984fc with scrape type 2
2026-03-29 06:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b37518be-65ef-5f20-b368-39b4d1c984fc with scrape type 2
2026-03-29 06:24:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b37518be-65ef-5f20-b368-39b4d1c984fc, identifier: GU23%20XLM
2026-03-29 06:24:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094
2026-03-29 06:24:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094
2026-03-29 06:24:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094 to the API
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UD1027094-GB',
 'category': 'Caravan',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '082bec6b-f282-5deb-a1a4-5884a080f30f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UD1027094',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UD1027094&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'BAILEY',
 'model': 'RANGER GT60',
 'odometer': 1,
 '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': 'BAILEY RANGER GT60 520/4 CARAVAN',
 'transmission': 'automatic',
 'trim': '520/4 CARAVAN',
 'vin': 'SGBSM05BYA1001600',
 'year': 2010}
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UD1027094%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Saving data for UD1027094: {'auction_closing_time': 1775124000.0, 'created_time': 1774564370.652627, 'last_price_update_time': 1774765441.793378}
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UD1027094') HTTP/1.1" 204 0
2026-03-29 06:24:01 [bca.uk] INFO: Found listing with ID: BG72%20DHY
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Scrape type for BG72%20DHY: 0
2026-03-29 06:24:01 [bca.uk] INFO: Found listing with ID: HT67%20CZW
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT67%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:24:01 [bca.uk] INFO: Scrape type for HT67%20CZW: 2
2026-03-29 06:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW
2026-03-29 06:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa382164-3cba-58d9-af37-0ca55428a018 with scrape type 2
2026-03-29 06:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa382164-3cba-58d9-af37-0ca55428a018 with scrape type 2
2026-03-29 06:24:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa382164-3cba-58d9-af37-0ca55428a018, identifier: HT67%20CZW
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: FJ72%20UAC
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ72%2520UAC%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for FJ72%20UAC: 2
2026-03-29 06:24:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC
2026-03-29 06:24:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a43da52-9c74-5810-8539-79397317f475 with scrape type 2
2026-03-29 06:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a43da52-9c74-5810-8539-79397317f475 with scrape type 2
2026-03-29 06:24:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a43da52-9c74-5810-8539-79397317f475, identifier: FJ72%20UAC
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: VIG%207935
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VIG%25207935%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for VIG%207935: 0
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: PN59%20KWZ
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520KWZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for PN59%20KWZ: 0
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: NK66%20VYG
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK66%2520VYG%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for NK66%20VYG: 0
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: ND61%20LXZ
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520LXZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for ND61%20LXZ: 0
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: DL11%20XAS
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL11%2520XAS%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for DL11%20XAS: 0
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: LG60%20ZGK
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520ZGK%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for LG60%20ZGK: 2
2026-03-29 06:24:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8edc629-e72a-5875-b720-2b93d30a53cd with identifier: LG60%20ZGK
2026-03-29 06:24:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8edc629-e72a-5875-b720-2b93d30a53cd with scrape type 2
2026-03-29 06:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8edc629-e72a-5875-b720-2b93d30a53cd with scrape type 2
2026-03-29 06:24:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8edc629-e72a-5875-b720-2b93d30a53cd, identifier: LG60%20ZGK
2026-03-29 06:24:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e329510-d5a8-55d6-b900-467ccd5e6e78 with identifier: AE67%20HAX
2026-03-29 06:24:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e329510-d5a8-55d6-b900-467ccd5e6e78 with identifier: AE67%20HAX
2026-03-29 06:24:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e329510-d5a8-55d6-b900-467ccd5e6e78 with identifier: AE67%20HAX to the API
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE67%20HAX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e329510-d5a8-55d6-b900-467ccd5e6e78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE67 HAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE67%20HAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 72668,
 'odometer_reading_unit': '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 RELAY 35 2.0 BLUEHDI 130 L3 (CAGED BODY) CrewCab Tipper',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L3 (CAGED BODY)',
 'vin': 'VF7YC2MHU12F57736',
 'year': 2018}
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520HAX%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Saving data for AE67%20HAX: {'auction_closing_time': 1774778400.0, 'created_time': 1774563769.750695, 'last_price_update_time': 1774765442.612451}
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE67%2520HAX') HTTP/1.1" 204 0
2026-03-29 06:24:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM
2026-03-29 06:24:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM
2026-03-29 06:24:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM to the API
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20XLM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b37518be-65ef-5f20-b368-39b4d1c984fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU23 XLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20XLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 21561,
 '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': 'W1N9N0CBXPJ062444',
 'year': 2023}
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520XLM%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Saving data for GU23%20XLM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563919.737043, 'last_price_update_time': 1774765442.91569}
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520XLM') HTTP/1.1" 204 0
2026-03-29 06:24:02 [bca.uk] INFO: Found listing with ID: YY17%20OOF
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520OOF%27 HTTP/1.1" 200 None
2026-03-29 06:24:02 [bca.uk] INFO: Scrape type for YY17%20OOF: 2
2026-03-29 06:24:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c645f25c-7e14-5222-bdd3-b60a9d1552f2 with identifier: YY17%20OOF
2026-03-29 06:24:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c645f25c-7e14-5222-bdd3-b60a9d1552f2 with scrape type 2
2026-03-29 06:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c645f25c-7e14-5222-bdd3-b60a9d1552f2 with scrape type 2
2026-03-29 06:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c645f25c-7e14-5222-bdd3-b60a9d1552f2, identifier: YY17%20OOF
2026-03-29 06:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW
2026-03-29 06:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW
2026-03-29 06:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW to the API
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT67%20CZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa382164-3cba-58d9-af37-0ca55428a018',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT67 CZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT67%20CZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 150909,
 'odometer_reading_unit': '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 130 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYHE54055',
 'year': 2018}
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT67%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:24:03 [bca.uk] INFO: Saving data for HT67%20CZW: {'auction_closing_time': 1774951200.0, 'created_time': 1773935365.913449, 'last_price_update_time': 1774765443.305704}
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT67%2520CZW') HTTP/1.1" 204 0
2026-03-29 06:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC
2026-03-29 06:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC
2026-03-29 06:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC to the API
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ72%20UAC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4a43da52-9c74-5810-8539-79397317f475',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FJ72 UAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ72%20UAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 50142,
 'odometer_reading_unit': '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 AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD AUTOBIOGRAPHY',
 'vin': 'SALZA2AT4PH211330',
 'year': 2022}
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ72%2520UAC%27 HTTP/1.1" 200 None
2026-03-29 06:24:03 [bca.uk] INFO: Saving data for FJ72%20UAC: {'auction_closing_time': 1774864800.0, 'created_time': 1773830947.446214, 'last_price_update_time': 1774765443.594225}
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ72%2520UAC') HTTP/1.1" 204 0
2026-03-29 06:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8edc629-e72a-5875-b720-2b93d30a53cd with identifier: LG60%20ZGK
2026-03-29 06:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8edc629-e72a-5875-b720-2b93d30a53cd with identifier: LG60%20ZGK
2026-03-29 06:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8edc629-e72a-5875-b720-2b93d30a53cd with identifier: LG60%20ZGK to the API
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG60%20ZGK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8edc629-e72a-5875-b720-2b93d30a53cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG60 ZGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG60%20ZGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 82955,
 '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': 'SEAT LEON 1.6 TDI CR 105 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 105 SE DSG',
 'vin': 'VSSZZZ1PZBR019460',
 'year': 2010}
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520ZGK%27 HTTP/1.1" 200 None
2026-03-29 06:24:03 [bca.uk] INFO: Saving data for LG60%20ZGK: {'auction_closing_time': 1774778400.0, 'created_time': 1774265184.118036, 'last_price_update_time': 1774765443.881271}
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG60%2520ZGK') HTTP/1.1" 204 0
2026-03-29 06:24:03 [bca.uk] INFO: Found listing with ID: HN15%20UYW
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN15%2520UYW%27 HTTP/1.1" 200 None
2026-03-29 06:24:03 [bca.uk] INFO: Scrape type for HN15%20UYW: 2
2026-03-29 06:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW
2026-03-29 06:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with scrape type 2
2026-03-29 06:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5, identifier: HN15%20UYW
2026-03-29 06:24:04 [bca.uk] INFO: Found listing with ID: HK23%20WJD
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WJD%27 HTTP/1.1" 200 None
2026-03-29 06:24:04 [bca.uk] INFO: Scrape type for HK23%20WJD: 2
2026-03-29 06:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD
2026-03-29 06:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b008086-dfe7-56f8-88a1-57a3a1330ce7, identifier: HK23%20WJD
2026-03-29 06:24:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c645f25c-7e14-5222-bdd3-b60a9d1552f2 with identifier: YY17%20OOF
2026-03-29 06:24:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c645f25c-7e14-5222-bdd3-b60a9d1552f2 with identifier: YY17%20OOF
2026-03-29 06:24:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c645f25c-7e14-5222-bdd3-b60a9d1552f2 with identifier: YY17%20OOF to the API
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY17%20OOF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c645f25c-7e14-5222-bdd3-b60a9d1552f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY17 OOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY17%20OOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 157408,
 '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': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJYKL10HH006621',
 'year': 2017}
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520OOF%27 HTTP/1.1" 200 None
2026-03-29 06:24:04 [bca.uk] INFO: Saving data for YY17%20OOF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564369.05442, 'last_price_update_time': 1774765444.412226}
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY17%2520OOF') HTTP/1.1" 204 0
2026-03-29 06:24:04 [bca.uk] INFO: Found listing with ID: MJ75%20ZCT
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-29 06:24:04 [bca.uk] INFO: Scrape type for MJ75%20ZCT: 2
2026-03-29 06:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT
2026-03-29 06:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ec529e-70cf-5d3e-a5f8-278367c02e80 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ec529e-70cf-5d3e-a5f8-278367c02e80 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46ec529e-70cf-5d3e-a5f8-278367c02e80, identifier: MJ75%20ZCT
2026-03-29 06:24:04 [bca.uk] INFO: Found listing with ID: WJ18%20HMA
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 06:24:04 [bca.uk] INFO: Scrape type for WJ18%20HMA: 2
2026-03-29 06:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA
2026-03-29 06:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c06c18-539e-5429-94eb-75c5a23a0a26 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c06c18-539e-5429-94eb-75c5a23a0a26 with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04c06c18-539e-5429-94eb-75c5a23a0a26, identifier: WJ18%20HMA
2026-03-29 06:24:04 [bca.uk] INFO: Found listing with ID: BN06%20VJM
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN06%2520VJM%27 HTTP/1.1" 200 None
2026-03-29 06:24:04 [bca.uk] INFO: Scrape type for BN06%20VJM: 2
2026-03-29 06:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM
2026-03-29 06:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f040488-9fd1-5be3-9e23-4bff623bf37a with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f040488-9fd1-5be3-9e23-4bff623bf37a with scrape type 2
2026-03-29 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f040488-9fd1-5be3-9e23-4bff623bf37a, identifier: BN06%20VJM
2026-03-29 06:24:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW
2026-03-29 06:24:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW
2026-03-29 06:24:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW to the API
2026-03-29 06:24:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN15%20UYW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '344f8da2-27a6-56d0-9566-abc0bbaa9cb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN15 UYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN15%20UYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 145572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 100 290 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 100 290 SWB L/R',
 'vin': 'WF0YXXTTGYEG56208',
 'year': 2015}
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN15%2520UYW%27 HTTP/1.1" 200 None
2026-03-29 06:24:05 [bca.uk] INFO: Saving data for HN15%20UYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774563782.696285, 'last_price_update_time': 1774765445.120199}
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN15%2520UYW') HTTP/1.1" 204 0
2026-03-29 06:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD
2026-03-29 06:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD
2026-03-29 06:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD to the API
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20WJD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b008086-dfe7-56f8-88a1-57a3a1330ce7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 WJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20WJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 33102,
 '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 BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS+',
 'vin': 'VF1FL000570970839',
 'year': 2023}
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WJD%27 HTTP/1.1" 200 None
2026-03-29 06:24:05 [bca.uk] INFO: Saving data for HK23%20WJD: {'auction_closing_time': 1775728800.0, 'created_time': 1773842684.290916, 'last_price_update_time': 1774765445.394015}
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520WJD') HTTP/1.1" 204 0
2026-03-29 06:24:05 [bca.uk] INFO: Found listing with ID: VF15%20SWN
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF15%2520SWN%27 HTTP/1.1" 200 None
2026-03-29 06:24:05 [bca.uk] INFO: Scrape type for VF15%20SWN: 2
2026-03-29 06:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f7648f-1953-5b80-a94f-e8d4fd2632e6 with identifier: VF15%20SWN
2026-03-29 06:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79f7648f-1953-5b80-a94f-e8d4fd2632e6 with scrape type 2
2026-03-29 06:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79f7648f-1953-5b80-a94f-e8d4fd2632e6 with scrape type 2
2026-03-29 06:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79f7648f-1953-5b80-a94f-e8d4fd2632e6, identifier: VF15%20SWN
2026-03-29 06:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT
2026-03-29 06:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT
2026-03-29 06:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT to the API
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ75%20ZCT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46ec529e-70cf-5d3e-a5f8-278367c02e80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ75 ZCT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ75%20ZCT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 2746,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTAXRSA31015',
 'year': 2025}
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-29 06:24:05 [bca.uk] INFO: Saving data for MJ75%20ZCT: {'auction_closing_time': 1774951200.0, 'created_time': 1773824085.570531, 'last_price_update_time': 1774765445.776524}
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ75%2520ZCT') HTTP/1.1" 204 0
2026-03-29 06:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA
2026-03-29 06:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA
2026-03-29 06:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA to the API
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20HMA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04c06c18-539e-5429-94eb-75c5a23a0a26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ18 HMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20HMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 107018,
 'odometer_reading_unit': '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 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN2JH733887',
 'year': 2018}
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520HMA%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Saving data for WJ18%20HMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564635.223142, 'last_price_update_time': 1774765446.059481}
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520HMA') HTTP/1.1" 204 0
2026-03-29 06:24:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM
2026-03-29 06:24:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM
2026-03-29 06:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM to the API
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN06%20VJM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f040488-9fd1-5be3-9e23-4bff623bf37a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN06 VJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN06%20VJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'VIANO',
 'odometer': 999999,
 '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 VIANO 2.2 CDI AMBIENTE (LONG) MPV',
 'transmission': 'manual',
 'trim': 'CDI AMBIENTE (LONG)',
 'vin': 'WDF63981323207472',
 'year': 2006}
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN06%2520VJM%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Saving data for BN06%20VJM: {'auction_closing_time': 1774951200.0, 'created_time': 1774448098.53176, 'last_price_update_time': 1774765446.329224}
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN06%2520VJM') HTTP/1.1" 204 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: HX23%20XLV
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLV%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for HX23%20XLV: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: BK22%20DVC
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DVC%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for BK22%20DVC: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: LO22%20JPF
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520JPF%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for LO22%20JPF: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: LA70%20EFL
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520EFL%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for LA70%20EFL: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: HV23%20NYR
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520NYR%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for HV23%20NYR: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: LO71%20TMV
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO71%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for LO71%20TMV: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: RK71%20CHO
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520CHO%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for RK71%20CHO: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: LM67%20OZN
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM67%2520OZN%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for LM67%20OZN: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: HY24%20BLK
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY24%2520BLK%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for HY24%20BLK: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: HX13%20ENE
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for HX13%20ENE: 2
2026-03-29 06:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE
2026-03-29 06:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677f66b4-3281-5d1c-8ab8-882837da5f19 with scrape type 2
2026-03-29 06:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 677f66b4-3281-5d1c-8ab8-882837da5f19 with scrape type 2
2026-03-29 06:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 677f66b4-3281-5d1c-8ab8-882837da5f19, identifier: HX13%20ENE
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: MA71%20WNO
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA71%2520WNO%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for MA71%20WNO: 0
2026-03-29 06:24:06 [bca.uk] INFO: Found listing with ID: KP22%20XMW
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 06:24:06 [bca.uk] INFO: Scrape type for KP22%20XMW: 2
2026-03-29 06:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW
2026-03-29 06:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with scrape type 2
2026-03-29 06:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with scrape type 2
2026-03-29 06:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0, identifier: KP22%20XMW
2026-03-29 06:24:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79f7648f-1953-5b80-a94f-e8d4fd2632e6 with identifier: VF15%20SWN
2026-03-29 06:24:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79f7648f-1953-5b80-a94f-e8d4fd2632e6 with identifier: VF15%20SWN
2026-03-29 06:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79f7648f-1953-5b80-a94f-e8d4fd2632e6 with identifier: VF15%20SWN to the API
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VF15%20SWN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79f7648f-1953-5b80-a94f-e8d4fd2632e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VF15 SWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VF15%20SWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A32',
 'odometer': 90640,
 '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 AMAROK A32 2.0 BITDI 180 BMT HIGHLINE 4M-PERM CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'BITDI 180 BMT HIGHLINE 4M-PERM',
 'vin': 'WV1ZZZ2HZFA025964',
 'year': 2015}
2026-03-29 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF15%2520SWN%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Saving data for VF15%20SWN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564394.866826, 'last_price_update_time': 1774765447.001579}
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VF15%2520SWN') HTTP/1.1" 204 0
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: BN24%20HLR
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520HLR%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for BN24%20HLR: 2
2026-03-29 06:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR
2026-03-29 06:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a167c790-8801-5f61-a524-c306f0435181 with scrape type 2
2026-03-29 06:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a167c790-8801-5f61-a524-c306f0435181 with scrape type 2
2026-03-29 06:24:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a167c790-8801-5f61-a524-c306f0435181, identifier: BN24%20HLR
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: YC68%20GDH
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520GDH%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for YC68%20GDH: 0
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: EX69%20WHJ
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520WHJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for EX69%20WHJ: 0
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: NG17%20OOD
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OOD%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for NG17%20OOD: 0
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: SL20%20HZS
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL20%2520HZS%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for SL20%20HZS: 0
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: VE23%20ZSG
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE23%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for VE23%20ZSG: 2
2026-03-29 06:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG
2026-03-29 06:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with scrape type 2
2026-03-29 06:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with scrape type 2
2026-03-29 06:24:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e34b5b04-71eb-5ab3-91ce-c4805fcc7170, identifier: VE23%20ZSG
2026-03-29 06:24:07 [bca.uk] INFO: Found listing with ID: PE59%20YSU
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520YSU%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Scrape type for PE59%20YSU: 2
2026-03-29 06:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU
2026-03-29 06:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with scrape type 2
2026-03-29 06:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with scrape type 2
2026-03-29 06:24:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec, identifier: PE59%20YSU
2026-03-29 06:24:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE
2026-03-29 06:24:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE
2026-03-29 06:24:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE to the API
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '677f66b4-3281-5d1c-8ab8-882837da5f19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX13 ENE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX13%20ENE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'SCOUT',
 'odometer': 41169,
 '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': 'AUTO-TRAIL SCOUT 3.0 MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'MOTORHOME',
 'vin': 'ZFA25000002340695',
 'year': 2013}
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:24:07 [bca.uk] INFO: Saving data for HX13%20ENE: {'auction_closing_time': 1775124000.0, 'created_time': 1774563781.982062, 'last_price_update_time': 1774765447.776885}
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX13%2520ENE') HTTP/1.1" 204 0
2026-03-29 06:24:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW
2026-03-29 06:24:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW
2026-03-29 06:24:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW to the API
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP22%20XMW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9c0f5dbf-f495-540c-9473-ff61ff7abbd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP22 XMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP22%20XMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 27446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ 5 125KW 58KWH SE CONNECT Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 58KWH SE CONNECT',
 'vin': 'KMHKM81BUNU061665',
 'year': 2022}
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XMW%27 HTTP/1.1" 200 None
2026-03-29 06:24:08 [bca.uk] INFO: Saving data for KP22%20XMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563893.503164, 'last_price_update_time': 1774765448.058}
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520XMW') HTTP/1.1" 204 0
2026-03-29 06:24:08 [bca.uk] INFO: Found listing with ID: BK23%20XKA
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 06:24:08 [bca.uk] INFO: Scrape type for BK23%20XKA: 2
2026-03-29 06:24:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d463b018-a07f-5b62-a109-689662ec35bc with identifier: BK23%20XKA
2026-03-29 06:24:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d463b018-a07f-5b62-a109-689662ec35bc with scrape type 2
2026-03-29 06:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d463b018-a07f-5b62-a109-689662ec35bc with scrape type 2
2026-03-29 06:24:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d463b018-a07f-5b62-a109-689662ec35bc, identifier: BK23%20XKA
2026-03-29 06:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR
2026-03-29 06:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR
2026-03-29 06:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR to the API
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN24%20HLR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a167c790-8801-5f61-a524-c306f0435181',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN24 HLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN24%20HLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 50832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 DYNAMIC HSE',
 'vin': 'SALRA2AW7R2499022',
 'year': 2024}
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520HLR%27 HTTP/1.1" 200 None
2026-03-29 06:24:08 [bca.uk] INFO: Saving data for BN24%20HLR: {'auction_closing_time': 1775124000.0, 'created_time': 1774564333.718171, 'last_price_update_time': 1774765448.449206}
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN24%2520HLR') HTTP/1.1" 204 0
2026-03-29 06:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG
2026-03-29 06:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG
2026-03-29 06:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG to the API
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE23%20ZSG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e34b5b04-71eb-5ab3-91ce-c4805fcc7170',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE23 ZSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE23%20ZSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 22909,
 '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 2.0 TSI 320 R 4MOTION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 320 R 4MOTION DSG',
 'vin': 'WVWZZZCD0PW206409',
 'year': 2023}
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE23%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 06:24:08 [bca.uk] INFO: Saving data for VE23%20ZSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477075.433421, 'last_price_update_time': 1774765448.735846}
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE23%2520ZSG') HTTP/1.1" 204 0
2026-03-29 06:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU
2026-03-29 06:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU
2026-03-29 06:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU to the API
2026-03-29 06:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE59%20YSU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10abf5eb-51aa-51bd-bfbf-ae9b067be7ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE59 YSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE59%20YSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XK',
 'odometer': 92201,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XK 5.0 V8 PORTFOLIO Convertible',
 'transmission': 'automatic',
 'trim': 'V8 PORTFOLIO',
 'vin': 'SAJAC46P1ALB35306',
 'year': 2009}
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520YSU%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Saving data for PE59%20YSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774477134.024732, 'last_price_update_time': 1774765449.026242}
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE59%2520YSU') HTTP/1.1" 204 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: BV24%20ZNU
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ZNU%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for BV24%20ZNU: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: NX13%20CEN
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520CEN%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for NX13%20CEN: 2
2026-03-29 06:24:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN
2026-03-29 06:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9b15e75-9a41-5d87-8094-6b89ba2b26cb with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9b15e75-9a41-5d87-8094-6b89ba2b26cb with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9b15e75-9a41-5d87-8094-6b89ba2b26cb, identifier: NX13%20CEN
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: DE24%20EUL
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520EUL%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for DE24%20EUL: 2
2026-03-29 06:24:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL
2026-03-29 06:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a48e63b-c2e7-5644-a54e-6cfe1112e839, identifier: DE24%20EUL
2026-03-29 06:24:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d463b018-a07f-5b62-a109-689662ec35bc with identifier: BK23%20XKA
2026-03-29 06:24:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d463b018-a07f-5b62-a109-689662ec35bc with identifier: BK23%20XKA
2026-03-29 06:24:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d463b018-a07f-5b62-a109-689662ec35bc with identifier: BK23%20XKA to the API
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 206,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20XKA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd463b018-a07f-5b62-a109-689662ec35bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK23 XKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20XKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 119',
 'odometer': 41246,
 '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 VITO 119 2.0 CDI L2 RWD PREMIUM 9G CrewCab Van',
 'transmission': 'automatic',
 'trim': 'CDI L2 RWD PREMIUM 9G',
 'vin': 'W1VVMFEZ4P4229393',
 'year': 2023}
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Saving data for BK23%20XKA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564399.920813, 'last_price_update_time': 1774765449.543918}
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520XKA') HTTP/1.1" 204 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: VO22%20HGD
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HGD%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for VO22%20HGD: 2
2026-03-29 06:24:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD
2026-03-29 06:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 335fefb9-f638-5807-8c45-b20135455329 with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 335fefb9-f638-5807-8c45-b20135455329 with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 335fefb9-f638-5807-8c45-b20135455329, identifier: VO22%20HGD
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: BW72%20AUF
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520AUF%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for BW72%20AUF: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: NL72%20XGO
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XGO%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for NL72%20XGO: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: RXZ%207784
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25207784%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for RXZ%207784: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: ST68%20LBU
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520LBU%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for ST68%20LBU: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: RV18%20UZS
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520UZS%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for RV18%20UZS: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: PY21%20DWM
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY21%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for PY21%20DWM: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: ND65%20FNR
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND65%2520FNR%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for ND65%20FNR: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: KM23%20LRZ
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520LRZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for KM23%20LRZ: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: LY72%20MWK
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for LY72%20MWK: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: EN71%20UBA
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UBA%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for EN71%20UBA: 0
2026-03-29 06:24:09 [bca.uk] INFO: Found listing with ID: GY23%20CTX
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CTX%27 HTTP/1.1" 200 None
2026-03-29 06:24:09 [bca.uk] INFO: Scrape type for GY23%20CTX: 2
2026-03-29 06:24:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX
2026-03-29 06:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with scrape type 2
2026-03-29 06:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with scrape type 2
2026-03-29 06:24:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335, identifier: GY23%20CTX
2026-03-29 06:24:10 [bca.uk] INFO: Found listing with ID: OY61%20VGN
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520VGN%27 HTTP/1.1" 200 None
2026-03-29 06:24:10 [bca.uk] INFO: Scrape type for OY61%20VGN: 2
2026-03-29 06:24:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0ff5839-5ad1-5d26-b488-38fb69ac43bf with identifier: OY61%20VGN
2026-03-29 06:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0ff5839-5ad1-5d26-b488-38fb69ac43bf with scrape type 2
2026-03-29 06:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0ff5839-5ad1-5d26-b488-38fb69ac43bf with scrape type 2
2026-03-29 06:24:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0ff5839-5ad1-5d26-b488-38fb69ac43bf, identifier: OY61%20VGN
2026-03-29 06:24:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN
2026-03-29 06:24:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN
2026-03-29 06:24:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN to the API
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX13%20CEN-GB',
 'category': 'Motorhome',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9b15e75-9a41-5d87-8094-6b89ba2b26cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX13 CEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX13%20CEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'APPROACH',
 'odometer': 38695,
 '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': 'BAILEY APPROACH 2.2 760 SE MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '760 SE MOTORHOME',
 'vin': 'VF3YCTMAU12361331',
 'year': 2013}
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520CEN%27 HTTP/1.1" 200 None
2026-03-29 06:24:10 [bca.uk] INFO: Saving data for NX13%20CEN: {'auction_closing_time': 1775124000.0, 'created_time': 1774651762.382192, 'last_price_update_time': 1774765450.468717}
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX13%2520CEN') HTTP/1.1" 204 0
2026-03-29 06:24:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL
2026-03-29 06:24:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL
2026-03-29 06:24:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL to the API
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20EUL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0a48e63b-c2e7-5644-a54e-6cfe1112e839',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE24 EUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20EUL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 16890,
 '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.4 125/52 LIFE ED.PURE PERF(110KC Hatchback',
 'transmission': 'automatic',
 'trim': '125/52 LIFE ED.PURE PERF(110KC',
 'vin': 'WVGZZZE21RE015100',
 'year': 2024}
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520EUL%27 HTTP/1.1" 200 None
2026-03-29 06:24:10 [bca.uk] INFO: Saving data for DE24%20EUL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563868.073938, 'last_price_update_time': 1774765450.853082}
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520EUL') HTTP/1.1" 204 0
2026-03-29 06:24:10 [bca.uk] INFO: Found listing with ID: FL72%20MLK
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:24:10 [bca.uk] INFO: Scrape type for FL72%20MLK: 2
2026-03-29 06:24:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52ef4926-361e-594b-b144-3d644e5b68d8 with identifier: FL72%20MLK
2026-03-29 06:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52ef4926-361e-594b-b144-3d644e5b68d8 with scrape type 2
2026-03-29 06:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52ef4926-361e-594b-b144-3d644e5b68d8 with scrape type 2
2026-03-29 06:24:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52ef4926-361e-594b-b144-3d644e5b68d8, identifier: FL72%20MLK
2026-03-29 06:24:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD
2026-03-29 06:24:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD
2026-03-29 06:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD to the API
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20HGD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '335fefb9-f638-5807-8c45-b20135455329',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO22 HGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20HGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 62406,
 'odometer_reading_unit': '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 VIVARO 2700 1.5 D 120 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 DYNAMIC L1 H1',
 'vin': 'VXEVBYHVMM7866852',
 'year': 2022}
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HGD%27 HTTP/1.1" 200 None
2026-03-29 06:24:11 [bca.uk] INFO: Saving data for VO22%20HGD: {'auction_closing_time': 1774951200.0, 'created_time': 1773839596.319803, 'last_price_update_time': 1774765451.243536}
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520HGD') HTTP/1.1" 204 0
2026-03-29 06:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX
2026-03-29 06:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX
2026-03-29 06:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX to the API
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20CTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 CTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20CTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 14252,
 '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 PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREMIUM',
 'vin': 'W1N9N0CBXPJ063738',
 'year': 2023}
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CTX%27 HTTP/1.1" 200 None
2026-03-29 06:24:11 [bca.uk] INFO: Saving data for GY23%20CTX: {'auction_closing_time': 1774864800.0, 'created_time': 1773821061.592517, 'last_price_update_time': 1774765451.518948}
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520CTX') HTTP/1.1" 204 0
2026-03-29 06:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0ff5839-5ad1-5d26-b488-38fb69ac43bf with identifier: OY61%20VGN
2026-03-29 06:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0ff5839-5ad1-5d26-b488-38fb69ac43bf with identifier: OY61%20VGN
2026-03-29 06:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0ff5839-5ad1-5d26-b488-38fb69ac43bf with identifier: OY61%20VGN to the API
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY61%20VGN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd0ff5839-5ad1-5d26-b488-38fb69ac43bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY61 VGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY61%20VGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 80219,
 '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 MICRA 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'MDHFBUK13U0078517',
 'year': 2011}
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520VGN%27 HTTP/1.1" 200 None
2026-03-29 06:24:11 [bca.uk] INFO: Saving data for OY61%20VGN: {'auction_closing_time': 1774778400.0, 'created_time': 1774448874.648912, 'last_price_update_time': 1774765451.85244}
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY61%2520VGN') HTTP/1.1" 204 0
2026-03-29 06:24:11 [scrapy.extensions.logstats] INFO: Crawled 121 pages (at 2 pages/min), scraped 2661 items (at 142 items/min)
2026-03-29 06:24:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:24:11 [bca.uk] INFO: Found listing with ID: BT24%20KGA
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520KGA%27 HTTP/1.1" 200 None
2026-03-29 06:24:11 [bca.uk] INFO: Scrape type for BT24%20KGA: 2
2026-03-29 06:24:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA
2026-03-29 06:24:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 534d703b-1394-53a9-a041-adb968d207ec with scrape type 2
2026-03-29 06:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 534d703b-1394-53a9-a041-adb968d207ec with scrape type 2
2026-03-29 06:24:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 534d703b-1394-53a9-a041-adb968d207ec, identifier: BT24%20KGA
2026-03-29 06:24:12 [bca.uk] INFO: Found listing with ID: NL22%20NWN
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520NWN%27 HTTP/1.1" 200 None
2026-03-29 06:24:12 [bca.uk] INFO: Scrape type for NL22%20NWN: 2
2026-03-29 06:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN
2026-03-29 06:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3219c45b-9086-5b85-96a2-5d67c6c3b346 with scrape type 2
2026-03-29 06:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3219c45b-9086-5b85-96a2-5d67c6c3b346 with scrape type 2
2026-03-29 06:24:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3219c45b-9086-5b85-96a2-5d67c6c3b346, identifier: NL22%20NWN
2026-03-29 06:24:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52ef4926-361e-594b-b144-3d644e5b68d8 with identifier: FL72%20MLK
2026-03-29 06:24:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52ef4926-361e-594b-b144-3d644e5b68d8 with identifier: FL72%20MLK
2026-03-29 06:24:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52ef4926-361e-594b-b144-3d644e5b68d8 with identifier: FL72%20MLK to the API
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL72%20MLK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52ef4926-361e-594b-b144-3d644e5b68d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL72 MLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL72%20MLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 92498,
 'odometer_reading_unit': '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 L2 ChassisCab',
 'transmission': 'manual',
 'trim': 'EBL 130 L2',
 'vin': 'WF0DXXTTRDNU57929',
 'year': 2022}
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:24:12 [bca.uk] INFO: Saving data for FL72%20MLK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564358.353405, 'last_price_update_time': 1774765452.956121}
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL72%2520MLK') HTTP/1.1" 204 0
2026-03-29 06:24:12 [bca.uk] INFO: Found listing with ID: AY66%20LGA
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 06:24:12 [bca.uk] INFO: Scrape type for AY66%20LGA: 2
2026-03-29 06:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2040d85-2896-5d9f-8ddc-1a66632774bf with identifier: AY66%20LGA
2026-03-29 06:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2040d85-2896-5d9f-8ddc-1a66632774bf with scrape type 2
2026-03-29 06:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2040d85-2896-5d9f-8ddc-1a66632774bf with scrape type 2
2026-03-29 06:24:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2040d85-2896-5d9f-8ddc-1a66632774bf, identifier: AY66%20LGA
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: LR20%20DKY
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520DKY%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for LR20%20DKY: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: BD70%20XDL
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520XDL%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for BD70%20XDL: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: DC18%20OMJ
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OMJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for DC18%20OMJ: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: GY20%20ORS
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520ORS%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for GY20%20ORS: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: RV72%20YNL
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520YNL%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for RV72%20YNL: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: HT19%20YOF
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for HT19%20YOF: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: WD72%20HNU
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520HNU%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for WD72%20HNU: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: BJ23%20RXU
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520RXU%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for BJ23%20RXU: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: BW73%20YNC
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520YNC%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for BW73%20YNC: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: FE70%20KJY
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520KJY%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for FE70%20KJY: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: SA73%20NPD
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520NPD%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for SA73%20NPD: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: YB23%20WBV
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520WBV%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for YB23%20WBV: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: YC23%20GUA
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for YC23%20GUA: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: YR20%20FUM
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520FUM%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for YR20%20FUM: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: AH51%20RUS
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH51%2520RUS%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for AH51%20RUS: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: MT65%20EFR
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520EFR%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for MT65%20EFR: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: AP71%20FJO
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for AP71%20FJO: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: KV70%20LKX
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LKX%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for KV70%20LKX: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: FA19%20SDZ
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for FA19%20SDZ: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: LP72%20RMV
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for LP72%20RMV: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: EJ23%20NAE
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520NAE%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for EJ23%20NAE: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: LM23%20VGU
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VGU%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for LM23%20VGU: 0
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: EJ71%20BKF
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for EJ71%20BKF: 2
2026-03-29 06:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF
2026-03-29 06:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with scrape type 2
2026-03-29 06:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with scrape type 2
2026-03-29 06:24:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436, identifier: EJ71%20BKF
2026-03-29 06:24:13 [bca.uk] INFO: Found listing with ID: YP63%20DYH
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP63%2520DYH%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Scrape type for YP63%20DYH: 2
2026-03-29 06:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f965ec7-b2b5-5312-b56e-a857e1e20900 with identifier: YP63%20DYH
2026-03-29 06:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f965ec7-b2b5-5312-b56e-a857e1e20900 with scrape type 2
2026-03-29 06:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f965ec7-b2b5-5312-b56e-a857e1e20900 with scrape type 2
2026-03-29 06:24:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f965ec7-b2b5-5312-b56e-a857e1e20900, identifier: YP63%20DYH
2026-03-29 06:24:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA
2026-03-29 06:24:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA
2026-03-29 06:24:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA to the API
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20KGA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '534d703b-1394-53a9-a041-adb968d207ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT24 KGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20KGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 35251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD DYNAMIC HSE',
 'vin': 'SALZA2AT7RH256829',
 'year': 2024}
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520KGA%27 HTTP/1.1" 200 None
2026-03-29 06:24:13 [bca.uk] INFO: Saving data for BT24%20KGA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563803.619044, 'last_price_update_time': 1774765453.934485}
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520KGA') HTTP/1.1" 204 0
2026-03-29 06:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN
2026-03-29 06:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN
2026-03-29 06:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN to the API
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL22%20NWN-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': '3219c45b-9086-5b85-96a2-5d67c6c3b346',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL22 NWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20NWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 15954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION',
 'vin': 'YV1XZBWVFN2762741',
 'year': 2022}
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520NWN%27 HTTP/1.1" 200 None
2026-03-29 06:24:14 [bca.uk] INFO: Saving data for NL22%20NWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563859.692011, 'last_price_update_time': 1774765454.32213}
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520NWN') HTTP/1.1" 204 0
2026-03-29 06:24:14 [bca.uk] INFO: Found listing with ID: KW73%20UBC
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 06:24:14 [bca.uk] INFO: Scrape type for KW73%20UBC: 2
2026-03-29 06:24:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b031ad8-24b3-5f07-aa25-42baad6e7802 with identifier: KW73%20UBC
2026-03-29 06:24:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b031ad8-24b3-5f07-aa25-42baad6e7802 with scrape type 2
2026-03-29 06:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b031ad8-24b3-5f07-aa25-42baad6e7802 with scrape type 2
2026-03-29 06:24:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b031ad8-24b3-5f07-aa25-42baad6e7802, identifier: KW73%20UBC
2026-03-29 06:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2040d85-2896-5d9f-8ddc-1a66632774bf with identifier: AY66%20LGA
2026-03-29 06:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2040d85-2896-5d9f-8ddc-1a66632774bf with identifier: AY66%20LGA
2026-03-29 06:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2040d85-2896-5d9f-8ddc-1a66632774bf with identifier: AY66%20LGA to the API
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY66%20LGA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2040d85-2896-5d9f-8ddc-1a66632774bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY66 LGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY66%20LGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 24383,
 '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 110 ALLURE EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 ALLURE EAT6',
 'vin': 'VF3CAHNZTGW050953',
 'year': 2016}
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 06:24:14 [bca.uk] INFO: Saving data for AY66%20LGA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564265.386558, 'last_price_update_time': 1774765454.720391}
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY66%2520LGA') HTTP/1.1" 204 0
2026-03-29 06:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF
2026-03-29 06:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF
2026-03-29 06:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF to the API
2026-03-29 06:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ71%20BKF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EJ71 BKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ71%20BKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 27125,
 '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 A250 E 1.3 AMG LINE PREMIUM ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM ED.DCT',
 'vin': 'W1K1770862J332172',
 'year': 2021}
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Saving data for EJ71%20BKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774362966.69766, 'last_price_update_time': 1774765455.011361}
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520BKF') HTTP/1.1" 204 0
2026-03-29 06:24:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f965ec7-b2b5-5312-b56e-a857e1e20900 with identifier: YP63%20DYH
2026-03-29 06:24:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f965ec7-b2b5-5312-b56e-a857e1e20900 with identifier: YP63%20DYH
2026-03-29 06:24:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f965ec7-b2b5-5312-b56e-a857e1e20900 with identifier: YP63%20DYH to the API
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP63%20DYH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f965ec7-b2b5-5312-b56e-a857e1e20900',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP63 DYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP63%20DYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 47731,
 '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': 'VF7PNCFB4DR573682',
 'year': 2013}
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP63%2520DYH%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Saving data for YP63%20DYH: {'auction_closing_time': 1774778400.0, 'created_time': 1774448422.583621, 'last_price_update_time': 1774765455.294873}
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP63%2520DYH') HTTP/1.1" 204 0
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: WN23%20OXH
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Scrape type for WN23%20OXH: 2
2026-03-29 06:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH
2026-03-29 06:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with scrape type 2
2026-03-29 06:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with scrape type 2
2026-03-29 06:24:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891, identifier: WN23%20OXH
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: FL71%20JHJ
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JHJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Scrape type for FL71%20JHJ: 2
2026-03-29 06:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ
2026-03-29 06:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b1a407-ee09-52cb-b7f8-7cfa51678715 with scrape type 2
2026-03-29 06:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b1a407-ee09-52cb-b7f8-7cfa51678715 with scrape type 2
2026-03-29 06:24:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3b1a407-ee09-52cb-b7f8-7cfa51678715, identifier: FL71%20JHJ
2026-03-29 06:24:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b031ad8-24b3-5f07-aa25-42baad6e7802 with identifier: KW73%20UBC
2026-03-29 06:24:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b031ad8-24b3-5f07-aa25-42baad6e7802 with identifier: KW73%20UBC
2026-03-29 06:24:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b031ad8-24b3-5f07-aa25-42baad6e7802 with identifier: KW73%20UBC to the API
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW73%20UBC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b031ad8-24b3-5f07-aa25-42baad6e7802',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW73 UBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW73%20UBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 30601,
 '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': 'VF7VBYHRMP7871084',
 'year': 2023}
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520UBC%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Saving data for KW73%20UBC: {'auction_closing_time': 1774778400.0, 'created_time': 1774564400.278918, 'last_price_update_time': 1774765455.823467}
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520UBC') HTTP/1.1" 204 0
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: NL64%20DNF
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520DNF%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Scrape type for NL64%20DNF: 2
2026-03-29 06:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec287fcc-0131-5e03-a57c-a7d8b28c3011 with identifier: NL64%20DNF
2026-03-29 06:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec287fcc-0131-5e03-a57c-a7d8b28c3011 with scrape type 2
2026-03-29 06:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec287fcc-0131-5e03-a57c-a7d8b28c3011 with scrape type 2
2026-03-29 06:24:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec287fcc-0131-5e03-a57c-a7d8b28c3011, identifier: NL64%20DNF
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: FP24%20YBG
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP24%2520YBG%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Scrape type for FP24%20YBG: 0
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: OE23%20CWN
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520CWN%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Scrape type for OE23%20CWN: 0
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: OU71%20YLJ
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU71%2520YLJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:15 [bca.uk] INFO: Scrape type for OU71%20YLJ: 0
2026-03-29 06:24:15 [bca.uk] INFO: Found listing with ID: SP04%20RNO
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP04%2520RNO%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Scrape type for SP04%20RNO: 0
2026-03-29 06:24:16 [bca.uk] INFO: Found listing with ID: GU75%20OHA
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU75%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Scrape type for GU75%20OHA: 2
2026-03-29 06:24:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA
2026-03-29 06:24:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 351dff2b-a1b8-5e00-b3bb-057050c15e52 with scrape type 2
2026-03-29 06:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 351dff2b-a1b8-5e00-b3bb-057050c15e52 with scrape type 2
2026-03-29 06:24:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 351dff2b-a1b8-5e00-b3bb-057050c15e52, identifier: GU75%20OHA
2026-03-29 06:24:16 [bca.uk] INFO: Found listing with ID: HG10%20EHF
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG10%2520EHF%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Scrape type for HG10%20EHF: 0
2026-03-29 06:24:16 [bca.uk] INFO: Found listing with ID: SC63%20CGF
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Scrape type for SC63%20CGF: 2
2026-03-29 06:24:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 268eaf01-ec88-50bb-a73d-99ed660b2610 with identifier: SC63%20CGF
2026-03-29 06:24:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 268eaf01-ec88-50bb-a73d-99ed660b2610 with scrape type 2
2026-03-29 06:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 268eaf01-ec88-50bb-a73d-99ed660b2610 with scrape type 2
2026-03-29 06:24:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 268eaf01-ec88-50bb-a73d-99ed660b2610, identifier: SC63%20CGF
2026-03-29 06:24:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH
2026-03-29 06:24:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH
2026-03-29 06:24:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH to the API
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20OXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN23 OXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20OXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 31080,
 '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 2.0 TDI 200 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 200 GTD DSG',
 'vin': 'WVWZZZCD4PW161586',
 'year': 2023}
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Saving data for WN23%20OXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563770.488418, 'last_price_update_time': 1774765456.519583}
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520OXH') HTTP/1.1" 204 0
2026-03-29 06:24:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ
2026-03-29 06:24:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ
2026-03-29 06:24:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ to the API
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 27,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20JHJ-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': 'c3b1a407-ee09-52cb-b7f8-7cfa51678715',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL71 JHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20JHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 90955,
 '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 SUPERB 1.4 TSI IV SE L DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI IV SE L DSG',
 'vin': 'TMBKW7NP9N7009641',
 'year': 2021}
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JHJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Saving data for FL71%20JHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563879.653251, 'last_price_update_time': 1774765456.896866}
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520JHJ') HTTP/1.1" 204 0
2026-03-29 06:24:16 [bca.uk] INFO: Found listing with ID: KO16%20UDH
2026-03-29 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520UDH%27 HTTP/1.1" 200 None
2026-03-29 06:24:16 [bca.uk] INFO: Scrape type for KO16%20UDH: 2
2026-03-29 06:24:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3dffbcb-77d0-5c45-ac0a-284ae650d007 with identifier: KO16%20UDH
2026-03-29 06:24:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3dffbcb-77d0-5c45-ac0a-284ae650d007 with scrape type 2
2026-03-29 06:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3dffbcb-77d0-5c45-ac0a-284ae650d007 with scrape type 2
2026-03-29 06:24:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3dffbcb-77d0-5c45-ac0a-284ae650d007, identifier: KO16%20UDH
2026-03-29 06:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec287fcc-0131-5e03-a57c-a7d8b28c3011 with identifier: NL64%20DNF
2026-03-29 06:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec287fcc-0131-5e03-a57c-a7d8b28c3011 with identifier: NL64%20DNF
2026-03-29 06:24:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec287fcc-0131-5e03-a57c-a7d8b28c3011 with identifier: NL64%20DNF to the API
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL64%20DNF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec287fcc-0131-5e03-a57c-a7d8b28c3011',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL64 DNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL64%20DNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '320D',
 'odometer': 94697,
 '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 320D 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBA3D320X0J371237',
 'year': 2014}
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520DNF%27 HTTP/1.1" 200 None
2026-03-29 06:24:17 [bca.uk] INFO: Saving data for NL64%20DNF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564233.468405, 'last_price_update_time': 1774765457.278956}
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL64%2520DNF') HTTP/1.1" 204 0
2026-03-29 06:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA
2026-03-29 06:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA
2026-03-29 06:24:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA to the API
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU75%20OHA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '351dff2b-a1b8-5e00-b3bb-057050c15e52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU75 OHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU75%20OHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 250+',
 'odometer': 4668,
 '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 EQB 250+ 140KW 70.5KWH AMG LINE PREM+ StationWagon',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREM+',
 'vin': 'W1N9M0CB0TN157181',
 'year': 2025}
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU75%2520OHA%27 HTTP/1.1" 200 None
2026-03-29 06:24:17 [bca.uk] INFO: Saving data for GU75%20OHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774363362.544662, 'last_price_update_time': 1774765457.561051}
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU75%2520OHA') HTTP/1.1" 204 0
2026-03-29 06:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 268eaf01-ec88-50bb-a73d-99ed660b2610 with identifier: SC63%20CGF
2026-03-29 06:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 268eaf01-ec88-50bb-a73d-99ed660b2610 with identifier: SC63%20CGF
2026-03-29 06:24:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 268eaf01-ec88-50bb-a73d-99ed660b2610 with identifier: SC63%20CGF to the API
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC63%20CGF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '268eaf01-ec88-50bb-a73d-99ed660b2610',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC63 CGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC63%20CGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 71099,
 '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.6 VVT 115 EXCLUSIV 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCLUSIV 2WD S/S',
 'vin': 'W0LJC7EE6EB552251',
 'year': 2013}
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520CGF%27 HTTP/1.1" 200 None
2026-03-29 06:24:17 [bca.uk] INFO: Saving data for SC63%20CGF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476837.770069, 'last_price_update_time': 1774765457.843394}
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC63%2520CGF') HTTP/1.1" 204 0
2026-03-29 06:24:17 [bca.uk] INFO: Found listing with ID: OV23%20EOL
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EOL%27 HTTP/1.1" 200 None
2026-03-29 06:24:17 [bca.uk] INFO: Scrape type for OV23%20EOL: 2
2026-03-29 06:24:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL
2026-03-29 06:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c492389a-a397-55e9-a670-31127445837e with scrape type 2
2026-03-29 06:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c492389a-a397-55e9-a670-31127445837e with scrape type 2
2026-03-29 06:24:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c492389a-a397-55e9-a670-31127445837e, identifier: OV23%20EOL
2026-03-29 06:24:17 [bca.uk] INFO: Found listing with ID: MX21%20YYN
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520YYN%27 HTTP/1.1" 200 None
2026-03-29 06:24:17 [bca.uk] INFO: Scrape type for MX21%20YYN: 2
2026-03-29 06:24:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN
2026-03-29 06:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 172708f7-d722-5146-803d-25826616c7e1 with scrape type 2
2026-03-29 06:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 172708f7-d722-5146-803d-25826616c7e1 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 172708f7-d722-5146-803d-25826616c7e1, identifier: MX21%20YYN
2026-03-29 06:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3dffbcb-77d0-5c45-ac0a-284ae650d007 with identifier: KO16%20UDH
2026-03-29 06:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3dffbcb-77d0-5c45-ac0a-284ae650d007 with identifier: KO16%20UDH
2026-03-29 06:24:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3dffbcb-77d0-5c45-ac0a-284ae650d007 with identifier: KO16%20UDH to the API
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO16%20UDH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3dffbcb-77d0-5c45-ac0a-284ae650d007',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO16 UDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO16%20UDH&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 101446,
 '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 BERLINGO L1 1.6 HDI 75 625KG ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'HDI 75 625KG ENTERPRISE',
 'vin': 'VF77B9HN0GJ695300',
 'year': 2016}
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520UDH%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Saving data for KO16%20UDH: {'auction_closing_time': 1774778400.0, 'created_time': 1774564399.541129, 'last_price_update_time': 1774765458.338892}
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO16%2520UDH') HTTP/1.1" 204 0
2026-03-29 06:24:18 [bca.uk] INFO: Found listing with ID: WK68%20YKJ
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520YKJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Scrape type for WK68%20YKJ: 2
2026-03-29 06:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ
2026-03-29 06:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 931dec4b-8454-5966-a37f-10ea6ada4e92 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 931dec4b-8454-5966-a37f-10ea6ada4e92 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 931dec4b-8454-5966-a37f-10ea6ada4e92, identifier: WK68%20YKJ
2026-03-29 06:24:18 [bca.uk] INFO: Found listing with ID: EA15%20WLN
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA15%2520WLN%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Scrape type for EA15%20WLN: 0
2026-03-29 06:24:18 [bca.uk] INFO: Found listing with ID: AK71%20ZHP
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Scrape type for AK71%20ZHP: 2
2026-03-29 06:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP
2026-03-29 06:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 399a160a-f0ae-5015-a1a2-265ee6156a84 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 399a160a-f0ae-5015-a1a2-265ee6156a84 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 399a160a-f0ae-5015-a1a2-265ee6156a84, identifier: AK71%20ZHP
2026-03-29 06:24:18 [bca.uk] INFO: Found listing with ID: SX66%20GHH
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX66%2520GHH%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Scrape type for SX66%20GHH: 0
2026-03-29 06:24:18 [bca.uk] INFO: Found listing with ID: CO56%20LAN
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CO56%2520LAN%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Scrape type for CO56%20LAN: 2
2026-03-29 06:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec895845-8d9e-5840-a0a7-98fa549b7027 with identifier: CO56%20LAN
2026-03-29 06:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec895845-8d9e-5840-a0a7-98fa549b7027 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec895845-8d9e-5840-a0a7-98fa549b7027 with scrape type 2
2026-03-29 06:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec895845-8d9e-5840-a0a7-98fa549b7027, identifier: CO56%20LAN
2026-03-29 06:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL
2026-03-29 06:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL
2026-03-29 06:24:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL to the API
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20EOL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c492389a-a397-55e9-a670-31127445837e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 EOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20EOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 50526,
 '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': 'YSMVSEGE0PL144997',
 'year': 2023}
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EOL%27 HTTP/1.1" 200 None
2026-03-29 06:24:18 [bca.uk] INFO: Saving data for OV23%20EOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563789.599654, 'last_price_update_time': 1774765458.964787}
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520EOL') HTTP/1.1" 204 0
2026-03-29 06:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN
2026-03-29 06:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN
2026-03-29 06:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN to the API
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX21%20YYN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '172708f7-d722-5146-803d-25826616c7e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MX21 YYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX21%20YYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 52165,
 '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 3 2.0 E-SKY-G MHEV SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SE-L LUX',
 'vin': 'JM4BP6HE601202643',
 'year': 2021}
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520YYN%27 HTTP/1.1" 200 None
2026-03-29 06:24:19 [bca.uk] INFO: Saving data for MX21%20YYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563881.833222, 'last_price_update_time': 1774765459.234997}
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX21%2520YYN') HTTP/1.1" 204 0
2026-03-29 06:24:19 [bca.uk] INFO: Found listing with ID: NX11%20CMU
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520CMU%27 HTTP/1.1" 200 None
2026-03-29 06:24:19 [bca.uk] INFO: Scrape type for NX11%20CMU: 2
2026-03-29 06:24:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 260c2c28-92f6-574a-b714-55212e8fa455 with identifier: NX11%20CMU
2026-03-29 06:24:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 260c2c28-92f6-574a-b714-55212e8fa455 with scrape type 2
2026-03-29 06:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 260c2c28-92f6-574a-b714-55212e8fa455 with scrape type 2
2026-03-29 06:24:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 260c2c28-92f6-574a-b714-55212e8fa455, identifier: NX11%20CMU
2026-03-29 06:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ
2026-03-29 06:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ
2026-03-29 06:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ to the API
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK68%20YKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '931dec4b-8454-5966-a37f-10ea6ada4e92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK68 YKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK68%20YKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 71282,
 'odometer_reading_unit': '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 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 115 ACENTA PREMIUM',
 'vin': 'SJNFAAJ11U2460779',
 'year': 2019}
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520YKJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:19 [bca.uk] INFO: Saving data for WK68%20YKJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931310.703434, 'last_price_update_time': 1774765459.632961}
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK68%2520YKJ') HTTP/1.1" 204 0
2026-03-29 06:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP
2026-03-29 06:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP
2026-03-29 06:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP to the API
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK71%20ZHP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '399a160a-f0ae-5015-a1a2-265ee6156a84',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK71 ZHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK71%20ZHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 62402,
 '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 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB3MC406015',
 'year': 2021}
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZHP%27 HTTP/1.1" 200 None
2026-03-29 06:24:19 [bca.uk] INFO: Saving data for AK71%20ZHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363193.87201, 'last_price_update_time': 1774765459.908831}
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK71%2520ZHP') HTTP/1.1" 204 0
2026-03-29 06:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec895845-8d9e-5840-a0a7-98fa549b7027 with identifier: CO56%20LAN
2026-03-29 06:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec895845-8d9e-5840-a0a7-98fa549b7027 with identifier: CO56%20LAN
2026-03-29 06:24:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec895845-8d9e-5840-a0a7-98fa549b7027 with identifier: CO56%20LAN to the API
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CO56%20LAN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec895845-8d9e-5840-a0a7-98fa549b7027',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CO56 LAN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CO56%20LAN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 81752,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC EDITION',
 'vin': 'WF05XXGCC5HP10590',
 'year': 2017}
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CO56%2520LAN%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Saving data for CO56%20LAN: {'auction_closing_time': 1774778400.0, 'created_time': 1774476846.229912, 'last_price_update_time': 1774765460.194528}
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CO56%2520LAN') HTTP/1.1" 204 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: AD17%20HLF
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD17%2520HLF%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for AD17%20HLF: 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: YH71%20MGJ
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520MGJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for YH71%20MGJ: 2
2026-03-29 06:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ
2026-03-29 06:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with scrape type 2
2026-03-29 06:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with scrape type 2
2026-03-29 06:24:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb, identifier: YH71%20MGJ
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: YX23%20KFJ
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX23%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for YX23%20KFJ: 2
2026-03-29 06:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ
2026-03-29 06:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with scrape type 2
2026-03-29 06:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with scrape type 2
2026-03-29 06:24:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff53d137-b8f2-57ac-a99e-7450f5da9ed0, identifier: YX23%20KFJ
2026-03-29 06:24:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 260c2c28-92f6-574a-b714-55212e8fa455 with identifier: NX11%20CMU
2026-03-29 06:24:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 260c2c28-92f6-574a-b714-55212e8fa455 with identifier: NX11%20CMU
2026-03-29 06:24:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 260c2c28-92f6-574a-b714-55212e8fa455 with identifier: NX11%20CMU to the API
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX11%20CMU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '260c2c28-92f6-574a-b714-55212e8fa455',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX11 CMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX11%20CMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FIAT',
 'model': 'DOBLO CARGO',
 'odometer': 164310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO CARGO 1.3 M/JET SWB Van',
 'transmission': 'manual',
 'trim': 'M/JET SWB',
 'vin': 'ZFA26300009090788',
 'year': 2011}
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520CMU%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Saving data for NX11%20CMU: {'auction_closing_time': 1774778400.0, 'created_time': 1774564345.896554, 'last_price_update_time': 1774765460.693826}
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX11%2520CMU') HTTP/1.1" 204 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: BX16%20BSV
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX16%2520BSV%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for BX16%20BSV: 2
2026-03-29 06:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 296d0940-40d4-56e9-9732-ba012366c43b with identifier: BX16%20BSV
2026-03-29 06:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 296d0940-40d4-56e9-9732-ba012366c43b with scrape type 2
2026-03-29 06:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 296d0940-40d4-56e9-9732-ba012366c43b with scrape type 2
2026-03-29 06:24:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 296d0940-40d4-56e9-9732-ba012366c43b, identifier: BX16%20BSV
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: WM71%20BRZ
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520BRZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for WM71%20BRZ: 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: LS70%20VFV
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520VFV%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for LS70%20VFV: 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: SJ24%20BHO
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ24%2520BHO%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for SJ24%20BHO: 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: GY23%20FXZ
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520FXZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for GY23%20FXZ: 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: HX23%20XLL
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLL%27 HTTP/1.1" 200 None
2026-03-29 06:24:20 [bca.uk] INFO: Scrape type for HX23%20XLL: 0
2026-03-29 06:24:20 [bca.uk] INFO: Found listing with ID: RO14%20VUA
2026-03-29 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for RO14%20VUA: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: KE69%20VWU
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE69%2520VWU%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for KE69%20VWU: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: RJ13%20YOK
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520YOK%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for RJ13%20YOK: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: KN65%20UHW
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520UHW%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for KN65%20UHW: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: GF61%20TVC
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF61%2520TVC%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for GF61%20TVC: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: AX69%20GJE
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX69%2520GJE%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for AX69%20GJE: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: KN68%20LUL
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LUL%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for KN68%20LUL: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: ND67%20AGZ
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AGZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for ND67%20AGZ: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: CX14%20LGD
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520LGD%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for CX14%20LGD: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: NA66%20UUN
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA66%2520UUN%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for NA66%20UUN: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: KF06%20VWS
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF06%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for KF06%20VWS: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: NL16%20YWD
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520YWD%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for NL16%20YWD: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: HN18%20YCO
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for HN18%20YCO: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: LG22%20XSD
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520XSD%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for LG22%20XSD: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: LG22%20YAF
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520YAF%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for LG22%20YAF: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: LH68%20CKV
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH68%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for LH68%20CKV: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: YD67%20ZCJ
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD67%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for YD67%20ZCJ: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: PX18%20UPS
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX18%2520UPS%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for PX18%20UPS: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: LS68%20DTU
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520DTU%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for LS68%20DTU: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: YJ16%20UJL
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520UJL%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for YJ16%20UJL: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: MD18%20FXV
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD18%2520FXV%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for MD18%20FXV: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: LC24%20YNP
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520YNP%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for LC24%20YNP: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: CV63%20RSU
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV63%2520RSU%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for CV63%20RSU: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: SJ68%20DTU
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ68%2520DTU%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for SJ68%20DTU: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: MW66%20PXV
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520PXV%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for MW66%20PXV: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: BL15%20KBU
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520KBU%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for BL15%20KBU: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: GJ12%20VUC
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520VUC%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for GJ12%20VUC: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: PF12%20BZX
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF12%2520BZX%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for PF12%20BZX: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: KY14%20HHP
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY14%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for KY14%20HHP: 0
2026-03-29 06:24:21 [bca.uk] INFO: Found listing with ID: PO67%20AZA
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520AZA%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Scrape type for PO67%20AZA: 2
2026-03-29 06:24:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA
2026-03-29 06:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84e9277-d736-55b5-bb09-7b6a99545349 with scrape type 2
2026-03-29 06:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84e9277-d736-55b5-bb09-7b6a99545349 with scrape type 2
2026-03-29 06:24:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d84e9277-d736-55b5-bb09-7b6a99545349, identifier: PO67%20AZA
2026-03-29 06:24:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ
2026-03-29 06:24:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ
2026-03-29 06:24:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ to the API
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH71%20MGJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa4e9b46-7a5f-512b-9c12-49a4a951d2bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH71 MGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH71%20MGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MAZDA',
 'model': 'MX-30 E',
 'odometer': 21370,
 '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': 'JMZDR1WBJ00122341',
 'year': 2021}
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520MGJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:21 [bca.uk] INFO: Saving data for YH71%20MGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563764.203404, 'last_price_update_time': 1774765461.856856}
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520MGJ') HTTP/1.1" 204 0
2026-03-29 06:24:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ
2026-03-29 06:24:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ
2026-03-29 06:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ to the API
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX23%20KFJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff53d137-b8f2-57ac-a99e-7450f5da9ed0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YX23 KFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX23%20KFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 16772,
 '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 XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZL1V7P1284325',
 'year': 2023}
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX23%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:22 [bca.uk] INFO: Saving data for YX23%20KFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563864.377886, 'last_price_update_time': 1774765462.237882}
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX23%2520KFJ') HTTP/1.1" 204 0
2026-03-29 06:24:22 [bca.uk] INFO: Found listing with ID: ST15%20VCW
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520VCW%27 HTTP/1.1" 200 None
2026-03-29 06:24:22 [bca.uk] INFO: Scrape type for ST15%20VCW: 2
2026-03-29 06:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e489cec9-f25c-53db-a60d-ead8dc6a1e37 with identifier: ST15%20VCW
2026-03-29 06:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e489cec9-f25c-53db-a60d-ead8dc6a1e37 with scrape type 2
2026-03-29 06:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e489cec9-f25c-53db-a60d-ead8dc6a1e37 with scrape type 2
2026-03-29 06:24:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e489cec9-f25c-53db-a60d-ead8dc6a1e37, identifier: ST15%20VCW
2026-03-29 06:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 296d0940-40d4-56e9-9732-ba012366c43b with identifier: BX16%20BSV
2026-03-29 06:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 296d0940-40d4-56e9-9732-ba012366c43b with identifier: BX16%20BSV
2026-03-29 06:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 296d0940-40d4-56e9-9732-ba012366c43b with identifier: BX16%20BSV to the API
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX16%20BSV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '296d0940-40d4-56e9-9732-ba012366c43b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX16 BSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX16%20BSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 77847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.6 TDCI 95 210 L2 L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 95 210 L2 L/R',
 'vin': 'WF0SXXWPGSGB36138',
 'year': 2016}
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX16%2520BSV%27 HTTP/1.1" 200 None
2026-03-29 06:24:22 [bca.uk] INFO: Saving data for BX16%20BSV: {'auction_closing_time': 1774778400.0, 'created_time': 1773846048.882036, 'last_price_update_time': 1774765462.74278}
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX16%2520BSV') HTTP/1.1" 204 0
2026-03-29 06:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA
2026-03-29 06:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA
2026-03-29 06:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA to the API
2026-03-29 06:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO67%20AZA-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd84e9277-d736-55b5-bb09-7b6a99545349',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO67 AZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO67%20AZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'MAJESTIC',
 'odometer': 14637,
 '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': 'ELDDIS MAJESTIC 2.0 155 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '155 MOTORHOME',
 'vin': 'VF3YC3MAU12F01998',
 'year': 2017}
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520AZA%27 HTTP/1.1" 200 None
2026-03-29 06:24:23 [bca.uk] INFO: Saving data for PO67%20AZA: {'auction_closing_time': 1775124000.0, 'created_time': 1774536435.901834, 'last_price_update_time': 1774765463.044018}
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO67%2520AZA') HTTP/1.1" 204 0
2026-03-29 06:24:23 [bca.uk] INFO: Found listing with ID: KM71%20TSU
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 06:24:23 [bca.uk] INFO: Scrape type for KM71%20TSU: 2
2026-03-29 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU
2026-03-29 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcce9d2a-052c-5432-8640-4702483c505a with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcce9d2a-052c-5432-8640-4702483c505a with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcce9d2a-052c-5432-8640-4702483c505a, identifier: KM71%20TSU
2026-03-29 06:24:23 [bca.uk] INFO: Found listing with ID: YR22%20LVT
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVT%27 HTTP/1.1" 200 None
2026-03-29 06:24:23 [bca.uk] INFO: Scrape type for YR22%20LVT: 2
2026-03-29 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT
2026-03-29 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2, identifier: YR22%20LVT
2026-03-29 06:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e489cec9-f25c-53db-a60d-ead8dc6a1e37 with identifier: ST15%20VCW
2026-03-29 06:24:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e489cec9-f25c-53db-a60d-ead8dc6a1e37 with identifier: ST15%20VCW
2026-03-29 06:24:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e489cec9-f25c-53db-a60d-ead8dc6a1e37 with identifier: ST15%20VCW to the API
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST15%20VCW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e489cec9-f25c-53db-a60d-ead8dc6a1e37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST15 VCW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST15%20VCW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'DISPATCH 1200KG',
 'odometer': 90067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1200KG 2.0 HDI 125 L2 H1 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 125 L2 H1 ENTERPRISE',
 'vin': 'VF7XUAHZ8FZ034947',
 'year': 2015}
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520VCW%27 HTTP/1.1" 200 None
2026-03-29 06:24:23 [bca.uk] INFO: Saving data for ST15%20VCW: {'auction_closing_time': 1774778400.0, 'created_time': 1774564377.007169, 'last_price_update_time': 1774765463.551516}
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST15%2520VCW') HTTP/1.1" 204 0
2026-03-29 06:24:23 [bca.uk] INFO: Found listing with ID: FG66%20RZD
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520RZD%27 HTTP/1.1" 200 None
2026-03-29 06:24:23 [bca.uk] INFO: Scrape type for FG66%20RZD: 2
2026-03-29 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e2b9c06-f8c2-59cf-8ea0-415396438158 with identifier: FG66%20RZD
2026-03-29 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e2b9c06-f8c2-59cf-8ea0-415396438158 with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e2b9c06-f8c2-59cf-8ea0-415396438158 with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e2b9c06-f8c2-59cf-8ea0-415396438158, identifier: FG66%20RZD
2026-03-29 06:24:23 [bca.uk] INFO: Found listing with ID: GJ66%20TWK
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520TWK%27 HTTP/1.1" 200 None
2026-03-29 06:24:23 [bca.uk] INFO: Scrape type for GJ66%20TWK: 2
2026-03-29 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK
2026-03-29 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78476ad3-12e1-5c65-bffd-cc3702795c45 with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78476ad3-12e1-5c65-bffd-cc3702795c45 with scrape type 2
2026-03-29 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78476ad3-12e1-5c65-bffd-cc3702795c45, identifier: GJ66%20TWK
2026-03-29 06:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU
2026-03-29 06:24:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU
2026-03-29 06:24:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU to the API
2026-03-29 06:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20TSU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dcce9d2a-052c-5432-8640-4702483c505a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM71 TSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20TSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 43173,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE3NB001610',
 'year': 2021}
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520TSU%27 HTTP/1.1" 200 None
2026-03-29 06:24:24 [bca.uk] INFO: Saving data for KM71%20TSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563763.064537, 'last_price_update_time': 1774765464.039266}
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520TSU') HTTP/1.1" 204 0
2026-03-29 06:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT
2026-03-29 06:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT
2026-03-29 06:24:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT to the API
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20LVT-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': '9f0c0890-5f8f-584a-b9a5-f262c8f2cce2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 LVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20LVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 68100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2759807',
 'year': 2022}
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVT%27 HTTP/1.1" 200 None
2026-03-29 06:24:24 [bca.uk] INFO: Saving data for YR22%20LVT: {'auction_closing_time': 1775124000.0, 'created_time': 1774564723.737113, 'last_price_update_time': 1774765464.324858}
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520LVT') HTTP/1.1" 204 0
2026-03-29 06:24:24 [bca.uk] INFO: Found listing with ID: BK22%20KCA
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-29 06:24:24 [bca.uk] INFO: Scrape type for BK22%20KCA: 2
2026-03-29 06:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA
2026-03-29 06:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with scrape type 2
2026-03-29 06:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with scrape type 2
2026-03-29 06:24:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6, identifier: BK22%20KCA
2026-03-29 06:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e2b9c06-f8c2-59cf-8ea0-415396438158 with identifier: FG66%20RZD
2026-03-29 06:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e2b9c06-f8c2-59cf-8ea0-415396438158 with identifier: FG66%20RZD
2026-03-29 06:24:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e2b9c06-f8c2-59cf-8ea0-415396438158 with identifier: FG66%20RZD to the API
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG66%20RZD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e2b9c06-f8c2-59cf-8ea0-415396438158',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG66 RZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG66%20RZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 132280,
 '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 100 290 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 100 290 SWB L/R',
 'vin': 'WF0YXXTTGYGG39094',
 'year': 2016}
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520RZD%27 HTTP/1.1" 200 None
2026-03-29 06:24:24 [bca.uk] INFO: Saving data for FG66%20RZD: {'auction_closing_time': 1774778400.0, 'created_time': 1774361232.862399, 'last_price_update_time': 1774765464.795229}
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG66%2520RZD') HTTP/1.1" 204 0
2026-03-29 06:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK
2026-03-29 06:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK
2026-03-29 06:24:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK to the API
2026-03-29 06:24:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ66%20TWK-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78476ad3-12e1-5c65-bffd-cc3702795c45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ66 TWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ66%20TWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 74139,
 '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 TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZGH133712',
 'year': 2016}
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520TWK%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Saving data for GJ66%20TWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774536435.466081, 'last_price_update_time': 1774765465.082498}
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ66%2520TWK') HTTP/1.1" 204 0
2026-03-29 06:24:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:24:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:24:25 [bca.uk] INFO: Found listing with ID: LT60%20TJU
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT60%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Scrape type for LT60%20TJU: 2
2026-03-29 06:24:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU
2026-03-29 06:24:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b05042-56ba-5305-8df6-694ff3f992cc with scrape type 2
2026-03-29 06:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b05042-56ba-5305-8df6-694ff3f992cc with scrape type 2
2026-03-29 06:24:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b05042-56ba-5305-8df6-694ff3f992cc, identifier: LT60%20TJU
2026-03-29 06:24:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA
2026-03-29 06:24:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA
2026-03-29 06:24:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA to the API
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20KCA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ab8f073-7fe8-54e8-a2bf-44583c2088d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK22 KCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20KCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 43415,
 'odometer_reading_unit': '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 PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNY39043',
 'year': 2022}
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Saving data for BK22%20KCA: {'auction_closing_time': 1774951200.0, 'created_time': 1774477281.984277, 'last_price_update_time': 1774765465.463409}
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520KCA') HTTP/1.1" 204 0
2026-03-29 06:24:25 [bca.uk] INFO: Found listing with ID: PL63%20FWT
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520FWT%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Scrape type for PL63%20FWT: 0
2026-03-29 06:24:25 [bca.uk] INFO: Found listing with ID: VN16%20XUB
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XUB%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Scrape type for VN16%20XUB: 2
2026-03-29 06:24:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB
2026-03-29 06:24:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4644ee3-67c4-5f7b-9f71-98701b8b978e with scrape type 2
2026-03-29 06:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4644ee3-67c4-5f7b-9f71-98701b8b978e with scrape type 2
2026-03-29 06:24:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4644ee3-67c4-5f7b-9f71-98701b8b978e, identifier: VN16%20XUB
2026-03-29 06:24:25 [bca.uk] INFO: Found listing with ID: NX11%20EFC
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520EFC%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Scrape type for NX11%20EFC: 2
2026-03-29 06:24:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC
2026-03-29 06:24:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with scrape type 2
2026-03-29 06:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with scrape type 2
2026-03-29 06:24:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab, identifier: NX11%20EFC
2026-03-29 06:24: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:24:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU
2026-03-29 06:24:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU
2026-03-29 06:24:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU to the API
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT60%20TJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78b05042-56ba-5305-8df6-694ff3f992cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT60 TJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT60%20TJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SUZUKI',
 'model': 'ALTO',
 'odometer': 45397,
 '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': 'SUZUKI ALTO 1.0 SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ3',
 'vin': 'MA3GFC31S00225180',
 'year': 2010}
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT60%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:24:25 [bca.uk] INFO: Saving data for LT60%20TJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774563938.749459, 'last_price_update_time': 1774765465.997095}
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT60%2520TJU') HTTP/1.1" 204 0
2026-03-29 06:24:26 [bca.uk] INFO: Found listing with ID: AP16%20OYK
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP16%2520OYK%27 HTTP/1.1" 200 None
2026-03-29 06:24:26 [bca.uk] INFO: Scrape type for AP16%20OYK: 2
2026-03-29 06:24:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3 with identifier: AP16%20OYK
2026-03-29 06:24:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3 with scrape type 2
2026-03-29 06:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3 with scrape type 2
2026-03-29 06:24:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3, identifier: AP16%20OYK
2026-03-29 06:24:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB
2026-03-29 06:24:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB
2026-03-29 06:24:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB to the API
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN16%20XUB-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4644ee3-67c4-5f7b-9f71-98701b8b978e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN16 XUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN16%20XUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 114537,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJBB4AN9GCY09334',
 'year': 2016}
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XUB%27 HTTP/1.1" 200 None
2026-03-29 06:24:26 [bca.uk] INFO: Saving data for VN16%20XUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774564694.419304, 'last_price_update_time': 1774765466.38813}
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN16%2520XUB') HTTP/1.1" 204 0
2026-03-29 06:24:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC
2026-03-29 06:24:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC
2026-03-29 06:24:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC to the API
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX11%20EFC-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f6f6019d-cc05-5ed3-b863-ebbbc439d4ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX11 EFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX11%20EFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'KON TIKI',
 'odometer': 50565,
 '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': 'SWIFT KON TIKI 3.0 649 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '649 MOTORHOME',
 'vin': 'ZFA25000001789162',
 'year': 2011}
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520EFC%27 HTTP/1.1" 200 None
2026-03-29 06:24:26 [bca.uk] INFO: Saving data for NX11%20EFC: {'auction_closing_time': 1775124000.0, 'created_time': 1774536433.537535, 'last_price_update_time': 1774765466.765342}
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX11%2520EFC') HTTP/1.1" 204 0
2026-03-29 06:24:26 [bca.uk] INFO: Found listing with ID: GL71%20LSF
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 06:24:26 [bca.uk] INFO: Scrape type for GL71%20LSF: 2
2026-03-29 06:24:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF
2026-03-29 06:24:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48eae63d-3944-5c82-9e1b-e35501460b29 with scrape type 2
2026-03-29 06:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48eae63d-3944-5c82-9e1b-e35501460b29 with scrape type 2
2026-03-29 06:24:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48eae63d-3944-5c82-9e1b-e35501460b29, identifier: GL71%20LSF
2026-03-29 06:24:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3 with identifier: AP16%20OYK
2026-03-29 06:24:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3 with identifier: AP16%20OYK
2026-03-29 06:24:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3 with identifier: AP16%20OYK to the API
2026-03-29 06:24:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP16%20OYK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed92dc24-11ed-5a0f-8a89-e1dd2f98dbf3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP16 OYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP16%20OYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 56718,
 '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.5 TDCI 95 SPORT Van',
 'transmission': 'manual',
 'trim': 'TDCI 95 SPORT',
 'vin': 'WF0RXXGAKRGG22606',
 'year': 2016}
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP16%2520OYK%27 HTTP/1.1" 200 None
2026-03-29 06:24:27 [bca.uk] INFO: Saving data for AP16%20OYK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564337.791263, 'last_price_update_time': 1774765467.14364}
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP16%2520OYK') HTTP/1.1" 204 0
2026-03-29 06:24:27 [bca.uk] INFO: Found listing with ID: MK23%20HHP
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 06:24:27 [bca.uk] INFO: Scrape type for MK23%20HHP: 2
2026-03-29 06:24:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP
2026-03-29 06:24:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 018cc7eb-c181-5097-8ad8-b11931fc7253 with scrape type 2
2026-03-29 06:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 018cc7eb-c181-5097-8ad8-b11931fc7253 with scrape type 2
2026-03-29 06:24:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 018cc7eb-c181-5097-8ad8-b11931fc7253, identifier: MK23%20HHP
2026-03-29 06:24:27 [bca.uk] INFO: Found listing with ID: LA22%20OSL
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 06:24:27 [bca.uk] INFO: Scrape type for LA22%20OSL: 2
2026-03-29 06:24:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL
2026-03-29 06:24:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31483b5c-422f-5d20-9af3-cc746890e5b4 with scrape type 2
2026-03-29 06:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31483b5c-422f-5d20-9af3-cc746890e5b4 with scrape type 2
2026-03-29 06:24:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31483b5c-422f-5d20-9af3-cc746890e5b4, identifier: LA22%20OSL
2026-03-29 06:24:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF
2026-03-29 06:24:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF
2026-03-29 06:24:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF to the API
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL71%20LSF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '48eae63d-3944-5c82-9e1b-e35501460b29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL71 LSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL71%20LSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 30481,
 'odometer_reading_unit': '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 PASSAT 1.4 TSI GTE DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TSI GTE DSG',
 'vin': 'WVWZZZ3CZNE019153',
 'year': 2022}
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520LSF%27 HTTP/1.1" 200 None
2026-03-29 06:24:27 [bca.uk] INFO: Saving data for GL71%20LSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563935.378558, 'last_price_update_time': 1774765467.660414}
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL71%2520LSF') HTTP/1.1" 204 0
2026-03-29 06:24:27 [bca.uk] INFO: Found listing with ID: BG22%20JXV
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG22%2520JXV%27 HTTP/1.1" 200 None
2026-03-29 06:24:27 [bca.uk] INFO: Scrape type for BG22%20JXV: 2
2026-03-29 06:24:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1241cec8-2fee-57ea-991e-9d4a04f9dc98 with identifier: BG22%20JXV
2026-03-29 06:24:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1241cec8-2fee-57ea-991e-9d4a04f9dc98 with scrape type 2
2026-03-29 06:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1241cec8-2fee-57ea-991e-9d4a04f9dc98 with scrape type 2
2026-03-29 06:24:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1241cec8-2fee-57ea-991e-9d4a04f9dc98, identifier: BG22%20JXV
2026-03-29 06:24:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP
2026-03-29 06:24:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP
2026-03-29 06:24:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP to the API
2026-03-29 06:24:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK23%20HHP-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': '018cc7eb-c181-5097-8ad8-b11931fc7253',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK23 HHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK23%20HHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 15191,
 '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 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5059306',
 'year': 2023}
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-29 06:24:28 [bca.uk] INFO: Saving data for MK23%20HHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774476447.354971, 'last_price_update_time': 1774765468.094347}
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520HHP') HTTP/1.1" 204 0
2026-03-29 06:24:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL
2026-03-29 06:24:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL
2026-03-29 06:24:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL to the API
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA22%20OSL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '31483b5c-422f-5d20-9af3-cc746890e5b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA22 OSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA22%20OSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 20069,
 'odometer_reading_unit': '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': 'WMW12DJ0002T23535',
 'year': 2022}
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 06:24:28 [bca.uk] INFO: Saving data for LA22%20OSL: {'auction_closing_time': 1774951200.0, 'created_time': 1774536430.991254, 'last_price_update_time': 1774765468.376728}
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA22%2520OSL') HTTP/1.1" 204 0
2026-03-29 06:24:28 [bca.uk] INFO: Found listing with ID: DY22%20HZH
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HZH%27 HTTP/1.1" 200 None
2026-03-29 06:24:28 [bca.uk] INFO: Scrape type for DY22%20HZH: 2
2026-03-29 06:24:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH
2026-03-29 06:24:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with scrape type 2
2026-03-29 06:24:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with scrape type 2
2026-03-29 06:24:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d53ceaf9-60fb-5188-9b81-3d93df4ebb69, identifier: DY22%20HZH
2026-03-29 06:24:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1241cec8-2fee-57ea-991e-9d4a04f9dc98 with identifier: BG22%20JXV
2026-03-29 06:24:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1241cec8-2fee-57ea-991e-9d4a04f9dc98 with identifier: BG22%20JXV
2026-03-29 06:24:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1241cec8-2fee-57ea-991e-9d4a04f9dc98 with identifier: BG22%20JXV to the API
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG22%20JXV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1241cec8-2fee-57ea-991e-9d4a04f9dc98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG22 JXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG22%20JXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 117303,
 'odometer_reading_unit': '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 TRANSPORTER T28 2.0 TDI 150 LWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 LWB H/L',
 'vin': 'WV1ZZZ7HZNH089178',
 'year': 2022}
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG22%2520JXV%27 HTTP/1.1" 200 None
2026-03-29 06:24:28 [bca.uk] INFO: Saving data for BG22%20JXV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564381.116331, 'last_price_update_time': 1774765468.803623}
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG22%2520JXV') HTTP/1.1" 204 0
2026-03-29 06:24:28 [bca.uk] INFO: Found listing with ID: EA68%20MUV
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 06:24:28 [bca.uk] INFO: Scrape type for EA68%20MUV: 2
2026-03-29 06:24:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV
2026-03-29 06:24:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32b7928-3fe2-598d-804d-2c793caffeaa with scrape type 2
2026-03-29 06:24:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c32b7928-3fe2-598d-804d-2c793caffeaa with scrape type 2
2026-03-29 06:24:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c32b7928-3fe2-598d-804d-2c793caffeaa, identifier: EA68%20MUV
2026-03-29 06:24:28 [bca.uk] INFO: Found listing with ID: BK22%20ENX
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 06:24:28 [bca.uk] INFO: Scrape type for BK22%20ENX: 2
2026-03-29 06:24:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX
2026-03-29 06:24:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with scrape type 2
2026-03-29 06:24:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with scrape type 2
2026-03-29 06:24:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c, identifier: BK22%20ENX
2026-03-29 06:24:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH
2026-03-29 06:24:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH
2026-03-29 06:24:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH to the API
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY22%20HZH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd53ceaf9-60fb-5188-9b81-3d93df4ebb69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY22 HZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY22%20HZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 18730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1K93BE80E289418',
 'year': 2022}
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520HZH%27 HTTP/1.1" 200 None
2026-03-29 06:24:29 [bca.uk] INFO: Saving data for DY22%20HZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563940.09557, 'last_price_update_time': 1774765469.318754}
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY22%2520HZH') HTTP/1.1" 204 0
2026-03-29 06:24:29 [bca.uk] INFO: Found listing with ID: DF19%20GME
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:24:29 [bca.uk] INFO: Scrape type for DF19%20GME: 2
2026-03-29 06:24:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffcdc453-db85-5bc5-adad-b18e67d6aff5 with identifier: DF19%20GME
2026-03-29 06:24:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffcdc453-db85-5bc5-adad-b18e67d6aff5 with scrape type 2
2026-03-29 06:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffcdc453-db85-5bc5-adad-b18e67d6aff5 with scrape type 2
2026-03-29 06:24:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffcdc453-db85-5bc5-adad-b18e67d6aff5, identifier: DF19%20GME
2026-03-29 06:24:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV
2026-03-29 06:24:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV
2026-03-29 06:24:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV to the API
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA68%20MUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c32b7928-3fe2-598d-804d-2c793caffeaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA68 MUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA68%20MUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 46262,
 'odometer_reading_unit': '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.5 EBL 120 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE X',
 'vin': 'WF0NXXGCHNJB49531',
 'year': 2018}
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 06:24:29 [bca.uk] INFO: Saving data for EA68%20MUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564422.762187, 'last_price_update_time': 1774765469.755964}
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA68%2520MUV') HTTP/1.1" 204 0
2026-03-29 06:24:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX
2026-03-29 06:24:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX
2026-03-29 06:24:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX to the API
2026-03-29 06:24:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20ENX-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': '0f4816cb-007f-5fb4-a8c5-580c11a9d44c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 ENX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20ENX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 92403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGY5NA018151',
 'year': 2022}
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520ENX%27 HTTP/1.1" 200 None
2026-03-29 06:24:30 [bca.uk] INFO: Saving data for BK22%20ENX: {'auction_closing_time': 1774951200.0, 'created_time': 1774536429.681947, 'last_price_update_time': 1774765470.084296}
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520ENX') HTTP/1.1" 204 0
2026-03-29 06:24:30 [bca.uk] INFO: Found listing with ID: VO66%20UXX
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520UXX%27 HTTP/1.1" 200 None
2026-03-29 06:24:30 [bca.uk] INFO: Scrape type for VO66%20UXX: 2
2026-03-29 06:24:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX
2026-03-29 06:24:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with scrape type 2
2026-03-29 06:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with scrape type 2
2026-03-29 06:24:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c, identifier: VO66%20UXX
2026-03-29 06:24:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffcdc453-db85-5bc5-adad-b18e67d6aff5 with identifier: DF19%20GME
2026-03-29 06:24:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffcdc453-db85-5bc5-adad-b18e67d6aff5 with identifier: DF19%20GME
2026-03-29 06:24:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffcdc453-db85-5bc5-adad-b18e67d6aff5 with identifier: DF19%20GME to the API
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF19%20GME-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffcdc453-db85-5bc5-adad-b18e67d6aff5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF19 GME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF19%20GME&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 89881,
 'odometer_reading_unit': '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 PARTNER 1.6 B/HDI 75 650 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 75 650 PROF.STD.',
 'vin': 'VR3EFBHWBJJ830986',
 'year': 2019}
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:24:30 [bca.uk] INFO: Saving data for DF19%20GME: {'auction_closing_time': 1774778400.0, 'created_time': 1774564335.287268, 'last_price_update_time': 1774765470.464431}
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF19%2520GME') HTTP/1.1" 204 0
2026-03-29 06:24:30 [bca.uk] INFO: Found listing with ID: BF18%20WWA
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520WWA%27 HTTP/1.1" 200 None
2026-03-29 06:24:30 [bca.uk] INFO: Scrape type for BF18%20WWA: 2
2026-03-29 06:24:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA
2026-03-29 06:24:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with scrape type 2
2026-03-29 06:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with scrape type 2
2026-03-29 06:24:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63, identifier: BF18%20WWA
2026-03-29 06:24:30 [bca.uk] INFO: Found listing with ID: CF23%20ORW
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:24:30 [bca.uk] INFO: Scrape type for CF23%20ORW: 2
2026-03-29 06:24:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW
2026-03-29 06:24:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with scrape type 2
2026-03-29 06:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with scrape type 2
2026-03-29 06:24:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e723fcd6-83c1-5cf0-b4eb-14229e62fe95, identifier: CF23%20ORW
2026-03-29 06:24:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX
2026-03-29 06:24:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX
2026-03-29 06:24:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX to the API
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO66%20UXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '602b4cd6-1fa2-5f9f-8cca-86a48ff5958c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO66 UXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO66%20UXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 100242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12RAJ1A56092770',
 'year': 2016}
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520UXX%27 HTTP/1.1" 200 None
2026-03-29 06:24:30 [bca.uk] INFO: Saving data for VO66%20UXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563920.301784, 'last_price_update_time': 1774765470.96448}
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520UXX') HTTP/1.1" 204 0
2026-03-29 06:24:31 [bca.uk] INFO: Found listing with ID: LL68%20EBX
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520EBX%27 HTTP/1.1" 200 None
2026-03-29 06:24:31 [bca.uk] INFO: Scrape type for LL68%20EBX: 0
2026-03-29 06:24:31 [bca.uk] INFO: Found listing with ID: NL61%20LTY
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 06:24:31 [bca.uk] INFO: Scrape type for NL61%20LTY: 2
2026-03-29 06:24:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf7efd0-e3e5-5b67-a856-810febcb463c with identifier: NL61%20LTY
2026-03-29 06:24:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf7efd0-e3e5-5b67-a856-810febcb463c with scrape type 2
2026-03-29 06:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf7efd0-e3e5-5b67-a856-810febcb463c with scrape type 2
2026-03-29 06:24:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddf7efd0-e3e5-5b67-a856-810febcb463c, identifier: NL61%20LTY
2026-03-29 06:24:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA
2026-03-29 06:24:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA
2026-03-29 06:24:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA to the API
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF18%20WWA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd246c698-0c6a-5d5a-b43b-dbeac0f1bc63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF18 WWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF18%20WWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 44829,
 'odometer_reading_unit': '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 100 ZETEC EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC EDITION',
 'vin': 'WF05XXGCC5JL05696',
 'year': 2018}
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520WWA%27 HTTP/1.1" 200 None
2026-03-29 06:24:31 [bca.uk] INFO: Saving data for BF18%20WWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564699.141936, 'last_price_update_time': 1774765471.742544}
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF18%2520WWA') HTTP/1.1" 204 0
2026-03-29 06:24:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW
2026-03-29 06:24:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW
2026-03-29 06:24:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW to the API
2026-03-29 06:24:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF23%20ORW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e723fcd6-83c1-5cf0-b4eb-14229e62fe95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF23 ORW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF23%20ORW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 30780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 LIFE',
 'vin': 'WVGZZZA1ZPV695052',
 'year': 2023}
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Saving data for CF23%20ORW: {'auction_closing_time': 1774951200.0, 'created_time': 1774536423.791902, 'last_price_update_time': 1774765472.036778}
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF23%2520ORW') HTTP/1.1" 204 0
2026-03-29 06:24:32 [bca.uk] INFO: Found listing with ID: YC15%20RDV
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520RDV%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Scrape type for YC15%20RDV: 2
2026-03-29 06:24:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV
2026-03-29 06:24:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with scrape type 2
2026-03-29 06:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with scrape type 2
2026-03-29 06:24:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe44f30e-6df6-5182-8d6a-11aab3e11fe2, identifier: YC15%20RDV
2026-03-29 06:24:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddf7efd0-e3e5-5b67-a856-810febcb463c with identifier: NL61%20LTY
2026-03-29 06:24:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddf7efd0-e3e5-5b67-a856-810febcb463c with identifier: NL61%20LTY
2026-03-29 06:24:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddf7efd0-e3e5-5b67-a856-810febcb463c with identifier: NL61%20LTY to the API
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL61%20LTY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ddf7efd0-e3e5-5b67-a856-810febcb463c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL61 LTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL61%20LTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 280',
 'odometer': 167963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 280 2.2 TDCI 85 SWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 85 SWB M/R',
 'vin': 'WF0XXXBDFXBY11706',
 'year': 2011}
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520LTY%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Saving data for NL61%20LTY: {'auction_closing_time': 1774778400.0, 'created_time': 1774564382.741326, 'last_price_update_time': 1774765472.423505}
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL61%2520LTY') HTTP/1.1" 204 0
2026-03-29 06:24:32 [bca.uk] INFO: Found listing with ID: NL20%20ONN
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520ONN%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Scrape type for NL20%20ONN: 2
2026-03-29 06:24:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN
2026-03-29 06:24:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c0dcc6-4e23-5cce-99a0-22c45e616326 with scrape type 2
2026-03-29 06:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9c0dcc6-4e23-5cce-99a0-22c45e616326 with scrape type 2
2026-03-29 06:24:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9c0dcc6-4e23-5cce-99a0-22c45e616326, identifier: NL20%20ONN
2026-03-29 06:24:32 [bca.uk] INFO: Found listing with ID: LD23%20BMY
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BMY%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Scrape type for LD23%20BMY: 0
2026-03-29 06:24:32 [bca.uk] INFO: Found listing with ID: LR23%20ZGC
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGC%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Scrape type for LR23%20ZGC: 2
2026-03-29 06:24:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC
2026-03-29 06:24:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc2a3903-115a-55d2-ab39-1dde4222fad6 with scrape type 2
2026-03-29 06:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc2a3903-115a-55d2-ab39-1dde4222fad6 with scrape type 2
2026-03-29 06:24:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc2a3903-115a-55d2-ab39-1dde4222fad6, identifier: LR23%20ZGC
2026-03-29 06:24:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV
2026-03-29 06:24:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV
2026-03-29 06:24:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV to the API
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC15%20RDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe44f30e-6df6-5182-8d6a-11aab3e11fe2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC15 RDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC15%20RDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 69276,
 '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': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 150 SPRINT Hatchback',
 'transmission': 'manual',
 'trim': 'TB M/AIR 150 SPRINT',
 'vin': 'ZAR94000007369191',
 'year': 2015}
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520RDV%27 HTTP/1.1" 200 None
2026-03-29 06:24:32 [bca.uk] INFO: Saving data for YC15%20RDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563906.354025, 'last_price_update_time': 1774765472.96945}
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520RDV') HTTP/1.1" 204 0
2026-03-29 06:24:32 [bca.uk] INFO: Found listing with ID: YF64%20NBK
2026-03-29 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520NBK%27 HTTP/1.1" 200 None
2026-03-29 06:24:33 [bca.uk] INFO: Scrape type for YF64%20NBK: 2
2026-03-29 06:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff28da1-6c9f-53bc-982c-5cec5ec81b9c with identifier: YF64%20NBK
2026-03-29 06:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff28da1-6c9f-53bc-982c-5cec5ec81b9c with scrape type 2
2026-03-29 06:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff28da1-6c9f-53bc-982c-5cec5ec81b9c with scrape type 2
2026-03-29 06:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dff28da1-6c9f-53bc-982c-5cec5ec81b9c, identifier: YF64%20NBK
2026-03-29 06:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN
2026-03-29 06:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN
2026-03-29 06:24:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN to the API
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL20%20ONN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9c0dcc6-4e23-5cce-99a0-22c45e616326',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL20 ONN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL20%20ONN&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 27967,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D 150 ACTIVE 4WD',
 'vin': 'AHTKB3CD002622723',
 'year': 2020}
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520ONN%27 HTTP/1.1" 200 None
2026-03-29 06:24:33 [bca.uk] INFO: Saving data for NL20%20ONN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564701.71918, 'last_price_update_time': 1774765473.365558}
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL20%2520ONN') HTTP/1.1" 204 0
2026-03-29 06:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC
2026-03-29 06:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC
2026-03-29 06:24:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC to the API
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR23%20ZGC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cc2a3903-115a-55d2-ab39-1dde4222fad6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR23 ZGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR23%20ZGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 130911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
 'vin': 'JMZKH0HBX01117454',
 'year': 2023}
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24: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%2520ZGC%27 HTTP/1.1" 200 None
2026-03-29 06:24:33 [bca.uk] INFO: Saving data for LR23%20ZGC: {'auction_closing_time': 1774951200.0, 'created_time': 1774536425.887674, 'last_price_update_time': 1774765473.658725}
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR23%2520ZGC') HTTP/1.1" 204 0
2026-03-29 06:24:33 [bca.uk] INFO: Found listing with ID: DE22%20CZO
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520CZO%27 HTTP/1.1" 200 None
2026-03-29 06:24:33 [bca.uk] INFO: Scrape type for DE22%20CZO: 2
2026-03-29 06:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO
2026-03-29 06:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aca599b-1f5e-540e-b51f-17fbc898cebf with scrape type 2
2026-03-29 06:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aca599b-1f5e-540e-b51f-17fbc898cebf with scrape type 2
2026-03-29 06:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3aca599b-1f5e-540e-b51f-17fbc898cebf, identifier: DE22%20CZO
2026-03-29 06:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dff28da1-6c9f-53bc-982c-5cec5ec81b9c with identifier: YF64%20NBK
2026-03-29 06:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dff28da1-6c9f-53bc-982c-5cec5ec81b9c with identifier: YF64%20NBK
2026-03-29 06:24:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dff28da1-6c9f-53bc-982c-5cec5ec81b9c with identifier: YF64%20NBK to the API
2026-03-29 06:24:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24: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:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF64%20NBK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dff28da1-6c9f-53bc-982c-5cec5ec81b9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF64 NBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF64%20NBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 220034,
 '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 CONNECT 1.6 TDCI 115 200 L1 LIMITED L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 115 200 L1 LIMITED L/R',
 'vin': 'WF0RXXWPGREU88881',
 'year': 2014}
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520NBK%27 HTTP/1.1" 200 None
2026-03-29 06:24:34 [bca.uk] INFO: Saving data for YF64%20NBK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564363.008129, 'last_price_update_time': 1774765474.059605}
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF64%2520NBK') HTTP/1.1" 204 0
2026-03-29 06:24:34 [bca.uk] INFO: Found listing with ID: BW19%20COA
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520COA%27 HTTP/1.1" 200 None
2026-03-29 06:24:34 [bca.uk] INFO: Scrape type for BW19%20COA: 2
2026-03-29 06:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA
2026-03-29 06:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b59c054-480f-57ec-b1a5-eea758222817 with scrape type 2
2026-03-29 06:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b59c054-480f-57ec-b1a5-eea758222817 with scrape type 2
2026-03-29 06:24:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b59c054-480f-57ec-b1a5-eea758222817, identifier: BW19%20COA
2026-03-29 06:24:34 [bca.uk] INFO: Found listing with ID: RK72%20YCC
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:24:34 [bca.uk] INFO: Scrape type for RK72%20YCC: 2
2026-03-29 06:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC
2026-03-29 06:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with scrape type 2
2026-03-29 06:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with scrape type 2
2026-03-29 06:24:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50171eb1-c1ac-51fb-bd2a-202c3888fb20, identifier: RK72%20YCC
2026-03-29 06:24:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO
2026-03-29 06:24:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO
2026-03-29 06:24:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO to the API
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE22%20CZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3aca599b-1f5e-540e-b51f-17fbc898cebf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE22 CZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE22%20CZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 23046,
 'odometer_reading_unit': '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 Q3 1.5 35 TFSI TECHNIK StationWagon',
 'transmission': 'manual',
 'trim': '35 TFSI TECHNIK',
 'vin': 'WAUZZZF39N1078357',
 'year': 2022}
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520CZO%27 HTTP/1.1" 200 None
2026-03-29 06:24:34 [bca.uk] INFO: Saving data for DE22%20CZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774563908.778294, 'last_price_update_time': 1774765474.589474}
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE22%2520CZO') HTTP/1.1" 204 0
2026-03-29 06:24:34 [bca.uk] INFO: Found listing with ID: YO11%20PZA
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO11%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:24:34 [bca.uk] INFO: Scrape type for YO11%20PZA: 2
2026-03-29 06:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 925d1d06-e724-5c0c-8969-e10bd6606a57 with identifier: YO11%20PZA
2026-03-29 06:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 925d1d06-e724-5c0c-8969-e10bd6606a57 with scrape type 2
2026-03-29 06:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 925d1d06-e724-5c0c-8969-e10bd6606a57 with scrape type 2
2026-03-29 06:24:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 925d1d06-e724-5c0c-8969-e10bd6606a57, identifier: YO11%20PZA
2026-03-29 06:24:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA
2026-03-29 06:24:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA
2026-03-29 06:24:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA to the API
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW19%20COA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b59c054-480f-57ec-b1a5-eea758222817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW19 COA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW19%20COA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 106726,
 'odometer_reading_unit': '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': 'W0VMRY606KB175766',
 'year': 2019}
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520COA%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Saving data for BW19%20COA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564701.374631, 'last_price_update_time': 1774765475.016923}
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW19%2520COA') HTTP/1.1" 204 0
2026-03-29 06:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC
2026-03-29 06:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC
2026-03-29 06:24:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC to the API
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK72%20YCC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '50171eb1-c1ac-51fb-bd2a-202c3888fb20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK72 YCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK72%20YCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 58524,
 'odometer_reading_unit': '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.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP036703',
 'year': 2022}
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Saving data for RK72%20YCC: {'auction_closing_time': 1774951200.0, 'created_time': 1774536418.826224, 'last_price_update_time': 1774765475.382956}
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK72%2520YCC') HTTP/1.1" 204 0
2026-03-29 06:24:35 [bca.uk] INFO: Found listing with ID: BV72%20YVK
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Scrape type for BV72%20YVK: 2
2026-03-29 06:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK
2026-03-29 06:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with scrape type 2
2026-03-29 06:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with scrape type 2
2026-03-29 06:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684, identifier: BV72%20YVK
2026-03-29 06:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 925d1d06-e724-5c0c-8969-e10bd6606a57 with identifier: YO11%20PZA
2026-03-29 06:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 925d1d06-e724-5c0c-8969-e10bd6606a57 with identifier: YO11%20PZA
2026-03-29 06:24:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 925d1d06-e724-5c0c-8969-e10bd6606a57 with identifier: YO11%20PZA to the API
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO11%20PZA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '925d1d06-e724-5c0c-8969-e10bd6606a57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO11 PZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO11%20PZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO DUALINER',
 'odometer': 215418,
 '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 VITO DUALINER 2.1 113CDI COMPACT CrewCab Van',
 'transmission': 'manual',
 'trim': '113CDI COMPACT',
 'vin': 'WDF63960123665489',
 'year': 2011}
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO11%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Saving data for YO11%20PZA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564364.755481, 'last_price_update_time': 1774765475.807726}
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO11%2520PZA') HTTP/1.1" 204 0
2026-03-29 06:24:35 [bca.uk] INFO: Found listing with ID: WP71%20NCV
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Scrape type for WP71%20NCV: 2
2026-03-29 06:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV
2026-03-29 06:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59b7e330-03dc-5f55-93cb-968d3fbcb04e with scrape type 2
2026-03-29 06:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59b7e330-03dc-5f55-93cb-968d3fbcb04e with scrape type 2
2026-03-29 06:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59b7e330-03dc-5f55-93cb-968d3fbcb04e, identifier: WP71%20NCV
2026-03-29 06:24:35 [bca.uk] INFO: Found listing with ID: YN72%20PVX
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN72%2520PVX%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Scrape type for YN72%20PVX: 0
2026-03-29 06:24:35 [bca.uk] INFO: Found listing with ID: SX67%20ECJ
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX67%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:35 [bca.uk] INFO: Scrape type for SX67%20ECJ: 2
2026-03-29 06:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ
2026-03-29 06:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with scrape type 2
2026-03-29 06:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with scrape type 2
2026-03-29 06:24:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34, identifier: SX67%20ECJ
2026-03-29 06:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK
2026-03-29 06:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK
2026-03-29 06:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK to the API
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV72%20YVK-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': '8e14c58e-aaaa-5573-ab39-64c8ee9f8684',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV72 YVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV72%20YVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 22852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5024743',
 'year': 2022}
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 06:24:36 [bca.uk] INFO: Saving data for BV72%20YVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563869.424617, 'last_price_update_time': 1774765476.341672}
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520YVK') HTTP/1.1" 204 0
2026-03-29 06:24:36 [bca.uk] INFO: Found listing with ID: WF15%20KXA
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF15%2520KXA%27 HTTP/1.1" 200 None
2026-03-29 06:24:36 [bca.uk] INFO: Scrape type for WF15%20KXA: 2
2026-03-29 06:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84c58495-b182-55c6-a7ac-c5d9f756ff55 with identifier: WF15%20KXA
2026-03-29 06:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84c58495-b182-55c6-a7ac-c5d9f756ff55 with scrape type 2
2026-03-29 06:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84c58495-b182-55c6-a7ac-c5d9f756ff55 with scrape type 2
2026-03-29 06:24:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84c58495-b182-55c6-a7ac-c5d9f756ff55, identifier: WF15%20KXA
2026-03-29 06:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV
2026-03-29 06:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV
2026-03-29 06:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV to the API
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20NCV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59b7e330-03dc-5f55-93cb-968d3fbcb04e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP71 NCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20NCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'GR YARIS',
 'odometer': 23679,
 'odometer_reading_unit': '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 GR YARIS 1.6 AWD (CIRCUIT) Hatchback',
 'transmission': 'manual',
 'trim': 'AWD (CIRCUIT)',
 'vin': 'JTDAF4E370A016204',
 'year': 2022}
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-29 06:24:36 [bca.uk] INFO: Saving data for WP71%20NCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774476433.216272, 'last_price_update_time': 1774765476.725663}
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520NCV') HTTP/1.1" 204 0
2026-03-29 06:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ
2026-03-29 06:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ
2026-03-29 06:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ to the API
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX67%20ECJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9095d0a9-4a0e-58b1-930b-0b7c3488ed34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SX67 ECJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX67%20ECJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 73625,
 '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 Q3 2.0 TFSI 180 QUATTRO S LINE ED.ST StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE ED.ST',
 'vin': 'WAUZZZ8U7JR037307',
 'year': 2017}
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX67%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Saving data for SX67%20ECJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774536434.04993, 'last_price_update_time': 1774765477.01051}
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX67%2520ECJ') HTTP/1.1" 204 0
2026-03-29 06:24:37 [bca.uk] INFO: Found listing with ID: WP72%20ZZY
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZZY%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Scrape type for WP72%20ZZY: 2
2026-03-29 06:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY
2026-03-29 06:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8983a2-f7f3-5521-9fda-a1e727288f83 with scrape type 2
2026-03-29 06:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a8983a2-f7f3-5521-9fda-a1e727288f83 with scrape type 2
2026-03-29 06:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a8983a2-f7f3-5521-9fda-a1e727288f83, identifier: WP72%20ZZY
2026-03-29 06:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84c58495-b182-55c6-a7ac-c5d9f756ff55 with identifier: WF15%20KXA
2026-03-29 06:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84c58495-b182-55c6-a7ac-c5d9f756ff55 with identifier: WF15%20KXA
2026-03-29 06:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84c58495-b182-55c6-a7ac-c5d9f756ff55 with identifier: WF15%20KXA to the API
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF15%20KXA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '84c58495-b182-55c6-a7ac-c5d9f756ff55',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF15 KXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF15%20KXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 131227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYFK06191',
 'year': 2015}
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF15%2520KXA%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Saving data for WF15%20KXA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564350.865852, 'last_price_update_time': 1774765477.393342}
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF15%2520KXA') HTTP/1.1" 204 0
2026-03-29 06:24:37 [bca.uk] INFO: Found listing with ID: BK23%20NWA
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Scrape type for BK23%20NWA: 2
2026-03-29 06:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA
2026-03-29 06:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1873895b-f24c-5b67-8d33-07af36a24738 with scrape type 2
2026-03-29 06:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1873895b-f24c-5b67-8d33-07af36a24738 with scrape type 2
2026-03-29 06:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1873895b-f24c-5b67-8d33-07af36a24738, identifier: BK23%20NWA
2026-03-29 06:24:37 [bca.uk] INFO: Found listing with ID: MK22%20KLA
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520KLA%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Scrape type for MK22%20KLA: 0
2026-03-29 06:24:37 [bca.uk] INFO: Found listing with ID: WP23%20OEF
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEF%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Scrape type for WP23%20OEF: 2
2026-03-29 06:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF
2026-03-29 06:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 215e2fcc-0920-5213-abd5-dfa3f62639e8 with scrape type 2
2026-03-29 06:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 215e2fcc-0920-5213-abd5-dfa3f62639e8 with scrape type 2
2026-03-29 06:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 215e2fcc-0920-5213-abd5-dfa3f62639e8, identifier: WP23%20OEF
2026-03-29 06:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY
2026-03-29 06:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY
2026-03-29 06:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY to the API
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20ZZY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a8983a2-f7f3-5521-9fda-a1e727288f83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP72 ZZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20ZZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 38193,
 'odometer_reading_unit': '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 MM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 MM BUSINESS+',
 'vin': 'VF1MA000070046628',
 'year': 2022}
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZZY%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Saving data for WP72%20ZZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774015417.262116, 'last_price_update_time': 1774765477.945534}
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520ZZY') HTTP/1.1" 204 0
2026-03-29 06:24:37 [bca.uk] INFO: Found listing with ID: LG23%20YAJ
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YAJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:37 [bca.uk] INFO: Scrape type for LG23%20YAJ: 0
2026-03-29 06:24:37 [bca.uk] INFO: Found listing with ID: RJ20%20FBV
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ20%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 06:24:38 [bca.uk] INFO: Scrape type for RJ20%20FBV: 2
2026-03-29 06:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 651dd644-3948-5405-a86b-f15abf305690 with identifier: RJ20%20FBV
2026-03-29 06:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 651dd644-3948-5405-a86b-f15abf305690 with scrape type 2
2026-03-29 06:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 651dd644-3948-5405-a86b-f15abf305690 with scrape type 2
2026-03-29 06:24:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 651dd644-3948-5405-a86b-f15abf305690, identifier: RJ20%20FBV
2026-03-29 06:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA
2026-03-29 06:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA
2026-03-29 06:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA to the API
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20NWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1873895b-f24c-5b67-8d33-07af36a24738',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK23 NWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20NWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 66643,
 '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 COURIER 1.5 TDCI 75 TREND (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 TREND (6)',
 'vin': 'WF0WXXTACWNG85858',
 'year': 2023}
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NWA%27 HTTP/1.1" 200 None
2026-03-29 06:24:38 [bca.uk] INFO: Saving data for BK23%20NWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564583.326748, 'last_price_update_time': 1774765478.366571}
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520NWA') HTTP/1.1" 204 0
2026-03-29 06:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF
2026-03-29 06:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF
2026-03-29 06:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF to the API
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OEF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '215e2fcc-0920-5213-abd5-dfa3f62639e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP23 OEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 18711,
 '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': 'VF1RJA00670938720',
 'year': 2023}
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEF%27 HTTP/1.1" 200 None
2026-03-29 06:24:38 [bca.uk] INFO: Saving data for WP23%20OEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774536416.504209, 'last_price_update_time': 1774765478.751272}
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OEF') HTTP/1.1" 204 0
2026-03-29 06:24:38 [bca.uk] INFO: Found listing with ID: EF19%20PZJ
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:38 [bca.uk] INFO: Scrape type for EF19%20PZJ: 2
2026-03-29 06:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ
2026-03-29 06:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a500c43b-b864-50ef-b4f6-190b9ffba392 with scrape type 2
2026-03-29 06:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a500c43b-b864-50ef-b4f6-190b9ffba392 with scrape type 2
2026-03-29 06:24:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a500c43b-b864-50ef-b4f6-190b9ffba392, identifier: EF19%20PZJ
2026-03-29 06:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 651dd644-3948-5405-a86b-f15abf305690 with identifier: RJ20%20FBV
2026-03-29 06:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 651dd644-3948-5405-a86b-f15abf305690 with identifier: RJ20%20FBV
2026-03-29 06:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 651dd644-3948-5405-a86b-f15abf305690 with identifier: RJ20%20FBV to the API
2026-03-29 06:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ20%20FBV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '651dd644-3948-5405-a86b-f15abf305690',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ20 FBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ20%20FBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 134567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLA23122',
 'year': 2020}
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ20%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Saving data for RJ20%20FBV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564352.546893, 'last_price_update_time': 1774765479.136222}
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ20%2520FBV') HTTP/1.1" 204 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: HV24%20NZP
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NZP%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for HV24%20NZP: 2
2026-03-29 06:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP
2026-03-29 06:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with scrape type 2
2026-03-29 06:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with scrape type 2
2026-03-29 06:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a, identifier: HV24%20NZP
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: YM72%20HUH
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for YM72%20HUH: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: AF23%20CWK
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CWK%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for AF23%20CWK: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: URZ%202372
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25202372%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for URZ%202372: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: BV23%20XUN
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520XUN%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for BV23%20XUN: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: SL71%20LWT
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL71%2520LWT%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for SL71%20LWT: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: WP23%20OEL
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEL%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for WP23%20OEL: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: GX72%20TYT
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX72%2520TYT%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for GX72%20TYT: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: LD22%20PZB
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520PZB%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for LD22%20PZB: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: LE71%20CLO
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CLO%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for LE71%20CLO: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: LO23%20CWN
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520CWN%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for LO23%20CWN: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: MJ71%20YBZ
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520YBZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for MJ71%20YBZ: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: RO72%20TPF
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for RO72%20TPF: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: WV71%20TBX
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520TBX%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for WV71%20TBX: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: GL15%20YCC
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL15%2520YCC%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for GL15%20YCC: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: RE23%20BYL
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520BYL%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for RE23%20BYL: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: MD72%20VZL
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZL%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for MD72%20VZL: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: BK23%20JZH
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JZH%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for BK23%20JZH: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: DL73%20KWZ
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KWZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for DL73%20KWZ: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: YT73%20FLJ
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT73%2520FLJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for YT73%20FLJ: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: OE68%20FBF
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520FBF%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for OE68%20FBF: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: GE19%20CTY
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520CTY%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for GE19%20CTY: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: LX70%20ZKN
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520ZKN%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for LX70%20ZKN: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: S9%20WBG
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S9%2520WBG%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for S9%20WBG: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: FG22%20YSC
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520YSC%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for FG22%20YSC: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: KS25%20SPX
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS25%2520SPX%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for KS25%20SPX: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: MJ20%20WZR
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520WZR%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for MJ20%20WZR: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: YM69%20YEE
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM69%2520YEE%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for YM69%20YEE: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: DL73%20LFO
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFO%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for DL73%20LFO: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: KW69%20LLA
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520LLA%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for KW69%20LLA: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: NG69%20TGV
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520TGV%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for NG69%20TGV: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: SK69%20PZD
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520PZD%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for SK69%20PZD: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: SL73%20DKE
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL73%2520DKE%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for SL73%20DKE: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: ST17%20WMD
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for ST17%20WMD: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: GK71%20PZV
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK71%2520PZV%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for GK71%20PZV: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: HG68%20JDZ
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520JDZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for HG68%20JDZ: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: LC72%20XJW
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for LC72%20XJW: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: LG69%20YNU
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520YNU%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for LG69%20YNU: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: OU67%20NKS
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for OU67%20NKS: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: SH71%20DZM
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520DZM%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for SH71%20DZM: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: YA67%20LLE
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520LLE%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for YA67%20LLE: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: HT21%20LMM
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520LMM%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for HT21%20LMM: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: HX22%20OPU
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for HX22%20OPU: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: EO68%20YLG
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520YLG%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for EO68%20YLG: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: FP22%20VZX
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520VZX%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for FP22%20VZX: 0
2026-03-29 06:24:39 [bca.uk] INFO: Found listing with ID: HX19%20XZR
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX19%2520XZR%27 HTTP/1.1" 200 None
2026-03-29 06:24:39 [bca.uk] INFO: Scrape type for HX19%20XZR: 0
2026-03-29 06:24:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ
2026-03-29 06:24:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ
2026-03-29 06:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ to the API
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF19%20PZJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a500c43b-b864-50ef-b4f6-190b9ffba392',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF19 PZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF19%20PZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 36643,
 'odometer_reading_unit': '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 PREMIUM StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD PREMIUM',
 'vin': 'TMAJ3811LKJ852929',
 'year': 2019}
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:40 [bca.uk] INFO: Saving data for EF19%20PZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774391453.148456, 'last_price_update_time': 1774765480.281265}
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF19%2520PZJ') HTTP/1.1" 204 0
2026-03-29 06:24:40 [bca.uk] INFO: Found listing with ID: YF63%20BJO
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:24:40 [bca.uk] INFO: Scrape type for YF63%20BJO: 2
2026-03-29 06:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3e47066-d9e7-53bb-bdce-1a05488ffdcb with identifier: YF63%20BJO
2026-03-29 06:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3e47066-d9e7-53bb-bdce-1a05488ffdcb with scrape type 2
2026-03-29 06:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3e47066-d9e7-53bb-bdce-1a05488ffdcb with scrape type 2
2026-03-29 06:24:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3e47066-d9e7-53bb-bdce-1a05488ffdcb, identifier: YF63%20BJO
2026-03-29 06:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP
2026-03-29 06:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP
2026-03-29 06:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP to the API
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20NZP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c2fe8c7-af88-534b-9ed7-f657abbd8b7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV24 NZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20NZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 46955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RRB98401',
 'year': 2024}
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NZP%27 HTTP/1.1" 200 None
2026-03-29 06:24:40 [bca.uk] INFO: Saving data for HV24%20NZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564689.289127, 'last_price_update_time': 1774765480.770143}
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520NZP') HTTP/1.1" 204 0
2026-03-29 06:24:40 [bca.uk] INFO: Found listing with ID: YG10%20MYY
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520MYY%27 HTTP/1.1" 200 None
2026-03-29 06:24:40 [bca.uk] INFO: Scrape type for YG10%20MYY: 2
2026-03-29 06:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY
2026-03-29 06:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1645c65-d585-50bd-9c31-c2b5c1d10d1a with scrape type 2
2026-03-29 06:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1645c65-d585-50bd-9c31-c2b5c1d10d1a with scrape type 2
2026-03-29 06:24:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1645c65-d585-50bd-9c31-c2b5c1d10d1a, identifier: YG10%20MYY
2026-03-29 06:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3e47066-d9e7-53bb-bdce-1a05488ffdcb with identifier: YF63%20BJO
2026-03-29 06:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3e47066-d9e7-53bb-bdce-1a05488ffdcb with identifier: YF63%20BJO
2026-03-29 06:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3e47066-d9e7-53bb-bdce-1a05488ffdcb with identifier: YF63%20BJO to the API
2026-03-29 06:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF63%20BJO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3e47066-d9e7-53bb-bdce-1a05488ffdcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF63 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF63%20BJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI C20',
 'odometer': 168799,
 '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 MAXI C20 2.0 TDI 140 HIGHLINE Van',
 'transmission': 'manual',
 'trim': 'TDI 140 HIGHLINE',
 'vin': 'WV1ZZZ2KZEX061080',
 'year': 2013}
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:24:41 [bca.uk] INFO: Saving data for YF63%20BJO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564353.858364, 'last_price_update_time': 1774765481.159851}
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF63%2520BJO') HTTP/1.1" 204 0
2026-03-29 06:24:41 [bca.uk] INFO: Found listing with ID: LC71%20HHE
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HHE%27 HTTP/1.1" 200 None
2026-03-29 06:24:41 [bca.uk] INFO: Scrape type for LC71%20HHE: 2
2026-03-29 06:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE
2026-03-29 06:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d0747c3-810b-5918-8a96-802e4419cf99 with scrape type 2
2026-03-29 06:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d0747c3-810b-5918-8a96-802e4419cf99 with scrape type 2
2026-03-29 06:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d0747c3-810b-5918-8a96-802e4419cf99, identifier: LC71%20HHE
2026-03-29 06:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY
2026-03-29 06:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY
2026-03-29 06:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY to the API
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG10%20MYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1645c65-d585-50bd-9c31-c2b5c1d10d1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG10 MYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG10%20MYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 75574,
 '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 KA 1.2 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0UXXLTRUAS72472',
 'year': 2010}
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520MYY%27 HTTP/1.1" 200 None
2026-03-29 06:24:41 [bca.uk] INFO: Saving data for YG10%20MYY: {'auction_closing_time': 1774951200.0, 'created_time': 1774591755.22291, 'last_price_update_time': 1774765481.550237}
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG10%2520MYY') HTTP/1.1" 204 0
2026-03-29 06:24:41 [bca.uk] INFO: Found listing with ID: DN71%20VMC
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520VMC%27 HTTP/1.1" 200 None
2026-03-29 06:24:41 [bca.uk] INFO: Scrape type for DN71%20VMC: 0
2026-03-29 06:24:41 [bca.uk] INFO: Found listing with ID: GK24%20HTT
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK24%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 06:24:41 [bca.uk] INFO: Scrape type for GK24%20HTT: 2
2026-03-29 06:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0444fe6-ae5d-5c4a-86c3-95092d51c6dd with identifier: GK24%20HTT
2026-03-29 06:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0444fe6-ae5d-5c4a-86c3-95092d51c6dd with scrape type 2
2026-03-29 06:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0444fe6-ae5d-5c4a-86c3-95092d51c6dd with scrape type 2
2026-03-29 06:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0444fe6-ae5d-5c4a-86c3-95092d51c6dd, identifier: GK24%20HTT
2026-03-29 06:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE
2026-03-29 06:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE
2026-03-29 06:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE to the API
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20HHE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d0747c3-810b-5918-8a96-802e4419cf99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC71 HHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20HHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 87779,
 '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 DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFAHKKM7847058',
 'year': 2021}
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HHE%27 HTTP/1.1" 200 None
2026-03-29 06:24:41 [bca.uk] INFO: Saving data for LC71%20HHE: {'auction_closing_time': 1774864800.0, 'created_time': 1774564685.491579, 'last_price_update_time': 1774765481.963204}
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520HHE') HTTP/1.1" 204 0
2026-03-29 06:24:41 [bca.uk] INFO: Found listing with ID: VN63%20SGY
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520SGY%27 HTTP/1.1" 200 None
2026-03-29 06:24:42 [bca.uk] INFO: Scrape type for VN63%20SGY: 2
2026-03-29 06:24:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY
2026-03-29 06:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beda6440-fd51-50d6-abec-22e5467d7352 with scrape type 2
2026-03-29 06:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beda6440-fd51-50d6-abec-22e5467d7352 with scrape type 2
2026-03-29 06:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beda6440-fd51-50d6-abec-22e5467d7352, identifier: VN63%20SGY
2026-03-29 06:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0444fe6-ae5d-5c4a-86c3-95092d51c6dd with identifier: GK24%20HTT
2026-03-29 06:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0444fe6-ae5d-5c4a-86c3-95092d51c6dd with identifier: GK24%20HTT
2026-03-29 06:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0444fe6-ae5d-5c4a-86c3-95092d51c6dd with identifier: GK24%20HTT to the API
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK24%20HTT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0444fe6-ae5d-5c4a-86c3-95092d51c6dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK24 HTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK24%20HTT&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 31531,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7H7RX020320',
 'year': 2024}
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK24%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 06:24:42 [bca.uk] INFO: Saving data for GK24%20HTT: {'auction_closing_time': 1774778400.0, 'created_time': 1774564341.05124, 'last_price_update_time': 1774765482.358041}
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK24%2520HTT') HTTP/1.1" 204 0
2026-03-29 06:24:42 [bca.uk] INFO: Found listing with ID: NL23%20LRY
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520LRY%27 HTTP/1.1" 200 None
2026-03-29 06:24:42 [bca.uk] INFO: Scrape type for NL23%20LRY: 2
2026-03-29 06:24:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY
2026-03-29 06:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d3654c-65d5-5988-887e-925281d2f6ca with scrape type 2
2026-03-29 06:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d3654c-65d5-5988-887e-925281d2f6ca with scrape type 2
2026-03-29 06:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70d3654c-65d5-5988-887e-925281d2f6ca, identifier: NL23%20LRY
2026-03-29 06:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY
2026-03-29 06:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY
2026-03-29 06:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY to the API
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN63%20SGY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'beda6440-fd51-50d6-abec-22e5467d7352',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN63 SGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN63%20SGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 99003,
 '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.2 TDI 75 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 75 MATCH EDITION',
 'vin': 'WVWZZZ6RZEU016322',
 'year': 2013}
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520SGY%27 HTTP/1.1" 200 None
2026-03-29 06:24:42 [bca.uk] INFO: Saving data for VN63%20SGY: {'auction_closing_time': 1774951200.0, 'created_time': 1774564718.644018, 'last_price_update_time': 1774765482.74988}
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN63%2520SGY') HTTP/1.1" 204 0
2026-03-29 06:24:42 [bca.uk] INFO: Found listing with ID: WR73%20NGX
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NGX%27 HTTP/1.1" 200 None
2026-03-29 06:24:42 [bca.uk] INFO: Scrape type for WR73%20NGX: 2
2026-03-29 06:24:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb2d995-33d0-5ad6-9981-b7af25c7adb1 with identifier: WR73%20NGX
2026-03-29 06:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb2d995-33d0-5ad6-9981-b7af25c7adb1 with scrape type 2
2026-03-29 06:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bb2d995-33d0-5ad6-9981-b7af25c7adb1 with scrape type 2
2026-03-29 06:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bb2d995-33d0-5ad6-9981-b7af25c7adb1, identifier: WR73%20NGX
2026-03-29 06:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY
2026-03-29 06:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY
2026-03-29 06:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY to the API
2026-03-29 06:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20LRY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70d3654c-65d5-5988-887e-925281d2f6ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL23 LRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20LRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 27392,
 '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 28 2.0 B/DCI 130 SL SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL SPORT',
 'vin': 'VF1FL000870077175',
 'year': 2023}
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520LRY%27 HTTP/1.1" 200 None
2026-03-29 06:24:43 [bca.uk] INFO: Saving data for NL23%20LRY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564664.451206, 'last_price_update_time': 1774765483.145151}
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520LRY') HTTP/1.1" 204 0
2026-03-29 06:24:43 [bca.uk] INFO: Found listing with ID: LO75%20ZWZ
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520ZWZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:43 [bca.uk] INFO: Scrape type for LO75%20ZWZ: 2
2026-03-29 06:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ
2026-03-29 06:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17c7f433-f319-586e-84ea-45b4d375ef29 with scrape type 2
2026-03-29 06:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17c7f433-f319-586e-84ea-45b4d375ef29 with scrape type 2
2026-03-29 06:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17c7f433-f319-586e-84ea-45b4d375ef29, identifier: LO75%20ZWZ
2026-03-29 06:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bb2d995-33d0-5ad6-9981-b7af25c7adb1 with identifier: WR73%20NGX
2026-03-29 06:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bb2d995-33d0-5ad6-9981-b7af25c7adb1 with identifier: WR73%20NGX
2026-03-29 06:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bb2d995-33d0-5ad6-9981-b7af25c7adb1 with identifier: WR73%20NGX to the API
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR73%20NGX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8bb2d995-33d0-5ad6-9981-b7af25c7adb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR73 NGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR73%20NGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 30123,
 '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 PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE PRO',
 'vin': 'VF7VBYHRMN7040727',
 'year': 2023}
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NGX%27 HTTP/1.1" 200 None
2026-03-29 06:24:43 [bca.uk] INFO: Saving data for WR73%20NGX: {'auction_closing_time': 1774778400.0, 'created_time': 1774304800.003527, 'last_price_update_time': 1774765483.54792}
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR73%2520NGX') HTTP/1.1" 204 0
2026-03-29 06:24:43 [bca.uk] INFO: Found listing with ID: LG22%20UWX
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UWX%27 HTTP/1.1" 200 None
2026-03-29 06:24:43 [bca.uk] INFO: Scrape type for LG22%20UWX: 2
2026-03-29 06:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX
2026-03-29 06:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with scrape type 2
2026-03-29 06:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with scrape type 2
2026-03-29 06:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc, identifier: LG22%20UWX
2026-03-29 06:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ
2026-03-29 06:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ
2026-03-29 06:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ to the API
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO75%20ZWZ-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': '17c7f433-f319-586e-84ea-45b4d375ef29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO75 ZWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO75%20ZWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5 SALOON',
 'odometer': 1351,
 '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': 'AUDI A5 SALOON 2.0 TFSI E 299 Q S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI E 299 Q S LINE S-T',
 'vin': 'WAUZZZFU6SN112770',
 'year': 2026}
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520ZWZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:43 [bca.uk] INFO: Saving data for LO75%20ZWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564147.206578, 'last_price_update_time': 1774765483.935782}
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO75%2520ZWZ') HTTP/1.1" 204 0
2026-03-29 06:24:43 [bca.uk] INFO: Found listing with ID: WF71%20XWR
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 06:24:43 [bca.uk] INFO: Scrape type for WF71%20XWR: 2
2026-03-29 06:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dc83bc4-2fd3-5d72-85ab-63e1718f743a with identifier: WF71%20XWR
2026-03-29 06:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dc83bc4-2fd3-5d72-85ab-63e1718f743a with scrape type 2
2026-03-29 06:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dc83bc4-2fd3-5d72-85ab-63e1718f743a with scrape type 2
2026-03-29 06:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5dc83bc4-2fd3-5d72-85ab-63e1718f743a, identifier: WF71%20XWR
2026-03-29 06:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX
2026-03-29 06:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX
2026-03-29 06:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX to the API
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20UWX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cc9e392-6ddc-5e70-9b69-2821d41a71dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG22 UWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20UWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 40317,
 'odometer_reading_unit': '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.5 B/HDI 100 1000 ENTER.PRO (6SP) Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTER.PRO (6SP)',
 'vin': 'VR7EFYHT2MJ960157',
 'year': 2022}
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UWX%27 HTTP/1.1" 200 None
2026-03-29 06:24:44 [bca.uk] INFO: Saving data for LG22%20UWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564665.771378, 'last_price_update_time': 1774765484.355772}
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520UWX') HTTP/1.1" 204 0
2026-03-29 06:24:44 [bca.uk] INFO: Found listing with ID: WF14%20UAY
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF14%2520UAY%27 HTTP/1.1" 200 None
2026-03-29 06:24:44 [bca.uk] INFO: Scrape type for WF14%20UAY: 2
2026-03-29 06:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY
2026-03-29 06:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36b74d6-79c0-5e84-98fb-4acaa4572b78 with scrape type 2
2026-03-29 06:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36b74d6-79c0-5e84-98fb-4acaa4572b78 with scrape type 2
2026-03-29 06:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36b74d6-79c0-5e84-98fb-4acaa4572b78, identifier: WF14%20UAY
2026-03-29 06:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5dc83bc4-2fd3-5d72-85ab-63e1718f743a with identifier: WF71%20XWR
2026-03-29 06:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5dc83bc4-2fd3-5d72-85ab-63e1718f743a with identifier: WF71%20XWR
2026-03-29 06:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5dc83bc4-2fd3-5d72-85ab-63e1718f743a with identifier: WF71%20XWR to the API
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF71%20XWR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5dc83bc4-2fd3-5d72-85ab-63e1718f743a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF71 XWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF71%20XWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 29833,
 'odometer_reading_unit': '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 CRAFTER 35 FWD 2.0 TDI 140 LWB S/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB S/L H/R',
 'vin': 'WV1ZZZSYZN9010610',
 'year': 2022}
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 06:24:44 [bca.uk] INFO: Saving data for WF71%20XWR: {'auction_closing_time': 1774778400.0, 'created_time': 1774564343.511065, 'last_price_update_time': 1774765484.864654}
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520XWR') HTTP/1.1" 204 0
2026-03-29 06:24:44 [bca.uk] INFO: Found listing with ID: ML20%20YAO
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML20%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:24:44 [bca.uk] INFO: Scrape type for ML20%20YAO: 2
2026-03-29 06:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO
2026-03-29 06:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484119ea-1729-5d97-b7d9-c87c0f09139b with scrape type 2
2026-03-29 06:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 484119ea-1729-5d97-b7d9-c87c0f09139b with scrape type 2
2026-03-29 06:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 484119ea-1729-5d97-b7d9-c87c0f09139b, identifier: ML20%20YAO
2026-03-29 06:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY
2026-03-29 06:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY
2026-03-29 06:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY to the API
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF14%20UAY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c36b74d6-79c0-5e84-98fb-4acaa4572b78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF14 UAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF14%20UAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 123050,
 '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 ASTRA 1.6 16V 115 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE6EDXEG069998',
 'year': 2014}
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF14%2520UAY%27 HTTP/1.1" 200 None
2026-03-29 06:24:45 [bca.uk] INFO: Saving data for WF14%20UAY: {'auction_closing_time': 1774951200.0, 'created_time': 1774564103.736708, 'last_price_update_time': 1774765485.237508}
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF14%2520UAY') HTTP/1.1" 204 0
2026-03-29 06:24:45 [bca.uk] INFO: Found listing with ID: MW65%20YND
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520YND%27 HTTP/1.1" 200 None
2026-03-29 06:24:45 [bca.uk] INFO: Scrape type for MW65%20YND: 2
2026-03-29 06:24:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND
2026-03-29 06:24:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with scrape type 2
2026-03-29 06:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with scrape type 2
2026-03-29 06:24:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc, identifier: MW65%20YND
2026-03-29 06:24:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO
2026-03-29 06:24:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO
2026-03-29 06:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO to the API
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML20%20YAO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '484119ea-1729-5d97-b7d9-c87c0f09139b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML20 YAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML20%20YAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'KANGOO MAXI',
 'odometer': 82264,
 '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 KANGOO MAXI 1.5 LL21DCI ENERGY 95 BUSINESS Van',
 'transmission': 'manual',
 'trim': 'LL21DCI ENERGY 95 BUSINESS',
 'vin': 'VF1WF000765063258',
 'year': 2020}
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML20%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:24:45 [bca.uk] INFO: Saving data for ML20%20YAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564572.213822, 'last_price_update_time': 1774765485.658357}
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML20%2520YAO') HTTP/1.1" 204 0
2026-03-29 06:24:45 [bca.uk] INFO: Total items found: 100
2026-03-29 06:24:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded
2026-03-29 06:24:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:24:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:24:45 [bca.uk] INFO: Found listing with ID: BT06%20RDX
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520RDX%27 HTTP/1.1" 200 None
2026-03-29 06:24:45 [bca.uk] INFO: Scrape type for BT06%20RDX: 2
2026-03-29 06:24:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX
2026-03-29 06:24:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d655481b-a094-5fd3-b956-cf3b8e81736d with scrape type 2
2026-03-29 06:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d655481b-a094-5fd3-b956-cf3b8e81736d with scrape type 2
2026-03-29 06:24:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d655481b-a094-5fd3-b956-cf3b8e81736d, identifier: BT06%20RDX
2026-03-29 06:24:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND
2026-03-29 06:24:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND
2026-03-29 06:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND to the API
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW65%20YND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cae998d-ae2c-5fc6-a3d6-fe976e1015dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW65 YND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW65%20YND&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 74099,
 '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': 'WF0AXXWPMAFJ49634',
 'year': 2015}
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520YND%27 HTTP/1.1" 200 None
2026-03-29 06:24:46 [bca.uk] INFO: Saving data for MW65%20YND: {'auction_closing_time': 1774864800.0, 'created_time': 1774564300.490041, 'last_price_update_time': 1774765486.087997}
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW65%2520YND') HTTP/1.1" 204 0
2026-03-29 06:24:46 [bca.uk] INFO: Found listing with ID: RO23%20VNF
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520VNF%27 HTTP/1.1" 200 None
2026-03-29 06:24:46 [bca.uk] INFO: Scrape type for RO23%20VNF: 2
2026-03-29 06:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF
2026-03-29 06:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fde49768-b013-5eda-8bbb-5d8bf6f975cd with scrape type 2
2026-03-29 06:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fde49768-b013-5eda-8bbb-5d8bf6f975cd with scrape type 2
2026-03-29 06:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fde49768-b013-5eda-8bbb-5d8bf6f975cd, identifier: RO23%20VNF
2026-03-29 06:24:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:24:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX
2026-03-29 06:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX
2026-03-29 06:24:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX to the API
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT06%20RDX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd655481b-a094-5fd3-b956-cf3b8e81736d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT06 RDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT06%20RDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '330I',
 'odometer': 104068,
 '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 330I 3.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAVB32040AW50312',
 'year': 2006}
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520RDX%27 HTTP/1.1" 200 None
2026-03-29 06:24:46 [bca.uk] INFO: Saving data for BT06%20RDX: {'auction_closing_time': 1774951200.0, 'created_time': 1774564137.793499, 'last_price_update_time': 1774765486.590877}
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT06%2520RDX') HTTP/1.1" 204 0
2026-03-29 06:24:46 [bca.uk] INFO: Found listing with ID: ME73%20SHX
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520SHX%27 HTTP/1.1" 200 None
2026-03-29 06:24:46 [bca.uk] INFO: Scrape type for ME73%20SHX: 2
2026-03-29 06:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6ecb73-7334-5f51-91f1-d3959072642d with identifier: ME73%20SHX
2026-03-29 06:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6ecb73-7334-5f51-91f1-d3959072642d with scrape type 2
2026-03-29 06:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6ecb73-7334-5f51-91f1-d3959072642d with scrape type 2
2026-03-29 06:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d6ecb73-7334-5f51-91f1-d3959072642d, identifier: ME73%20SHX
2026-03-29 06:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF
2026-03-29 06:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF
2026-03-29 06:24:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF to the API
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO23%20VNF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fde49768-b013-5eda-8bbb-5d8bf6f975cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO23 VNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO23%20VNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 8186,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7H4PX047309',
 'year': 2023}
2026-03-29 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520VNF%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Saving data for RO23%20VNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564605.473597, 'last_price_update_time': 1774765487.005187}
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520VNF') HTTP/1.1" 204 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: KJ17%20DWY
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520DWY%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for KJ17%20DWY: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: LB71%20KOE
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520KOE%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for LB71%20KOE: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: LS69%20HPE
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for LS69%20HPE: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: ML73%20OFE
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520OFE%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for ML73%20OFE: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: ND70%20FTZ
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FTZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for ND70%20FTZ: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: RY66%20ONM
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520ONM%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for RY66%20ONM: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: RJ73%20YLW
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520YLW%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for RJ73%20YLW: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: SW14%20FUV
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520FUV%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for SW14%20FUV: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: FG19%20HKM
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520HKM%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for FG19%20HKM: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: GU72%20VDL
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520VDL%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for GU72%20VDL: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: RO73%20BUV
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520BUV%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for RO73%20BUV: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: DL73%20LBP
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LBP%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for DL73%20LBP: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: MA20%20CTU
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520CTU%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for MA20%20CTU: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: SM18%20KCE
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for SM18%20KCE: 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: DL74%20WVC
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for DL74%20WVC: 2
2026-03-29 06:24:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC
2026-03-29 06:24:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with scrape type 2
2026-03-29 06:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with scrape type 2
2026-03-29 06:24:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d, identifier: DL74%20WVC
2026-03-29 06:24: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:24:47 [bca.uk] INFO: Found listing with ID: CP02%20MFJ
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520MFJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for CP02%20MFJ: 2
2026-03-29 06:24:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ
2026-03-29 06:24:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b8fb50-8b6f-5e85-8e1b-230100773ffa with scrape type 2
2026-03-29 06:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b8fb50-8b6f-5e85-8e1b-230100773ffa with scrape type 2
2026-03-29 06:24:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b8fb50-8b6f-5e85-8e1b-230100773ffa, identifier: CP02%20MFJ
2026-03-29 06:24:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d6ecb73-7334-5f51-91f1-d3959072642d with identifier: ME73%20SHX
2026-03-29 06:24:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d6ecb73-7334-5f51-91f1-d3959072642d with identifier: ME73%20SHX
2026-03-29 06:24:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d6ecb73-7334-5f51-91f1-d3959072642d with identifier: ME73%20SHX to the API
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 274,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME73%20SHX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d6ecb73-7334-5f51-91f1-d3959072642d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ME73 SHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME73%20SHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 26589,
 '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 TREMOR CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD TREMOR',
 'vin': '6FPPXXMJ2PPU24119',
 'year': 2024}
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520SHX%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Saving data for ME73%20SHX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564327.594538, 'last_price_update_time': 1774765487.743811}
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME73%2520SHX') HTTP/1.1" 204 0
2026-03-29 06:24:47 [bca.uk] INFO: Found listing with ID: LT72%20YAV
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520YAV%27 HTTP/1.1" 200 None
2026-03-29 06:24:47 [bca.uk] INFO: Scrape type for LT72%20YAV: 2
2026-03-29 06:24:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV
2026-03-29 06:24:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bdfc11a-09af-5a10-af03-3b0019bfa85b with scrape type 2
2026-03-29 06:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bdfc11a-09af-5a10-af03-3b0019bfa85b with scrape type 2
2026-03-29 06:24:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bdfc11a-09af-5a10-af03-3b0019bfa85b, identifier: LT72%20YAV
2026-03-29 06:24:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC
2026-03-29 06:24:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC
2026-03-29 06:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC to the API
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WVC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c828c01d-58c1-5c09-a3ac-bd2e5be0e30d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 6514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ9R6053030',
 'year': 2024}
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 06:24:48 [bca.uk] INFO: Saving data for DL74%20WVC: {'auction_closing_time': 1775037600.0, 'created_time': 1773832201.288925, 'last_price_update_time': 1774765488.254546}
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WVC') HTTP/1.1" 204 0
2026-03-29 06:24:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ
2026-03-29 06:24:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ
2026-03-29 06:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ to the API
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP02%20MFJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4b8fb50-8b6f-5e85-8e1b-230100773ffa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP02 MFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP02%20MFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 90926,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 S 75 Hatchback',
 'transmission': 'automatic',
 'trim': 'S 75',
 'vin': 'WVWZZZ9NZ3Y031304',
 'year': 2002}
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520MFJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:48 [bca.uk] INFO: Saving data for CP02%20MFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564116.063783, 'last_price_update_time': 1774765488.532279}
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP02%2520MFJ') HTTP/1.1" 204 0
2026-03-29 06:24:48 [bca.uk] INFO: Found listing with ID: DP69%20VZX
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520VZX%27 HTTP/1.1" 200 None
2026-03-29 06:24:48 [bca.uk] INFO: Scrape type for DP69%20VZX: 2
2026-03-29 06:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1318880a-3ab5-58f3-9660-f1d48813d0e7 with identifier: DP69%20VZX
2026-03-29 06:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1318880a-3ab5-58f3-9660-f1d48813d0e7 with scrape type 2
2026-03-29 06:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1318880a-3ab5-58f3-9660-f1d48813d0e7 with scrape type 2
2026-03-29 06:24:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1318880a-3ab5-58f3-9660-f1d48813d0e7, identifier: DP69%20VZX
2026-03-29 06:24:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV
2026-03-29 06:24:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV
2026-03-29 06:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV to the API
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT72%20YAV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5bdfc11a-09af-5a10-af03-3b0019bfa85b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT72 YAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT72%20YAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 15543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH ALLURE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ALLURE PREMIUM+',
 'vin': 'VR3UHZKXZPT509295',
 'year': 2023}
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520YAV%27 HTTP/1.1" 200 None
2026-03-29 06:24:48 [bca.uk] INFO: Saving data for LT72%20YAV: {'auction_closing_time': 1775124000.0, 'created_time': 1773842003.915469, 'last_price_update_time': 1774765488.917167}
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT72%2520YAV') HTTP/1.1" 204 0
2026-03-29 06:24:48 [bca.uk] INFO: Found listing with ID: DP74%20RWO
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RWO%27 HTTP/1.1" 200 None
2026-03-29 06:24:48 [bca.uk] INFO: Scrape type for DP74%20RWO: 2
2026-03-29 06:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO
2026-03-29 06:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80d0b57-61f7-593d-a24f-b28d51f95118 with scrape type 2
2026-03-29 06:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80d0b57-61f7-593d-a24f-b28d51f95118 with scrape type 2
2026-03-29 06:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f80d0b57-61f7-593d-a24f-b28d51f95118, identifier: DP74%20RWO
2026-03-29 06:24:49 [bca.uk] INFO: Found listing with ID: HK07%20FLH
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK07%2520FLH%27 HTTP/1.1" 200 None
2026-03-29 06:24:49 [bca.uk] INFO: Scrape type for HK07%20FLH: 2
2026-03-29 06:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH
2026-03-29 06:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ef151c-e32f-576b-b829-cf4250c04ab0 with scrape type 2
2026-03-29 06:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70ef151c-e32f-576b-b829-cf4250c04ab0 with scrape type 2
2026-03-29 06:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70ef151c-e32f-576b-b829-cf4250c04ab0, identifier: HK07%20FLH
2026-03-29 06:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1318880a-3ab5-58f3-9660-f1d48813d0e7 with identifier: DP69%20VZX
2026-03-29 06:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1318880a-3ab5-58f3-9660-f1d48813d0e7 with identifier: DP69%20VZX
2026-03-29 06:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1318880a-3ab5-58f3-9660-f1d48813d0e7 with identifier: DP69%20VZX to the API
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP69%20VZX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1318880a-3ab5-58f3-9660-f1d48813d0e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP69 VZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP69%20VZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 70086,
 'odometer_reading_unit': '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 2700 1.5 D 100 SPORTIVE L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L1 H1',
 'vin': 'VXEVBYHRKL7010908',
 'year': 2019}
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520VZX%27 HTTP/1.1" 200 None
2026-03-29 06:24:49 [bca.uk] INFO: Saving data for DP69%20VZX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564330.610037, 'last_price_update_time': 1774765489.453692}
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP69%2520VZX') HTTP/1.1" 204 0
2026-03-29 06:24:49 [bca.uk] INFO: Found listing with ID: BK24%20NNZ
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NNZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:49 [bca.uk] INFO: Scrape type for BK24%20NNZ: 2
2026-03-29 06:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ
2026-03-29 06:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with scrape type 2
2026-03-29 06:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with scrape type 2
2026-03-29 06:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8, identifier: BK24%20NNZ
2026-03-29 06:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO
2026-03-29 06:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO
2026-03-29 06:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO to the API
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP74%20RWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f80d0b57-61f7-593d-a24f-b28d51f95118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP74 RWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP74%20RWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 22090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY3R6055498',
 'year': 2024}
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RWO%27 HTTP/1.1" 200 None
2026-03-29 06:24:49 [bca.uk] INFO: Saving data for DP74%20RWO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842344.631557, 'last_price_update_time': 1774765489.837435}
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP74%2520RWO') HTTP/1.1" 204 0
2026-03-29 06:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH
2026-03-29 06:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH
2026-03-29 06:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH to the API
2026-03-29 06:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK07%20FLH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70ef151c-e32f-576b-b829-cf4250c04ab0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK07 FLH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK07%20FLH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 109490,
 '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': 'RENAULT CLIO 1.4 EXPRESSION Hatchback',
 'transmission': 'manual',
 'trim': 'EXPRESSION',
 'vin': 'VF1BR1A0H38188759',
 'year': 2007}
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK07%2520FLH%27 HTTP/1.1" 200 None
2026-03-29 06:24:50 [bca.uk] INFO: Saving data for HK07%20FLH: {'auction_closing_time': 1774951200.0, 'created_time': 1774564101.383118, 'last_price_update_time': 1774765490.140083}
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK07%2520FLH') HTTP/1.1" 204 0
2026-03-29 06:24:50 [bca.uk] INFO: Found listing with ID: HY70%20WVM
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520WVM%27 HTTP/1.1" 200 None
2026-03-29 06:24:50 [bca.uk] INFO: Scrape type for HY70%20WVM: 2
2026-03-29 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11dfb03-b612-54f4-be61-3516059b0639 with identifier: HY70%20WVM
2026-03-29 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11dfb03-b612-54f4-be61-3516059b0639 with scrape type 2
2026-03-29 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a11dfb03-b612-54f4-be61-3516059b0639 with scrape type 2
2026-03-29 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a11dfb03-b612-54f4-be61-3516059b0639, identifier: HY70%20WVM
2026-03-29 06:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ
2026-03-29 06:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ
2026-03-29 06:24:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ to the API
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20NNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74d43e6a-28f2-591b-8f0a-8f49ae93d9e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK24 NNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20NNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 36249,
 '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': '6FPPXXMJ2PPP41000',
 'year': 2024}
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NNZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:50 [bca.uk] INFO: Saving data for BK24%20NNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564570.463307, 'last_price_update_time': 1774765490.521813}
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520NNZ') HTTP/1.1" 204 0
2026-03-29 06:24:50 [bca.uk] INFO: Found listing with ID: DV24%20JXX
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXX%27 HTTP/1.1" 200 None
2026-03-29 06:24:50 [bca.uk] INFO: Scrape type for DV24%20JXX: 2
2026-03-29 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX
2026-03-29 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce5577a7-27bf-57f2-8b19-25e811b38e54 with scrape type 2
2026-03-29 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce5577a7-27bf-57f2-8b19-25e811b38e54 with scrape type 2
2026-03-29 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce5577a7-27bf-57f2-8b19-25e811b38e54, identifier: DV24%20JXX
2026-03-29 06:24:50 [bca.uk] INFO: Found listing with ID: YR71%20OTF
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 06:24:50 [bca.uk] INFO: Scrape type for YR71%20OTF: 2
2026-03-29 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF
2026-03-29 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with scrape type 2
2026-03-29 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with scrape type 2
2026-03-29 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9, identifier: YR71%20OTF
2026-03-29 06:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a11dfb03-b612-54f4-be61-3516059b0639 with identifier: HY70%20WVM
2026-03-29 06:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a11dfb03-b612-54f4-be61-3516059b0639 with identifier: HY70%20WVM
2026-03-29 06:24:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a11dfb03-b612-54f4-be61-3516059b0639 with identifier: HY70%20WVM to the API
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY70%20WVM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a11dfb03-b612-54f4-be61-3516059b0639',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY70 WVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY70%20WVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 99537,
 '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 TRANSPORTER T28 2.0 TDI 150 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 SWB H/L',
 'vin': 'WV1ZZZ7HZLH049318',
 'year': 2020}
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520WVM%27 HTTP/1.1" 200 None
2026-03-29 06:24:51 [bca.uk] INFO: Saving data for HY70%20WVM: {'auction_closing_time': 1774778400.0, 'created_time': 1774564332.340228, 'last_price_update_time': 1774765491.028321}
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY70%2520WVM') HTTP/1.1" 204 0
2026-03-29 06:24:51 [bca.uk] INFO: Found listing with ID: BK68%20XNZ
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XNZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:51 [bca.uk] INFO: Scrape type for BK68%20XNZ: 2
2026-03-29 06:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ
2026-03-29 06:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with scrape type 2
2026-03-29 06:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with scrape type 2
2026-03-29 06:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9, identifier: BK68%20XNZ
2026-03-29 06:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX
2026-03-29 06:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX
2026-03-29 06:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX to the API
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JXX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce5577a7-27bf-57f2-8b19-25e811b38e54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 JXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS5R6008732',
 'year': 2024}
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXX%27 HTTP/1.1" 200 None
2026-03-29 06:24:51 [bca.uk] INFO: Saving data for DV24%20JXX: {'auction_closing_time': 1775037600.0, 'created_time': 1773842525.077134, 'last_price_update_time': 1774765491.433768}
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JXX') HTTP/1.1" 204 0
2026-03-29 06:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF
2026-03-29 06:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF
2026-03-29 06:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF to the API
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR71%20OTF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR71 OTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR71%20OTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB TREND H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB TREND H/R',
 'vin': 'WF0YXXTTGYMA08280',
 'year': 2021}
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520OTF%27 HTTP/1.1" 200 None
2026-03-29 06:24:51 [bca.uk] INFO: Saving data for YR71%20OTF: {'auction_closing_time': 1774951200.0, 'created_time': 1774363228.56833, 'last_price_update_time': 1774765491.705657}
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR71%2520OTF') HTTP/1.1" 204 0
2026-03-29 06:24:51 [bca.uk] INFO: Found listing with ID: KO16%20PXH
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 06:24:51 [bca.uk] INFO: Scrape type for KO16%20PXH: 2
2026-03-29 06:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH
2026-03-29 06:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with scrape type 2
2026-03-29 06:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with scrape type 2
2026-03-29 06:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4, identifier: KO16%20PXH
2026-03-29 06:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ
2026-03-29 06:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ
2026-03-29 06:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ to the API
2026-03-29 06:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20XNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 XNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20XNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 55689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 95 ECOTEC SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 95 ECOTEC SWB',
 'vin': 'W0VF7F600KV602263',
 'year': 2018}
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XNZ%27 HTTP/1.1" 200 None
2026-03-29 06:24:52 [bca.uk] INFO: Saving data for BK68%20XNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564603.334925, 'last_price_update_time': 1774765492.141293}
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520XNZ') HTTP/1.1" 204 0
2026-03-29 06:24:52 [bca.uk] INFO: Found listing with ID: DY74%20OHL
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520OHL%27 HTTP/1.1" 200 None
2026-03-29 06:24:52 [bca.uk] INFO: Scrape type for DY74%20OHL: 2
2026-03-29 06:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL
2026-03-29 06:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e181b616-c33f-54fe-9885-b6dcb8d10aae with scrape type 2
2026-03-29 06:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e181b616-c33f-54fe-9885-b6dcb8d10aae with scrape type 2
2026-03-29 06:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e181b616-c33f-54fe-9885-b6dcb8d10aae, identifier: DY74%20OHL
2026-03-29 06:24:52 [bca.uk] INFO: Found listing with ID: HN59%20YFR
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:24:52 [bca.uk] INFO: Scrape type for HN59%20YFR: 2
2026-03-29 06:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR
2026-03-29 06:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0589049a-678e-5215-a007-063b6d63e846 with scrape type 2
2026-03-29 06:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0589049a-678e-5215-a007-063b6d63e846 with scrape type 2
2026-03-29 06:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0589049a-678e-5215-a007-063b6d63e846, identifier: HN59%20YFR
2026-03-29 06:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH
2026-03-29 06:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH
2026-03-29 06:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH to the API
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO16%20PXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4e8b7c5-885d-5e72-8567-1e27a0eeb7d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO16 PXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO16%20PXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 69564,
 '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 PREMIUM SE Hatchback',
 'transmission': 'manual',
 'trim': 'PREMIUM SE',
 'vin': 'NLHA851CLGZ259330',
 'year': 2016}
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-29 06:24:52 [bca.uk] INFO: Saving data for KO16%20PXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774479355.012695, 'last_price_update_time': 1774765492.675529}
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO16%2520PXH') HTTP/1.1" 204 0
2026-03-29 06:24:52 [bca.uk] INFO: Found listing with ID: BP72%20GZF
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 06:24:52 [bca.uk] INFO: Scrape type for BP72%20GZF: 2
2026-03-29 06:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF
2026-03-29 06:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d32190ed-1c4d-55e2-8476-f71d01f7598e with scrape type 2
2026-03-29 06:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d32190ed-1c4d-55e2-8476-f71d01f7598e with scrape type 2
2026-03-29 06:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d32190ed-1c4d-55e2-8476-f71d01f7598e, identifier: BP72%20GZF
2026-03-29 06:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL
2026-03-29 06:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL
2026-03-29 06:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL to the API
2026-03-29 06:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20OHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e181b616-c33f-54fe-9885-b6dcb8d10aae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 OHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20OHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6019273',
 'year': 2024}
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520OHL%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Saving data for DY74%20OHL: {'auction_closing_time': 1775037600.0, 'created_time': 1773844920.25771, 'last_price_update_time': 1774765493.18253}
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520OHL') HTTP/1.1" 204 0
2026-03-29 06:24:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR
2026-03-29 06:24:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR
2026-03-29 06:24:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR to the API
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN59%20YFR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0589049a-678e-5215-a007-063b6d63e846',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN59 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN59%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 73879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.8 TSI ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI ELEGANCE',
 'vin': 'TMBBK21Z3A2053082',
 'year': 2009}
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Saving data for HN59%20YFR: {'auction_closing_time': 1774951200.0, 'created_time': 1774564143.71307, 'last_price_update_time': 1774765493.46122}
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN59%2520YFR') HTTP/1.1" 204 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: GX68%20KUA
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520KUA%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Scrape type for GX68%20KUA: 2
2026-03-29 06:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85827b8a-8c1d-5906-9adf-c248cedc82f7 with identifier: GX68%20KUA
2026-03-29 06:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85827b8a-8c1d-5906-9adf-c248cedc82f7 with scrape type 2
2026-03-29 06:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85827b8a-8c1d-5906-9adf-c248cedc82f7 with scrape type 2
2026-03-29 06:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85827b8a-8c1d-5906-9adf-c248cedc82f7, identifier: GX68%20KUA
2026-03-29 06:24:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF
2026-03-29 06:24:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF
2026-03-29 06:24:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF to the API
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20GZF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd32190ed-1c4d-55e2-8476-f71d01f7598e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP72 GZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20GZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': 'SCUDO',
 'odometer': 43465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT SCUDO 1.5 M/JET 120 L1 TECNICO PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 120 L1 TECNICO',
 'vin': 'VXFVBYHVMN7075880',
 'year': 2022}
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Saving data for BP72%20GZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774564597.255204, 'last_price_update_time': 1774765493.877087}
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520GZF') HTTP/1.1" 204 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: BW73%20LZN
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520LZN%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Scrape type for BW73%20LZN: 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: LC71%20SSV
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520SSV%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Scrape type for LC71%20SSV: 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: KK23%20BWC
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Scrape type for KK23%20BWC: 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: KM73%20YZN
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YZN%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Scrape type for KM73%20YZN: 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: MW74%20CZU
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520CZU%27 HTTP/1.1" 200 None
2026-03-29 06:24:53 [bca.uk] INFO: Scrape type for MW74%20CZU: 0
2026-03-29 06:24:53 [bca.uk] INFO: Found listing with ID: DN24%20TCJ
2026-03-29 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TCJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:54 [bca.uk] INFO: Scrape type for DN24%20TCJ: 2
2026-03-29 06:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ
2026-03-29 06:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35c5b342-12d6-5945-a38f-9cbaf61e783b with scrape type 2
2026-03-29 06:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35c5b342-12d6-5945-a38f-9cbaf61e783b with scrape type 2
2026-03-29 06:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35c5b342-12d6-5945-a38f-9cbaf61e783b, identifier: DN24%20TCJ
2026-03-29 06:24:54 [bca.uk] INFO: Found listing with ID: SP14%20ASV
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520ASV%27 HTTP/1.1" 200 None
2026-03-29 06:24:54 [bca.uk] INFO: Scrape type for SP14%20ASV: 2
2026-03-29 06:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV
2026-03-29 06:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34d08f12-b295-5c61-97c8-738d6a523ec6 with scrape type 2
2026-03-29 06:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34d08f12-b295-5c61-97c8-738d6a523ec6 with scrape type 2
2026-03-29 06:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34d08f12-b295-5c61-97c8-738d6a523ec6, identifier: SP14%20ASV
2026-03-29 06:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85827b8a-8c1d-5906-9adf-c248cedc82f7 with identifier: GX68%20KUA
2026-03-29 06:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85827b8a-8c1d-5906-9adf-c248cedc82f7 with identifier: GX68%20KUA
2026-03-29 06:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85827b8a-8c1d-5906-9adf-c248cedc82f7 with identifier: GX68%20KUA to the API
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX68%20KUA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85827b8a-8c1d-5906-9adf-c248cedc82f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX68 KUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX68%20KUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 138313,
 'odometer_reading_unit': '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 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYJJ85325',
 'year': 2018}
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520KUA%27 HTTP/1.1" 200 None
2026-03-29 06:24:54 [bca.uk] INFO: Saving data for GX68%20KUA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564332.720858, 'last_price_update_time': 1774765494.502538}
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX68%2520KUA') HTTP/1.1" 204 0
2026-03-29 06:24:54 [bca.uk] INFO: Found listing with ID: LT22%20VKP
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 06:24:54 [bca.uk] INFO: Scrape type for LT22%20VKP: 2
2026-03-29 06:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP
2026-03-29 06:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4d9b56b-57c5-54d9-a91c-31d673218c50 with scrape type 2
2026-03-29 06:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4d9b56b-57c5-54d9-a91c-31d673218c50 with scrape type 2
2026-03-29 06:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4d9b56b-57c5-54d9-a91c-31d673218c50, identifier: LT22%20VKP
2026-03-29 06:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ
2026-03-29 06:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ
2026-03-29 06:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ to the API
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20TCJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35c5b342-12d6-5945-a38f-9cbaf61e783b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 TCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20TCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12568,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS7R6010658',
 'year': 2024}
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TCJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:54 [bca.uk] INFO: Saving data for DN24%20TCJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773835097.659745, 'last_price_update_time': 1774765494.889405}
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520TCJ') HTTP/1.1" 204 0
2026-03-29 06:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV
2026-03-29 06:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV
2026-03-29 06:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV to the API
2026-03-29 06:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP14%20ASV-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34d08f12-b295-5c61-97c8-738d6a523ec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP14 ASV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP14%20ASV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'APPROACH',
 'odometer': 38214,
 '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': 'BAILEY APPROACH 2.2 AUTOGRAPH 740 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'AUTOGRAPH 740 MOTORHOME',
 'vin': 'VF3YCTMAU12544194',
 'year': 2014}
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520ASV%27 HTTP/1.1" 200 None
2026-03-29 06:24:55 [bca.uk] INFO: Saving data for SP14%20ASV: {'auction_closing_time': 1775124000.0, 'created_time': 1774564144.414751, 'last_price_update_time': 1774765495.159673}
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP14%2520ASV') HTTP/1.1" 204 0
2026-03-29 06:24:55 [bca.uk] INFO: Found listing with ID: FX64%20XFA
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 06:24:55 [bca.uk] INFO: Scrape type for FX64%20XFA: 2
2026-03-29 06:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA
2026-03-29 06:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f189f568-65ef-51ed-9d85-d3e5c310b973 with scrape type 2
2026-03-29 06:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f189f568-65ef-51ed-9d85-d3e5c310b973 with scrape type 2
2026-03-29 06:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f189f568-65ef-51ed-9d85-d3e5c310b973, identifier: FX64%20XFA
2026-03-29 06:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP
2026-03-29 06:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP
2026-03-29 06:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP to the API
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20VKP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4d9b56b-57c5-54d9-a91c-31d673218c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT22 VKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20VKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 77332,
 'odometer_reading_unit': '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': 'VF3YCBPFC12U62538',
 'year': 2022}
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 06:24:55 [bca.uk] INFO: Saving data for LT22%20VKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564588.974314, 'last_price_update_time': 1774765495.561914}
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520VKP') HTTP/1.1" 204 0
2026-03-29 06:24:55 [bca.uk] INFO: Found listing with ID: DY74%20BXB
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXB%27 HTTP/1.1" 200 None
2026-03-29 06:24:55 [bca.uk] INFO: Scrape type for DY74%20BXB: 2
2026-03-29 06:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB
2026-03-29 06:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8140f593-9252-5c86-b437-52ea7c66c2d5 with scrape type 2
2026-03-29 06:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8140f593-9252-5c86-b437-52ea7c66c2d5 with scrape type 2
2026-03-29 06:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8140f593-9252-5c86-b437-52ea7c66c2d5, identifier: DY74%20BXB
2026-03-29 06:24:55 [bca.uk] INFO: Found listing with ID: CC63%20RAC
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CC63%2520RAC%27 HTTP/1.1" 200 None
2026-03-29 06:24:55 [bca.uk] INFO: Scrape type for CC63%20RAC: 2
2026-03-29 06:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC
2026-03-29 06:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with scrape type 2
2026-03-29 06:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with scrape type 2
2026-03-29 06:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5, identifier: CC63%20RAC
2026-03-29 06:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA
2026-03-29 06:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA
2026-03-29 06:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA to the API
2026-03-29 06:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX64%20XFA-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f189f568-65ef-51ed-9d85-d3e5c310b973',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX64 XFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX64%20XFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '218D',
 'odometer': 106359,
 '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 218D 2.0 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1H32040VZ29748',
 'year': 2014}
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 06:24:56 [bca.uk] INFO: Saving data for FX64%20XFA: {'auction_closing_time': 1774864800.0, 'created_time': 1773958495.351374, 'last_price_update_time': 1774765496.159054}
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX64%2520XFA') HTTP/1.1" 204 0
2026-03-29 06:24:56 [bca.uk] INFO: Found listing with ID: YS15%20VCX
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-29 06:24:56 [bca.uk] INFO: Scrape type for YS15%20VCX: 2
2026-03-29 06:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX
2026-03-29 06:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b988ac03-be55-5a27-a5b3-e779c7a75b42 with scrape type 2
2026-03-29 06:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b988ac03-be55-5a27-a5b3-e779c7a75b42 with scrape type 2
2026-03-29 06:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b988ac03-be55-5a27-a5b3-e779c7a75b42, identifier: YS15%20VCX
2026-03-29 06:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB
2026-03-29 06:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB
2026-03-29 06:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB to the API
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BXB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8140f593-9252-5c86-b437-52ea7c66c2d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6020845',
 'year': 2024}
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXB%27 HTTP/1.1" 200 None
2026-03-29 06:24:56 [bca.uk] INFO: Saving data for DY74%20BXB: {'auction_closing_time': 1775037600.0, 'created_time': 1773828996.088181, 'last_price_update_time': 1774765496.551995}
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BXB') HTTP/1.1" 204 0
2026-03-29 06:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC
2026-03-29 06:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC
2026-03-29 06:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC to the API
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CC63%20RAC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CC63 RAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CC63%20RAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'AUDI',
 'model': 'S4 AVANT',
 'odometer': 120352,
 '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 S4 AVANT 3.0 TFSI 333 QUATTRO S-T Estate',
 'transmission': 'automatic',
 'trim': 'TFSI 333 QUATTRO S-T',
 'vin': 'WAUZZZ8K8EA025928',
 'year': 2013}
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CC63%2520RAC%27 HTTP/1.1" 200 None
2026-03-29 06:24:56 [bca.uk] INFO: Saving data for CC63%20RAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774564130.853336, 'last_price_update_time': 1774765496.874784}
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CC63%2520RAC') HTTP/1.1" 204 0
2026-03-29 06:24:56 [bca.uk] INFO: Found listing with ID: GD65%20MVO
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520MVO%27 HTTP/1.1" 200 None
2026-03-29 06:24:56 [bca.uk] INFO: Scrape type for GD65%20MVO: 2
2026-03-29 06:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73e40e00-2816-543f-aeb6-f1e55925a52d with identifier: GD65%20MVO
2026-03-29 06:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73e40e00-2816-543f-aeb6-f1e55925a52d with scrape type 2
2026-03-29 06:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73e40e00-2816-543f-aeb6-f1e55925a52d with scrape type 2
2026-03-29 06:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73e40e00-2816-543f-aeb6-f1e55925a52d, identifier: GD65%20MVO
2026-03-29 06:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX
2026-03-29 06:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX
2026-03-29 06:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX to the API
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS15%20VCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b988ac03-be55-5a27-a5b3-e779c7a75b42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS15 VCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS15%20VCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 52221,
 '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 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI HYBRID EXCEL',
 'vin': 'SB1MS3JE30E158878',
 'year': 2015}
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-29 06:24:57 [bca.uk] INFO: Saving data for YS15%20VCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303827.991987, 'last_price_update_time': 1774765497.261938}
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS15%2520VCX') HTTP/1.1" 204 0
2026-03-29 06:24:57 [bca.uk] INFO: Found listing with ID: DL74%20WUJ
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:57 [bca.uk] INFO: Scrape type for DL74%20WUJ: 2
2026-03-29 06:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ
2026-03-29 06:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ccec86-71ce-5524-ab02-b3e327e53bed with scrape type 2
2026-03-29 06:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ccec86-71ce-5524-ab02-b3e327e53bed with scrape type 2
2026-03-29 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86ccec86-71ce-5524-ab02-b3e327e53bed, identifier: DL74%20WUJ
2026-03-29 06:24:57 [bca.uk] INFO: Found listing with ID: RK66%20LSD
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520LSD%27 HTTP/1.1" 200 None
2026-03-29 06:24:57 [bca.uk] INFO: Scrape type for RK66%20LSD: 2
2026-03-29 06:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD
2026-03-29 06:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a373e72-dade-5150-9fed-651e9c25fdd8 with scrape type 2
2026-03-29 06:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a373e72-dade-5150-9fed-651e9c25fdd8 with scrape type 2
2026-03-29 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a373e72-dade-5150-9fed-651e9c25fdd8, identifier: RK66%20LSD
2026-03-29 06:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73e40e00-2816-543f-aeb6-f1e55925a52d with identifier: GD65%20MVO
2026-03-29 06:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73e40e00-2816-543f-aeb6-f1e55925a52d with identifier: GD65%20MVO
2026-03-29 06:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73e40e00-2816-543f-aeb6-f1e55925a52d with identifier: GD65%20MVO to the API
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD65%20MVO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73e40e00-2816-543f-aeb6-f1e55925a52d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD65 MVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD65%20MVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 127790,
 '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 TRANSPORTER T28 2.0 TDI 102 S/L SWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 S/L SWB',
 'vin': 'WV1ZZZ7HZFH167767',
 'year': 2015}
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520MVO%27 HTTP/1.1" 200 None
2026-03-29 06:24:57 [bca.uk] INFO: Saving data for GD65%20MVO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564310.885527, 'last_price_update_time': 1774765497.767493}
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD65%2520MVO') HTTP/1.1" 204 0
2026-03-29 06:24:57 [bca.uk] INFO: Found listing with ID: MK73%20LFG
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-29 06:24:57 [bca.uk] INFO: Scrape type for MK73%20LFG: 2
2026-03-29 06:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG
2026-03-29 06:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9bbca91-36a4-50bb-8ad2-d147232b63c2 with scrape type 2
2026-03-29 06:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9bbca91-36a4-50bb-8ad2-d147232b63c2 with scrape type 2
2026-03-29 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9bbca91-36a4-50bb-8ad2-d147232b63c2, identifier: MK73%20LFG
2026-03-29 06:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ
2026-03-29 06:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ
2026-03-29 06:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ to the API
2026-03-29 06:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WUJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '86ccec86-71ce-5524-ab02-b3e327e53bed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 8011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ4R6052920',
 'year': 2024}
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-29 06:24:58 [bca.uk] INFO: Saving data for DL74%20WUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773832355.940691, 'last_price_update_time': 1774765498.164584}
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WUJ') HTTP/1.1" 204 0
2026-03-29 06:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD
2026-03-29 06:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD
2026-03-29 06:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD to the API
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK66%20LSD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a373e72-dade-5150-9fed-651e9c25fdd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK66 LSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK66%20LSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 85124,
 '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 3.0 TDI 272 QUATTRO SE EXEC.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 272 QUATTRO SE EXEC.S-T',
 'vin': 'WAUZZZ4G3HN031859',
 'year': 2016}
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520LSD%27 HTTP/1.1" 200 None
2026-03-29 06:24:58 [bca.uk] INFO: Saving data for RK66%20LSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774305611.723346, 'last_price_update_time': 1774765498.459939}
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK66%2520LSD') HTTP/1.1" 204 0
2026-03-29 06:24:58 [bca.uk] INFO: Found listing with ID: WN69%20UDD
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520UDD%27 HTTP/1.1" 200 None
2026-03-29 06:24:58 [bca.uk] INFO: Scrape type for WN69%20UDD: 2
2026-03-29 06:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7173c25-ff30-5b54-85e8-4215ae53f466 with identifier: WN69%20UDD
2026-03-29 06:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7173c25-ff30-5b54-85e8-4215ae53f466 with scrape type 2
2026-03-29 06:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7173c25-ff30-5b54-85e8-4215ae53f466 with scrape type 2
2026-03-29 06:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7173c25-ff30-5b54-85e8-4215ae53f466, identifier: WN69%20UDD
2026-03-29 06:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG
2026-03-29 06:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG
2026-03-29 06:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG to the API
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK73%20LFG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9bbca91-36a4-50bb-8ad2-d147232b63c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK73 LFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK73%20LFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 49190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 PLUS EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 PLUS EAT6',
 'vin': 'VF7SXHNPYRT003096',
 'year': 2024}
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-29 06:24:58 [bca.uk] INFO: Saving data for MK73%20LFG: {'auction_closing_time': 1775037600.0, 'created_time': 1774353810.715438, 'last_price_update_time': 1774765498.833565}
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK73%2520LFG') HTTP/1.1" 204 0
2026-03-29 06:24:58 [bca.uk] INFO: Found listing with ID: DS24%20OUY
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-29 06:24:58 [bca.uk] INFO: Scrape type for DS24%20OUY: 2
2026-03-29 06:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY
2026-03-29 06:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with scrape type 2
2026-03-29 06:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with scrape type 2
2026-03-29 06:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9, identifier: DS24%20OUY
2026-03-29 06:24:58 [bca.uk] INFO: Found listing with ID: BT18%20XLN
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XLN%27 HTTP/1.1" 200 None
2026-03-29 06:24:58 [bca.uk] INFO: Scrape type for BT18%20XLN: 2
2026-03-29 06:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN
2026-03-29 06:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4415b276-8c2f-506f-8d6b-a822c90c0e0b with scrape type 2
2026-03-29 06:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4415b276-8c2f-506f-8d6b-a822c90c0e0b with scrape type 2
2026-03-29 06:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4415b276-8c2f-506f-8d6b-a822c90c0e0b, identifier: BT18%20XLN
2026-03-29 06:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7173c25-ff30-5b54-85e8-4215ae53f466 with identifier: WN69%20UDD
2026-03-29 06:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7173c25-ff30-5b54-85e8-4215ae53f466 with identifier: WN69%20UDD
2026-03-29 06:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7173c25-ff30-5b54-85e8-4215ae53f466 with identifier: WN69%20UDD to the API
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20UDD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7173c25-ff30-5b54-85e8-4215ae53f466',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN69 UDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20UDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 65514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 181 CHALLENGER 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 181 CHALLENGER 4WD',
 'vin': 'MMCJYKL10KH016181',
 'year': 2019}
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520UDD%27 HTTP/1.1" 200 None
2026-03-29 06:24:59 [bca.uk] INFO: Saving data for WN69%20UDD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564312.05517, 'last_price_update_time': 1774765499.336075}
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520UDD') HTTP/1.1" 204 0
2026-03-29 06:24:59 [bca.uk] INFO: Found listing with ID: BG68%20FXY
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-29 06:24:59 [bca.uk] INFO: Scrape type for BG68%20FXY: 2
2026-03-29 06:24:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY
2026-03-29 06:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fab43b7f-c755-525a-8b11-52c39d28c9de with scrape type 2
2026-03-29 06:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fab43b7f-c755-525a-8b11-52c39d28c9de with scrape type 2
2026-03-29 06:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fab43b7f-c755-525a-8b11-52c39d28c9de, identifier: BG68%20FXY
2026-03-29 06:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY
2026-03-29 06:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY
2026-03-29 06:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY to the API
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20OUY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 OUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20OUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 8338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6015661',
 'year': 2024}
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-29 06:24:59 [bca.uk] INFO: Saving data for DS24%20OUY: {'auction_closing_time': 1775037600.0, 'created_time': 1774004653.841561, 'last_price_update_time': 1774765499.740829}
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OUY') HTTP/1.1" 204 0
2026-03-29 06:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN
2026-03-29 06:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN
2026-03-29 06:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN to the API
2026-03-29 06:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT18%20XLN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4415b276-8c2f-506f-8d6b-a822c90c0e0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT18 XLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT18%20XLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'COMBO',
 'odometer': 32975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO 1.3 CDTI 95 2000 L1 H1 S/S Van',
 'transmission': 'manual',
 'trim': 'CDTI 95 2000 L1 H1 S/S',
 'vin': 'W0L6ZZU1AH9617681',
 'year': 2018}
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XLN%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Saving data for BT18%20XLN: {'auction_closing_time': 1774951200.0, 'created_time': 1774564116.419611, 'last_price_update_time': 1774765500.165552}
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520XLN') HTTP/1.1" 204 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: YS69%20PAO
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for YS69%20PAO: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: CA59%20XJK
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA59%2520XJK%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for CA59%20XJK: 2
2026-03-29 06:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37cb67e-760c-5384-bac2-5946d6746aff with identifier: CA59%20XJK
2026-03-29 06:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37cb67e-760c-5384-bac2-5946d6746aff with scrape type 2
2026-03-29 06:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a37cb67e-760c-5384-bac2-5946d6746aff with scrape type 2
2026-03-29 06:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a37cb67e-760c-5384-bac2-5946d6746aff, identifier: CA59%20XJK
2026-03-29 06:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY
2026-03-29 06:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY
2026-03-29 06:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY to the API
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG68%20FXY-GB',
 'category': 'Car',
 'color': 'mineral grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fab43b7f-c755-525a-8b11-52c39d28c9de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG68 FXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG68%20FXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 60464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X2 2.0 XDRIVE 20D M SPORT X STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 20D M SPORT X STEP',
 'vin': 'WBAYL12050E781434',
 'year': 2018}
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Saving data for BG68%20FXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774477204.340988, 'last_price_update_time': 1774765500.627917}
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG68%2520FXY') HTTP/1.1" 204 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: DS24%20OZO
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OZO%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for DS24%20OZO: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: GL72%20ODW
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for GL72%20ODW: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: BU22%20ZSR
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520ZSR%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for BU22%20ZSR: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: GL72%20UVD
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UVD%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for GL72%20UVD: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: BG71%20UMM
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UMM%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for BG71%20UMM: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: LT24%20SWU
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SWU%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for LT24%20SWU: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: WN21%20XLO
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for WN21%20XLO: 0
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: DS24%20ORP
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for DS24%20ORP: 2
2026-03-29 06:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP
2026-03-29 06:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with scrape type 2
2026-03-29 06:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with scrape type 2
2026-03-29 06:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3faf7291-c2e3-5fff-9f02-136f5cc82d81, identifier: DS24%20ORP
2026-03-29 06:25:00 [bca.uk] INFO: Found listing with ID: BSZ%209114
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-29 06:25:00 [bca.uk] INFO: Scrape type for BSZ%209114: 2
2026-03-29 06:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114
2026-03-29 06:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd8cff7-48de-56b9-9666-78905e66c7ad with scrape type 2
2026-03-29 06:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd8cff7-48de-56b9-9666-78905e66c7ad with scrape type 2
2026-03-29 06:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bd8cff7-48de-56b9-9666-78905e66c7ad, identifier: BSZ%209114
2026-03-29 06:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a37cb67e-760c-5384-bac2-5946d6746aff with identifier: CA59%20XJK
2026-03-29 06:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a37cb67e-760c-5384-bac2-5946d6746aff with identifier: CA59%20XJK
2026-03-29 06:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a37cb67e-760c-5384-bac2-5946d6746aff with identifier: CA59%20XJK to the API
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA59%20XJK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a37cb67e-760c-5384-bac2-5946d6746aff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA59 XJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA59%20XJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 313',
 'odometer': 158240,
 '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 SPRINTER 313 2.1 CDI 3.5T MWB Dropside',
 'transmission': 'automatic',
 'trim': 'CDI 3.5T MWB',
 'vin': 'WDB9061332N438115',
 'year': 2010}
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA59%2520XJK%27 HTTP/1.1" 200 None
2026-03-29 06:25:01 [bca.uk] INFO: Saving data for CA59%20XJK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564286.63005, 'last_price_update_time': 1774765501.372997}
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA59%2520XJK') HTTP/1.1" 204 0
2026-03-29 06:25:01 [bca.uk] INFO: Found listing with ID: YY73%20XHH
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:25:01 [bca.uk] INFO: Scrape type for YY73%20XHH: 2
2026-03-29 06:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH
2026-03-29 06:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db7ea674-b6e2-5307-bafb-fb9ec47575a1 with scrape type 2
2026-03-29 06:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db7ea674-b6e2-5307-bafb-fb9ec47575a1 with scrape type 2
2026-03-29 06:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db7ea674-b6e2-5307-bafb-fb9ec47575a1, identifier: YY73%20XHH
2026-03-29 06:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP
2026-03-29 06:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP
2026-03-29 06:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP to the API
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20ORP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3faf7291-c2e3-5fff-9f02-136f5cc82d81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 ORP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20ORP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 22400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS2R6015394',
 'year': 2024}
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-29 06:25:01 [bca.uk] INFO: Saving data for DS24%20ORP: {'auction_closing_time': 1775037600.0, 'created_time': 1773845809.08079, 'last_price_update_time': 1774765501.885006}
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520ORP') HTTP/1.1" 204 0
2026-03-29 06:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114
2026-03-29 06:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114
2026-03-29 06:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114 to the API
2026-03-29 06:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BSZ%209114-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bd8cff7-48de-56b9-9666-78905e66c7ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BSZ 9114',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BSZ%209114&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 76843,
 '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': 'PORSCHE 911 3.8 CARRERA 4 S (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA 4 S (997)',
 'vin': 'WP0ZZZ99Z7S721819',
 'year': 2006}
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-29 06:25:02 [bca.uk] INFO: Saving data for BSZ%209114: {'auction_closing_time': 1774951200.0, 'created_time': 1774436692.387142, 'last_price_update_time': 1774765502.182269}
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BSZ%25209114') HTTP/1.1" 204 0
2026-03-29 06:25:02 [bca.uk] INFO: Found listing with ID: HX15%20VXP
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX15%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:25:02 [bca.uk] INFO: Scrape type for HX15%20VXP: 2
2026-03-29 06:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16551cd0-e3c5-578c-932f-6079a7a713d3 with identifier: HX15%20VXP
2026-03-29 06:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16551cd0-e3c5-578c-932f-6079a7a713d3 with scrape type 2
2026-03-29 06:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16551cd0-e3c5-578c-932f-6079a7a713d3 with scrape type 2
2026-03-29 06:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16551cd0-e3c5-578c-932f-6079a7a713d3, identifier: HX15%20VXP
2026-03-29 06:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH
2026-03-29 06:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH
2026-03-29 06:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH to the API
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XHH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db7ea674-b6e2-5307-bafb-fb9ec47575a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 25549,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ1PJJ11840',
 'year': 2023}
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHH%27 HTTP/1.1" 200 None
2026-03-29 06:25:02 [bca.uk] INFO: Saving data for YY73%20XHH: {'auction_closing_time': 1775037600.0, 'created_time': 1773841796.17753, 'last_price_update_time': 1774765502.602284}
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XHH') HTTP/1.1" 204 0
2026-03-29 06:25:02 [bca.uk] INFO: Found listing with ID: DS24%20XXY
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXY%27 HTTP/1.1" 200 None
2026-03-29 06:25:02 [bca.uk] INFO: Scrape type for DS24%20XXY: 0
2026-03-29 06:25:02 [bca.uk] INFO: Found listing with ID: DS24%20XXZ
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:02 [bca.uk] INFO: Scrape type for DS24%20XXZ: 2
2026-03-29 06:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ
2026-03-29 06:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c522a4a-fb8e-5442-836f-646990683a0e with scrape type 2
2026-03-29 06:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c522a4a-fb8e-5442-836f-646990683a0e with scrape type 2
2026-03-29 06:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c522a4a-fb8e-5442-836f-646990683a0e, identifier: DS24%20XXZ
2026-03-29 06:25:02 [bca.uk] INFO: Found listing with ID: VE70%20GKN
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520GKN%27 HTTP/1.1" 200 None
2026-03-29 06:25:02 [bca.uk] INFO: Scrape type for VE70%20GKN: 2
2026-03-29 06:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN
2026-03-29 06:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae0e888-1a68-5999-8e50-799b8b31d500 with scrape type 2
2026-03-29 06:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ae0e888-1a68-5999-8e50-799b8b31d500 with scrape type 2
2026-03-29 06:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ae0e888-1a68-5999-8e50-799b8b31d500, identifier: VE70%20GKN
2026-03-29 06:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16551cd0-e3c5-578c-932f-6079a7a713d3 with identifier: HX15%20VXP
2026-03-29 06:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16551cd0-e3c5-578c-932f-6079a7a713d3 with identifier: HX15%20VXP
2026-03-29 06:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16551cd0-e3c5-578c-932f-6079a7a713d3 with identifier: HX15%20VXP to the API
2026-03-29 06:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 246,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX15%20VXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16551cd0-e3c5-578c-932f-6079a7a713d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX15 VXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX15%20VXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 RWD',
 'odometer': 125033,
 '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 MOVANO 3500 RWD 2.3 CDTI 16V 125 L3 H3 PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 16V 125 L3 H3',
 'vin': 'W0LMRF6UDFB077818',
 'year': 2015}
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX15%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:25:03 [bca.uk] INFO: Saving data for HX15%20VXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564279.899017, 'last_price_update_time': 1774765503.1178}
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX15%2520VXP') HTTP/1.1" 204 0
2026-03-29 06:25:03 [bca.uk] INFO: Found listing with ID: YY73%20XJG
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 06:25:03 [bca.uk] INFO: Scrape type for YY73%20XJG: 2
2026-03-29 06:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG
2026-03-29 06:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with scrape type 2
2026-03-29 06:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with scrape type 2
2026-03-29 06:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f90d8e3f-9896-548e-ab5b-fd6474ce3e94, identifier: YY73%20XJG
2026-03-29 06:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ
2026-03-29 06:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ
2026-03-29 06:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ to the API
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20XXZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c522a4a-fb8e-5442-836f-646990683a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 XXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20XXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 19591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS2R6019297',
 'year': 2024}
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:03 [bca.uk] INFO: Saving data for DS24%20XXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1773823531.618032, 'last_price_update_time': 1774765503.506049}
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520XXZ') HTTP/1.1" 204 0
2026-03-29 06:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN
2026-03-29 06:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN
2026-03-29 06:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN to the API
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE70%20GKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ae0e888-1a68-5999-8e50-799b8b31d500',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE70 GKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE70%20GKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 31939,
 '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 2.0 TDI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW039645',
 'year': 2021}
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520GKN%27 HTTP/1.1" 200 None
2026-03-29 06:25:03 [bca.uk] INFO: Saving data for VE70%20GKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564121.509754, 'last_price_update_time': 1774765503.832693}
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520GKN') HTTP/1.1" 204 0
2026-03-29 06:25:03 [bca.uk] INFO: Found listing with ID: HY65%20MTK
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 06:25:03 [bca.uk] INFO: Scrape type for HY65%20MTK: 2
2026-03-29 06:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0a67c84-86ec-58d2-ad2a-69cf1653636b with identifier: HY65%20MTK
2026-03-29 06:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0a67c84-86ec-58d2-ad2a-69cf1653636b with scrape type 2
2026-03-29 06:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0a67c84-86ec-58d2-ad2a-69cf1653636b with scrape type 2
2026-03-29 06:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0a67c84-86ec-58d2-ad2a-69cf1653636b, identifier: HY65%20MTK
2026-03-29 06:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG
2026-03-29 06:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG
2026-03-29 06:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG to the API
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XJG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f90d8e3f-9896-548e-ab5b-fd6474ce3e94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 29985,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ4PJJ10844',
 'year': 2023}
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Saving data for YY73%20XJG: {'auction_closing_time': 1775037600.0, 'created_time': 1773909437.976559, 'last_price_update_time': 1774765504.243292}
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XJG') HTTP/1.1" 204 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: LD23%20UTS
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520UTS%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for LD23%20UTS: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: LR21%20YHE
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520YHE%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for LR21%20YHE: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: LS69%20AWM
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520AWM%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for LS69%20AWM: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: MM21%20HHO
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM21%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for MM21%20HHO: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: NL23%20ODN
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520ODN%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for NL23%20ODN: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: RX71%20EGV
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for RX71%20EGV: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: WF24%20EWY
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520EWY%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for WF24%20EWY: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: AF22%20XTB
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520XTB%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for AF22%20XTB: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: AF22%20YMD
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520YMD%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for AF22%20YMD: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: DC25%20EXN
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC25%2520EXN%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for DC25%20EXN: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: DF71%20HHZ
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520HHZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for DF71%20HHZ: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: DG24%20LAE
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LAE%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for DG24%20LAE: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: FN22%20LLG
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LLG%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for FN22%20LLG: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: FN23%20OPA
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OPA%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for FN23%20OPA: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: GK22%20NDD
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK22%2520NDD%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for GK22%20NDD: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: GL21%20HWG
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520HWG%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for GL21%20HWG: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: GX70%20USS
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520USS%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for GX70%20USS: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: KE73%20APV
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520APV%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for KE73%20APV: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: KN23%20UWP
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UWP%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for KN23%20UWP: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: KW73%20YON
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YON%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for KW73%20YON: 0
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: LA72%20CNF
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520CNF%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for LA72%20CNF: 2
2026-03-29 06:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF
2026-03-29 06:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd2842b-eafe-56b1-ab35-74191df4614b with scrape type 2
2026-03-29 06:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd2842b-eafe-56b1-ab35-74191df4614b with scrape type 2
2026-03-29 06:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd2842b-eafe-56b1-ab35-74191df4614b, identifier: LA72%20CNF
2026-03-29 06:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:25:04 [bca.uk] INFO: Found listing with ID: HF23%20PRZ
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520PRZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:04 [bca.uk] INFO: Scrape type for HF23%20PRZ: 2
2026-03-29 06:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ
2026-03-29 06:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0db172f1-c775-5ab3-91f5-c31d13f897f4 with scrape type 2
2026-03-29 06:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0db172f1-c775-5ab3-91f5-c31d13f897f4 with scrape type 2
2026-03-29 06:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0db172f1-c775-5ab3-91f5-c31d13f897f4, identifier: HF23%20PRZ
2026-03-29 06:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0a67c84-86ec-58d2-ad2a-69cf1653636b with identifier: HY65%20MTK
2026-03-29 06:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0a67c84-86ec-58d2-ad2a-69cf1653636b with identifier: HY65%20MTK
2026-03-29 06:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0a67c84-86ec-58d2-ad2a-69cf1653636b with identifier: HY65%20MTK to the API
2026-03-29 06:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY65%20MTK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0a67c84-86ec-58d2-ad2a-69cf1653636b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY65 MTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY65%20MTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 264823,
 '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 TRAFIC 2.9T 1.6 LL29 DCI 115 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'LL29 DCI 115 BUSINESS',
 'vin': 'VF13FL01853542714',
 'year': 2015}
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MTK%27 HTTP/1.1" 200 None
2026-03-29 06:25:05 [bca.uk] INFO: Saving data for HY65%20MTK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564285.748465, 'last_price_update_time': 1774765505.11387}
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY65%2520MTK') HTTP/1.1" 204 0
2026-03-29 06:25:05 [bca.uk] INFO: Found listing with ID: AJ18%20FJX
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520FJX%27 HTTP/1.1" 200 None
2026-03-29 06:25:05 [bca.uk] INFO: Scrape type for AJ18%20FJX: 2
2026-03-29 06:25:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX
2026-03-29 06:25:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with scrape type 2
2026-03-29 06:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with scrape type 2
2026-03-29 06:25:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36fae18d-c4f7-5e3b-831d-ddffb1394de6, identifier: AJ18%20FJX
2026-03-29 06:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF
2026-03-29 06:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF
2026-03-29 06:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF to the API
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20CNF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ffd2842b-eafe-56b1-ab35-74191df4614b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 CNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20CNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 67608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK6PC587575',
 'year': 2022}
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520CNF%27 HTTP/1.1" 200 None
2026-03-29 06:25:05 [bca.uk] INFO: Saving data for LA72%20CNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365473.796043, 'last_price_update_time': 1774765505.595656}
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520CNF') HTTP/1.1" 204 0
2026-03-29 06:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ
2026-03-29 06:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ
2026-03-29 06:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ to the API
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20PRZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0db172f1-c775-5ab3-91f5-c31d13f897f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF23 PRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20PRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE53 AMG',
 'odometer': 23298,
 '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 GLE53 AMG 3.0 4M+ PREMIUM PLUS (7ST) 9G StationWagon',
 'transmission': 'manual',
 'trim': '4M+ PREMIUM PLUS (7ST) 9G',
 'vin': 'W1NFB6BEXPA943591',
 'year': 2023}
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520PRZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:05 [bca.uk] INFO: Saving data for HF23%20PRZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774564121.8757, 'last_price_update_time': 1774765505.869344}
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520PRZ') HTTP/1.1" 204 0
2026-03-29 06:25:05 [bca.uk] INFO: Found listing with ID: YS69%20EUE
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-29 06:25:05 [bca.uk] INFO: Scrape type for YS69%20EUE: 2
2026-03-29 06:25:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE
2026-03-29 06:25:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6165ee65-a0c4-58a3-8ce3-1595d680606a with scrape type 2
2026-03-29 06:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6165ee65-a0c4-58a3-8ce3-1595d680606a with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6165ee65-a0c4-58a3-8ce3-1595d680606a, identifier: YS69%20EUE
2026-03-29 06:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX
2026-03-29 06:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX
2026-03-29 06:25:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX to the API
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ18%20FJX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '36fae18d-c4f7-5e3b-831d-ddffb1394de6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ18 FJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ18%20FJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 58177,
 'odometer_reading_unit': '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 1.5 225XE SPORT Hatchback',
 'transmission': 'automatic',
 'trim': '225XE SPORT',
 'vin': 'WBA6Y32060VG78837',
 'year': 2018}
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520FJX%27 HTTP/1.1" 200 None
2026-03-29 06:25:06 [bca.uk] INFO: Saving data for AJ18%20FJX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392184.725795, 'last_price_update_time': 1774765506.268613}
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ18%2520FJX') HTTP/1.1" 204 0
2026-03-29 06:25:06 [bca.uk] INFO: Found listing with ID: DV24%20JXP
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXP%27 HTTP/1.1" 200 None
2026-03-29 06:25:06 [bca.uk] INFO: Scrape type for DV24%20JXP: 0
2026-03-29 06:25:06 [bca.uk] INFO: Found listing with ID: YJ65%20MGC
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520MGC%27 HTTP/1.1" 200 None
2026-03-29 06:25:06 [bca.uk] INFO: Scrape type for YJ65%20MGC: 2
2026-03-29 06:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC
2026-03-29 06:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f42d91d-0d93-544a-8511-057a1e6af2ea with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f42d91d-0d93-544a-8511-057a1e6af2ea with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f42d91d-0d93-544a-8511-057a1e6af2ea, identifier: YJ65%20MGC
2026-03-29 06:25:06 [bca.uk] INFO: Found listing with ID: WA07%20OGR
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA07%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 06:25:06 [bca.uk] INFO: Scrape type for WA07%20OGR: 2
2026-03-29 06:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR
2026-03-29 06:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea524e6-7063-5afe-9da9-e0e21578e956 with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea524e6-7063-5afe-9da9-e0e21578e956 with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ea524e6-7063-5afe-9da9-e0e21578e956, identifier: WA07%20OGR
2026-03-29 06:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE
2026-03-29 06:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE
2026-03-29 06:25:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE to the API
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20EUE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6165ee65-a0c4-58a3-8ce3-1595d680606a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 EUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20EUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 67404,
 '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': 'WF0YXXTTGYKU56074',
 'year': 2020}
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-29 06:25:06 [bca.uk] INFO: Saving data for YS69%20EUE: {'auction_closing_time': 1774951200.0, 'created_time': 1774477256.225414, 'last_price_update_time': 1774765506.785401}
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520EUE') HTTP/1.1" 204 0
2026-03-29 06:25:06 [bca.uk] INFO: Found listing with ID: BP22%20XCF
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520XCF%27 HTTP/1.1" 200 None
2026-03-29 06:25:06 [bca.uk] INFO: Scrape type for BP22%20XCF: 2
2026-03-29 06:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF
2026-03-29 06:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85cd0586-ec3f-526b-90fd-193043ac5fd8 with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85cd0586-ec3f-526b-90fd-193043ac5fd8 with scrape type 2
2026-03-29 06:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85cd0586-ec3f-526b-90fd-193043ac5fd8, identifier: BP22%20XCF
2026-03-29 06:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC
2026-03-29 06:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC
2026-03-29 06:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC to the API
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ65%20MGC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f42d91d-0d93-544a-8511-057a1e6af2ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ65 MGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ65%20MGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 128119,
 '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 95 SPORT Van',
 'transmission': 'manual',
 'trim': 'TDCI 95 SPORT',
 'vin': 'WF0RXXGAKRFY84433',
 'year': 2015}
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520MGC%27 HTTP/1.1" 200 None
2026-03-29 06:25:07 [bca.uk] INFO: Saving data for YJ65%20MGC: {'auction_closing_time': 1774951200.0, 'created_time': 1774448643.005131, 'last_price_update_time': 1774765507.174285}
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ65%2520MGC') HTTP/1.1" 204 0
2026-03-29 06:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR
2026-03-29 06:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR
2026-03-29 06:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR to the API
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA07%20OGR-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ea524e6-7063-5afe-9da9-e0e21578e956',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA07 OGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA07%20OGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'APACHE',
 'odometer': 35060,
 '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': 'AUTO-TRAIL APACHE 2.3 SE MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'SE MOTORHOME',
 'vin': 'ZFA25000001020916',
 'year': 2007}
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA07%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 06:25:07 [bca.uk] INFO: Saving data for WA07%20OGR: {'auction_closing_time': 1775124000.0, 'created_time': 1774564095.858313, 'last_price_update_time': 1774765507.448067}
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA07%2520OGR') HTTP/1.1" 204 0
2026-03-29 06:25:07 [bca.uk] INFO: Found listing with ID: SO72%20AZD
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520AZD%27 HTTP/1.1" 200 None
2026-03-29 06:25:07 [bca.uk] INFO: Scrape type for SO72%20AZD: 2
2026-03-29 06:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3 with identifier: SO72%20AZD
2026-03-29 06:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3 with scrape type 2
2026-03-29 06:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3 with scrape type 2
2026-03-29 06:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3, identifier: SO72%20AZD
2026-03-29 06:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF
2026-03-29 06:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF
2026-03-29 06:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF to the API
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP22%20XCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '85cd0586-ec3f-526b-90fd-193043ac5fd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP22 XCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP22%20XCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 81609,
 'odometer_reading_unit': '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': 'LRW3F7EB4NC570519',
 'year': 2022}
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520XCF%27 HTTP/1.1" 200 None
2026-03-29 06:25:07 [bca.uk] INFO: Saving data for BP22%20XCF: {'auction_closing_time': 1775124000.0, 'created_time': 1774392203.918768, 'last_price_update_time': 1774765507.842146}
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP22%2520XCF') HTTP/1.1" 204 0
2026-03-29 06:25:07 [bca.uk] INFO: Found listing with ID: KE73%20RMV
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 06:25:07 [bca.uk] INFO: Scrape type for KE73%20RMV: 2
2026-03-29 06:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV
2026-03-29 06:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b9bbfb-b8b0-5230-a54b-99c34d72308b with scrape type 2
2026-03-29 06:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b9bbfb-b8b0-5230-a54b-99c34d72308b with scrape type 2
2026-03-29 06:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b9bbfb-b8b0-5230-a54b-99c34d72308b, identifier: KE73%20RMV
2026-03-29 06:25:07 [bca.uk] INFO: Found listing with ID: KY19%20KGF
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520KGF%27 HTTP/1.1" 200 None
2026-03-29 06:25:07 [bca.uk] INFO: Scrape type for KY19%20KGF: 2
2026-03-29 06:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF
2026-03-29 06:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8415d56-1bde-5e39-a80d-4f71b6dceee7 with scrape type 2
2026-03-29 06:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8415d56-1bde-5e39-a80d-4f71b6dceee7 with scrape type 2
2026-03-29 06:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8415d56-1bde-5e39-a80d-4f71b6dceee7, identifier: KY19%20KGF
2026-03-29 06:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3 with identifier: SO72%20AZD
2026-03-29 06:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3 with identifier: SO72%20AZD
2026-03-29 06:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3 with identifier: SO72%20AZD to the API
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO72%20AZD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6cd3f4f-1419-5d29-807f-3f1ec1b96fd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO72 AZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO72%20AZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 66242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 150 LL SPORT CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/DCI 150 LL SPORT',
 'vin': 'VF1FL000470057537',
 'year': 2023}
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520AZD%27 HTTP/1.1" 200 None
2026-03-29 06:25:08 [bca.uk] INFO: Saving data for SO72%20AZD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564317.586796, 'last_price_update_time': 1774765508.354346}
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO72%2520AZD') HTTP/1.1" 204 0
2026-03-29 06:25:08 [bca.uk] INFO: Found listing with ID: BU22%20YSD
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-29 06:25:08 [bca.uk] INFO: Scrape type for BU22%20YSD: 2
2026-03-29 06:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD
2026-03-29 06:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17bb79d2-d115-5abd-82ad-48a5735d357d with scrape type 2
2026-03-29 06:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17bb79d2-d115-5abd-82ad-48a5735d357d with scrape type 2
2026-03-29 06:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17bb79d2-d115-5abd-82ad-48a5735d357d, identifier: BU22%20YSD
2026-03-29 06:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV
2026-03-29 06:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV
2026-03-29 06:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV to the API
2026-03-29 06:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20RMV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71b9bbfb-b8b0-5230-a54b-99c34d72308b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 RMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20RMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 3223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSUPS172707',
 'year': 2024}
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520RMV%27 HTTP/1.1" 200 None
2026-03-29 06:25:09 [bca.uk] INFO: Saving data for KE73%20RMV: {'auction_closing_time': 1775124000.0, 'created_time': 1773841933.670115, 'last_price_update_time': 1774765509.639854}
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520RMV') HTTP/1.1" 204 0
2026-03-29 06:25:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red+%28key+in+office%29 HTTP/1.1" 200 None
2026-03-29 06:25:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:25:09 [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:25:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF
2026-03-29 06:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF to the API
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY19%20KGF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8415d56-1bde-5e39-a80d-4f71b6dceee7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY19 KGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY19%20KGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'ASTON MARTIN',
 'model': 'V8 VANTAGE',
 'odometer': 16610,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN V8 VANTAGE 4.0 (ZF8) Coupe',
 'transmission': 'automatic',
 'trim': '(ZF8)',
 'vin': 'SCFSLGAW6LGN02911',
 'year': 2019}
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520KGF%27 HTTP/1.1" 200 None
2026-03-29 06:25:10 [bca.uk] INFO: Saving data for KY19%20KGF: {'auction_closing_time': 1775124000.0, 'created_time': 1774101883.504747, 'last_price_update_time': 1774765510.035896}
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY19%2520KGF') HTTP/1.1" 204 0
2026-03-29 06:25:10 [bca.uk] INFO: Found listing with ID: FH14%20CZL
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH14%2520CZL%27 HTTP/1.1" 200 None
2026-03-29 06:25:10 [bca.uk] INFO: Scrape type for FH14%20CZL: 2
2026-03-29 06:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cbe32af-7c11-53b9-b934-6d4046827bcc with identifier: FH14%20CZL
2026-03-29 06:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cbe32af-7c11-53b9-b934-6d4046827bcc with scrape type 2
2026-03-29 06:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cbe32af-7c11-53b9-b934-6d4046827bcc with scrape type 2
2026-03-29 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cbe32af-7c11-53b9-b934-6d4046827bcc, identifier: FH14%20CZL
2026-03-29 06:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD
2026-03-29 06:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD
2026-03-29 06:25:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD to the API
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU22%20YSD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '17bb79d2-d115-5abd-82ad-48a5735d357d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU22 YSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU22%20YSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 96393,
 'odometer_reading_unit': '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': 'LRW3F7EK8NC500988',
 'year': 2022}
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-29 06:25:10 [bca.uk] INFO: Saving data for BU22%20YSD: {'auction_closing_time': 1775124000.0, 'created_time': 1774476192.154018, 'last_price_update_time': 1774765510.446749}
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU22%2520YSD') HTTP/1.1" 204 0
2026-03-29 06:25:10 [bca.uk] INFO: Found listing with ID: RV74%20UZM
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV74%2520UZM%27 HTTP/1.1" 200 None
2026-03-29 06:25:10 [bca.uk] INFO: Scrape type for RV74%20UZM: 2
2026-03-29 06:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM
2026-03-29 06:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9b6cbdc-1e26-5f10-b396-e44e1005832c with scrape type 2
2026-03-29 06:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9b6cbdc-1e26-5f10-b396-e44e1005832c with scrape type 2
2026-03-29 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9b6cbdc-1e26-5f10-b396-e44e1005832c, identifier: RV74%20UZM
2026-03-29 06:25:10 [bca.uk] INFO: Total items found: 100
2026-03-29 06:25:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded
2026-03-29 06:25:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:25:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:10 [bca.uk] INFO: Found listing with ID: PGZ%208458
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25208458%27 HTTP/1.1" 200 None
2026-03-29 06:25:10 [bca.uk] INFO: Scrape type for PGZ%208458: 2
2026-03-29 06:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458
2026-03-29 06:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b25792-2954-5694-87ab-1f98dd943f50 with scrape type 2
2026-03-29 06:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b25792-2954-5694-87ab-1f98dd943f50 with scrape type 2
2026-03-29 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b25792-2954-5694-87ab-1f98dd943f50, identifier: PGZ%208458
2026-03-29 06:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cbe32af-7c11-53b9-b934-6d4046827bcc with identifier: FH14%20CZL
2026-03-29 06:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cbe32af-7c11-53b9-b934-6d4046827bcc with identifier: FH14%20CZL
2026-03-29 06:25:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cbe32af-7c11-53b9-b934-6d4046827bcc with identifier: FH14%20CZL to the API
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH14%20CZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5cbe32af-7c11-53b9-b934-6d4046827bcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH14 CZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH14%20CZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 316',
 'odometer': 138883,
 '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 SPRINTER 316 2.1 CDI 3.5T MWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T MWB',
 'vin': 'WDB9066332S918906',
 'year': 2014}
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH14%2520CZL%27 HTTP/1.1" 200 None
2026-03-29 06:25:11 [bca.uk] INFO: Saving data for FH14%20CZL: {'auction_closing_time': 1774778400.0, 'created_time': 1774564320.335376, 'last_price_update_time': 1774765511.17225}
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH14%2520CZL') HTTP/1.1" 204 0
2026-03-29 06:25:11 [bca.uk] INFO: Found listing with ID: DC21%20KUE
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 06:25:11 [bca.uk] INFO: Scrape type for DC21%20KUE: 2
2026-03-29 06:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE
2026-03-29 06:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb3edda-524f-556c-88be-6c6012da7491 with scrape type 2
2026-03-29 06:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fb3edda-524f-556c-88be-6c6012da7491 with scrape type 2
2026-03-29 06:25:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fb3edda-524f-556c-88be-6c6012da7491, identifier: DC21%20KUE
2026-03-29 06:25:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM
2026-03-29 06:25:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM
2026-03-29 06:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM to the API
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV74%20UZM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9b6cbdc-1e26-5f10-b396-e44e1005832c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV74 UZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV74%20UZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 10288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VR3KAHPY0RS084000',
 'year': 2024}
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV74%2520UZM%27 HTTP/1.1" 200 None
2026-03-29 06:25:11 [bca.uk] INFO: Saving data for RV74%20UZM: {'auction_closing_time': 1775124000.0, 'created_time': 1773841636.624235, 'last_price_update_time': 1774765511.566833}
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV74%2520UZM') HTTP/1.1" 204 0
2026-03-29 06:25:11 [scrapy.extensions.logstats] INFO: Crawled 123 pages (at 2 pages/min), scraped 2793 items (at 132 items/min)
2026-03-29 06:25:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:25:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458
2026-03-29 06:25:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458
2026-03-29 06:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458 to the API
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PGZ%208458-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55b25792-2954-5694-87ab-1f98dd943f50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PGZ 8458',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PGZ%208458&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 46459,
 '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': 'VXKUPHMHDL4107819',
 'year': 2020}
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25208458%27 HTTP/1.1" 200 None
2026-03-29 06:25:11 [bca.uk] INFO: Saving data for PGZ%208458: {'auction_closing_time': 1774864800.0, 'created_time': 1774564079.058729, 'last_price_update_time': 1774765511.849414}
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PGZ%25208458') HTTP/1.1" 204 0
2026-03-29 06:25:11 [bca.uk] INFO: Found listing with ID: SX21%20MME
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX21%2520MME%27 HTTP/1.1" 200 None
2026-03-29 06:25:11 [bca.uk] INFO: Scrape type for SX21%20MME: 2
2026-03-29 06:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 095e94df-47f4-5a71-837c-3d0d3b7326ef with identifier: SX21%20MME
2026-03-29 06:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 095e94df-47f4-5a71-837c-3d0d3b7326ef with scrape type 2
2026-03-29 06:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 095e94df-47f4-5a71-837c-3d0d3b7326ef with scrape type 2
2026-03-29 06:25:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 095e94df-47f4-5a71-837c-3d0d3b7326ef, identifier: SX21%20MME
2026-03-29 06:25:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE
2026-03-29 06:25:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE
2026-03-29 06:25:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE to the API
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 26,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC21%20KUE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7fb3edda-524f-556c-88be-6c6012da7491',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC21 KUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC21%20KUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 39635,
 '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': 'SEAT LEON 1.4 E-HYBRID XCELLENCE LUX DSG Estate',
 'transmission': 'automatic',
 'trim': 'E-HYBRID XCELLENCE LUX DSG',
 'vin': 'VSSZZZKLZMR094368',
 'year': 2021}
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520KUE%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Saving data for DC21%20KUE: {'auction_closing_time': 1775124000.0, 'created_time': 1774476170.749114, 'last_price_update_time': 1774765512.47554}
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC21%2520KUE') HTTP/1.1" 204 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: DN24%20TFE
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TFE%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for DN24%20TFE: 2
2026-03-29 06:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE
2026-03-29 06:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4be0a249-2692-5362-963a-8e1463cf023b with scrape type 2
2026-03-29 06:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4be0a249-2692-5362-963a-8e1463cf023b with scrape type 2
2026-03-29 06:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4be0a249-2692-5362-963a-8e1463cf023b, identifier: DN24%20TFE
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: GU23%20VTD
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for GU23%20VTD: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: HJ24%20UNS
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520UNS%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for HJ24%20UNS: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: MA23%20ZBX
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520ZBX%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for MA23%20ZBX: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: MJ71%20HPL
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for MJ71%20HPL: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: WJ63%20LDU
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for WJ63%20LDU: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: YT22%20WYV
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYV%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for YT22%20WYV: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: YW73%20ECJ
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW73%2520ECJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for YW73%20ECJ: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: BX22%20WJM
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520WJM%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for BX22%20WJM: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: DA72%20VNC
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VNC%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for DA72%20VNC: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: EX71%20ZUA
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX71%2520ZUA%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for EX71%20ZUA: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: FL23%20TFX
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520TFX%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for FL23%20TFX: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: FX22%20NXJ
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520NXJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for FX22%20NXJ: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: GL71%20OPD
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for GL71%20OPD: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: MV67%20HPL
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520HPL%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for MV67%20HPL: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: DX22%20YLM
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for DX22%20YLM: 0
2026-03-29 06:25:12 [bca.uk] INFO: Found listing with ID: EO22%20GPK
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520GPK%27 HTTP/1.1" 200 None
2026-03-29 06:25:12 [bca.uk] INFO: Scrape type for EO22%20GPK: 2
2026-03-29 06:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK
2026-03-29 06:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27dbcd0b-2468-5406-9fd8-725697599a1b with scrape type 2
2026-03-29 06:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27dbcd0b-2468-5406-9fd8-725697599a1b with scrape type 2
2026-03-29 06:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27dbcd0b-2468-5406-9fd8-725697599a1b, identifier: EO22%20GPK
2026-03-29 06:25: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:25:13 [bca.uk] INFO: Found listing with ID: NL10%20LFM
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL10%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 06:25:13 [bca.uk] INFO: Scrape type for NL10%20LFM: 2
2026-03-29 06:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM
2026-03-29 06:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a848e540-0691-56ba-8dc6-ff4e25397173 with scrape type 2
2026-03-29 06:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a848e540-0691-56ba-8dc6-ff4e25397173 with scrape type 2
2026-03-29 06:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a848e540-0691-56ba-8dc6-ff4e25397173, identifier: NL10%20LFM
2026-03-29 06:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 095e94df-47f4-5a71-837c-3d0d3b7326ef with identifier: SX21%20MME
2026-03-29 06:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 095e94df-47f4-5a71-837c-3d0d3b7326ef with identifier: SX21%20MME
2026-03-29 06:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 095e94df-47f4-5a71-837c-3d0d3b7326ef with identifier: SX21%20MME to the API
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX21%20MME-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '095e94df-47f4-5a71-837c-3d0d3b7326ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SX21 MME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX21%20MME&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'SSANGYONG',
 'model': 'MUSSO',
 'odometer': 50655,
 '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': 'SSANGYONG MUSSO 2.2 SARACEN AWD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'SARACEN AWD',
 'vin': 'KPAYA1EESMP121240',
 'year': 2021}
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX21%2520MME%27 HTTP/1.1" 200 None
2026-03-29 06:25:13 [bca.uk] INFO: Saving data for SX21%20MME: {'auction_closing_time': 1774778400.0, 'created_time': 1774564319.268618, 'last_price_update_time': 1774765513.426264}
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX21%2520MME') HTTP/1.1" 204 0
2026-03-29 06:25:13 [bca.uk] INFO: Found listing with ID: YC68%20OZB
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 06:25:13 [bca.uk] INFO: Scrape type for YC68%20OZB: 2
2026-03-29 06:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB
2026-03-29 06:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ab9d4fe-953d-5332-91ef-adcd5a269545 with scrape type 2
2026-03-29 06:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ab9d4fe-953d-5332-91ef-adcd5a269545 with scrape type 2
2026-03-29 06:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ab9d4fe-953d-5332-91ef-adcd5a269545, identifier: YC68%20OZB
2026-03-29 06:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE
2026-03-29 06:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE
2026-03-29 06:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE to the API
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20TFE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4be0a249-2692-5362-963a-8e1463cf023b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 TFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20TFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS0R6010663',
 'year': 2024}
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TFE%27 HTTP/1.1" 200 None
2026-03-29 06:25:13 [bca.uk] INFO: Saving data for DN24%20TFE: {'auction_closing_time': 1775037600.0, 'created_time': 1773835009.126261, 'last_price_update_time': 1774765513.886703}
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520TFE') HTTP/1.1" 204 0
2026-03-29 06:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK
2026-03-29 06:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK
2026-03-29 06:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK to the API
2026-03-29 06:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20GPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27dbcd0b-2468-5406-9fd8-725697599a1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO22 GPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20GPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8085,
 'odometer_reading_unit': '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 CORSA 1.2 TURBO 100 ELITE ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 ELITE ED.',
 'vin': 'VXKUPHNKSN4221380',
 'year': 2022}
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520GPK%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Saving data for EO22%20GPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774365394.294998, 'last_price_update_time': 1774765514.160763}
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520GPK') HTTP/1.1" 204 0
2026-03-29 06:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM
2026-03-29 06:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM
2026-03-29 06:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM to the API
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL10%20LFM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a848e540-0691-56ba-8dc6-ff4e25397173',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL10 LFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL10%20LFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MAZDA',
 'model': 'MX-5 ROADSTER',
 'odometer': 78634,
 '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 MX-5 ROADSTER 2.0 SE Coupe',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'JMZNC18F200207739',
 'year': 2010}
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL10%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Saving data for NL10%20LFM: {'auction_closing_time': 1774864800.0, 'created_time': 1774564078.304239, 'last_price_update_time': 1774765514.442323}
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL10%2520LFM') HTTP/1.1" 204 0
2026-03-29 06:25:14 [bca.uk] INFO: Found listing with ID: VN65%20UKA
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN65%2520UKA%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Scrape type for VN65%20UKA: 0
2026-03-29 06:25:14 [bca.uk] INFO: Found listing with ID: YM21%20ZPJ
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Scrape type for YM21%20ZPJ: 2
2026-03-29 06:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c886b9e6-fa80-5313-8d8a-35c755ce36fc with identifier: YM21%20ZPJ
2026-03-29 06:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c886b9e6-fa80-5313-8d8a-35c755ce36fc with scrape type 2
2026-03-29 06:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c886b9e6-fa80-5313-8d8a-35c755ce36fc with scrape type 2
2026-03-29 06:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c886b9e6-fa80-5313-8d8a-35c755ce36fc, identifier: YM21%20ZPJ
2026-03-29 06:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB
2026-03-29 06:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB
2026-03-29 06:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB to the API
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20OZB-GB',
 'category': 'Car',
 'color': 'sophisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ab9d4fe-953d-5332-91ef-adcd5a269545',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 OZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20OZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X4',
 'odometer': 113628,
 'odometer_reading_unit': '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': 'WBAVJ12000LB99152',
 'year': 2018}
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Saving data for YC68%20OZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477052.941619, 'last_price_update_time': 1774765514.831901}
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520OZB') HTTP/1.1" 204 0
2026-03-29 06:25:14 [bca.uk] INFO: Found listing with ID: DS24%20OSP
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OSP%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Scrape type for DS24%20OSP: 2
2026-03-29 06:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP
2026-03-29 06:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with scrape type 2
2026-03-29 06:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with scrape type 2
2026-03-29 06:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37f763b0-9b82-5426-bff5-a5a20ba9ed97, identifier: DS24%20OSP
2026-03-29 06:25:14 [bca.uk] INFO: Found listing with ID: EO22%20HPE
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Scrape type for EO22%20HPE: 0
2026-03-29 06:25:14 [bca.uk] INFO: Found listing with ID: GY23%20CUW
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CUW%27 HTTP/1.1" 200 None
2026-03-29 06:25:14 [bca.uk] INFO: Scrape type for GY23%20CUW: 0
2026-03-29 06:25:14 [bca.uk] INFO: Found listing with ID: KJ21%20ZBU
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 06:25:15 [bca.uk] INFO: Scrape type for KJ21%20ZBU: 0
2026-03-29 06:25:15 [bca.uk] INFO: Found listing with ID: KX72%20TCZ
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX72%2520TCZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:15 [bca.uk] INFO: Scrape type for KX72%20TCZ: 2
2026-03-29 06:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ
2026-03-29 06:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691a5a38-7098-555c-b98b-7cd36b7786aa with scrape type 2
2026-03-29 06:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691a5a38-7098-555c-b98b-7cd36b7786aa with scrape type 2
2026-03-29 06:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691a5a38-7098-555c-b98b-7cd36b7786aa, identifier: KX72%20TCZ
2026-03-29 06:25:15 [bca.uk] INFO: Found listing with ID: FP53%20VXU
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP53%2520VXU%27 HTTP/1.1" 200 None
2026-03-29 06:25:15 [bca.uk] INFO: Scrape type for FP53%20VXU: 2
2026-03-29 06:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU
2026-03-29 06:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbc4e93a-c3a2-5974-a5d4-7977929da924 with scrape type 2
2026-03-29 06:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbc4e93a-c3a2-5974-a5d4-7977929da924 with scrape type 2
2026-03-29 06:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbc4e93a-c3a2-5974-a5d4-7977929da924, identifier: FP53%20VXU
2026-03-29 06:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c886b9e6-fa80-5313-8d8a-35c755ce36fc with identifier: YM21%20ZPJ
2026-03-29 06:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c886b9e6-fa80-5313-8d8a-35c755ce36fc with identifier: YM21%20ZPJ
2026-03-29 06:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c886b9e6-fa80-5313-8d8a-35c755ce36fc with identifier: YM21%20ZPJ to the API
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM21%20ZPJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c886b9e6-fa80-5313-8d8a-35c755ce36fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM21 ZPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM21%20ZPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 154424,
 '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 TRAFIC 30 2.0 DCI 120 LL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 LL BUSINESS+',
 'vin': 'VF1FL000667754553',
 'year': 2021}
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:15 [bca.uk] INFO: Saving data for YM21%20ZPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564293.417871, 'last_price_update_time': 1774765515.496146}
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM21%2520ZPJ') HTTP/1.1" 204 0
2026-03-29 06:25:15 [bca.uk] INFO: Found listing with ID: BG24%20GUA
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 06:25:15 [bca.uk] INFO: Scrape type for BG24%20GUA: 2
2026-03-29 06:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA
2026-03-29 06:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with scrape type 2
2026-03-29 06:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with scrape type 2
2026-03-29 06:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca, identifier: BG24%20GUA
2026-03-29 06:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP
2026-03-29 06:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP
2026-03-29 06:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP to the API
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20OSP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37f763b0-9b82-5426-bff5-a5a20ba9ed97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 OSP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20OSP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 7920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6016004',
 'year': 2024}
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OSP%27 HTTP/1.1" 200 None
2026-03-29 06:25:15 [bca.uk] INFO: Saving data for DS24%20OSP: {'auction_closing_time': 1775037600.0, 'created_time': 1773840988.691082, 'last_price_update_time': 1774765515.885151}
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OSP') HTTP/1.1" 204 0
2026-03-29 06:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ
2026-03-29 06:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ
2026-03-29 06:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ to the API
2026-03-29 06:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX72%20TCZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '691a5a38-7098-555c-b98b-7cd36b7786aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KX72 TCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX72%20TCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 22171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.4 B-JET 48V HYBRID SZ-T ALLGRIP Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET 48V HYBRID SZ-T ALLGRIP',
 'vin': 'TSMLYED1S00B33771',
 'year': 2022}
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX72%2520TCZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:16 [bca.uk] INFO: Saving data for KX72%20TCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365331.952801, 'last_price_update_time': 1774765516.176248}
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX72%2520TCZ') HTTP/1.1" 204 0
2026-03-29 06:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU
2026-03-29 06:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU
2026-03-29 06:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU to the API
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP53%20VXU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dbc4e93a-c3a2-5974-a5d4-7977929da924',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP53 VXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP53%20VXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104931,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.8 GHIA Saloon',
 'transmission': 'manual',
 'trim': 'GHIA',
 'vin': 'WF0FXXWPDF3J48235',
 'year': 2003}
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP53%2520VXU%27 HTTP/1.1" 200 None
2026-03-29 06:25:16 [bca.uk] INFO: Saving data for FP53%20VXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564099.198118, 'last_price_update_time': 1774765516.487805}
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP53%2520VXU') HTTP/1.1" 204 0
2026-03-29 06:25:16 [bca.uk] INFO: Found listing with ID: YR65%20YNZ
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520YNZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:16 [bca.uk] INFO: Scrape type for YR65%20YNZ: 2
2026-03-29 06:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d18e499b-56a4-5883-8ff6-a49ca4d99b7b with identifier: YR65%20YNZ
2026-03-29 06:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d18e499b-56a4-5883-8ff6-a49ca4d99b7b with scrape type 2
2026-03-29 06:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d18e499b-56a4-5883-8ff6-a49ca4d99b7b with scrape type 2
2026-03-29 06:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d18e499b-56a4-5883-8ff6-a49ca4d99b7b, identifier: YR65%20YNZ
2026-03-29 06:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA
2026-03-29 06:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA
2026-03-29 06:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA to the API
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG24%20GUA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81bfa6fc-f1c5-5676-99c6-92a1846e90ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG24 GUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG24%20GUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 5711,
 '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': 'VR3FPHNS8RY531653',
 'year': 2024}
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 06:25:16 [bca.uk] INFO: Saving data for BG24%20GUA: {'auction_closing_time': 1775124000.0, 'created_time': 1773841982.80989, 'last_price_update_time': 1774765516.888836}
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG24%2520GUA') HTTP/1.1" 204 0
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: DY74%20BVV
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVV%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for DY74%20BVV: 2
2026-03-29 06:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV
2026-03-29 06:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5, identifier: DY74%20BVV
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: LA72%20DZU
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520DZU%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for LA72%20DZU: 0
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: LR15%20LXK
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for LR15%20LXK: 0
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: LR22%20XUE
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520XUE%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for LR22%20XUE: 0
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: MD21%20YVG
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520YVG%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for MD21%20YVG: 0
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: MK23%20USF
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520USF%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for MK23%20USF: 2
2026-03-29 06:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF
2026-03-29 06:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5, identifier: MK23%20USF
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: SG63%20WDX
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520WDX%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for SG63%20WDX: 2
2026-03-29 06:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX
2026-03-29 06:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4094132f-92aa-5582-8149-7aaa0ec80346 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4094132f-92aa-5582-8149-7aaa0ec80346 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4094132f-92aa-5582-8149-7aaa0ec80346, identifier: SG63%20WDX
2026-03-29 06:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d18e499b-56a4-5883-8ff6-a49ca4d99b7b with identifier: YR65%20YNZ
2026-03-29 06:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d18e499b-56a4-5883-8ff6-a49ca4d99b7b with identifier: YR65%20YNZ
2026-03-29 06:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d18e499b-56a4-5883-8ff6-a49ca4d99b7b with identifier: YR65%20YNZ to the API
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR65%20YNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd18e499b-56a4-5883-8ff6-a49ca4d99b7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR65 YNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR65%20YNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 131269,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.2 TDCI 150 LIMITED 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 150 LIMITED 4WD',
 'vin': '6FPPXXMJ2PFY87678',
 'year': 2015}
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520YNZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Saving data for YR65%20YNZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564293.944743, 'last_price_update_time': 1774765517.68888}
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR65%2520YNZ') HTTP/1.1" 204 0
2026-03-29 06:25:17 [bca.uk] INFO: Found listing with ID: BP73%20HXY
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 06:25:17 [bca.uk] INFO: Scrape type for BP73%20HXY: 2
2026-03-29 06:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY
2026-03-29 06:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5614656c-546b-5ba7-b539-e991a50b0d34 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5614656c-546b-5ba7-b539-e991a50b0d34 with scrape type 2
2026-03-29 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5614656c-546b-5ba7-b539-e991a50b0d34, identifier: BP73%20HXY
2026-03-29 06:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV
2026-03-29 06:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV
2026-03-29 06:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV to the API
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6019307',
 'year': 2024}
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVV%27 HTTP/1.1" 200 None
2026-03-29 06:25:18 [bca.uk] INFO: Saving data for DY74%20BVV: {'auction_closing_time': 1775037600.0, 'created_time': 1773835009.090891, 'last_price_update_time': 1774765518.095853}
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVV') HTTP/1.1" 204 0
2026-03-29 06:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF
2026-03-29 06:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF
2026-03-29 06:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF to the API
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK23%20USF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3bac2eb8-fe46-5bf7-9309-c5f0e03442b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK23 USF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK23%20USF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 37630,
 '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 FAMILY PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH FAMILY PRO',
 'vin': 'WVWZZZE1ZPP032133',
 'year': 2023}
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520USF%27 HTTP/1.1" 200 None
2026-03-29 06:25:18 [bca.uk] INFO: Saving data for MK23%20USF: {'auction_closing_time': 1774864800.0, 'created_time': 1774305025.452098, 'last_price_update_time': 1774765518.42267}
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520USF') HTTP/1.1" 204 0
2026-03-29 06:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX
2026-03-29 06:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX
2026-03-29 06:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX to the API
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG63%20WDX-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4094132f-92aa-5582-8149-7aaa0ec80346',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG63 WDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG63%20WDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER HORIZON',
 'odometer': 57700,
 '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 PARTNER HORIZON 1.6 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'VF37J9HP0DJ622978',
 'year': 2013}
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520WDX%27 HTTP/1.1" 200 None
2026-03-29 06:25:18 [bca.uk] INFO: Saving data for SG63%20WDX: {'auction_closing_time': 1775124000.0, 'created_time': 1774564103.040479, 'last_price_update_time': 1774765518.720913}
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG63%2520WDX') HTTP/1.1" 204 0
2026-03-29 06:25:18 [bca.uk] INFO: Found listing with ID: BX68%20UXM
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX68%2520UXM%27 HTTP/1.1" 200 None
2026-03-29 06:25:18 [bca.uk] INFO: Scrape type for BX68%20UXM: 2
2026-03-29 06:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 620313ae-18a1-57f5-b1a6-f783b78a45e7 with identifier: BX68%20UXM
2026-03-29 06:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 620313ae-18a1-57f5-b1a6-f783b78a45e7 with scrape type 2
2026-03-29 06:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 620313ae-18a1-57f5-b1a6-f783b78a45e7 with scrape type 2
2026-03-29 06:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 620313ae-18a1-57f5-b1a6-f783b78a45e7, identifier: BX68%20UXM
2026-03-29 06:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY
2026-03-29 06:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY
2026-03-29 06:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY to the API
2026-03-29 06:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20HXY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5614656c-546b-5ba7-b539-e991a50b0d34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP73 HXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20HXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 13869,
 '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 3008 1.5 BLUEHDI 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 GT EAT8',
 'vin': 'VF3MCYHZUPS140122',
 'year': 2023}
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HXY%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Saving data for BP73%20HXY: {'auction_closing_time': 1775124000.0, 'created_time': 1773841919.662618, 'last_price_update_time': 1774765519.135211}
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520HXY') HTTP/1.1" 204 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: DY74%20BWC
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for DY74%20BWC: 2
2026-03-29 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC
2026-03-29 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bafabf3-8e3b-578c-91e9-9defcdb6109a with scrape type 2
2026-03-29 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bafabf3-8e3b-578c-91e9-9defcdb6109a with scrape type 2
2026-03-29 06:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bafabf3-8e3b-578c-91e9-9defcdb6109a, identifier: DY74%20BWC
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: ML23%20CGO
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520CGO%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for ML23%20CGO: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: OV23%20CNU
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CNU%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for OV23%20CNU: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: OX25%20DDJ
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX25%2520DDJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for OX25%20DDJ: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: PO20%20VTV
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO20%2520VTV%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for PO20%20VTV: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: SD70%20YCS
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520YCS%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for SD70%20YCS: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: VO72%20WGP
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for VO72%20WGP: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: YM72%20RJY
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520RJY%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for YM72%20RJY: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: AJ22%20GVY
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520GVY%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for AJ22%20GVY: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: AJ72%20RUC
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520RUC%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for AJ72%20RUC: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: BJ20%20JKZ
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for BJ20%20JKZ: 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: BP72%20CGZ
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for BP72%20CGZ: 2
2026-03-29 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ
2026-03-29 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631aa897-b09c-57b9-a4ba-514651148369 with scrape type 2
2026-03-29 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 631aa897-b09c-57b9-a4ba-514651148369 with scrape type 2
2026-03-29 06:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 631aa897-b09c-57b9-a4ba-514651148369, identifier: BP72%20CGZ
2026-03-29 06:25:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 620313ae-18a1-57f5-b1a6-f783b78a45e7 with identifier: BX68%20UXM
2026-03-29 06:25:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 620313ae-18a1-57f5-b1a6-f783b78a45e7 with identifier: BX68%20UXM
2026-03-29 06:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 620313ae-18a1-57f5-b1a6-f783b78a45e7 with identifier: BX68%20UXM to the API
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX68%20UXM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '620313ae-18a1-57f5-b1a6-f783b78a45e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX68 UXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX68%20UXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FIAT',
 'model': 'FULLBACK',
 'odometer': 92562,
 'odometer_reading_unit': '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 FULLBACK 2.4 180 CROSS 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': '180 CROSS 4WD',
 'vin': 'ZFAKVJJ10H9027490',
 'year': 2018}
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX68%2520UXM%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Saving data for BX68%20UXM: {'auction_closing_time': 1774778400.0, 'created_time': 1774564295.588866, 'last_price_update_time': 1774765519.814349}
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX68%2520UXM') HTTP/1.1" 204 0
2026-03-29 06:25:19 [bca.uk] INFO: Found listing with ID: BT24%20NDJ
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:19 [bca.uk] INFO: Scrape type for BT24%20NDJ: 2
2026-03-29 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ
2026-03-29 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with scrape type 2
2026-03-29 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with scrape type 2
2026-03-29 06:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd, identifier: BT24%20NDJ
2026-03-29 06:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC
2026-03-29 06:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC
2026-03-29 06:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC to the API
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BWC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bafabf3-8e3b-578c-91e9-9defcdb6109a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6017992',
 'year': 2024}
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWC%27 HTTP/1.1" 200 None
2026-03-29 06:25:20 [bca.uk] INFO: Saving data for DY74%20BWC: {'auction_closing_time': 1775037600.0, 'created_time': 1773834951.670061, 'last_price_update_time': 1774765520.304203}
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BWC') HTTP/1.1" 204 0
2026-03-29 06:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ
2026-03-29 06:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ
2026-03-29 06:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ to the API
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20CGZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '631aa897-b09c-57b9-a4ba-514651148369',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP72 CGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20CGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 20730,
 '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 KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUPU164597',
 'year': 2023}
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:20 [bca.uk] INFO: Saving data for BP72%20CGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365288.812308, 'last_price_update_time': 1774765520.588114}
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520CGZ') HTTP/1.1" 204 0
2026-03-29 06:25:20 [bca.uk] INFO: Found listing with ID: SK16%20VYY
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520VYY%27 HTTP/1.1" 200 None
2026-03-29 06:25:20 [bca.uk] INFO: Scrape type for SK16%20VYY: 2
2026-03-29 06:25:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY
2026-03-29 06:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with scrape type 2
2026-03-29 06:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with scrape type 2
2026-03-29 06:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7, identifier: SK16%20VYY
2026-03-29 06:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ
2026-03-29 06:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ
2026-03-29 06:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ to the API
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20NDJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5286e78f-b84b-5ddd-8a88-3eb0896c49dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT24 NDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20NDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 16525,
 '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': 'VR3FPHNS6RY528895',
 'year': 2024}
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:20 [bca.uk] INFO: Saving data for BT24%20NDJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841970.777477, 'last_price_update_time': 1774765520.987096}
2026-03-29 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520NDJ') HTTP/1.1" 204 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: BT24%20VGZ
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520VGZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for BT24%20VGZ: 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: MA21%20XWB
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520XWB%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for MA21%20XWB: 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: WA21%20YCZ
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520YCZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for WA21%20YCZ: 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: YC22%20FTP
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520FTP%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for YC22%20FTP: 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: NJ23%20VZP
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520VZP%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for NJ23%20VZP: 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: SG18%20TSX
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520TSX%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for SG18%20TSX: 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: SH68%20ARF
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for SH68%20ARF: 2
2026-03-29 06:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF
2026-03-29 06:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b18f26-eed2-512c-830b-5876a202361e with scrape type 2
2026-03-29 06:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16b18f26-eed2-512c-830b-5876a202361e with scrape type 2
2026-03-29 06:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16b18f26-eed2-512c-830b-5876a202361e, identifier: SH68%20ARF
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: BV23%20EHF
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EHF%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for BV23%20EHF: 2
2026-03-29 06:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF
2026-03-29 06:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with scrape type 2
2026-03-29 06:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with scrape type 2
2026-03-29 06:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26, identifier: BV23%20EHF
2026-03-29 06:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY
2026-03-29 06:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY
2026-03-29 06:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY to the API
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK16%20VYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16ad8524-3932-53a2-b9fc-c6f9b7863cd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK16 VYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK16%20VYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 81020,
 '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.4 ECO TSI 150 FR Coupe',
 'transmission': 'manual',
 'trim': 'ECO TSI 150 FR',
 'vin': 'VSSZZZ6JZGR079582',
 'year': 2016}
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520VYY%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Saving data for SK16%20VYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564296.673341, 'last_price_update_time': 1774765521.598538}
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK16%2520VYY') HTTP/1.1" 204 0
2026-03-29 06:25:21 [bca.uk] INFO: Found listing with ID: MK24%20YNZ
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YNZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Scrape type for MK24%20YNZ: 2
2026-03-29 06:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ
2026-03-29 06:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f94507e-3674-5d21-830f-e90f109948aa with scrape type 2
2026-03-29 06:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f94507e-3674-5d21-830f-e90f109948aa with scrape type 2
2026-03-29 06:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f94507e-3674-5d21-830f-e90f109948aa, identifier: MK24%20YNZ
2026-03-29 06:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF
2026-03-29 06:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF
2026-03-29 06:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF to the API
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20ARF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16b18f26-eed2-512c-830b-5876a202361e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 ARF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20ARF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 96310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 CRDI 136 2WD PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 2WD PREMIUM DCT',
 'vin': 'TMAJ3817VKJ759353',
 'year': 2018}
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520ARF%27 HTTP/1.1" 200 None
2026-03-29 06:25:21 [bca.uk] INFO: Saving data for SH68%20ARF: {'auction_closing_time': 1774951200.0, 'created_time': 1774447799.519031, 'last_price_update_time': 1774765521.989076}
2026-03-29 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520ARF') HTTP/1.1" 204 0
2026-03-29 06:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF
2026-03-29 06:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF
2026-03-29 06:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF to the API
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV23%20EHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6cb7c4b1-04a1-5bc4-bef1-48da28666d26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV23 EHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV23%20EHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 51570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK9PC728171',
 'year': 2023}
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EHF%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Saving data for BV23%20EHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365344.260179, 'last_price_update_time': 1774765522.354903}
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520EHF') HTTP/1.1" 204 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: DL21%20ZVT
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520ZVT%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for DL21%20ZVT: 2
2026-03-29 06:25:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f5488e-e64f-59fc-adf7-24eba1adc4e5 with identifier: DL21%20ZVT
2026-03-29 06:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f5488e-e64f-59fc-adf7-24eba1adc4e5 with scrape type 2
2026-03-29 06:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f5488e-e64f-59fc-adf7-24eba1adc4e5 with scrape type 2
2026-03-29 06:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1f5488e-e64f-59fc-adf7-24eba1adc4e5, identifier: DL21%20ZVT
2026-03-29 06:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ
2026-03-29 06:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ
2026-03-29 06:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ to the API
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK24%20YNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f94507e-3674-5d21-830f-e90f109948aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK24 YNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK24%20YNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 7275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNEKR5016099',
 'year': 2024}
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YNZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Saving data for MK24%20YNZ: {'auction_closing_time': 1775124000.0, 'created_time': 1773823920.128953, 'last_price_update_time': 1774765522.749952}
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK24%2520YNZ') HTTP/1.1" 204 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: BK23%20TXW
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for BK23%20TXW: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: FH73%20BAO
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for FH73%20BAO: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: SH71%20GMF
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520GMF%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for SH71%20GMF: 2
2026-03-29 06:25:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF
2026-03-29 06:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7cbcd37-423e-5062-abbf-28fc1d5491c9 with scrape type 2
2026-03-29 06:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7cbcd37-423e-5062-abbf-28fc1d5491c9 with scrape type 2
2026-03-29 06:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7cbcd37-423e-5062-abbf-28fc1d5491c9, identifier: SH71%20GMF
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: DT70%20GMV
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520GMV%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for DT70%20GMV: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: GM23%20LHJ
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for GM23%20LHJ: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: EK72%20ZKC
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520ZKC%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for EK72%20ZKC: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: LR23%20FUO
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520FUO%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for LR23%20FUO: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: RE23%20MWV
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 06:25:22 [bca.uk] INFO: Scrape type for RE23%20MWV: 0
2026-03-29 06:25:22 [bca.uk] INFO: Found listing with ID: KE23%20UYD
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520UYD%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for KE23%20UYD: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: BP72%20UKY
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKY%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for BP72%20UKY: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: BJ23%20OCH
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for BJ23%20OCH: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: FX22%20RXC
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520RXC%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for FX22%20RXC: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: MA22%20VOP
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VOP%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for MA22%20VOP: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: ML24%20PTZ
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520PTZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for ML24%20PTZ: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: NG21%20BPX
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520BPX%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for NG21%20BPX: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: CK22%20UUL
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520UUL%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for CK22%20UUL: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: DE72%20RLO
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE72%2520RLO%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for DE72%20RLO: 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: KY18%20KCJ
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520KCJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for KY18%20KCJ: 2
2026-03-29 06:25:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ
2026-03-29 06:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9489adff-d8d7-56d5-a13d-508480ab83ab with scrape type 2
2026-03-29 06:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9489adff-d8d7-56d5-a13d-508480ab83ab with scrape type 2
2026-03-29 06:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9489adff-d8d7-56d5-a13d-508480ab83ab, identifier: KY18%20KCJ
2026-03-29 06:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1f5488e-e64f-59fc-adf7-24eba1adc4e5 with identifier: DL21%20ZVT
2026-03-29 06:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1f5488e-e64f-59fc-adf7-24eba1adc4e5 with identifier: DL21%20ZVT
2026-03-29 06:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1f5488e-e64f-59fc-adf7-24eba1adc4e5 with identifier: DL21%20ZVT to the API
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL21%20ZVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1f5488e-e64f-59fc-adf7-24eba1adc4e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL21 ZVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL21%20ZVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 72301,
 '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 2900 1.5 D 100 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L2 H1',
 'vin': 'VXEVBYHRKM7833557',
 'year': 2021}
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520ZVT%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Saving data for DL21%20ZVT: {'auction_closing_time': 1774778400.0, 'created_time': 1774564284.294231, 'last_price_update_time': 1774765523.545011}
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL21%2520ZVT') HTTP/1.1" 204 0
2026-03-29 06:25:23 [bca.uk] INFO: Found listing with ID: HN23%20LUR
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520LUR%27 HTTP/1.1" 200 None
2026-03-29 06:25:23 [bca.uk] INFO: Scrape type for HN23%20LUR: 2
2026-03-29 06:25:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR
2026-03-29 06:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with scrape type 2
2026-03-29 06:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with scrape type 2
2026-03-29 06:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d, identifier: HN23%20LUR
2026-03-29 06:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF
2026-03-29 06:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF
2026-03-29 06:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF to the API
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH71%20GMF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f7cbcd37-423e-5062-abbf-28fc1d5491c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH71 GMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH71%20GMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 90979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 132KW 62KWH 60 SUITE Hatchback',
 'transmission': 'automatic',
 'trim': '132KW 62KWH 60 SUITE',
 'vin': 'TMBKB7NY7NF029770',
 'year': 2022}
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520GMF%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Saving data for SH71%20GMF: {'auction_closing_time': 1774864800.0, 'created_time': 1773986624.547722, 'last_price_update_time': 1774765524.018349}
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520GMF') HTTP/1.1" 204 0
2026-03-29 06:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ
2026-03-29 06:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ
2026-03-29 06:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ to the API
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY18%20KCJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9489adff-d8d7-56d5-a13d-508480ab83ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY18 KCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY18%20KCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 53107,
 'odometer_reading_unit': '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 R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 AWD R-DYNAMIC S',
 'vin': 'SADFA2AN8J1Z05521',
 'year': 2018}
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520KCJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Saving data for KY18%20KCJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390717.219977, 'last_price_update_time': 1774765524.293002}
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY18%2520KCJ') HTTP/1.1" 204 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: SJ19%20SDZ
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for SJ19%20SDZ: 2
2026-03-29 06:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0aa72ef-9b53-536e-b824-53e5548a746a with identifier: SJ19%20SDZ
2026-03-29 06:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0aa72ef-9b53-536e-b824-53e5548a746a with scrape type 2
2026-03-29 06:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0aa72ef-9b53-536e-b824-53e5548a746a with scrape type 2
2026-03-29 06:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0aa72ef-9b53-536e-b824-53e5548a746a, identifier: SJ19%20SDZ
2026-03-29 06:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR
2026-03-29 06:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR
2026-03-29 06:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR to the API
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20LUR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN23 LUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20LUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 117099,
 '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 X3 2.0 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0309R94234',
 'year': 2023}
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520LUR%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Saving data for HN23%20LUR: {'auction_closing_time': 1775124000.0, 'created_time': 1774392209.188522, 'last_price_update_time': 1774765524.67221}
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520LUR') HTTP/1.1" 204 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: WU21%20FWJ
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520FWJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for WU21%20FWJ: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: BP21%20KUW
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520KUW%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for BP21%20KUW: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: DP70%20YSY
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520YSY%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for DP70%20YSY: 2
2026-03-29 06:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY
2026-03-29 06:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with scrape type 2
2026-03-29 06:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with scrape type 2
2026-03-29 06:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7, identifier: DP70%20YSY
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: BP23%20OUK
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OUK%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for BP23%20OUK: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: CJ23%20MWD
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MWD%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for CJ23%20MWD: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: BK22%20UKZ
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UKZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for BK22%20UKZ: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: DS72%20YRZ
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520YRZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for DS72%20YRZ: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: EF24%20XPC
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520XPC%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for EF24%20XPC: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: HY23%20TVX
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520TVX%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for HY23%20TVX: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: MA24%20TXE
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for MA24%20TXE: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: YP71%20UFT
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UFT%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for YP71%20UFT: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: KM73%20YKG
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for KM73%20YKG: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: DF21%20VPO
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for DF21%20VPO: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: GJ68%20JVG
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520JVG%27 HTTP/1.1" 200 None
2026-03-29 06:25:24 [bca.uk] INFO: Scrape type for GJ68%20JVG: 0
2026-03-29 06:25:24 [bca.uk] INFO: Found listing with ID: NG71%20EZD
2026-03-29 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520EZD%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for NG71%20EZD: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: NJ24%20UTX
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTX%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for NJ24%20UTX: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: NJ24%20UYE
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for NJ24%20UYE: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: NL21%20WZF
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WZF%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for NL21%20WZF: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: WP70%20EOY
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520EOY%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for WP70%20EOY: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: AK71%20URR
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520URR%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for AK71%20URR: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: BL72%20ESY
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520ESY%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for BL72%20ESY: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: DE21%20VWW
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for DE21%20VWW: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: KK23%20BVV
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVV%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for KK23%20BVV: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: BK22%20UNP
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNP%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for BK22%20UNP: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: DV72%20VFK
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520VFK%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for DV72%20VFK: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: LC69%20LHO
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LHO%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for LC69%20LHO: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: LS22%20AYF
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for LS22%20AYF: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: VK22%20DHZ
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520DHZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for VK22%20DHZ: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: YT22%20ZYC
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for YT22%20ZYC: 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: CU57%20OXG
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU57%2520OXG%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for CU57%20OXG: 2
2026-03-29 06:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG
2026-03-29 06:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b14e356c-261e-58e5-a059-b2e155b8cfb0 with scrape type 2
2026-03-29 06:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b14e356c-261e-58e5-a059-b2e155b8cfb0 with scrape type 2
2026-03-29 06:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b14e356c-261e-58e5-a059-b2e155b8cfb0, identifier: CU57%20OXG
2026-03-29 06:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0aa72ef-9b53-536e-b824-53e5548a746a with identifier: SJ19%20SDZ
2026-03-29 06:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0aa72ef-9b53-536e-b824-53e5548a746a with identifier: SJ19%20SDZ
2026-03-29 06:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0aa72ef-9b53-536e-b824-53e5548a746a with identifier: SJ19%20SDZ to the API
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ19%20SDZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0aa72ef-9b53-536e-b824-53e5548a746a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ19 SDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ19%20SDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 28250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 DCI 120 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 120 SPORT',
 'vin': 'VF1FL000362788544',
 'year': 2019}
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Saving data for SJ19%20SDZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564284.68507, 'last_price_update_time': 1774765525.676393}
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ19%2520SDZ') HTTP/1.1" 204 0
2026-03-29 06:25:25 [bca.uk] INFO: Found listing with ID: MA75%20YYP
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:25:25 [bca.uk] INFO: Scrape type for MA75%20YYP: 2
2026-03-29 06:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP
2026-03-29 06:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a51890-d47b-5513-b030-d9d42be74c19 with scrape type 2
2026-03-29 06:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a51890-d47b-5513-b030-d9d42be74c19 with scrape type 2
2026-03-29 06:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a51890-d47b-5513-b030-d9d42be74c19, identifier: MA75%20YYP
2026-03-29 06:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY
2026-03-29 06:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY
2026-03-29 06:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY to the API
2026-03-29 06:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP70%20YSY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '313610ff-5ad1-50ef-8a5f-26a20bafdbf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP70 YSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP70%20YSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 30522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE 50KWH 135 I GT LINE (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 I GT LINE (50KW)',
 'vin': 'VF1AG000166422735',
 'year': 2020}
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520YSY%27 HTTP/1.1" 200 None
2026-03-29 06:25:26 [bca.uk] INFO: Saving data for DP70%20YSY: {'auction_closing_time': 1774864800.0, 'created_time': 1774365272.430773, 'last_price_update_time': 1774765526.199319}
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP70%2520YSY') HTTP/1.1" 204 0
2026-03-29 06:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG
2026-03-29 06:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG
2026-03-29 06:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG to the API
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU57%20OXG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b14e356c-261e-58e5-a059-b2e155b8cfb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU57 OXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU57%20OXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 123098,
 '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 RAV4 2.0 VVT-I XT-R StationWagon',
 'transmission': 'automatic',
 'trim': 'VVT-I XT-R',
 'vin': 'JTMBH31V106065725',
 'year': 2008}
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU57%2520OXG%27 HTTP/1.1" 200 None
2026-03-29 06:25:26 [bca.uk] INFO: Saving data for CU57%20OXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774448703.443944, 'last_price_update_time': 1774765526.465523}
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU57%2520OXG') HTTP/1.1" 204 0
2026-03-29 06:25:26 [bca.uk] INFO: Found listing with ID: SL69%20XFY
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520XFY%27 HTTP/1.1" 200 None
2026-03-29 06:25:26 [bca.uk] INFO: Scrape type for SL69%20XFY: 2
2026-03-29 06:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874c67fe-1b1c-5c5b-a667-99665f1b3991 with identifier: SL69%20XFY
2026-03-29 06:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874c67fe-1b1c-5c5b-a667-99665f1b3991 with scrape type 2
2026-03-29 06:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874c67fe-1b1c-5c5b-a667-99665f1b3991 with scrape type 2
2026-03-29 06:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874c67fe-1b1c-5c5b-a667-99665f1b3991, identifier: SL69%20XFY
2026-03-29 06:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP
2026-03-29 06:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP
2026-03-29 06:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP to the API
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA75%20YYP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '58a51890-d47b-5513-b030-d9d42be74c19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA75 YYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20YYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 8303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS9SC603864',
 'year': 2025}
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520YYP%27 HTTP/1.1" 200 None
2026-03-29 06:25:26 [bca.uk] INFO: Saving data for MA75%20YYP: {'auction_closing_time': 1775124000.0, 'created_time': 1774392202.619066, 'last_price_update_time': 1774765526.847754}
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520YYP') HTTP/1.1" 204 0
2026-03-29 06:25:26 [bca.uk] INFO: Found listing with ID: GL72%20OGS
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OGS%27 HTTP/1.1" 200 None
2026-03-29 06:25:26 [bca.uk] INFO: Scrape type for GL72%20OGS: 0
2026-03-29 06:25:26 [bca.uk] INFO: Found listing with ID: SV23%20OXL
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OXL%27 HTTP/1.1" 200 None
2026-03-29 06:25:26 [bca.uk] INFO: Scrape type for SV23%20OXL: 2
2026-03-29 06:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL
2026-03-29 06:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6efb8a88-ce6d-55b9-88f0-b026219c41bb with scrape type 2
2026-03-29 06:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6efb8a88-ce6d-55b9-88f0-b026219c41bb with scrape type 2
2026-03-29 06:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6efb8a88-ce6d-55b9-88f0-b026219c41bb, identifier: SV23%20OXL
2026-03-29 06:25:27 [bca.uk] INFO: Found listing with ID: FD13%20EJK
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 06:25:27 [bca.uk] INFO: Scrape type for FD13%20EJK: 2
2026-03-29 06:25:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK
2026-03-29 06:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff65aae5-f4df-55b9-a1c2-b0487e32da9f with scrape type 2
2026-03-29 06:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff65aae5-f4df-55b9-a1c2-b0487e32da9f with scrape type 2
2026-03-29 06:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff65aae5-f4df-55b9-a1c2-b0487e32da9f, identifier: FD13%20EJK
2026-03-29 06:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874c67fe-1b1c-5c5b-a667-99665f1b3991 with identifier: SL69%20XFY
2026-03-29 06:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874c67fe-1b1c-5c5b-a667-99665f1b3991 with identifier: SL69%20XFY
2026-03-29 06:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874c67fe-1b1c-5c5b-a667-99665f1b3991 with identifier: SL69%20XFY to the API
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL69%20XFY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '874c67fe-1b1c-5c5b-a667-99665f1b3991',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL69 XFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL69%20XFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TOYOTA',
 'model': 'PROACE',
 'odometer': 123008,
 'odometer_reading_unit': '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 2.0 D 120 MEDIUM ICON S/S PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 MEDIUM ICON S/S',
 'vin': 'YARVFAHKKGZ155130',
 'year': 2019}
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520XFY%27 HTTP/1.1" 200 None
2026-03-29 06:25:27 [bca.uk] INFO: Saving data for SL69%20XFY: {'auction_closing_time': 1774778400.0, 'created_time': 1774564274.640891, 'last_price_update_time': 1774765527.374498}
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL69%2520XFY') HTTP/1.1" 204 0
2026-03-29 06:25:27 [bca.uk] INFO: Found listing with ID: MF25%20XKX
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:25:27 [bca.uk] INFO: Scrape type for MF25%20XKX: 2
2026-03-29 06:25:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX
2026-03-29 06:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3484c2a-16d3-58d6-8023-e1783b249d52 with scrape type 2
2026-03-29 06:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3484c2a-16d3-58d6-8023-e1783b249d52 with scrape type 2
2026-03-29 06:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3484c2a-16d3-58d6-8023-e1783b249d52, identifier: MF25%20XKX
2026-03-29 06:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL
2026-03-29 06:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL
2026-03-29 06:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL to the API
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20OXL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6efb8a88-ce6d-55b9-88f0-b026219c41bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 OXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20OXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 11974,
 '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 FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZPP028296',
 'year': 2023}
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OXL%27 HTTP/1.1" 200 None
2026-03-29 06:25:27 [bca.uk] INFO: Saving data for SV23%20OXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774365391.330843, 'last_price_update_time': 1774765527.774674}
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520OXL') HTTP/1.1" 204 0
2026-03-29 06:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK
2026-03-29 06:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK
2026-03-29 06:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK to the API
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD13%20EJK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff65aae5-f4df-55b9-a1c2-b0487e32da9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD13 EJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD13%20EJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 94410,
 '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.3 CDTI 16V 75 E/F EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 75 E/F EXCLUSIV',
 'vin': 'W0L0SDL68D4215105',
 'year': 2013}
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Saving data for FD13%20EJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774363357.19677, 'last_price_update_time': 1774765528.071147}
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD13%2520EJK') HTTP/1.1" 204 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: SL69%20YOJ
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520YOJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for SL69%20YOJ: 2
2026-03-29 06:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2946c10c-c588-5815-b9ad-e914d7335ac4 with identifier: SL69%20YOJ
2026-03-29 06:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2946c10c-c588-5815-b9ad-e914d7335ac4 with scrape type 2
2026-03-29 06:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2946c10c-c588-5815-b9ad-e914d7335ac4 with scrape type 2
2026-03-29 06:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2946c10c-c588-5815-b9ad-e914d7335ac4, identifier: SL69%20YOJ
2026-03-29 06:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX
2026-03-29 06:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX
2026-03-29 06:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX to the API
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25: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:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c3484c2a-16d3-58d6-8023-e1783b249d52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 11683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS1SC423956',
 'year': 2025}
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKX%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Saving data for MF25%20XKX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392201.226167, 'last_price_update_time': 1774765528.450824}
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XKX') HTTP/1.1" 204 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: VO22%20UZT
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520UZT%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for VO22%20UZT: 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: HF23%20WKP
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520WKP%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for HF23%20WKP: 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: MA22%20FUD
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520FUD%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for MA22%20FUD: 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: MA23%20UCH
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCH%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for MA23%20UCH: 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: MV23%20OYJ
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520OYJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for MV23%20OYJ: 0
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: WV22%20XZA
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520XZA%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for WV22%20XZA: 2
2026-03-29 06:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA
2026-03-29 06:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with scrape type 2
2026-03-29 06:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with scrape type 2
2026-03-29 06:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e3b1dc4-da08-5e01-9ae8-143a062160e6, identifier: WV22%20XZA
2026-03-29 06:25:28 [bca.uk] INFO: Found listing with ID: FL60%20VHN
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520VHN%27 HTTP/1.1" 200 None
2026-03-29 06:25:28 [bca.uk] INFO: Scrape type for FL60%20VHN: 2
2026-03-29 06:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN
2026-03-29 06:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd21e86e-2edc-5804-8446-2af6eaf11cf7 with scrape type 2
2026-03-29 06:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd21e86e-2edc-5804-8446-2af6eaf11cf7 with scrape type 2
2026-03-29 06:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd21e86e-2edc-5804-8446-2af6eaf11cf7, identifier: FL60%20VHN
2026-03-29 06:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2946c10c-c588-5815-b9ad-e914d7335ac4 with identifier: SL69%20YOJ
2026-03-29 06:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2946c10c-c588-5815-b9ad-e914d7335ac4 with identifier: SL69%20YOJ
2026-03-29 06:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2946c10c-c588-5815-b9ad-e914d7335ac4 with identifier: SL69%20YOJ to the API
2026-03-29 06:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25: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:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL69%20YOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2946c10c-c588-5815-b9ad-e914d7335ac4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL69 YOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL69%20YOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TOYOTA',
 'model': 'PROACE',
 'odometer': 111892,
 'odometer_reading_unit': '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 2.0 D 120 MEDIUM ICON S/S PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 MEDIUM ICON S/S',
 'vin': 'YARVFAHKKGZ159666',
 'year': 2019}
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520YOJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:29 [bca.uk] INFO: Saving data for SL69%20YOJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564409.772219, 'last_price_update_time': 1774765529.074964}
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL69%2520YOJ') HTTP/1.1" 204 0
2026-03-29 06:25:29 [bca.uk] INFO: Found listing with ID: MF25%20XKY
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 06:25:29 [bca.uk] INFO: Scrape type for MF25%20XKY: 2
2026-03-29 06:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY
2026-03-29 06:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f35dc65-fed7-52be-8812-7c83de6a4f10 with scrape type 2
2026-03-29 06:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f35dc65-fed7-52be-8812-7c83de6a4f10 with scrape type 2
2026-03-29 06:25:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f35dc65-fed7-52be-8812-7c83de6a4f10, identifier: MF25%20XKY
2026-03-29 06:25:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA
2026-03-29 06:25:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA
2026-03-29 06:25:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA to the API
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV22%20XZA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6e3b1dc4-da08-5e01-9ae8-143a062160e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV22 XZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV22%20XZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 53708,
 'odometer_reading_unit': '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 40 150KW 82KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ0NP032272',
 'year': 2022}
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520XZA%27 HTTP/1.1" 200 None
2026-03-29 06:25:29 [bca.uk] INFO: Saving data for WV22%20XZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774365342.03148, 'last_price_update_time': 1774765529.596855}
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV22%2520XZA') HTTP/1.1" 204 0
2026-03-29 06:25:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN
2026-03-29 06:25:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN
2026-03-29 06:25:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN to the API
2026-03-29 06:25:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL60%20VHN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd21e86e-2edc-5804-8446-2af6eaf11cf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL60 VHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL60%20VHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 81948,
 '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 GRAND PICASSO 2.0 HDI 16V VTR+ EGS MPV',
 'transmission': 'automatic',
 'trim': 'HDI 16V VTR+ EGS',
 'vin': 'VF7UARHJHAJ805594',
 'year': 2010}
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520VHN%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Saving data for FL60%20VHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774363366.283252, 'last_price_update_time': 1774765530.132467}
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL60%2520VHN') HTTP/1.1" 204 0
2026-03-29 06:25:30 [bca.uk] INFO: Found listing with ID: SH14%20EFO
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Scrape type for SH14%20EFO: 2
2026-03-29 06:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO
2026-03-29 06:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with scrape type 2
2026-03-29 06:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with scrape type 2
2026-03-29 06:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b, identifier: SH14%20EFO
2026-03-29 06:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY
2026-03-29 06:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY
2026-03-29 06:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY to the API
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f35dc65-fed7-52be-8812-7c83de6a4f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 23101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS3SC422761',
 'year': 2025}
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Saving data for MF25%20XKY: {'auction_closing_time': 1775124000.0, 'created_time': 1774476142.757374, 'last_price_update_time': 1774765530.515607}
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XKY') HTTP/1.1" 204 0
2026-03-29 06:25:30 [bca.uk] INFO: Found listing with ID: HW75%20BVT
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW75%2520BVT%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Scrape type for HW75%20BVT: 0
2026-03-29 06:25:30 [bca.uk] INFO: Found listing with ID: MC21%20EBO
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520EBO%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Scrape type for MC21%20EBO: 0
2026-03-29 06:25:30 [bca.uk] INFO: Found listing with ID: PK20%20ORC
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520ORC%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Scrape type for PK20%20ORC: 2
2026-03-29 06:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC
2026-03-29 06:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6600588-2f48-5038-a6ea-57eb0588a4c1 with scrape type 2
2026-03-29 06:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6600588-2f48-5038-a6ea-57eb0588a4c1 with scrape type 2
2026-03-29 06:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6600588-2f48-5038-a6ea-57eb0588a4c1, identifier: PK20%20ORC
2026-03-29 06:25:30 [bca.uk] INFO: Found listing with ID: K21%20GMC
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K21%2520GMC%27 HTTP/1.1" 200 None
2026-03-29 06:25:30 [bca.uk] INFO: Scrape type for K21%20GMC: 2
2026-03-29 06:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC
2026-03-29 06:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d315d73-7b01-5ad4-9461-55e885c63b27 with scrape type 2
2026-03-29 06:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d315d73-7b01-5ad4-9461-55e885c63b27 with scrape type 2
2026-03-29 06:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d315d73-7b01-5ad4-9461-55e885c63b27, identifier: K21%20GMC
2026-03-29 06:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO
2026-03-29 06:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO
2026-03-29 06:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO to the API
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH14%20EFO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9a8fc4e-6710-5b9d-be59-534b1cbddb5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH14 EFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH14%20EFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FIAT',
 'model': '500',
 'odometer': 51529,
 '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 COLOUR THERAPY Hatchback',
 'transmission': 'manual',
 'trim': 'COLOUR THERAPY',
 'vin': 'ZFA3120000J112474',
 'year': 2014}
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-29 06:25:31 [bca.uk] INFO: Saving data for SH14%20EFO: {'auction_closing_time': 1774864800.0, 'created_time': 1773829578.64946, 'last_price_update_time': 1774765531.159603}
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH14%2520EFO') HTTP/1.1" 204 0
2026-03-29 06:25:31 [bca.uk] INFO: Found listing with ID: MF25%20XLC
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-29 06:25:31 [bca.uk] INFO: Scrape type for MF25%20XLC: 2
2026-03-29 06:25:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC
2026-03-29 06:25:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf201342-0473-58ab-956c-06b39ed50866 with scrape type 2
2026-03-29 06:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf201342-0473-58ab-956c-06b39ed50866 with scrape type 2
2026-03-29 06:25:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf201342-0473-58ab-956c-06b39ed50866, identifier: MF25%20XLC
2026-03-29 06:25:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC
2026-03-29 06:25:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC
2026-03-29 06:25:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC to the API
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20ORC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6600588-2f48-5038-a6ea-57eb0588a4c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK20 ORC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20ORC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 56460,
 '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 VELAR 2.0 D240 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC HSE',
 'vin': 'SALYA2AN6LA279452',
 'year': 2020}
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520ORC%27 HTTP/1.1" 200 None
2026-03-29 06:25:31 [bca.uk] INFO: Saving data for PK20%20ORC: {'auction_closing_time': 1774951200.0, 'created_time': 1774390992.389283, 'last_price_update_time': 1774765531.800076}
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520ORC') HTTP/1.1" 204 0
2026-03-29 06:25:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC
2026-03-29 06:25:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC
2026-03-29 06:25:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC to the API
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K21%20GMC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d315d73-7b01-5ad4-9461-55e885c63b27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K21 GMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K21%20GMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA TWINTOP',
 'odometer': 70133,
 '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 TWINTOP 1.8 VVT 16V DESIGN Convertible',
 'transmission': 'automatic',
 'trim': 'VVT 16V DESIGN',
 'vin': 'W0L0AHL6785163091',
 'year': 2009}
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K21%2520GMC%27 HTTP/1.1" 200 None
2026-03-29 06:25:32 [bca.uk] INFO: Saving data for K21%20GMC: {'auction_closing_time': 1774951200.0, 'created_time': 1774447809.455583, 'last_price_update_time': 1774765532.093222}
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K21%2520GMC') HTTP/1.1" 204 0
2026-03-29 06:25:32 [bca.uk] INFO: Found listing with ID: DS17%20VHK
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 06:25:32 [bca.uk] INFO: Scrape type for DS17%20VHK: 2
2026-03-29 06:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e913982c-3cfe-5767-81a5-fe546f000d1c with identifier: DS17%20VHK
2026-03-29 06:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e913982c-3cfe-5767-81a5-fe546f000d1c with scrape type 2
2026-03-29 06:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e913982c-3cfe-5767-81a5-fe546f000d1c with scrape type 2
2026-03-29 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e913982c-3cfe-5767-81a5-fe546f000d1c, identifier: DS17%20VHK
2026-03-29 06:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC
2026-03-29 06:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC
2026-03-29 06:25:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC to the API
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XLC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf201342-0473-58ab-956c-06b39ed50866',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 12805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXSC423552',
 'year': 2025}
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-29 06:25:32 [bca.uk] INFO: Saving data for MF25%20XLC: {'auction_closing_time': 1775124000.0, 'created_time': 1774476141.986178, 'last_price_update_time': 1774765532.497023}
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XLC') HTTP/1.1" 204 0
2026-03-29 06:25:32 [bca.uk] INFO: Found listing with ID: KO18%20MRV
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520MRV%27 HTTP/1.1" 200 None
2026-03-29 06:25:32 [bca.uk] INFO: Scrape type for KO18%20MRV: 0
2026-03-29 06:25:32 [bca.uk] INFO: Found listing with ID: YH56%20UOD
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH56%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 06:25:32 [bca.uk] INFO: Scrape type for YH56%20UOD: 2
2026-03-29 06:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD
2026-03-29 06:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d95025-6b1f-54a5-9f49-12c5b17020ec with scrape type 2
2026-03-29 06:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76d95025-6b1f-54a5-9f49-12c5b17020ec with scrape type 2
2026-03-29 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76d95025-6b1f-54a5-9f49-12c5b17020ec, identifier: YH56%20UOD
2026-03-29 06:25:32 [bca.uk] INFO: Found listing with ID: NG64%20CGO
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520CGO%27 HTTP/1.1" 200 None
2026-03-29 06:25:32 [bca.uk] INFO: Scrape type for NG64%20CGO: 2
2026-03-29 06:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO
2026-03-29 06:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5691a251-925e-5dbf-b37f-d4f74cd3be3a with scrape type 2
2026-03-29 06:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5691a251-925e-5dbf-b37f-d4f74cd3be3a with scrape type 2
2026-03-29 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5691a251-925e-5dbf-b37f-d4f74cd3be3a, identifier: NG64%20CGO
2026-03-29 06:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e913982c-3cfe-5767-81a5-fe546f000d1c with identifier: DS17%20VHK
2026-03-29 06:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e913982c-3cfe-5767-81a5-fe546f000d1c with identifier: DS17%20VHK
2026-03-29 06:25:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e913982c-3cfe-5767-81a5-fe546f000d1c with identifier: DS17%20VHK to the API
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS17%20VHK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e913982c-3cfe-5767-81a5-fe546f000d1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS17 VHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS17%20VHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 98039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO L1 1.6 BLUEHDI 75 625KG ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 625KG ENTERPRISE',
 'vin': 'VF77BBHW6HJ679063',
 'year': 2017}
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520VHK%27 HTTP/1.1" 200 None
2026-03-29 06:25:33 [bca.uk] INFO: Saving data for DS17%20VHK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564408.969936, 'last_price_update_time': 1774765533.047082}
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS17%2520VHK') HTTP/1.1" 204 0
2026-03-29 06:25:33 [bca.uk] INFO: Found listing with ID: MM74%20COU
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520COU%27 HTTP/1.1" 200 None
2026-03-29 06:25:33 [bca.uk] INFO: Scrape type for MM74%20COU: 2
2026-03-29 06:25:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU
2026-03-29 06:25:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with scrape type 2
2026-03-29 06:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with scrape type 2
2026-03-29 06:25:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb, identifier: MM74%20COU
2026-03-29 06:25:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD
2026-03-29 06:25:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD
2026-03-29 06:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD to the API
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH56%20UOD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76d95025-6b1f-54a5-9f49-12c5b17020ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH56 UOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH56%20UOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 129397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.6 VVT SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'VVT SPORT',
 'vin': 'TSMMZA31S00304006',
 'year': 2006}
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH56%2520UOD%27 HTTP/1.1" 200 None
2026-03-29 06:25:33 [bca.uk] INFO: Saving data for YH56%20UOD: {'auction_closing_time': 1774951200.0, 'created_time': 1774448779.360946, 'last_price_update_time': 1774765533.545685}
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH56%2520UOD') HTTP/1.1" 204 0
2026-03-29 06:25:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO
2026-03-29 06:25:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO
2026-03-29 06:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO to the API
2026-03-29 06:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG64%20CGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5691a251-925e-5dbf-b37f-d4f74cd3be3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG64 CGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG64%20CGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 123416,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI ACENTA PREMIUM',
 'vin': 'SJNFCAF15U7078637',
 'year': 2015}
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520CGO%27 HTTP/1.1" 200 None
2026-03-29 06:25:34 [bca.uk] INFO: Saving data for NG64%20CGO: {'auction_closing_time': 1774951200.0, 'created_time': 1773841743.819534, 'last_price_update_time': 1774765534.784677}
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG64%2520CGO') HTTP/1.1" 204 0
2026-03-29 06:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:25:34 [bca.uk] INFO: Found listing with ID: BK66%20ZTP
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK66%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 06:25:34 [bca.uk] INFO: Scrape type for BK66%20ZTP: 2
2026-03-29 06:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62d3c4dd-acdd-5dce-8a3f-378f8b036346 with identifier: BK66%20ZTP
2026-03-29 06:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62d3c4dd-acdd-5dce-8a3f-378f8b036346 with scrape type 2
2026-03-29 06:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62d3c4dd-acdd-5dce-8a3f-378f8b036346 with scrape type 2
2026-03-29 06:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62d3c4dd-acdd-5dce-8a3f-378f8b036346, identifier: BK66%20ZTP
2026-03-29 06:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU
2026-03-29 06:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU
2026-03-29 06:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU to the API
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20COU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fdfdbd66-edb9-5e1d-a23d-05b6097fdedb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM74 COU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20COU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 10837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXSC341644',
 'year': 2024}
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520COU%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Saving data for MM74%20COU: {'auction_closing_time': 1775124000.0, 'created_time': 1774392191.318099, 'last_price_update_time': 1774765535.196232}
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520COU') HTTP/1.1" 204 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: LT72%20MGJ
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520MGJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for LT72%20MGJ: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: NL23%20WGC
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WGC%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for NL23%20WGC: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: YC22%20ULM
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520ULM%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for YC22%20ULM: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: DA64%20HXR
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520HXR%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for DA64%20HXR: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: DU68%20HCD
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520HCD%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for DU68%20HCD: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: DY13%20XEV
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520XEV%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for DY13%20XEV: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: KV19%20GEP
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV19%2520GEP%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for KV19%20GEP: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: RX19%20UUZ
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520UUZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for RX19%20UUZ: 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: RJ07%20FKS
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520FKS%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for RJ07%20FKS: 2
2026-03-29 06:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS
2026-03-29 06:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with scrape type 2
2026-03-29 06:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with scrape type 2
2026-03-29 06:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075, identifier: RJ07%20FKS
2026-03-29 06:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62d3c4dd-acdd-5dce-8a3f-378f8b036346 with identifier: BK66%20ZTP
2026-03-29 06:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62d3c4dd-acdd-5dce-8a3f-378f8b036346 with identifier: BK66%20ZTP
2026-03-29 06:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62d3c4dd-acdd-5dce-8a3f-378f8b036346 with identifier: BK66%20ZTP to the API
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK66%20ZTP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62d3c4dd-acdd-5dce-8a3f-378f8b036346',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK66 ZTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK66%20ZTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 107095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 290 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 290 SWB L/R',
 'vin': 'WF0YXXTTGYGK06408',
 'year': 2016}
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK66%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Saving data for BK66%20ZTP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564405.179457, 'last_price_update_time': 1774765535.713719}
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK66%2520ZTP') HTTP/1.1" 204 0
2026-03-29 06:25:35 [bca.uk] INFO: Found listing with ID: MM74%20GRZ
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:35 [bca.uk] INFO: Scrape type for MM74%20GRZ: 2
2026-03-29 06:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ
2026-03-29 06:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00a40917-aa36-5944-9f17-6d84c3e03972 with scrape type 2
2026-03-29 06:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00a40917-aa36-5944-9f17-6d84c3e03972 with scrape type 2
2026-03-29 06:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00a40917-aa36-5944-9f17-6d84c3e03972, identifier: MM74%20GRZ
2026-03-29 06:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS
2026-03-29 06:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS
2026-03-29 06:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS to the API
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ07%20FKS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '45de6fac-ffd7-5cb7-ac2b-def72a8ff075',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ07 FKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ07%20FKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'V50',
 'odometer': 169685,
 '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': 'VOLVO V50 2.0 D SE Estate',
 'transmission': 'manual',
 'trim': 'D SE',
 'vin': 'YV1MW754172328412',
 'year': 2007}
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520FKS%27 HTTP/1.1" 200 None
2026-03-29 06:25:36 [bca.uk] INFO: Saving data for RJ07%20FKS: {'auction_closing_time': 1774951200.0, 'created_time': 1774363343.424871, 'last_price_update_time': 1774765536.20664}
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ07%2520FKS') HTTP/1.1" 204 0
2026-03-29 06:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ
2026-03-29 06:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ
2026-03-29 06:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ to the API
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20GRZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00a40917-aa36-5944-9f17-6d84c3e03972',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM74 GRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20GRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE RWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE RWD',
 'vin': 'LRW3F7EJ5SC341267',
 'year': 2024}
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:36 [bca.uk] INFO: Saving data for MM74%20GRZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476177.797658, 'last_price_update_time': 1774765536.505007}
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520GRZ') HTTP/1.1" 204 0
2026-03-29 06:25:36 [bca.uk] INFO: Found listing with ID: RL04%20HLD
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL04%2520HLD%27 HTTP/1.1" 200 None
2026-03-29 06:25:36 [bca.uk] INFO: Scrape type for RL04%20HLD: 2
2026-03-29 06:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD
2026-03-29 06:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c421e405-11ac-5279-b447-25626769903b with scrape type 2
2026-03-29 06:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c421e405-11ac-5279-b447-25626769903b with scrape type 2
2026-03-29 06:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c421e405-11ac-5279-b447-25626769903b, identifier: RL04%20HLD
2026-03-29 06:25:36 [bca.uk] INFO: Found listing with ID: PO19%20OOV
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:25:36 [bca.uk] INFO: Scrape type for PO19%20OOV: 2
2026-03-29 06:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV
2026-03-29 06:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 186772ac-f741-516f-b13b-801e0de53056 with scrape type 2
2026-03-29 06:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 186772ac-f741-516f-b13b-801e0de53056 with scrape type 2
2026-03-29 06:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 186772ac-f741-516f-b13b-801e0de53056, identifier: PO19%20OOV
2026-03-29 06:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD
2026-03-29 06:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD
2026-03-29 06:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD to the API
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RL04%20HLD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c421e405-11ac-5279-b447-25626769903b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RL04 HLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RL04%20HLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 141137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'JHMGD18504S233899',
 'year': 2004}
2026-03-29 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL04%2520HLD%27 HTTP/1.1" 200 None
2026-03-29 06:25:37 [bca.uk] INFO: Saving data for RL04%20HLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774363333.985522, 'last_price_update_time': 1774765537.00376}
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RL04%2520HLD') HTTP/1.1" 204 0
2026-03-29 06:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV
2026-03-29 06:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV
2026-03-29 06:25:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV to the API
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20OOV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '186772ac-f741-516f-b13b-801e0de53056',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 OOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20OOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 50307,
 'odometer_reading_unit': '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 XC90 2.0 D5 PP 235 AWD R DESIGN G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD R DESIGN G/T',
 'vin': 'YV1LF68UCK1498859',
 'year': 2019}
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:25:37 [bca.uk] INFO: Saving data for PO19%20OOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564604.051759, 'last_price_update_time': 1774765537.398332}
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520OOV') HTTP/1.1" 204 0
2026-03-29 06:25:37 [bca.uk] INFO: Found listing with ID: TN07%20UHB
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TN07%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 06:25:37 [bca.uk] INFO: Scrape type for TN07%20UHB: 2
2026-03-29 06:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB
2026-03-29 06:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9244c014-60ea-50b3-9880-599cf076c8a8 with scrape type 2
2026-03-29 06:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9244c014-60ea-50b3-9880-599cf076c8a8 with scrape type 2
2026-03-29 06:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9244c014-60ea-50b3-9880-599cf076c8a8, identifier: TN07%20UHB
2026-03-29 06:25:37 [bca.uk] INFO: Found listing with ID: WU22%20KDO
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KDO%27 HTTP/1.1" 200 None
2026-03-29 06:25:37 [bca.uk] INFO: Scrape type for WU22%20KDO: 2
2026-03-29 06:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO
2026-03-29 06:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50f0048d-49e6-5b2c-a66f-e606cfe1503c with scrape type 2
2026-03-29 06:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50f0048d-49e6-5b2c-a66f-e606cfe1503c with scrape type 2
2026-03-29 06:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50f0048d-49e6-5b2c-a66f-e606cfe1503c, identifier: WU22%20KDO
2026-03-29 06:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB
2026-03-29 06:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB
2026-03-29 06:25:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB to the API
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TN07%20UHB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9244c014-60ea-50b3-9880-599cf076c8a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'TN07 UHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=TN07%20UHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 146628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375073206102',
 'year': 2007}
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TN07%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 06:25:37 [bca.uk] INFO: Saving data for TN07%20UHB: {'auction_closing_time': 1774951200.0, 'created_time': 1774448853.026588, 'last_price_update_time': 1774765537.903149}
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TN07%2520UHB') HTTP/1.1" 204 0
2026-03-29 06:25:37 [bca.uk] INFO: Total items found: 100
2026-03-29 06:25:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded
2026-03-29 06:25:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:25:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO
2026-03-29 06:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO
2026-03-29 06:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO to the API
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU22%20KDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50f0048d-49e6-5b2c-a66f-e606cfe1503c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU22 KDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU22%20KDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 62723,
 'odometer_reading_unit': '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 TDI 115 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 115 LIFE DSG',
 'vin': 'WVWZZZCDZNW160165',
 'year': 2022}
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KDO%27 HTTP/1.1" 200 None
2026-03-29 06:25:38 [bca.uk] INFO: Saving data for WU22%20KDO: {'auction_closing_time': 1775124000.0, 'created_time': 1774392201.673455, 'last_price_update_time': 1774765538.2132}
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU22%2520KDO') HTTP/1.1" 204 0
2026-03-29 06:25:38 [bca.uk] INFO: Found listing with ID: VX63%20EEM
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520EEM%27 HTTP/1.1" 200 None
2026-03-29 06:25:38 [bca.uk] INFO: Scrape type for VX63%20EEM: 2
2026-03-29 06:25:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM
2026-03-29 06:25:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with scrape type 2
2026-03-29 06:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with scrape type 2
2026-03-29 06:25:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4, identifier: VX63%20EEM
2026-03-29 06:25:38 [bca.uk] INFO: Found listing with ID: YM72%20ZNF
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-29 06:25:38 [bca.uk] INFO: Scrape type for YM72%20ZNF: 2
2026-03-29 06:25:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF
2026-03-29 06:25:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5704d493-3b30-5d28-9022-33d864cf7841 with scrape type 2
2026-03-29 06:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5704d493-3b30-5d28-9022-33d864cf7841 with scrape type 2
2026-03-29 06:25:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5704d493-3b30-5d28-9022-33d864cf7841, identifier: YM72%20ZNF
2026-03-29 06:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM
2026-03-29 06:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM
2026-03-29 06:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM to the API
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX63%20EEM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b1f60f0-df38-5978-a4b4-4ff472fe69a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX63 EEM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX63%20EEM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 121155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 2.0 CDTI 165 SE MPV',
 'transmission': 'automatic',
 'trim': 'CDTI 165 SE',
 'vin': 'W0LPE9EN5E2006444',
 'year': 2013}
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520EEM%27 HTTP/1.1" 200 None
2026-03-29 06:25:38 [bca.uk] INFO: Saving data for VX63%20EEM: {'auction_closing_time': 1774951200.0, 'created_time': 1774363328.012691, 'last_price_update_time': 1774765538.698638}
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX63%2520EEM') HTTP/1.1" 204 0
2026-03-29 06:25:38 [bca.uk] INFO: Found listing with ID: KM20%20KCJ
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520KCJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:38 [bca.uk] INFO: Scrape type for KM20%20KCJ: 0
2026-03-29 06:25:38 [bca.uk] INFO: Found listing with ID: KK23%20BVU
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVU%27 HTTP/1.1" 200 None
2026-03-29 06:25:38 [bca.uk] INFO: Scrape type for KK23%20BVU: 2
2026-03-29 06:25:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU
2026-03-29 06:25:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7d97b0-4c69-5773-99c7-c0520507dd8a with scrape type 2
2026-03-29 06:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7d97b0-4c69-5773-99c7-c0520507dd8a with scrape type 2
2026-03-29 06:25:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df7d97b0-4c69-5773-99c7-c0520507dd8a, identifier: KK23%20BVU
2026-03-29 06:25:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF
2026-03-29 06:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF
2026-03-29 06:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF to the API
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20ZNF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5704d493-3b30-5d28-9022-33d864cf7841',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 ZNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20ZNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 21427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B FHEV 2WD ST-LINE X ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B FHEV 2WD ST-LINE X ED.',
 'vin': 'WF0FXXWPMHNG14765',
 'year': 2023}
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-29 06:25:39 [bca.uk] INFO: Saving data for YM72%20ZNF: {'auction_closing_time': 1775124000.0, 'created_time': 1774476192.524367, 'last_price_update_time': 1774765539.101273}
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520ZNF') HTTP/1.1" 204 0
2026-03-29 06:25:39 [bca.uk] INFO: Found listing with ID: WN56%20UFH
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520UFH%27 HTTP/1.1" 200 None
2026-03-29 06:25:39 [bca.uk] INFO: Scrape type for WN56%20UFH: 2
2026-03-29 06:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH
2026-03-29 06:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4402807b-f7b5-53f8-8447-d550417ec95f with scrape type 2
2026-03-29 06:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4402807b-f7b5-53f8-8447-d550417ec95f with scrape type 2
2026-03-29 06:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4402807b-f7b5-53f8-8447-d550417ec95f, identifier: WN56%20UFH
2026-03-29 06:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU
2026-03-29 06:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU
2026-03-29 06:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU to the API
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20BVU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df7d97b0-4c69-5773-99c7-c0520507dd8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 BVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20BVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 25995,
 '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 130 ALLURE PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3UPHNSSP5094283',
 'year': 2023}
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVU%27 HTTP/1.1" 200 None
2026-03-29 06:25:39 [bca.uk] INFO: Saving data for KK23%20BVU: {'auction_closing_time': 1775124000.0, 'created_time': 1773841963.350816, 'last_price_update_time': 1774765539.494144}
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520BVU') HTTP/1.1" 204 0
2026-03-29 06:25: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:25:39 [bca.uk] INFO: Found listing with ID: BJ22%20XXN
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520XXN%27 HTTP/1.1" 200 None
2026-03-29 06:25:39 [bca.uk] INFO: Scrape type for BJ22%20XXN: 2
2026-03-29 06:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1083ab3-a441-5f76-9389-a21d53aa03c6 with identifier: BJ22%20XXN
2026-03-29 06:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1083ab3-a441-5f76-9389-a21d53aa03c6 with scrape type 2
2026-03-29 06:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1083ab3-a441-5f76-9389-a21d53aa03c6 with scrape type 2
2026-03-29 06:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1083ab3-a441-5f76-9389-a21d53aa03c6, identifier: BJ22%20XXN
2026-03-29 06:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH
2026-03-29 06:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH
2026-03-29 06:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH to the API
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN56%20UFH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4402807b-f7b5-53f8-8447-d550417ec95f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN56 UFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN56%20UFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 146301,
 '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 C220 2.1 CDI AVANTGARDE SE Saloon',
 'transmission': 'manual',
 'trim': 'CDI AVANTGARDE SE',
 'vin': 'WDC2030082R242363',
 'year': 2006}
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520UFH%27 HTTP/1.1" 200 None
2026-03-29 06:25:39 [bca.uk] INFO: Saving data for WN56%20UFH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448721.613487, 'last_price_update_time': 1774765539.883077}
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN56%2520UFH') HTTP/1.1" 204 0
2026-03-29 06:25:39 [bca.uk] INFO: Found listing with ID: KK23%20BWJ
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:40 [bca.uk] INFO: Scrape type for KK23%20BWJ: 2
2026-03-29 06:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ
2026-03-29 06:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc5c01e-683f-5181-a68e-41693cf2f43e with scrape type 2
2026-03-29 06:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc5c01e-683f-5181-a68e-41693cf2f43e with scrape type 2
2026-03-29 06:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efc5c01e-683f-5181-a68e-41693cf2f43e, identifier: KK23%20BWJ
2026-03-29 06:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1083ab3-a441-5f76-9389-a21d53aa03c6 with identifier: BJ22%20XXN
2026-03-29 06:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1083ab3-a441-5f76-9389-a21d53aa03c6 with identifier: BJ22%20XXN
2026-03-29 06:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1083ab3-a441-5f76-9389-a21d53aa03c6 with identifier: BJ22%20XXN to the API
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ22%20XXN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1083ab3-a441-5f76-9389-a21d53aa03c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ22 XXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ22%20XXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'NISSAN',
 'model': 'INTERSTAR F35',
 'odometer': 104137,
 'odometer_reading_unit': '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 INTERSTAR F35 2.3 DCI 135 L3 H2 ACENTA Refrigerated',
 'transmission': 'manual',
 'trim': 'DCI 135 L3 H2 ACENTA',
 'vin': 'VNVM1000768930559',
 'year': 2022}
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520XXN%27 HTTP/1.1" 200 None
2026-03-29 06:25:40 [bca.uk] INFO: Saving data for BJ22%20XXN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564589.786838, 'last_price_update_time': 1774765540.390711}
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520XXN') HTTP/1.1" 204 0
2026-03-29 06:25:40 [bca.uk] INFO: Found listing with ID: WP61%20VYK
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520VYK%27 HTTP/1.1" 200 None
2026-03-29 06:25:40 [bca.uk] INFO: Scrape type for WP61%20VYK: 2
2026-03-29 06:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK
2026-03-29 06:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with scrape type 2
2026-03-29 06:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with scrape type 2
2026-03-29 06:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 353cc2fd-6f72-5c27-aba3-58247ce0ea87, identifier: WP61%20VYK
2026-03-29 06:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ
2026-03-29 06:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ
2026-03-29 06:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ to the API
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20BWJ-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efc5c01e-683f-5181-a68e-41693cf2f43e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 BWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20BWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 24030,
 '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 130 ALLURE PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3UPHNSSP5102709',
 'year': 2023}
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:40 [bca.uk] INFO: Saving data for KK23%20BWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841963.779819, 'last_price_update_time': 1774765540.786667}
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520BWJ') HTTP/1.1" 204 0
2026-03-29 06:25:40 [bca.uk] INFO: Found listing with ID: SM65%20FYJ
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520FYJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:40 [bca.uk] INFO: Scrape type for SM65%20FYJ: 2
2026-03-29 06:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aed0bcfe-595e-5f6d-8d2a-259dcddf16cf with identifier: SM65%20FYJ
2026-03-29 06:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aed0bcfe-595e-5f6d-8d2a-259dcddf16cf with scrape type 2
2026-03-29 06:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aed0bcfe-595e-5f6d-8d2a-259dcddf16cf with scrape type 2
2026-03-29 06:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aed0bcfe-595e-5f6d-8d2a-259dcddf16cf, identifier: SM65%20FYJ
2026-03-29 06:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK
2026-03-29 06:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK
2026-03-29 06:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK to the API
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP61%20VYK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '353cc2fd-6f72-5c27-aba3-58247ce0ea87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP61 VYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP61%20VYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 91131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000759004',
 'year': 2011}
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520VYK%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Saving data for WP61%20VYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774448710.805406, 'last_price_update_time': 1774765541.204255}
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP61%2520VYK') HTTP/1.1" 204 0
2026-03-29 06:25:41 [bca.uk] INFO: Found listing with ID: OE17%20UFN
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520UFN%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Scrape type for OE17%20UFN: 0
2026-03-29 06:25:41 [bca.uk] INFO: Found listing with ID: GU22%20PNV
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520PNV%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Scrape type for GU22%20PNV: 0
2026-03-29 06:25:41 [bca.uk] INFO: Found listing with ID: MA22%20OFT
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520OFT%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Scrape type for MA22%20OFT: 2
2026-03-29 06:25:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT
2026-03-29 06:25:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 045a797a-9885-56b9-a84b-8ddcfb085f10 with scrape type 2
2026-03-29 06:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 045a797a-9885-56b9-a84b-8ddcfb085f10 with scrape type 2
2026-03-29 06:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 045a797a-9885-56b9-a84b-8ddcfb085f10, identifier: MA22%20OFT
2026-03-29 06:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aed0bcfe-595e-5f6d-8d2a-259dcddf16cf with identifier: SM65%20FYJ
2026-03-29 06:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aed0bcfe-595e-5f6d-8d2a-259dcddf16cf with identifier: SM65%20FYJ
2026-03-29 06:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aed0bcfe-595e-5f6d-8d2a-259dcddf16cf with identifier: SM65%20FYJ to the API
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM65%20FYJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aed0bcfe-595e-5f6d-8d2a-259dcddf16cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM65 FYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM65%20FYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 96604,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 60 SE Hatchback',
 'transmission': 'manual',
 'trim': '60 SE',
 'vin': 'WVWZZZ6RZGU001276',
 'year': 2015}
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520FYJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Saving data for SM65%20FYJ: {'auction_closing_time': 1774778400.0, 'created_time': 1773833123.780421, 'last_price_update_time': 1774765541.640803}
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM65%2520FYJ') HTTP/1.1" 204 0
2026-03-29 06:25:41 [bca.uk] INFO: Found listing with ID: GL72%20ODN
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODN%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Scrape type for GL72%20ODN: 0
2026-03-29 06:25:41 [bca.uk] INFO: Found listing with ID: HG70%20HNB
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HNB%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Scrape type for HG70%20HNB: 0
2026-03-29 06:25:41 [bca.uk] INFO: Found listing with ID: KN23%20WRR
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:25:41 [bca.uk] INFO: Scrape type for KN23%20WRR: 2
2026-03-29 06:25:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR
2026-03-29 06:25:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cb74b69-b6af-5434-9602-9df891a81e09 with scrape type 2
2026-03-29 06:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cb74b69-b6af-5434-9602-9df891a81e09 with scrape type 2
2026-03-29 06:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cb74b69-b6af-5434-9602-9df891a81e09, identifier: KN23%20WRR
2026-03-29 06:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT
2026-03-29 06:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT
2026-03-29 06:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT to the API
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20OFT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '045a797a-9885-56b9-a84b-8ddcfb085f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 OFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20OFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E S/B',
 'odometer': 66043,
 'odometer_reading_unit': '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 S/B 1.3 AMG LINE PREMIUM PLUS DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'W1K1186862N292034',
 'year': 2022}
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520OFT%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Saving data for MA22%20OFT: {'auction_closing_time': 1774864800.0, 'created_time': 1773960132.000835, 'last_price_update_time': 1774765542.068314}
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520OFT') HTTP/1.1" 204 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: BK67%20AHP
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for BK67%20AHP: 2
2026-03-29 06:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP
2026-03-29 06:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2840d1c8-ba44-5702-ad9e-467fae99c377 with scrape type 2
2026-03-29 06:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2840d1c8-ba44-5702-ad9e-467fae99c377 with scrape type 2
2026-03-29 06:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2840d1c8-ba44-5702-ad9e-467fae99c377, identifier: BK67%20AHP
2026-03-29 06:25:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR
2026-03-29 06:25:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR
2026-03-29 06:25:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR to the API
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN23%20WRR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5cb74b69-b6af-5434-9602-9df891a81e09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN23 WRR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN23%20WRR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 14899,
 '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': 'KNAC481AUP5110804',
 'year': 2023}
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Saving data for KN23%20WRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774365273.900756, 'last_price_update_time': 1774765542.477847}
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520WRR') HTTP/1.1" 204 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: ML22%20OWF
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520OWF%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for ML22%20OWF: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: MV22%20NYA
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for MV22%20NYA: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: NL23%20XMG
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520XMG%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for NL23%20XMG: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: OV72%20BXK
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520BXK%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for OV72%20BXK: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: VK21%20YGH
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YGH%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for VK21%20YGH: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: YUI%206353
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YUI%25206353%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for YUI%206353: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: CMZ%206782
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25206782%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for CMZ%206782: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: RJ71%20ZPV
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZPV%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for RJ71%20ZPV: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: DG22%20ZZX
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520ZZX%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for DG22%20ZZX: 0
2026-03-29 06:25:42 [bca.uk] INFO: Found listing with ID: DS24%20PHV
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520PHV%27 HTTP/1.1" 200 None
2026-03-29 06:25:42 [bca.uk] INFO: Scrape type for DS24%20PHV: 2
2026-03-29 06:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV
2026-03-29 06:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with scrape type 2
2026-03-29 06:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with scrape type 2
2026-03-29 06:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87, identifier: DS24%20PHV
2026-03-29 06:25:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP
2026-03-29 06:25:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP
2026-03-29 06:25:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP to the API
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK67%20AHP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2840d1c8-ba44-5702-ad9e-467fae99c377',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK67 AHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK67%20AHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 48903,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 DIG-T 187 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 187 N-CONNECTA',
 'vin': 'SJNFAAF15U7384325',
 'year': 2017}
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Saving data for BK67%20AHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774265042.579183, 'last_price_update_time': 1774765543.039771}
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK67%2520AHP') HTTP/1.1" 204 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: KN71%20UJC
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520UJC%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for KN71%20UJC: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: MC21%20AUU
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520AUU%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for MC21%20AUU: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: OV22%20AWX
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520AWX%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for OV22%20AWX: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: RO23%20KJX
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520KJX%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for RO23%20KJX: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: SG23%20YNK
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520YNK%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for SG23%20YNK: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: SH73%20OUC
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520OUC%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for SH73%20OUC: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: WD73%20YVK
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520YVK%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for WD73%20YVK: 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: YT23%20GXA
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for YT23%20GXA: 0
2026-03-29 06:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV
2026-03-29 06:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV
2026-03-29 06:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV to the API
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20PHV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6f4b1f7-60ca-5a11-a91e-95b1f7122e87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 PHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20PHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 9171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS8R6015870',
 'year': 2024}
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520PHV%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Saving data for DS24%20PHV: {'auction_closing_time': 1775037600.0, 'created_time': 1773842088.574498, 'last_price_update_time': 1774765543.566041}
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520PHV') HTTP/1.1" 204 0
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: UGZ%203425
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for UGZ%203425: 2
2026-03-29 06:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425
2026-03-29 06:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce9c94af-9580-57f1-8c6a-570e79412e52 with scrape type 2
2026-03-29 06:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce9c94af-9580-57f1-8c6a-570e79412e52 with scrape type 2
2026-03-29 06:25:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce9c94af-9580-57f1-8c6a-570e79412e52, identifier: UGZ%203425
2026-03-29 06:25:43 [bca.uk] INFO: Found listing with ID: DU71%20YYM
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 06:25:43 [bca.uk] INFO: Scrape type for DU71%20YYM: 2
2026-03-29 06:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM
2026-03-29 06:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a76221cd-c799-5f44-b7e9-6e0c604a6032 with scrape type 2
2026-03-29 06:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a76221cd-c799-5f44-b7e9-6e0c604a6032 with scrape type 2
2026-03-29 06:25:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a76221cd-c799-5f44-b7e9-6e0c604a6032, identifier: DU71%20YYM
2026-03-29 06:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425
2026-03-29 06:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425
2026-03-29 06:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425 to the API
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UGZ%203425-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce9c94af-9580-57f1-8c6a-570e79412e52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UGZ 3425',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UGZ%203425&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'M4',
 'odometer': 30756,
 'odometer_reading_unit': '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 M4 3.0 T (COMPETITION PACK) DCT Coupe',
 'transmission': 'automatic',
 'trim': 'T (COMPETITION PACK) DCT',
 'vin': 'WBS4Y920X0FJ07395',
 'year': 2019}
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-29 06:25:44 [bca.uk] INFO: Saving data for UGZ%203425: {'auction_closing_time': 1774864800.0, 'created_time': 1774361741.932271, 'last_price_update_time': 1774765544.079817}
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UGZ%25203425') HTTP/1.1" 204 0
2026-03-29 06:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM
2026-03-29 06:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM
2026-03-29 06:25:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM to the API
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU71%20YYM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a76221cd-c799-5f44-b7e9-6e0c604a6032',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DU71 YYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU71%20YYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330E',
 'odometer': 91284,
 '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 Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32020FL80088',
 'year': 2021}
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 06:25:44 [bca.uk] INFO: Saving data for DU71%20YYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774365308.025263, 'last_price_update_time': 1774765544.37119}
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU71%2520YYM') HTTP/1.1" 204 0
2026-03-29 06:25:44 [bca.uk] INFO: Found listing with ID: YD09%20XLJ
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD09%2520XLJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:44 [bca.uk] INFO: Scrape type for YD09%20XLJ: 2
2026-03-29 06:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ
2026-03-29 06:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with scrape type 2
2026-03-29 06:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with scrape type 2
2026-03-29 06:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65, identifier: YD09%20XLJ
2026-03-29 06:25:44 [bca.uk] INFO: Found listing with ID: DY71%20LDV
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520LDV%27 HTTP/1.1" 200 None
2026-03-29 06:25:44 [bca.uk] INFO: Scrape type for DY71%20LDV: 0
2026-03-29 06:25:44 [bca.uk] INFO: Found listing with ID: DS24%20ORV
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORV%27 HTTP/1.1" 200 None
2026-03-29 06:25:44 [bca.uk] INFO: Scrape type for DS24%20ORV: 2
2026-03-29 06:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV
2026-03-29 06:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad5a092-aef0-54a3-b0aa-a721dc226cdf with scrape type 2
2026-03-29 06:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad5a092-aef0-54a3-b0aa-a721dc226cdf with scrape type 2
2026-03-29 06:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cad5a092-aef0-54a3-b0aa-a721dc226cdf, identifier: DS24%20ORV
2026-03-29 06:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ
2026-03-29 06:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ
2026-03-29 06:25:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ to the API
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD09%20XLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD09 XLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD09%20XLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '320I',
 'odometer': 86347,
 '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 320I 2.0 M SPORT Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAWK72010P231021',
 'year': 2009}
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD09%2520XLJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:44 [bca.uk] INFO: Saving data for YD09%20XLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564513.485233, 'last_price_update_time': 1774765544.892308}
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD09%2520XLJ') HTTP/1.1" 204 0
2026-03-29 06:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV
2026-03-29 06:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV
2026-03-29 06:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV to the API
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20ORV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cad5a092-aef0-54a3-b0aa-a721dc226cdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 ORV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20ORV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 21187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6015188',
 'year': 2024}
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORV%27 HTTP/1.1" 200 None
2026-03-29 06:25:45 [bca.uk] INFO: Saving data for DS24%20ORV: {'auction_closing_time': 1775037600.0, 'created_time': 1773842138.604207, 'last_price_update_time': 1774765545.263926}
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520ORV') HTTP/1.1" 204 0
2026-03-29 06:25:45 [bca.uk] INFO: Found listing with ID: YB10%20ZFF
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-29 06:25:45 [bca.uk] INFO: Scrape type for YB10%20ZFF: 2
2026-03-29 06:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF
2026-03-29 06:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with scrape type 2
2026-03-29 06:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with scrape type 2
2026-03-29 06:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284, identifier: YB10%20ZFF
2026-03-29 06:25:45 [bca.uk] INFO: Found listing with ID: LP21%20UWA
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 06:25:45 [bca.uk] INFO: Scrape type for LP21%20UWA: 0
2026-03-29 06:25:45 [bca.uk] INFO: Found listing with ID: AJ22%20CCX
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 06:25:45 [bca.uk] INFO: Scrape type for AJ22%20CCX: 0
2026-03-29 06:25:45 [bca.uk] INFO: Found listing with ID: BG71%20FCF
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 06:25:45 [bca.uk] INFO: Scrape type for BG71%20FCF: 2
2026-03-29 06:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF
2026-03-29 06:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9260ff-d432-53b6-8674-832386aaeef5 with scrape type 2
2026-03-29 06:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b9260ff-d432-53b6-8674-832386aaeef5 with scrape type 2
2026-03-29 06:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b9260ff-d432-53b6-8674-832386aaeef5, identifier: BG71%20FCF
2026-03-29 06:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF
2026-03-29 06:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF
2026-03-29 06:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF to the API
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB10%20ZFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0c0e996-0a65-5bfe-b0ef-9a44a4c30284',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB10 ZFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB10%20ZFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 67759,
 '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 CORSA 1.4 16V EXCLUSIV Hatchback',
 'transmission': 'automatic',
 'trim': '16V EXCLUSIV',
 'vin': 'W0L0SDL68A4316821',
 'year': 2010}
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-29 06:25:45 [bca.uk] INFO: Saving data for YB10%20ZFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564476.166536, 'last_price_update_time': 1774765545.777624}
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB10%2520ZFF') HTTP/1.1" 204 0
2026-03-29 06:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF
2026-03-29 06:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF
2026-03-29 06:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF to the API
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20FCF-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': '1b9260ff-d432-53b6-8674-832386aaeef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG71 FCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20FCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 102753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2720559',
 'year': 2022}
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520FCF%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Saving data for BG71%20FCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365343.076101, 'last_price_update_time': 1774765546.084609}
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520FCF') HTTP/1.1" 204 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: RE62%20WCV
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520WCV%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for RE62%20WCV: 2
2026-03-29 06:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV
2026-03-29 06:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with scrape type 2
2026-03-29 06:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with scrape type 2
2026-03-29 06:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75, identifier: RE62%20WCV
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: DX71%20BYJ
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for DX71%20BYJ: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: EJ23%20BVX
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BVX%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for EJ23%20BVX: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: FV72%20VGT
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520VGT%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for FV72%20VGT: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: HN24%20LYX
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520LYX%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for HN24%20LYX: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: MD72%20VOU
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for MD72%20VOU: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: OV25%20KJO
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520KJO%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for OV25%20KJO: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: WN22%20MTX
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520MTX%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for WN22%20MTX: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: WU23%20ESG
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520ESG%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for WU23%20ESG: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: YT22%20XUU
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520XUU%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for YT22%20XUU: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: SV23%20OPF
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OPF%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for SV23%20OPF: 0
2026-03-29 06:25:46 [bca.uk] INFO: Found listing with ID: LM74%20MDF
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Scrape type for LM74%20MDF: 2
2026-03-29 06:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF
2026-03-29 06:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 895df7f4-93ba-582a-af70-d8a76f88e5ec with scrape type 2
2026-03-29 06:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 895df7f4-93ba-582a-af70-d8a76f88e5ec with scrape type 2
2026-03-29 06:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 895df7f4-93ba-582a-af70-d8a76f88e5ec, identifier: LM74%20MDF
2026-03-29 06:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV
2026-03-29 06:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV
2026-03-29 06:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV to the API
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE62%20WCV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1adc5ceb-3347-5e46-af96-cc91dbcc2e75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE62 WCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE62%20WCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 86024,
 '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.4 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'MATCH',
 'vin': 'WVWZZZ6RZDU016003',
 'year': 2012}
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520WCV%27 HTTP/1.1" 200 None
2026-03-29 06:25:46 [bca.uk] INFO: Saving data for RE62%20WCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564476.532609, 'last_price_update_time': 1774765546.769065}
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE62%2520WCV') HTTP/1.1" 204 0
2026-03-29 06:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF
2026-03-29 06:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF
2026-03-29 06:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF to the API
2026-03-29 06:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM74%20MDF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '895df7f4-93ba-582a-af70-d8a76f88e5ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM74 MDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM74%20MDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 6912,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE1R4276255',
 'year': 2024}
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 06:25:47 [bca.uk] INFO: Saving data for LM74%20MDF: {'auction_closing_time': 1775124000.0, 'created_time': 1773834933.683227, 'last_price_update_time': 1774765547.16573}
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM74%2520MDF') HTTP/1.1" 204 0
2026-03-29 06:25:47 [bca.uk] INFO: Found listing with ID: PN67%20WXW
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 06:25:47 [bca.uk] INFO: Scrape type for PN67%20WXW: 2
2026-03-29 06:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW
2026-03-29 06:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with scrape type 2
2026-03-29 06:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with scrape type 2
2026-03-29 06:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3, identifier: PN67%20WXW
2026-03-29 06:25:47 [bca.uk] INFO: Found listing with ID: DL74%20VDV
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VDV%27 HTTP/1.1" 200 None
2026-03-29 06:25:47 [bca.uk] INFO: Scrape type for DL74%20VDV: 2
2026-03-29 06:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV
2026-03-29 06:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a59c23-8e42-5304-839e-dd1f72f89a99 with scrape type 2
2026-03-29 06:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a59c23-8e42-5304-839e-dd1f72f89a99 with scrape type 2
2026-03-29 06:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a59c23-8e42-5304-839e-dd1f72f89a99, identifier: DL74%20VDV
2026-03-29 06:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW
2026-03-29 06:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW
2026-03-29 06:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW to the API
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN67%20WXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '744cf52c-5272-55a6-a99f-b0a5dc7d60f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN67 WXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN67%20WXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 51216,
 '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.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0FXXGAHFHA85752',
 'year': 2017}
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-29 06:25:47 [bca.uk] INFO: Saving data for PN67%20WXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774447381.701258, 'last_price_update_time': 1774765547.655459}
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN67%2520WXW') HTTP/1.1" 204 0
2026-03-29 06:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV
2026-03-29 06:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV
2026-03-29 06:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV to the API
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20VDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4a59c23-8e42-5304-839e-dd1f72f89a99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 VDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20VDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY7R6057013',
 'year': 2024}
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VDV%27 HTTP/1.1" 200 None
2026-03-29 06:25:47 [bca.uk] INFO: Saving data for DL74%20VDV: {'auction_closing_time': 1775037600.0, 'created_time': 1773833585.06897, 'last_price_update_time': 1774765547.938378}
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520VDV') HTTP/1.1" 204 0
2026-03-29 06:25:47 [bca.uk] INFO: Found listing with ID: LT09%20NNH
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520NNH%27 HTTP/1.1" 200 None
2026-03-29 06:25:47 [bca.uk] INFO: Scrape type for LT09%20NNH: 2
2026-03-29 06:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH
2026-03-29 06:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f28d787-8165-5a57-94b1-34d580a1340b with scrape type 2
2026-03-29 06:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f28d787-8165-5a57-94b1-34d580a1340b with scrape type 2
2026-03-29 06:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f28d787-8165-5a57-94b1-34d580a1340b, identifier: LT09%20NNH
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: LS74%20ZXD
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520ZXD%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for LS74%20ZXD: 0
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: BD22%20PFK
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PFK%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for BD22%20PFK: 0
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: KU19%20SHM
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU19%2520SHM%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for KU19%20SHM: 0
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: YY69%20ONL
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520ONL%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for YY69%20ONL: 0
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: MJ22%20VGA
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VGA%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for MJ22%20VGA: 0
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: FX22%20OUG
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520OUG%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for FX22%20OUG: 0
2026-03-29 06:25:48 [bca.uk] INFO: Found listing with ID: PE61%20OGR
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Scrape type for PE61%20OGR: 2
2026-03-29 06:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR
2026-03-29 06:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f63bf91-af91-5716-8777-6248c49ec058 with scrape type 2
2026-03-29 06:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f63bf91-af91-5716-8777-6248c49ec058 with scrape type 2
2026-03-29 06:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f63bf91-af91-5716-8777-6248c49ec058, identifier: PE61%20OGR
2026-03-29 06:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH
2026-03-29 06:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH
2026-03-29 06:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH to the API
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT09%20NNH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f28d787-8165-5a57-94b1-34d580a1340b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT09 NNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT09%20NNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 121507,
 '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 BREEZE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 BREEZE',
 'vin': 'W0L0AHL4888109777',
 'year': 2009}
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520NNH%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Saving data for LT09%20NNH: {'auction_closing_time': 1774864800.0, 'created_time': 1774564479.392739, 'last_price_update_time': 1774765548.700209}
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT09%2520NNH') HTTP/1.1" 204 0
2026-03-29 06:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR
2026-03-29 06:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR
2026-03-29 06:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR to the API
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE61%20OGR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f63bf91-af91-5716-8777-6248c49ec058',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE61 OGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE61%20OGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI +2',
 'odometer': 107821,
 '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 +2 2.0 DCI TEKNA MPV',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNJDAJ10U7087346',
 'year': 2011}
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 06:25:48 [bca.uk] INFO: Saving data for PE61%20OGR: {'auction_closing_time': 1774951200.0, 'created_time': 1774448672.664537, 'last_price_update_time': 1774765548.985072}
2026-03-29 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE61%2520OGR') HTTP/1.1" 204 0
2026-03-29 06:25:49 [bca.uk] INFO: Found listing with ID: CK62%20ELH
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Scrape type for CK62%20ELH: 2
2026-03-29 06:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f020668-1005-5507-b6a2-1910d88dec1b with identifier: CK62%20ELH
2026-03-29 06:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f020668-1005-5507-b6a2-1910d88dec1b with scrape type 2
2026-03-29 06:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f020668-1005-5507-b6a2-1910d88dec1b with scrape type 2
2026-03-29 06:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f020668-1005-5507-b6a2-1910d88dec1b, identifier: CK62%20ELH
2026-03-29 06:25:49 [bca.uk] INFO: Found listing with ID: FP72%20XCK
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XCK%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Scrape type for FP72%20XCK: 0
2026-03-29 06:25:49 [bca.uk] INFO: Found listing with ID: WP66%20OYZ
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520OYZ%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Scrape type for WP66%20OYZ: 0
2026-03-29 06:25:49 [bca.uk] INFO: Found listing with ID: AK60%20ZVN
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520ZVN%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Scrape type for AK60%20ZVN: 0
2026-03-29 06:25:49 [bca.uk] INFO: Found listing with ID: BV65%20XVC
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520XVC%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Scrape type for BV65%20XVC: 2
2026-03-29 06:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC
2026-03-29 06:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02998d5e-a131-582f-a93d-b164d9dff202 with scrape type 2
2026-03-29 06:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02998d5e-a131-582f-a93d-b164d9dff202 with scrape type 2
2026-03-29 06:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02998d5e-a131-582f-a93d-b164d9dff202, identifier: BV65%20XVC
2026-03-29 06:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f020668-1005-5507-b6a2-1910d88dec1b with identifier: CK62%20ELH
2026-03-29 06:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f020668-1005-5507-b6a2-1910d88dec1b with identifier: CK62%20ELH
2026-03-29 06:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f020668-1005-5507-b6a2-1910d88dec1b with identifier: CK62%20ELH to the API
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK62%20ELH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f020668-1005-5507-b6a2-1910d88dec1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK62 ELH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK62%20ELH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 154607,
 '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 TDCI 70 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 70 ZETEC',
 'vin': 'WF0JXXGAJJCL71303',
 'year': 2012}
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520ELH%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Saving data for CK62%20ELH: {'auction_closing_time': 1774778400.0, 'created_time': 1774564470.903181, 'last_price_update_time': 1774765549.564395}
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK62%2520ELH') HTTP/1.1" 204 0
2026-03-29 06:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC
2026-03-29 06:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC
2026-03-29 06:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC to the API
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02998d5e-a131-582f-a93d-b164d9dff202',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV65 XVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV65%20XVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 144083,
 '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 4 3.0 SD V6 (255) SE COMMERCIAL Van',
 'transmission': 'manual',
 'trim': 'SD V6 (255) SE COMMERCIAL',
 'vin': 'SALLAADG5GA789716',
 'year': 2015}
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520XVC%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Saving data for BV65%20XVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774448921.913254, 'last_price_update_time': 1774765549.950288}
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV65%2520XVC') HTTP/1.1" 204 0
2026-03-29 06:25:49 [bca.uk] INFO: Found listing with ID: VN61%20GSU
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520GSU%27 HTTP/1.1" 200 None
2026-03-29 06:25:49 [bca.uk] INFO: Scrape type for VN61%20GSU: 2
2026-03-29 06:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6715abc-0d1e-5477-a3ec-21efce5d6faa with identifier: VN61%20GSU
2026-03-29 06:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6715abc-0d1e-5477-a3ec-21efce5d6faa with scrape type 2
2026-03-29 06:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6715abc-0d1e-5477-a3ec-21efce5d6faa with scrape type 2
2026-03-29 06:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6715abc-0d1e-5477-a3ec-21efce5d6faa, identifier: VN61%20GSU
2026-03-29 06:25:50 [bca.uk] INFO: Found listing with ID: DY14%20FTC
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-29 06:25:50 [bca.uk] INFO: Scrape type for DY14%20FTC: 2
2026-03-29 06:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC
2026-03-29 06:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8e956c-075d-5dc1-b835-0317a35ae4bb with scrape type 2
2026-03-29 06:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc8e956c-075d-5dc1-b835-0317a35ae4bb with scrape type 2
2026-03-29 06:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc8e956c-075d-5dc1-b835-0317a35ae4bb, identifier: DY14%20FTC
2026-03-29 06:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6715abc-0d1e-5477-a3ec-21efce5d6faa with identifier: VN61%20GSU
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=multi-coloured HTTP/1.1" 200 None
2026-03-29 06:25:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:25:50 [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:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6715abc-0d1e-5477-a3ec-21efce5d6faa with identifier: VN61%20GSU
2026-03-29 06:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6715abc-0d1e-5477-a3ec-21efce5d6faa with identifier: VN61%20GSU to the API
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 295,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN61%20GSU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6715abc-0d1e-5477-a3ec-21efce5d6faa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN61 GSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN61%20GSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 165213,
 '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 DEFENDER 110 2.4 TDCI HARDTOP Van',
 'transmission': 'manual',
 'trim': 'TDCI HARDTOP',
 'vin': 'SALLDBNS7BA407844',
 'year': 2011}
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520GSU%27 HTTP/1.1" 200 None
2026-03-29 06:25:50 [bca.uk] INFO: Saving data for VN61%20GSU: {'auction_closing_time': 1774778400.0, 'created_time': 1774564468.848375, 'last_price_update_time': 1774765550.605429}
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN61%2520GSU') HTTP/1.1" 204 0
2026-03-29 06:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC
2026-03-29 06:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC
2026-03-29 06:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC to the API
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY14%20FTC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fc8e956c-075d-5dc1-b835-0317a35ae4bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY14 FTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY14%20FTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 202316,
 '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': 'JAGUAR XF 2.2 D 163 R-SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 163 R-SPORT',
 'vin': 'SAJAC05T2EDU24747',
 'year': 2014}
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-29 06:25:50 [bca.uk] INFO: Saving data for DY14%20FTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774361313.351943, 'last_price_update_time': 1774765550.884606}
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY14%2520FTC') HTTP/1.1" 204 0
2026-03-29 06:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:25:50 [bca.uk] INFO: Found listing with ID: SR19%20FPO
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FPO%27 HTTP/1.1" 200 None
2026-03-29 06:25:50 [bca.uk] INFO: Scrape type for SR19%20FPO: 0
2026-03-29 06:25:50 [bca.uk] INFO: Found listing with ID: DY57%20HVF
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY57%2520HVF%27 HTTP/1.1" 200 None
2026-03-29 06:25:50 [bca.uk] INFO: Scrape type for DY57%20HVF: 2
2026-03-29 06:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF
2026-03-29 06:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 963ec823-0afa-5008-a48c-4a71e1bb5d21 with scrape type 2
2026-03-29 06:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 963ec823-0afa-5008-a48c-4a71e1bb5d21 with scrape type 2
2026-03-29 06:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 963ec823-0afa-5008-a48c-4a71e1bb5d21, identifier: DY57%20HVF
2026-03-29 06:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF
2026-03-29 06:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF
2026-03-29 06:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF to the API
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '963ec823-0afa-5008-a48c-4a71e1bb5d21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY57 HVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY57%20HVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 127289,
 '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 XS StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 XS',
 'vin': 'SALFA23B57H045858',
 'year': 2007}
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY57%2520HVF%27 HTTP/1.1" 200 None
2026-03-29 06:25:51 [bca.uk] INFO: Saving data for DY57%20HVF: {'auction_closing_time': 1774951200.0, 'created_time': 1774448882.844564, 'last_price_update_time': 1774765551.307471}
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY57%2520HVF') HTTP/1.1" 204 0
2026-03-29 06:25:51 [bca.uk] INFO: Found listing with ID: JGZ%204099
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JGZ%25204099%27 HTTP/1.1" 200 None
2026-03-29 06:25:51 [bca.uk] INFO: Scrape type for JGZ%204099: 0
2026-03-29 06:25:51 [bca.uk] INFO: Found listing with ID: LD17%20XHK
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520XHK%27 HTTP/1.1" 200 None
2026-03-29 06:25:51 [bca.uk] INFO: Scrape type for LD17%20XHK: 2
2026-03-29 06:25:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK
2026-03-29 06:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with scrape type 2
2026-03-29 06:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with scrape type 2
2026-03-29 06:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c, identifier: LD17%20XHK
2026-03-29 06:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK
2026-03-29 06:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK
2026-03-29 06:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK to the API
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1bec09f4-8d03-5bfd-9c59-8283aad3ed6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD17 XHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD17%20XHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'NEMO',
 'odometer': 111763,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN NEMO 1.3 HDI 80 LX Van',
 'transmission': 'manual',
 'trim': 'HDI 80 LX',
 'vin': 'VF7AAFHY6G8765755',
 'year': 2017}
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520XHK%27 HTTP/1.1" 200 None
2026-03-29 06:25:51 [bca.uk] INFO: Saving data for LD17%20XHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774448639.044909, 'last_price_update_time': 1774765551.701296}
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD17%2520XHK') HTTP/1.1" 204 0
2026-03-29 06:25:51 [bca.uk] INFO: Found listing with ID: LS09%20ZMO
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 06:25:51 [bca.uk] INFO: Scrape type for LS09%20ZMO: 2
2026-03-29 06:25:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO
2026-03-29 06:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9f083bc-7d3e-5047-a234-0479c8d2912e with scrape type 2
2026-03-29 06:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9f083bc-7d3e-5047-a234-0479c8d2912e with scrape type 2
2026-03-29 06:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9f083bc-7d3e-5047-a234-0479c8d2912e, identifier: LS09%20ZMO
2026-03-29 06:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO
2026-03-29 06:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO
2026-03-29 06:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO to the API
2026-03-29 06:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS09%20ZMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9f083bc-7d3e-5047-a234-0479c8d2912e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS09 ZMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS09%20ZMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 128804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 S 275 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 S 275 LUXURY',
 'vin': 'SAJAC052XANR53147',
 'year': 2009}
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Saving data for LS09%20ZMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774365470.901421, 'last_price_update_time': 1774765552.120133}
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS09%2520ZMO') HTTP/1.1" 204 0
2026-03-29 06:25:52 [bca.uk] INFO: Total items found: 100
2026-03-29 06:25:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded
2026-03-29 06:25:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:25:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: LS57%20JLV
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS57%2520JLV%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for LS57%20JLV: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: LXZ%205644
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25205644%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for LXZ%205644: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: MJ15%20GME
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for MJ15%20GME: 2
2026-03-29 06:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME
2026-03-29 06:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55936091-646b-5ceb-b788-b278bd493d21 with scrape type 2
2026-03-29 06:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55936091-646b-5ceb-b788-b278bd493d21 with scrape type 2
2026-03-29 06:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55936091-646b-5ceb-b788-b278bd493d21, identifier: MJ15%20GME
2026-03-29 06:25:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME
2026-03-29 06:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME
2026-03-29 06:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME to the API
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ15%20GME-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55936091-646b-5ceb-b788-b278bd493d21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ15 GME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ15%20GME&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'DACIA',
 'model': 'SANDERO',
 'odometer': 92386,
 '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.5 DCI 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 LAUREATE',
 'vin': 'UU15SDCL552779096',
 'year': 2015}
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520GME%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Saving data for MJ15%20GME: {'auction_closing_time': 1774951200.0, 'created_time': 1774354612.206987, 'last_price_update_time': 1774765552.67925}
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ15%2520GME') HTTP/1.1" 204 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: SG10%20CVO
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520CVO%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for SG10%20CVO: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: VA14%20HZW
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520HZW%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for VA14%20HZW: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: VN19%20UVT
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520UVT%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for VN19%20UVT: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: VO73%20YYM
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for VO73%20YYM: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: VX17%20ZUD
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520ZUD%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for VX17%20ZUD: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: VX70%20XXR
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX70%2520XXR%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for VX70%20XXR: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: WF71%20ENW
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ENW%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for WF71%20ENW: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: WR20%20VCO
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR20%2520VCO%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for WR20%20VCO: 2
2026-03-29 06:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO
2026-03-29 06:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aece709-821e-5346-8dfc-cfa58e484978 with scrape type 2
2026-03-29 06:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aece709-821e-5346-8dfc-cfa58e484978 with scrape type 2
2026-03-29 06:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aece709-821e-5346-8dfc-cfa58e484978, identifier: WR20%20VCO
2026-03-29 06:25:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: PK11%20VMO
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520VMO%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for PK11%20VMO: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: WK23%20LFO
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520LFO%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for WK23%20LFO: 0
2026-03-29 06:25:52 [bca.uk] INFO: Found listing with ID: DL74%20WBK
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WBK%27 HTTP/1.1" 200 None
2026-03-29 06:25:52 [bca.uk] INFO: Scrape type for DL74%20WBK: 2
2026-03-29 06:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK
2026-03-29 06:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c49f09-4464-500e-a63d-110ab2e11a59 with scrape type 2
2026-03-29 06:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c49f09-4464-500e-a63d-110ab2e11a59 with scrape type 2
2026-03-29 06:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70c49f09-4464-500e-a63d-110ab2e11a59, identifier: DL74%20WBK
2026-03-29 06:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO
2026-03-29 06:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO
2026-03-29 06:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO to the API
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR20%20VCO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6aece709-821e-5346-8dfc-cfa58e484978',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR20 VCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR20%20VCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 22673,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 95 TITANIUM',
 'vin': 'WF0JXXGAHJLR73266',
 'year': 2020}
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR20%2520VCO%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Saving data for WR20%20VCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774448371.630841, 'last_price_update_time': 1774765553.330036}
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR20%2520VCO') HTTP/1.1" 204 0
2026-03-29 06:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK
2026-03-29 06:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK
2026-03-29 06:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK to the API
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WBK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70c49f09-4464-500e-a63d-110ab2e11a59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 8597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY7R6057044',
 'year': 2024}
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WBK%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Saving data for DL74%20WBK: {'auction_closing_time': 1775037600.0, 'created_time': 1773839884.662265, 'last_price_update_time': 1774765553.69912}
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WBK') HTTP/1.1" 204 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: WU66%20DVL
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520DVL%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for WU66%20DVL: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: DC65%20CCX
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520CCX%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for DC65%20CCX: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: KY61%20CXN
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY61%2520CXN%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for KY61%20CXN: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: MT15%20UJV
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520UJV%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for MT15%20UJV: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: YR65%20CTV
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for YR65%20CTV: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: MM69%20GXO
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520GXO%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for MM69%20GXO: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: BW16%20FHP
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW16%2520FHP%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for BW16%20FHP: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: EF11%20DKJ
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520DKJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for EF11%20DKJ: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: EY68%20FSJ
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520FSJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for EY68%20FSJ: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: GN19%20ZWK
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520ZWK%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for GN19%20ZWK: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: KS16%20XKC
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520XKC%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for KS16%20XKC: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: KY60%20YDD
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY60%2520YDD%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for KY60%20YDD: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: LG17%20ONL
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520ONL%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for LG17%20ONL: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: MF63%20RLV
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520RLV%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for MF63%20RLV: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: RK65%20DXJ
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520DXJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for RK65%20DXJ: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: WD08%20EZN
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD08%2520EZN%27 HTTP/1.1" 200 None
2026-03-29 06:25:53 [bca.uk] INFO: Scrape type for WD08%20EZN: 0
2026-03-29 06:25:53 [bca.uk] INFO: Found listing with ID: YC63%20DSV
2026-03-29 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for YC63%20DSV: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: SV11%20VXD
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV11%2520VXD%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for SV11%20VXD: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: LS23%20FJJ
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520FJJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for LS23%20FJJ: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: OE16%20YKU
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520YKU%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for OE16%20YKU: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: LV12%20XBX
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XBX%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for LV12%20XBX: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: HT17%20BVO
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT17%2520BVO%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for HT17%20BVO: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: BD67%20LUP
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD67%2520LUP%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for BD67%20LUP: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: HV14%20UHG
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV14%2520UHG%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for HV14%20UHG: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: YE17%20KGU
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520KGU%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for YE17%20KGU: 0
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: YY17%20YOE
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YOE%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for YY17%20YOE: 2
2026-03-29 06:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE
2026-03-29 06:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42197a82-2e73-5f02-8aed-26587e8a41fd with scrape type 2
2026-03-29 06:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42197a82-2e73-5f02-8aed-26587e8a41fd with scrape type 2
2026-03-29 06:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42197a82-2e73-5f02-8aed-26587e8a41fd, identifier: YY17%20YOE
2026-03-29 06:25:54 [bca.uk] INFO: Found listing with ID: DP74%20RVV
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RVV%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Scrape type for DP74%20RVV: 2
2026-03-29 06:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV
2026-03-29 06:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with scrape type 2
2026-03-29 06:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with scrape type 2
2026-03-29 06:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01, identifier: DP74%20RVV
2026-03-29 06:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE
2026-03-29 06:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE
2026-03-29 06:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE to the API
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY17%20YOE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42197a82-2e73-5f02-8aed-26587e8a41fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY17 YOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY17%20YOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '116D',
 'odometer': 69777,
 '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 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1V72080V659939',
 'year': 2017}
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YOE%27 HTTP/1.1" 200 None
2026-03-29 06:25:54 [bca.uk] INFO: Saving data for YY17%20YOE: {'auction_closing_time': 1774951200.0, 'created_time': 1774006240.59642, 'last_price_update_time': 1774765554.633625}
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY17%2520YOE') HTTP/1.1" 204 0
2026-03-29 06:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV
2026-03-29 06:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV
2026-03-29 06:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV to the API
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP74%20RVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '862a6cd0-fede-5bf4-bbbe-b8447dbadd01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP74 RVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP74%20RVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 4487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY4R6057051',
 'year': 2024}
2026-03-29 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RVV%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Saving data for DP74%20RVV: {'auction_closing_time': 1775037600.0, 'created_time': 1773839852.697461, 'last_price_update_time': 1774765555.006218}
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP74%2520RVV') HTTP/1.1" 204 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: BG71%20KTN
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520KTN%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for BG71%20KTN: 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: WA72%20XXD
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA72%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for WA72%20XXD: 2
2026-03-29 06:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD
2026-03-29 06:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with scrape type 2
2026-03-29 06:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with scrape type 2
2026-03-29 06:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34, identifier: WA72%20XXD
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: DS24%20OVU
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OVU%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for DS24%20OVU: 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: DV24%20KFU
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for DV24%20KFU: 2
2026-03-29 06:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU
2026-03-29 06:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4161d389-bb35-5d85-a3db-b5be867d70dc with scrape type 2
2026-03-29 06:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4161d389-bb35-5d85-a3db-b5be867d70dc with scrape type 2
2026-03-29 06:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4161d389-bb35-5d85-a3db-b5be867d70dc, identifier: DV24%20KFU
2026-03-29 06:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD
2026-03-29 06:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD
2026-03-29 06:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD to the API
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA72%20XXD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA72 XXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA72%20XXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'S500 L',
 'odometer': 27591,
 'odometer_reading_unit': '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 S500 L 3.0 AMG LINE PREMIUM PLUS 4M 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1K6G6DB3PA179777',
 'year': 2022}
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA72%2520XXD%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Saving data for WA72%20XXD: {'auction_closing_time': 1775124000.0, 'created_time': 1774004724.078581, 'last_price_update_time': 1774765555.556763}
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA72%2520XXD') HTTP/1.1" 204 0
2026-03-29 06:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU
2026-03-29 06:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU
2026-03-29 06:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU to the API
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20KFU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4161d389-bb35-5d85-a3db-b5be867d70dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 KFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20KFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 5261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS9R6008166',
 'year': 2024}
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Saving data for DV24%20KFU: {'auction_closing_time': 1775037600.0, 'created_time': 1773823485.294886, 'last_price_update_time': 1774765555.877508}
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520KFU') HTTP/1.1" 204 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: ML15%20HWT
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HWT%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for ML15%20HWT: 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: MA75%20OHP
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520OHP%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for MA75%20OHP: 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: MA75%20SSV
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SSV%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for MA75%20SSV: 0
2026-03-29 06:25:55 [bca.uk] INFO: Found listing with ID: DY70%20OAD
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OAD%27 HTTP/1.1" 200 None
2026-03-29 06:25:55 [bca.uk] INFO: Scrape type for DY70%20OAD: 2
2026-03-29 06:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD
2026-03-29 06:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7337448e-babf-5e89-8a68-314d82c7b9e9 with scrape type 2
2026-03-29 06:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7337448e-babf-5e89-8a68-314d82c7b9e9 with scrape type 2
2026-03-29 06:25:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7337448e-babf-5e89-8a68-314d82c7b9e9, identifier: DY70%20OAD
2026-03-29 06:25:56 [bca.uk] INFO: Found listing with ID: LN24%20TZH
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TZH%27 HTTP/1.1" 200 None
2026-03-29 06:25:56 [bca.uk] INFO: Scrape type for LN24%20TZH: 0
2026-03-29 06:25:56 [bca.uk] INFO: Found listing with ID: LG22%20DVP
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 06:25:56 [bca.uk] INFO: Scrape type for LG22%20DVP: 0
2026-03-29 06:25:56 [bca.uk] INFO: Found listing with ID: YH73%20GLJ
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 06:25:56 [bca.uk] INFO: Scrape type for YH73%20GLJ: 0
2026-03-29 06:25:56 [bca.uk] INFO: Found listing with ID: WU62%20XSV
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU62%2520XSV%27 HTTP/1.1" 200 None
2026-03-29 06:25:56 [bca.uk] INFO: Scrape type for WU62%20XSV: 2
2026-03-29 06:25:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35a9d9ee-1f67-5674-b256-a42cf2aa99e6 with identifier: WU62%20XSV
2026-03-29 06:25:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35a9d9ee-1f67-5674-b256-a42cf2aa99e6 with scrape type 2
2026-03-29 06:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35a9d9ee-1f67-5674-b256-a42cf2aa99e6 with scrape type 2
2026-03-29 06:25:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35a9d9ee-1f67-5674-b256-a42cf2aa99e6, identifier: WU62%20XSV
2026-03-29 06:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD
2026-03-29 06:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD
2026-03-29 06:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD to the API
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY70%20OAD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7337448e-babf-5e89-8a68-314d82c7b9e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY70 OAD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY70%20OAD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 38848,
 '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': 'WBACV020909D53795',
 'year': 2020}
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OAD%27 HTTP/1.1" 200 None
2026-03-29 06:25:56 [bca.uk] INFO: Saving data for DY70%20OAD: {'auction_closing_time': 1775124000.0, 'created_time': 1774305701.084964, 'last_price_update_time': 1774765556.513916}
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520OAD') HTTP/1.1" 204 0
2026-03-29 06:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35a9d9ee-1f67-5674-b256-a42cf2aa99e6 with identifier: WU62%20XSV
2026-03-29 06:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35a9d9ee-1f67-5674-b256-a42cf2aa99e6 with identifier: WU62%20XSV
2026-03-29 06:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35a9d9ee-1f67-5674-b256-a42cf2aa99e6 with identifier: WU62%20XSV to the API
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU62%20XSV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35a9d9ee-1f67-5674-b256-a42cf2aa99e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU62 XSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU62%20XSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 47647,
 '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 MHD PASSION S/TOUCH Convertible',
 'transmission': 'automatic',
 'trim': 'MHD PASSION S/TOUCH',
 'vin': 'WME4514802K620357',
 'year': 2012}
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU62%2520XSV%27 HTTP/1.1" 200 None
2026-03-29 06:25:56 [bca.uk] INFO: Saving data for WU62%20XSV: {'auction_closing_time': 1774778400.0, 'created_time': 1774361438.640114, 'last_price_update_time': 1774765556.967991}
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU62%2520XSV') HTTP/1.1" 204 0
2026-03-29 06:25:56 [bca.uk] INFO: Found listing with ID: CK66%20KCX
2026-03-29 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520KCX%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Scrape type for CK66%20KCX: 0
2026-03-29 06:25:57 [bca.uk] INFO: Found listing with ID: AV14%20FBX
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520FBX%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Scrape type for AV14%20FBX: 2
2026-03-29 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX
2026-03-29 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2843937c-0bee-550d-afe8-b8cbfc036183 with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2843937c-0bee-550d-afe8-b8cbfc036183 with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2843937c-0bee-550d-afe8-b8cbfc036183, identifier: AV14%20FBX
2026-03-29 06:25:57 [bca.uk] INFO: Found listing with ID: VF69%20HNN
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Scrape type for VF69%20HNN: 2
2026-03-29 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db18780-cedc-5133-a1b4-27752951741b with identifier: VF69%20HNN
2026-03-29 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db18780-cedc-5133-a1b4-27752951741b with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db18780-cedc-5133-a1b4-27752951741b with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3db18780-cedc-5133-a1b4-27752951741b, identifier: VF69%20HNN
2026-03-29 06:25:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX
2026-03-29 06:25:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX
2026-03-29 06:25:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX to the API
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV14%20FBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2843937c-0bee-550d-afe8-b8cbfc036183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV14 FBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV14%20FBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 102429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 3.0 TDI 245 QUATTRO SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO SE S-T',
 'vin': 'WAUZZZ8R0EA090043',
 'year': 2014}
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520FBX%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Saving data for AV14%20FBX: {'auction_closing_time': 1774951200.0, 'created_time': 1773908795.707201, 'last_price_update_time': 1774765557.533146}
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV14%2520FBX') HTTP/1.1" 204 0
2026-03-29 06:25:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3db18780-cedc-5133-a1b4-27752951741b with identifier: VF69%20HNN
2026-03-29 06:25:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3db18780-cedc-5133-a1b4-27752951741b with identifier: VF69%20HNN
2026-03-29 06:25:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3db18780-cedc-5133-a1b4-27752951741b with identifier: VF69%20HNN to the API
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VF69%20HNN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3db18780-cedc-5133-a1b4-27752951741b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VF69 HNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VF69%20HNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 69735,
 'odometer_reading_unit': '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.6 P/T 180 FLAIR EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 180 FLAIR EAT8',
 'vin': 'VR7A45GFRKL097040',
 'year': 2019}
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Saving data for VF69%20HNN: {'auction_closing_time': 1774778400.0, 'created_time': 1774361443.045584, 'last_price_update_time': 1774765557.841604}
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VF69%2520HNN') HTTP/1.1" 204 0
2026-03-29 06:25:57 [bca.uk] INFO: Found listing with ID: HN68%20YJP
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN68%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Scrape type for HN68%20YJP: 2
2026-03-29 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP
2026-03-29 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c47a100-38da-5dbb-8de4-775e8d61a505 with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c47a100-38da-5dbb-8de4-775e8d61a505 with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c47a100-38da-5dbb-8de4-775e8d61a505, identifier: HN68%20YJP
2026-03-29 06:25:57 [bca.uk] INFO: Found listing with ID: LM24%20WMO
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520WMO%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Scrape type for LM24%20WMO: 0
2026-03-29 06:25:57 [bca.uk] INFO: Found listing with ID: KY62%20JJX
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-29 06:25:57 [bca.uk] INFO: Scrape type for KY62%20JJX: 2
2026-03-29 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX
2026-03-29 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with scrape type 2
2026-03-29 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with scrape type 2
2026-03-29 06:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd, identifier: KY62%20JJX
2026-03-29 06:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP
2026-03-29 06:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP
2026-03-29 06:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP to the API
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN68%20YJP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c47a100-38da-5dbb-8de4-775e8d61a505',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN68 YJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN68%20YJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 49469,
 'odometer_reading_unit': '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 0.9 TCE 90 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 GT LINE',
 'vin': 'VF1R9800461875675',
 'year': 2018}
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN68%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 06:25:58 [bca.uk] INFO: Saving data for HN68%20YJP: {'auction_closing_time': 1774951200.0, 'created_time': 1774266021.842779, 'last_price_update_time': 1774765558.343513}
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN68%2520YJP') HTTP/1.1" 204 0
2026-03-29 06:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX
2026-03-29 06:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX
2026-03-29 06:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX to the API
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY62%20JJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99eac9a1-66cd-5a52-8d6b-685f7e1965fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY62 JJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY62%20JJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 99599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA51BLDM419414',
 'year': 2012}
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-29 06:25:58 [bca.uk] INFO: Saving data for KY62%20JJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774448738.068779, 'last_price_update_time': 1774765558.614391}
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY62%2520JJX') HTTP/1.1" 204 0
2026-03-29 06:25:58 [bca.uk] INFO: Found listing with ID: KR16%20LDD
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520LDD%27 HTTP/1.1" 200 None
2026-03-29 06:25:58 [bca.uk] INFO: Scrape type for KR16%20LDD: 2
2026-03-29 06:25:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD
2026-03-29 06:25:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e70508e-7738-58c7-ba0a-35f34c4b376b with scrape type 2
2026-03-29 06:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e70508e-7738-58c7-ba0a-35f34c4b376b with scrape type 2
2026-03-29 06:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e70508e-7738-58c7-ba0a-35f34c4b376b, identifier: KR16%20LDD
2026-03-29 06:25:58 [bca.uk] INFO: Found listing with ID: NJ09%20XJL
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ09%2520XJL%27 HTTP/1.1" 200 None
2026-03-29 06:25:58 [bca.uk] INFO: Scrape type for NJ09%20XJL: 0
2026-03-29 06:25:58 [bca.uk] INFO: Found listing with ID: LM23%20TTO
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520TTO%27 HTTP/1.1" 200 None
2026-03-29 06:25:58 [bca.uk] INFO: Scrape type for LM23%20TTO: 2
2026-03-29 06:25:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acab3178-3f90-54aa-8e4b-ca51fbfecb4f with identifier: LM23%20TTO
2026-03-29 06:25:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acab3178-3f90-54aa-8e4b-ca51fbfecb4f with scrape type 2
2026-03-29 06:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acab3178-3f90-54aa-8e4b-ca51fbfecb4f with scrape type 2
2026-03-29 06:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acab3178-3f90-54aa-8e4b-ca51fbfecb4f, identifier: LM23%20TTO
2026-03-29 06:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD
2026-03-29 06:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD
2026-03-29 06:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD to the API
2026-03-29 06:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20LDD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e70508e-7738-58c7-ba0a-35f34c4b376b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 LDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20LDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 114475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 BLUEHDI 100 ACTIVE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ACTIVE',
 'vin': 'VF3CUBHY6GY044561',
 'year': 2016}
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520LDD%27 HTTP/1.1" 200 None
2026-03-29 06:25:59 [bca.uk] INFO: Saving data for KR16%20LDD: {'auction_closing_time': 1774951200.0, 'created_time': 1774265953.75128, 'last_price_update_time': 1774765559.128411}
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520LDD') HTTP/1.1" 204 0
2026-03-29 06:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acab3178-3f90-54aa-8e4b-ca51fbfecb4f with identifier: LM23%20TTO
2026-03-29 06:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acab3178-3f90-54aa-8e4b-ca51fbfecb4f with identifier: LM23%20TTO
2026-03-29 06:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acab3178-3f90-54aa-8e4b-ca51fbfecb4f with identifier: LM23%20TTO to the API
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20TTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acab3178-3f90-54aa-8e4b-ca51fbfecb4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM23 TTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20TTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 43084,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE',
 'vin': 'WF0JXXGAHJPD18559',
 'year': 2023}
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520TTO%27 HTTP/1.1" 200 None
2026-03-29 06:25:59 [bca.uk] INFO: Saving data for LM23%20TTO: {'auction_closing_time': 1774778400.0, 'created_time': 1773824551.656329, 'last_price_update_time': 1774765559.397363}
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520TTO') HTTP/1.1" 204 0
2026-03-29 06:25:59 [bca.uk] INFO: Found listing with ID: LC23%20CFX
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520CFX%27 HTTP/1.1" 200 None
2026-03-29 06:25:59 [bca.uk] INFO: Scrape type for LC23%20CFX: 0
2026-03-29 06:25:59 [bca.uk] INFO: Found listing with ID: MA72%20KJO
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520KJO%27 HTTP/1.1" 200 None
2026-03-29 06:25:59 [bca.uk] INFO: Scrape type for MA72%20KJO: 2
2026-03-29 06:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO
2026-03-29 06:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with scrape type 2
2026-03-29 06:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with scrape type 2
2026-03-29 06:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504, identifier: MA72%20KJO
2026-03-29 06:25:59 [bca.uk] INFO: Found listing with ID: LY72%20JSV
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 06:25:59 [bca.uk] INFO: Scrape type for LY72%20JSV: 2
2026-03-29 06:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cabb43dc-4184-58c7-bbb6-981b09e0e791 with identifier: LY72%20JSV
2026-03-29 06:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cabb43dc-4184-58c7-bbb6-981b09e0e791 with scrape type 2
2026-03-29 06:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cabb43dc-4184-58c7-bbb6-981b09e0e791 with scrape type 2
2026-03-29 06:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cabb43dc-4184-58c7-bbb6-981b09e0e791, identifier: LY72%20JSV
2026-03-29 06:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO
2026-03-29 06:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO
2026-03-29 06:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO to the API
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20KJO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1e82ec5-3201-5aed-a9a7-f8f1b51d0504',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA72 KJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20KJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X6',
 'odometer': 42483,
 'odometer_reading_unit': '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 X6 3.0 MHT XDRIVE 30D M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE 30D M SPORT STEP',
 'vin': 'WBAGT820109M43381',
 'year': 2022}
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520KJO%27 HTTP/1.1" 200 None
2026-03-29 06:25:59 [bca.uk] INFO: Saving data for MA72%20KJO: {'auction_closing_time': 1775124000.0, 'created_time': 1774364376.27683, 'last_price_update_time': 1774765559.916189}
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520KJO') HTTP/1.1" 204 0
2026-03-29 06:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cabb43dc-4184-58c7-bbb6-981b09e0e791 with identifier: LY72%20JSV
2026-03-29 06:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cabb43dc-4184-58c7-bbb6-981b09e0e791 with identifier: LY72%20JSV
2026-03-29 06:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cabb43dc-4184-58c7-bbb6-981b09e0e791 with identifier: LY72%20JSV to the API
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY72%20JSV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cabb43dc-4184-58c7-bbb6-981b09e0e791',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY72 JSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY72%20JSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 29946,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 1.0 TCE PRESTIGE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE PRESTIGE',
 'vin': 'UU1DJF00169693214',
 'year': 2023}
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Saving data for LY72%20JSV: {'auction_closing_time': 1774778400.0, 'created_time': 1774016373.878402, 'last_price_update_time': 1774765560.322932}
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY72%2520JSV') HTTP/1.1" 204 0
2026-03-29 06:26:00 [bca.uk] INFO: Found listing with ID: SN17%20UYJ
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN17%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Scrape type for SN17%20UYJ: 2
2026-03-29 06:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ
2026-03-29 06:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with scrape type 2
2026-03-29 06:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with scrape type 2
2026-03-29 06:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b90f231-e4d9-5a1f-b617-5a7b187ee899, identifier: SN17%20UYJ
2026-03-29 06:26:00 [bca.uk] INFO: Found listing with ID: AK16%20UOM
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520UOM%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Scrape type for AK16%20UOM: 0
2026-03-29 06:26:00 [bca.uk] INFO: Found listing with ID: EF65%20UGS
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520UGS%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Scrape type for EF65%20UGS: 0
2026-03-29 06:26:00 [bca.uk] INFO: Found listing with ID: GU59%20RNE
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520RNE%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Scrape type for GU59%20RNE: 0
2026-03-29 06:26:00 [bca.uk] INFO: Found listing with ID: YG17%20MDC
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520MDC%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Scrape type for YG17%20MDC: 0
2026-03-29 06:26:00 [bca.uk] INFO: Found listing with ID: CE19%20KDN
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Scrape type for CE19%20KDN: 2
2026-03-29 06:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c22be68-4d58-54a6-b941-6c23b907cc3a with identifier: CE19%20KDN
2026-03-29 06:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c22be68-4d58-54a6-b941-6c23b907cc3a with scrape type 2
2026-03-29 06:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c22be68-4d58-54a6-b941-6c23b907cc3a with scrape type 2
2026-03-29 06:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c22be68-4d58-54a6-b941-6c23b907cc3a, identifier: CE19%20KDN
2026-03-29 06:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ
2026-03-29 06:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ
2026-03-29 06:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ to the API
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN17%20UYJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b90f231-e4d9-5a1f-b617-5a7b187ee899',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN17 UYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN17%20UYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 136291,
 '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 GDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD 2 ISG',
 'vin': 'U5YPH814LHL251744',
 'year': 2017}
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN17%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:00 [bca.uk] INFO: Saving data for SN17%20UYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774006220.430551, 'last_price_update_time': 1774765560.894112}
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN17%2520UYJ') HTTP/1.1" 204 0
2026-03-29 06:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c22be68-4d58-54a6-b941-6c23b907cc3a with identifier: CE19%20KDN
2026-03-29 06:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c22be68-4d58-54a6-b941-6c23b907cc3a with identifier: CE19%20KDN
2026-03-29 06:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c22be68-4d58-54a6-b941-6c23b907cc3a with identifier: CE19%20KDN to the API
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE19%20KDN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0c22be68-4d58-54a6-b941-6c23b907cc3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE19 KDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE19%20KDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 35426,
 'odometer_reading_unit': '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': 'VF1R8700462349411',
 'year': 2019}
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520KDN%27 HTTP/1.1" 200 None
2026-03-29 06:26:01 [bca.uk] INFO: Saving data for CE19%20KDN: {'auction_closing_time': 1774778400.0, 'created_time': 1774361228.376045, 'last_price_update_time': 1774765561.189523}
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE19%2520KDN') HTTP/1.1" 204 0
2026-03-29 06:26:01 [bca.uk] INFO: Found listing with ID: SJ72%20CWM
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 06:26:01 [bca.uk] INFO: Scrape type for SJ72%20CWM: 0
2026-03-29 06:26:01 [bca.uk] INFO: Found listing with ID: DY19%20EOJ
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:01 [bca.uk] INFO: Scrape type for DY19%20EOJ: 2
2026-03-29 06:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ
2026-03-29 06:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 755dae38-7fc6-5686-9940-9e0dc44ba446 with scrape type 2
2026-03-29 06:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 755dae38-7fc6-5686-9940-9e0dc44ba446 with scrape type 2
2026-03-29 06:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 755dae38-7fc6-5686-9940-9e0dc44ba446, identifier: DY19%20EOJ
2026-03-29 06:26:01 [bca.uk] INFO: Found listing with ID: MK71%20TPF
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK71%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 06:26:01 [bca.uk] INFO: Scrape type for MK71%20TPF: 2
2026-03-29 06:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631ea0ee-d79d-537a-a76b-71baedebc34d with identifier: MK71%20TPF
2026-03-29 06:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631ea0ee-d79d-537a-a76b-71baedebc34d with scrape type 2
2026-03-29 06:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 631ea0ee-d79d-537a-a76b-71baedebc34d with scrape type 2
2026-03-29 06:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 631ea0ee-d79d-537a-a76b-71baedebc34d, identifier: MK71%20TPF
2026-03-29 06:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ
2026-03-29 06:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ
2026-03-29 06:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ to the API
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY19%20EOJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '755dae38-7fc6-5686-9940-9e0dc44ba446',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY19 EOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY19%20EOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 98081,
 'odometer_reading_unit': '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.5 TD 102 ECOTEC SE Hatchback',
 'transmission': 'manual',
 'trim': 'TD 102 ECOTEC SE',
 'vin': 'W0V7D9EG3K4197552',
 'year': 2019}
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:01 [bca.uk] INFO: Saving data for DY19%20EOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773908798.840707, 'last_price_update_time': 1774765561.700021}
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520EOJ') HTTP/1.1" 204 0
2026-03-29 06:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 631ea0ee-d79d-537a-a76b-71baedebc34d with identifier: MK71%20TPF
2026-03-29 06:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 631ea0ee-d79d-537a-a76b-71baedebc34d with identifier: MK71%20TPF
2026-03-29 06:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 631ea0ee-d79d-537a-a76b-71baedebc34d with identifier: MK71%20TPF to the API
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK71%20TPF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '631ea0ee-d79d-537a-a76b-71baedebc34d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK71 TPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK71%20TPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 34492,
 '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-ROC 1.0 TSI 110 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 DESIGN',
 'vin': 'WVGZZZA1ZNV033924',
 'year': 2021}
2026-03-29 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK71%2520TPF%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Saving data for MK71%20TPF: {'auction_closing_time': 1774778400.0, 'created_time': 1774361239.450485, 'last_price_update_time': 1774765562.003328}
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK71%2520TPF') HTTP/1.1" 204 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: BV17%20CFG
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520CFG%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for BV17%20CFG: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: GL61%20DYT
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520DYT%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for GL61%20DYT: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: GU21%20VUM
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for GU21%20VUM: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: ML69%20MLY
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for ML69%20MLY: 2
2026-03-29 06:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY
2026-03-29 06:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with scrape type 2
2026-03-29 06:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with scrape type 2
2026-03-29 06:26:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad, identifier: ML69%20MLY
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: MM22%20KFV
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520KFV%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for MM22%20KFV: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: YB11%20UXM
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520UXM%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for YB11%20UXM: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: BX65%20TCV
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for BX65%20TCV: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: GL62%20EAF
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520EAF%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for GL62%20EAF: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: KR60%20MWC
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520MWC%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for KR60%20MWC: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: MM08%20NGG
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM08%2520NGG%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for MM08%20NGG: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: PK13%20JWV
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK13%2520JWV%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for PK13%20JWV: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: PK65%20YHH
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520YHH%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for PK65%20YHH: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: RJ11%20ZRY
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520ZRY%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for RJ11%20ZRY: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: PK07%20USE
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK07%2520USE%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for PK07%20USE: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: BD16%20YAO
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for BD16%20YAO: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: BV14%20RSX
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520RSX%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for BV14%20RSX: 0
2026-03-29 06:26:02 [bca.uk] INFO: Found listing with ID: BV66%20FVG
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520FVG%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Scrape type for BV66%20FVG: 2
2026-03-29 06:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG
2026-03-29 06:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5793bbdb-9739-55a4-99cd-e9162ecea597 with scrape type 2
2026-03-29 06:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5793bbdb-9739-55a4-99cd-e9162ecea597 with scrape type 2
2026-03-29 06:26:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5793bbdb-9739-55a4-99cd-e9162ecea597, identifier: BV66%20FVG
2026-03-29 06:26:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY
2026-03-29 06:26:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY
2026-03-29 06:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY to the API
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML69%20MLY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML69 MLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML69%20MLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 56672,
 'odometer_reading_unit': '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 83 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '83 ELITE',
 'vin': 'W0V7H9EE5L4004029',
 'year': 2019}
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520MLY%27 HTTP/1.1" 200 None
2026-03-29 06:26:02 [bca.uk] INFO: Saving data for ML69%20MLY: {'auction_closing_time': 1774951200.0, 'created_time': 1774266019.450408, 'last_price_update_time': 1774765562.78425}
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML69%2520MLY') HTTP/1.1" 204 0
2026-03-29 06:26:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG
2026-03-29 06:26:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG
2026-03-29 06:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG to the API
2026-03-29 06:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV66%20FVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5793bbdb-9739-55a4-99cd-e9162ecea597',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV66 FVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV66%20FVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 174996,
 '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 TRANSPORTER T30 2.0 TDI 150 BMT H/L SWB KOMBI CrewCab '
          'Van',
 'transmission': 'manual',
 'trim': 'TDI 150 BMT H/L SWB KOMBI',
 'vin': 'WV1ZZZ7HZHH034900',
 'year': 2016}
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520FVG%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Saving data for BV66%20FVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774361282.137757, 'last_price_update_time': 1774765563.156081}
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV66%2520FVG') HTTP/1.1" 204 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: SW68%20JYU
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520JYU%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for SW68%20JYU: 2
2026-03-29 06:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU
2026-03-29 06:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61ef62c6-3e57-59c1-8a70-2502504bf080 with scrape type 2
2026-03-29 06:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61ef62c6-3e57-59c1-8a70-2502504bf080 with scrape type 2
2026-03-29 06:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61ef62c6-3e57-59c1-8a70-2502504bf080, identifier: SW68%20JYU
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: DA16%20VLV
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520VLV%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for DA16%20VLV: 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: DP67%20FVA
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520FVA%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for DP67%20FVA: 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: EO14%20FFZ
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520FFZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for EO14%20FFZ: 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: EY08%20OSA
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520OSA%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for EY08%20OSA: 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: FN67%20HCL
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520HCL%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for FN67%20HCL: 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: GL67%20AOF
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for GL67%20AOF: 0
2026-03-29 06:26:03 [bca.uk] INFO: Found listing with ID: GV62%20GCY
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520GCY%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Scrape type for GV62%20GCY: 2
2026-03-29 06:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY
2026-03-29 06:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11171d6c-470d-51fe-a88c-4509237a89eb with scrape type 2
2026-03-29 06:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11171d6c-470d-51fe-a88c-4509237a89eb with scrape type 2
2026-03-29 06:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11171d6c-470d-51fe-a88c-4509237a89eb, identifier: GV62%20GCY
2026-03-29 06:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU
2026-03-29 06:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU
2026-03-29 06:26:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU to the API
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW68%20JYU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61ef62c6-3e57-59c1-8a70-2502504bf080',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW68 JYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW68%20JYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 58782,
 'odometer_reading_unit': '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 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2ANXKA797708',
 'year': 2018}
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520JYU%27 HTTP/1.1" 200 None
2026-03-29 06:26:03 [bca.uk] INFO: Saving data for SW68%20JYU: {'auction_closing_time': 1774951200.0, 'created_time': 1774006173.355347, 'last_price_update_time': 1774765563.806384}
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520JYU') HTTP/1.1" 204 0
2026-03-29 06:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY
2026-03-29 06:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY
2026-03-29 06:26:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY to the API
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV62%20GCY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'pepper white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11171d6c-470d-51fe-a88c-4509237a89eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV62 GCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV62%20GCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'CLUBVAN',
 'odometer': 103100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI CLUBVAN 1.6 D COOPER Van',
 'transmission': 'manual',
 'trim': 'D COOPER',
 'vin': 'WMWZH52080T703609',
 'year': 2012}
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520GCY%27 HTTP/1.1" 200 None
2026-03-29 06:26:04 [bca.uk] INFO: Saving data for GV62%20GCY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361263.947063, 'last_price_update_time': 1774765564.101652}
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV62%2520GCY') HTTP/1.1" 204 0
2026-03-29 06:26:04 [bca.uk] INFO: Found listing with ID: FX73%20NUA
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520NUA%27 HTTP/1.1" 200 None
2026-03-29 06:26:04 [bca.uk] INFO: Scrape type for FX73%20NUA: 2
2026-03-29 06:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA
2026-03-29 06:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b611b789-7245-58f0-9178-7350ca8f54c8 with scrape type 2
2026-03-29 06:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b611b789-7245-58f0-9178-7350ca8f54c8 with scrape type 2
2026-03-29 06:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b611b789-7245-58f0-9178-7350ca8f54c8, identifier: FX73%20NUA
2026-03-29 06:26:04 [bca.uk] INFO: Found listing with ID: KP67%20NGO
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP67%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:26:04 [bca.uk] INFO: Scrape type for KP67%20NGO: 0
2026-03-29 06:26:04 [bca.uk] INFO: Found listing with ID: LM13%20EUA
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520EUA%27 HTTP/1.1" 200 None
2026-03-29 06:26:04 [bca.uk] INFO: Scrape type for LM13%20EUA: 2
2026-03-29 06:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA
2026-03-29 06:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b149798-4d1a-5eeb-8499-54b1914337cb with scrape type 2
2026-03-29 06:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b149798-4d1a-5eeb-8499-54b1914337cb with scrape type 2
2026-03-29 06:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b149798-4d1a-5eeb-8499-54b1914337cb, identifier: LM13%20EUA
2026-03-29 06:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA
2026-03-29 06:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA
2026-03-29 06:26:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA to the API
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX73%20NUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b611b789-7245-58f0-9178-7350ca8f54c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX73 NUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX73%20NUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': 'M5',
 'odometer': 15428,
 '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 M5 4.4 XDRIVE COMPETITION STEP Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION STEP',
 'vin': 'WBS82CH090CL17303',
 'year': 2023}
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520NUA%27 HTTP/1.1" 200 None
2026-03-29 06:26:04 [bca.uk] INFO: Saving data for FX73%20NUA: {'auction_closing_time': 1775124000.0, 'created_time': 1774305690.626033, 'last_price_update_time': 1774765564.650273}
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX73%2520NUA') HTTP/1.1" 204 0
2026-03-29 06:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA
2026-03-29 06:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA
2026-03-29 06:26:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA to the API
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM13%20EUA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b149798-4d1a-5eeb-8499-54b1914337cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM13 EUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM13%20EUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 98538,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 GT',
 'vin': 'WVWZZZAUZEW037369',
 'year': 2013}
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520EUA%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Saving data for LM13%20EUA: {'auction_closing_time': 1775037600.0, 'created_time': 1774477195.158315, 'last_price_update_time': 1774765565.047398}
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM13%2520EUA') HTTP/1.1" 204 0
2026-03-29 06:26:05 [bca.uk] INFO: Found listing with ID: KW18%20NKS
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Scrape type for KW18%20NKS: 2
2026-03-29 06:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS
2026-03-29 06:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with scrape type 2
2026-03-29 06:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with scrape type 2
2026-03-29 06:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b, identifier: KW18%20NKS
2026-03-29 06:26:05 [bca.uk] INFO: Found listing with ID: MM65%20GZZ
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Scrape type for MM65%20GZZ: 2
2026-03-29 06:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ
2026-03-29 06:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85c2b7e-1884-50ab-b6ef-222b038412b9 with scrape type 2
2026-03-29 06:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85c2b7e-1884-50ab-b6ef-222b038412b9 with scrape type 2
2026-03-29 06:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a85c2b7e-1884-50ab-b6ef-222b038412b9, identifier: MM65%20GZZ
2026-03-29 06:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS
2026-03-29 06:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS
2026-03-29 06:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS to the API
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW18%20NKS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e94199f3-dc1f-5e3a-9503-d3d14a6ea42b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW18 NKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20NKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 98690,
 'odometer_reading_unit': '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 D5 PP AWD R DESIGN G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'D5 PP AWD R DESIGN G/T',
 'vin': 'YV1UZ68UCK1181730',
 'year': 2018}
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520NKS%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Saving data for KW18%20NKS: {'auction_closing_time': 1774951200.0, 'created_time': 1773837552.554576, 'last_price_update_time': 1774765565.559003}
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520NKS') HTTP/1.1" 204 0
2026-03-29 06:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ
2026-03-29 06:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ
2026-03-29 06:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ to the API
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM65%20GZZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a85c2b7e-1884-50ab-b6ef-222b038412b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM65 GZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM65%20GZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 54664,
 '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': 'W0LJD7E86GB527019',
 'year': 2015}
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Saving data for MM65%20GZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774448372.65056, 'last_price_update_time': 1774765565.852813}
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM65%2520GZZ') HTTP/1.1" 204 0
2026-03-29 06:26:05 [bca.uk] INFO: Found listing with ID: LS72%20VEW
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520VEW%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Scrape type for LS72%20VEW: 0
2026-03-29 06:26:05 [bca.uk] INFO: Found listing with ID: KR70%20XVM
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520XVM%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Scrape type for KR70%20XVM: 0
2026-03-29 06:26:05 [bca.uk] INFO: Found listing with ID: LO20%20ZVX
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520ZVX%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Scrape type for LO20%20ZVX: 0
2026-03-29 06:26:05 [bca.uk] INFO: Found listing with ID: ET68%20DWG
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 06:26:05 [bca.uk] INFO: Scrape type for ET68%20DWG: 2
2026-03-29 06:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG
2026-03-29 06:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a8b694-8508-5364-95b8-91d7b36c77c1 with scrape type 2
2026-03-29 06:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a8b694-8508-5364-95b8-91d7b36c77c1 with scrape type 2
2026-03-29 06:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a8b694-8508-5364-95b8-91d7b36c77c1, identifier: ET68%20DWG
2026-03-29 06:26:06 [bca.uk] INFO: Total items found: 100
2026-03-29 06:26:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded
2026-03-29 06:26:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:26:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:06 [bca.uk] INFO: Found listing with ID: MT10%20LCZ
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT10%2520LCZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:06 [bca.uk] INFO: Scrape type for MT10%20LCZ: 0
2026-03-29 06:26:06 [bca.uk] INFO: Found listing with ID: NJ18%20MHZ
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520MHZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:06 [bca.uk] INFO: Scrape type for NJ18%20MHZ: 0
2026-03-29 06:26:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG
2026-03-29 06:26:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG
2026-03-29 06:26:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG to the API
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET68%20DWG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72a8b694-8508-5364-95b8-91d7b36c77c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET68 DWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET68%20DWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 113333,
 'odometer_reading_unit': '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.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0FXXGAHFJP60381',
 'year': 2019}
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWG%27 HTTP/1.1" 200 None
2026-03-29 06:26:06 [bca.uk] INFO: Saving data for ET68%20DWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774266018.09282, 'last_price_update_time': 1774765566.409099}
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET68%2520DWG') HTTP/1.1" 204 0
2026-03-29 06:26:06 [bca.uk] INFO: Found listing with ID: PO67%20ZCU
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520ZCU%27 HTTP/1.1" 200 None
2026-03-29 06:26:06 [bca.uk] INFO: Scrape type for PO67%20ZCU: 2
2026-03-29 06:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU
2026-03-29 06:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with scrape type 2
2026-03-29 06:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with scrape type 2
2026-03-29 06:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea, identifier: PO67%20ZCU
2026-03-29 06:26:06 [bca.uk] INFO: Found listing with ID: BT68%20OVB
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520OVB%27 HTTP/1.1" 200 None
2026-03-29 06:26:06 [bca.uk] INFO: Scrape type for BT68%20OVB: 0
2026-03-29 06:26:06 [bca.uk] INFO: Found listing with ID: YB18%20FUF
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520FUF%27 HTTP/1.1" 200 None
2026-03-29 06:26:06 [bca.uk] INFO: Scrape type for YB18%20FUF: 2
2026-03-29 06:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF
2026-03-29 06:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with scrape type 2
2026-03-29 06:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with scrape type 2
2026-03-29 06:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7eac31f-9eef-5474-8be6-0aa31c2c0c11, identifier: YB18%20FUF
2026-03-29 06:26:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU
2026-03-29 06:26:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU
2026-03-29 06:26:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU to the API
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO67%20ZCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76f4a2d9-f7e2-5516-823f-d32c6dea5fea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO67 ZCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO67%20ZCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 92031,
 '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 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN6JA715293',
 'year': 2017}
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520ZCU%27 HTTP/1.1" 200 None
2026-03-29 06:26:07 [bca.uk] INFO: Saving data for PO67%20ZCU: {'auction_closing_time': 1774951200.0, 'created_time': 1773908773.747107, 'last_price_update_time': 1774765567.009213}
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO67%2520ZCU') HTTP/1.1" 204 0
2026-03-29 06:26:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=chestnut HTTP/1.1" 200 None
2026-03-29 06:26:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26: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:26:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF
2026-03-29 06:26:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF to the API
2026-03-29 06:26:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB18%20FUF-GB',
 'category': 'Car',
 'color': 'chestnut',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7eac31f-9eef-5474-8be6-0aa31c2c0c11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB18 FUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB18%20FUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 72439,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWYS320303E27313',
 'year': 2018}
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520FUF%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Saving data for YB18%20FUF: {'auction_closing_time': 1774864800.0, 'created_time': 1773827004.341342, 'last_price_update_time': 1774765568.316095}
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB18%2520FUF') HTTP/1.1" 204 0
2026-03-29 06:26: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:26:08 [bca.uk] INFO: Found listing with ID: PJ20%20KVH
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for PJ20%20KVH: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: LD18%20MLJ
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520MLJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for LD18%20MLJ: 2
2026-03-29 06:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ
2026-03-29 06:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with scrape type 2
2026-03-29 06:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with scrape type 2
2026-03-29 06:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249, identifier: LD18%20MLJ
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YE69%20KWY
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520KWY%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YE69%20KWY: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: HJ22%20EPO
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520EPO%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for HJ22%20EPO: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: VU22%20DPE
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU22%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for VU22%20DPE: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: BG18%20VPO
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520VPO%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for BG18%20VPO: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: OV69%20RNA
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520RNA%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for OV69%20RNA: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: SB69%20CZH
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520CZH%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for SB69%20CZH: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: SH68%20UOY
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for SH68%20UOY: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YA70%20WXC
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520WXC%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YA70%20WXC: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YM66%20EJK
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM66%2520EJK%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YM66%20EJK: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YR22%20ZZT
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YR22%20ZZT: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: LR22%20VYS
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VYS%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for LR22%20VYS: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: HW69%20OAO
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW69%2520OAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for HW69%20OAO: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YP22%20HPN
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520HPN%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YP22%20HPN: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: WU22%20KXZ
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for WU22%20KXZ: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: GX23%20XOD
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XOD%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for GX23%20XOD: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: AV16%20CSZ
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV16%2520CSZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for AV16%20CSZ: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: MF22%20UMW
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520UMW%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for MF22%20UMW: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: LN67%20NJX
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520NJX%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for LN67%20NJX: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: FL22%20AUM
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520AUM%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for FL22%20AUM: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YR74%20MHK
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520MHK%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YR74%20MHK: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YL25%20KXG
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL25%2520KXG%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YL25%20KXG: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YR24%20SDY
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YR24%20SDY: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: KU12%20FNP
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for KU12%20FNP: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YG75%20AUP
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520AUP%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YG75%20AUP: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: CY63%20AUX
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY63%2520AUX%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for CY63%20AUX: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: KF72%20VKO
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VKO%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for KF72%20VKO: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: YP12%20YGA
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for YP12%20YGA: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: NG10%20CEN
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG10%2520CEN%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for NG10%20CEN: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: MF56%20OZB
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for MF56%20OZB: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: GL14%20ZPO
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL14%2520ZPO%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for GL14%20ZPO: 0
2026-03-29 06:26:08 [bca.uk] INFO: Found listing with ID: PK21%20FUW
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520FUW%27 HTTP/1.1" 200 None
2026-03-29 06:26:08 [bca.uk] INFO: Scrape type for PK21%20FUW: 2
2026-03-29 06:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW
2026-03-29 06:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90345414-6786-5ca0-8a23-c1a298ce944b with scrape type 2
2026-03-29 06:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90345414-6786-5ca0-8a23-c1a298ce944b with scrape type 2
2026-03-29 06:26:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90345414-6786-5ca0-8a23-c1a298ce944b, identifier: PK21%20FUW
2026-03-29 06:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ
2026-03-29 06:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ
2026-03-29 06:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ to the API
2026-03-29 06:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD18%20MLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD18 MLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD18%20MLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 125223,
 'odometer_reading_unit': '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 S-MAX 2.0 TDCI 150 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM',
 'vin': 'WF0JXXWPCJJL62330',
 'year': 2018}
2026-03-29 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520MLJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:09 [bca.uk] INFO: Saving data for LD18%20MLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773908774.431445, 'last_price_update_time': 1774765569.840068}
2026-03-29 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520MLJ') HTTP/1.1" 204 0
2026-03-29 06:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW
2026-03-29 06:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW
2026-03-29 06:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW to the API
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK21%20FUW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90345414-6786-5ca0-8a23-c1a298ce944b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK21 FUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK21%20FUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 79807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN3MH132289',
 'year': 2021}
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520FUW%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Saving data for PK21%20FUW: {'auction_closing_time': 1774864800.0, 'created_time': 1773907535.0531, 'last_price_update_time': 1774765570.220795}
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK21%2520FUW') HTTP/1.1" 204 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: ED10%20ALP
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ED10%2520ALP%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for ED10%20ALP: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: RK74%20UVP
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520UVP%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for RK74%20UVP: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: NV17%20XOX
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520XOX%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for NV17%20XOX: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: EA18%20EHR
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520EHR%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for EA18%20EHR: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: HA11%20YSJ
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA11%2520YSJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for HA11%20YSJ: 2
2026-03-29 06:26:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ
2026-03-29 06:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c678c951-37c5-5437-bdfa-f82d025db0c5 with scrape type 2
2026-03-29 06:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c678c951-37c5-5437-bdfa-f82d025db0c5 with scrape type 2
2026-03-29 06:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c678c951-37c5-5437-bdfa-f82d025db0c5, identifier: HA11%20YSJ
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: SH24%20KWW
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH24%2520KWW%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for SH24%20KWW: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: SV21%20OOW
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OOW%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for SV21%20OOW: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: SC09%20GVT
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC09%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for SC09%20GVT: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: VU68%20NZT
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520NZT%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for VU68%20NZT: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: AF18%20XNJ
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520XNJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for AF18%20XNJ: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: MA21%20URM
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520URM%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for MA21%20URM: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: DC71%20FZU
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC71%2520FZU%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for DC71%20FZU: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: KW70%20WBV
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WBV%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for KW70%20WBV: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: SL21%20GVE
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL21%2520GVE%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for SL21%20GVE: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: AX72%20KBV
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBV%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for AX72%20KBV: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: BX19%20SYY
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520SYY%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for BX19%20SYY: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: BK18%20XYL
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520XYL%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for BK18%20XYL: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: LD22%20AYJ
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AYJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for LD22%20AYJ: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: CF75%20GGP
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF75%2520GGP%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for CF75%20GGP: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: FV72%20KGY
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520KGY%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for FV72%20KGY: 0
2026-03-29 06:26:10 [bca.uk] INFO: Found listing with ID: LO64%20HHD
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:26:10 [bca.uk] INFO: Scrape type for LO64%20HHD: 2
2026-03-29 06:26:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD
2026-03-29 06:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with scrape type 2
2026-03-29 06:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with scrape type 2
2026-03-29 06:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81, identifier: LO64%20HHD
2026-03-29 06:26:10 [scrapy.extensions.logstats] INFO: Crawled 126 pages (at 3 pages/min), scraped 2914 items (at 121 items/min)
2026-03-29 06:26:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ
2026-03-29 06:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ
2026-03-29 06:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ to the API
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 295,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HA11%20YSJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c678c951-37c5-5437-bdfa-f82d025db0c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HA11 YSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HA11%20YSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'RS6 AVANT',
 'odometer': 35896,
 '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': 'WUAZZZF2XMN909613',
 'year': 2021}
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA11%2520YSJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Saving data for HA11%20YSJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774305610.735447, 'last_price_update_time': 1774765571.04467}
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HA11%2520YSJ') HTTP/1.1" 204 0
2026-03-29 06:26:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white+silver HTTP/1.1" 200 None
2026-03-29 06:26:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26: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:26:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD
2026-03-29 06:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD to the API
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO64%20HHD-GB',
 'category': 'Car',
 'color': 'white silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e197270-dbb8-51e5-92f0-9e2a1cbcba81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO64 HHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO64%20HHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 86473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'automatic',
 'trim': 'D 116',
 'vin': 'WMWXN320003A06118',
 'year': 2014}
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Saving data for LO64%20HHD: {'auction_closing_time': 1774864800.0, 'created_time': 1773837527.677298, 'last_price_update_time': 1774765571.533151}
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO64%2520HHD') HTTP/1.1" 204 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: VO21%20SWN
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520SWN%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for VO21%20SWN: 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: DA68%20XDH
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520XDH%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for DA68%20XDH: 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: SY24%20VVA
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520VVA%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for SY24%20VVA: 2
2026-03-29 06:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA
2026-03-29 06:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41ffc421-af95-5d72-b4ee-fdef37ddf47f with scrape type 2
2026-03-29 06:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41ffc421-af95-5d72-b4ee-fdef37ddf47f with scrape type 2
2026-03-29 06:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41ffc421-af95-5d72-b4ee-fdef37ddf47f, identifier: SY24%20VVA
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: RF65%20HTX
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF65%2520HTX%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for RF65%20HTX: 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: BJ72%20DRO
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520DRO%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for BJ72%20DRO: 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: CK23%20WHN
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520WHN%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for CK23%20WHN: 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: LF21%20YTG
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520YTG%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for LF21%20YTG: 0
2026-03-29 06:26:11 [bca.uk] INFO: Found listing with ID: RA73%20EBJ
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520EBJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:11 [bca.uk] INFO: Scrape type for RA73%20EBJ: 2
2026-03-29 06:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ
2026-03-29 06:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcd64b29-bde5-514d-8891-f6ae5a18438f with scrape type 2
2026-03-29 06:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcd64b29-bde5-514d-8891-f6ae5a18438f with scrape type 2
2026-03-29 06:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcd64b29-bde5-514d-8891-f6ae5a18438f, identifier: RA73%20EBJ
2026-03-29 06:26:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA
2026-03-29 06:26:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA
2026-03-29 06:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA to the API
2026-03-29 06:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY24%20VVA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41ffc421-af95-5d72-b4ee-fdef37ddf47f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY24 VVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY24%20VVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 17675,
 '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 DEFENDER 110 3.0 I6 D300 AWD X-DYNAMIC S (6ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'I6 D300 AWD X-DYNAMIC S (6ST)',
 'vin': 'SALEA7AW9R2314805',
 'year': 2024}
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520VVA%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Saving data for SY24%20VVA: {'auction_closing_time': 1775124000.0, 'created_time': 1774216958.574158, 'last_price_update_time': 1774765572.149444}
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY24%2520VVA') HTTP/1.1" 204 0
2026-03-29 06:26:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ
2026-03-29 06:26:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ
2026-03-29 06:26:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ to the API
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA73%20EBJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dcd64b29-bde5-514d-8891-f6ae5a18438f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RA73 EBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA73%20EBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 12352,
 '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 MAX PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH MAX PRO PERF.',
 'vin': 'WVWZZZE1ZPP049148',
 'year': 2023}
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520EBJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Saving data for RA73%20EBJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931438.059114, 'last_price_update_time': 1774765572.431117}
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA73%2520EBJ') HTTP/1.1" 204 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: LS73%20EFH
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EFH%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for LS73%20EFH: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: CN24%20VAX
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN24%2520VAX%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for CN24%20VAX: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: LG73%20CTW
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520CTW%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for LG73%20CTW: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: MM24%20VAJ
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM24%2520VAJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for MM24%20VAJ: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: R726%20TUX
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R726%2520TUX%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for R726%20TUX: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: FH64%20WPX
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH64%2520WPX%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for FH64%20WPX: 2
2026-03-29 06:26:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX
2026-03-29 06:26:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 559b3987-4ca8-5e7e-a58e-f242b89e52dc with scrape type 2
2026-03-29 06:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 559b3987-4ca8-5e7e-a58e-f242b89e52dc with scrape type 2
2026-03-29 06:26:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 559b3987-4ca8-5e7e-a58e-f242b89e52dc, identifier: FH64%20WPX
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: YK13%20FZT
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520FZT%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for YK13%20FZT: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: BP72%20DYU
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520DYU%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for BP72%20DYU: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: GJ71%20VMR
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for GJ71%20VMR: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: LS73%20GLF
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for LS73%20GLF: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: YN22%20NAU
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520NAU%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for YN22%20NAU: 0
2026-03-29 06:26:12 [bca.uk] INFO: Found listing with ID: KR68%20LWG
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWG%27 HTTP/1.1" 200 None
2026-03-29 06:26:12 [bca.uk] INFO: Scrape type for KR68%20LWG: 2
2026-03-29 06:26:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG
2026-03-29 06:26:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with scrape type 2
2026-03-29 06:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with scrape type 2
2026-03-29 06:26:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328, identifier: KR68%20LWG
2026-03-29 06:26:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX
2026-03-29 06:26:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX
2026-03-29 06:26:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX to the API
2026-03-29 06:26:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH64%20WPX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '559b3987-4ca8-5e7e-a58e-f242b89e52dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH64 WPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH64%20WPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 55193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.2 P/T 82 DSIGN PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 DSIGN PLUS',
 'vin': 'VF7SAHMZ0EW692027',
 'year': 2015}
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH64%2520WPX%27 HTTP/1.1" 200 None
2026-03-29 06:26:13 [bca.uk] INFO: Saving data for FH64%20WPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564891.313486, 'last_price_update_time': 1774765573.140482}
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH64%2520WPX') HTTP/1.1" 204 0
2026-03-29 06:26:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG
2026-03-29 06:26:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG
2026-03-29 06:26:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG to the API
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR68%20LWG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7b2ddf8-7fde-5a4e-8647-ad53aaa79328',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR68 LWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR68%20LWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 57999,
 'odometer_reading_unit': '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 GRAND SPACETOUR 1.2 P/T 130 FEEL MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 FEEL',
 'vin': 'VF73AHNSPJJ835067',
 'year': 2018}
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWG%27 HTTP/1.1" 200 None
2026-03-29 06:26:13 [bca.uk] INFO: Saving data for KR68%20LWG: {'auction_closing_time': 1774864800.0, 'created_time': 1773822509.507492, 'last_price_update_time': 1774765573.590002}
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR68%2520LWG') HTTP/1.1" 204 0
2026-03-29 06:26:13 [bca.uk] INFO: Found listing with ID: MA22%20WFF
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520WFF%27 HTTP/1.1" 200 None
2026-03-29 06:26:13 [bca.uk] INFO: Scrape type for MA22%20WFF: 2
2026-03-29 06:26:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a28d4c79-4aae-5c85-b039-701e595c57b8 with identifier: MA22%20WFF
2026-03-29 06:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a28d4c79-4aae-5c85-b039-701e595c57b8 with scrape type 2
2026-03-29 06:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a28d4c79-4aae-5c85-b039-701e595c57b8 with scrape type 2
2026-03-29 06:26:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a28d4c79-4aae-5c85-b039-701e595c57b8, identifier: MA22%20WFF
2026-03-29 06:26:13 [bca.uk] INFO: Found listing with ID: LF65%20ZZH
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF65%2520ZZH%27 HTTP/1.1" 200 None
2026-03-29 06:26:13 [bca.uk] INFO: Scrape type for LF65%20ZZH: 0
2026-03-29 06:26:13 [bca.uk] INFO: Found listing with ID: OV67%20NCF
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520NCF%27 HTTP/1.1" 200 None
2026-03-29 06:26:13 [bca.uk] INFO: Scrape type for OV67%20NCF: 0
2026-03-29 06:26:13 [bca.uk] INFO: Found listing with ID: OY17%20WCN
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 06:26:13 [bca.uk] INFO: Scrape type for OY17%20WCN: 2
2026-03-29 06:26:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN
2026-03-29 06:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4feab87-b8bf-54c9-901c-2a0869e84d46 with scrape type 2
2026-03-29 06:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4feab87-b8bf-54c9-901c-2a0869e84d46 with scrape type 2
2026-03-29 06:26:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4feab87-b8bf-54c9-901c-2a0869e84d46, identifier: OY17%20WCN
2026-03-29 06:26:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a28d4c79-4aae-5c85-b039-701e595c57b8 with identifier: MA22%20WFF
2026-03-29 06:26:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a28d4c79-4aae-5c85-b039-701e595c57b8 with identifier: MA22%20WFF
2026-03-29 06:26:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a28d4c79-4aae-5c85-b039-701e595c57b8 with identifier: MA22%20WFF to the API
2026-03-29 06:26:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20WFF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a28d4c79-4aae-5c85-b039-701e595c57b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA22 WFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20WFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 80875,
 'odometer_reading_unit': '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 170 300 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 300 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZME56911',
 'year': 2022}
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520WFF%27 HTTP/1.1" 200 None
2026-03-29 06:26:14 [bca.uk] INFO: Saving data for MA22%20WFF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564876.780432, 'last_price_update_time': 1774765574.128999}
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520WFF') HTTP/1.1" 204 0
2026-03-29 06:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN
2026-03-29 06:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN
2026-03-29 06:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN to the API
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20WCN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4feab87-b8bf-54c9-901c-2a0869e84d46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 WCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20WCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 142615,
 '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 DYNAMIC LUXURY '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE DYNAMIC LUXURY',
 'vin': 'SALCA2AN0HH688989',
 'year': 2017}
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 06:26:14 [bca.uk] INFO: Saving data for OY17%20WCN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477257.392529, 'last_price_update_time': 1774765574.424555}
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520WCN') HTTP/1.1" 204 0
2026-03-29 06:26:14 [bca.uk] INFO: Found listing with ID: CT19%20OCS
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 06:26:14 [bca.uk] INFO: Scrape type for CT19%20OCS: 2
2026-03-29 06:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d300ad84-22de-579f-9a2e-e391220a9b22 with identifier: CT19%20OCS
2026-03-29 06:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d300ad84-22de-579f-9a2e-e391220a9b22 with scrape type 2
2026-03-29 06:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d300ad84-22de-579f-9a2e-e391220a9b22 with scrape type 2
2026-03-29 06:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d300ad84-22de-579f-9a2e-e391220a9b22, identifier: CT19%20OCS
2026-03-29 06:26:14 [bca.uk] INFO: Found listing with ID: SY21%20KSE
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 06:26:14 [bca.uk] INFO: Scrape type for SY21%20KSE: 0
2026-03-29 06:26:14 [bca.uk] INFO: Found listing with ID: WF72%20GFE
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 06:26:14 [bca.uk] INFO: Scrape type for WF72%20GFE: 2
2026-03-29 06:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE
2026-03-29 06:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3fee539-82ca-5a73-8e59-5c3afd4d3bed with scrape type 2
2026-03-29 06:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3fee539-82ca-5a73-8e59-5c3afd4d3bed with scrape type 2
2026-03-29 06:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3fee539-82ca-5a73-8e59-5c3afd4d3bed, identifier: WF72%20GFE
2026-03-29 06:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d300ad84-22de-579f-9a2e-e391220a9b22 with identifier: CT19%20OCS
2026-03-29 06:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d300ad84-22de-579f-9a2e-e391220a9b22 with identifier: CT19%20OCS
2026-03-29 06:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d300ad84-22de-579f-9a2e-e391220a9b22 with identifier: CT19%20OCS to the API
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT19%20OCS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd300ad84-22de-579f-9a2e-e391220a9b22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT19 OCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT19%20OCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 122473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 EF LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 EF LWB H/R',
 'vin': 'WF0XXXTTGXKD09332',
 'year': 2019}
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 06:26:14 [bca.uk] INFO: Saving data for CT19%20OCS: {'auction_closing_time': 1774778400.0, 'created_time': 1774564889.570873, 'last_price_update_time': 1774765574.915764}
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT19%2520OCS') HTTP/1.1" 204 0
2026-03-29 06:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE
2026-03-29 06:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE
2026-03-29 06:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE to the API
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF72%20GFE-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3fee539-82ca-5a73-8e59-5c3afd4d3bed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF72 GFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF72%20GFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 112089,
 'odometer_reading_unit': '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': 'WBY42DU080S543984',
 'year': 2022}
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GFE%27 HTTP/1.1" 200 None
2026-03-29 06:26:15 [bca.uk] INFO: Saving data for WF72%20GFE: {'auction_closing_time': 1774864800.0, 'created_time': 1773837524.907086, 'last_price_update_time': 1774765575.190994}
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF72%2520GFE') HTTP/1.1" 204 0
2026-03-29 06:26:15 [bca.uk] INFO: Found listing with ID: CA20%20VSX
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520VSX%27 HTTP/1.1" 200 None
2026-03-29 06:26:15 [bca.uk] INFO: Scrape type for CA20%20VSX: 2
2026-03-29 06:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd498ca7-fe70-55ea-9259-e9509066da2b with identifier: CA20%20VSX
2026-03-29 06:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd498ca7-fe70-55ea-9259-e9509066da2b with scrape type 2
2026-03-29 06:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd498ca7-fe70-55ea-9259-e9509066da2b with scrape type 2
2026-03-29 06:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd498ca7-fe70-55ea-9259-e9509066da2b, identifier: CA20%20VSX
2026-03-29 06:26:15 [bca.uk] INFO: Found listing with ID: WG19%20VKO
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520VKO%27 HTTP/1.1" 200 None
2026-03-29 06:26:15 [bca.uk] INFO: Scrape type for WG19%20VKO: 2
2026-03-29 06:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO
2026-03-29 06:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with scrape type 2
2026-03-29 06:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with scrape type 2
2026-03-29 06:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f, identifier: WG19%20VKO
2026-03-29 06:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd498ca7-fe70-55ea-9259-e9509066da2b with identifier: CA20%20VSX
2026-03-29 06:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd498ca7-fe70-55ea-9259-e9509066da2b with identifier: CA20%20VSX
2026-03-29 06:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd498ca7-fe70-55ea-9259-e9509066da2b with identifier: CA20%20VSX to the API
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA20%20VSX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd498ca7-fe70-55ea-9259-e9509066da2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA20 VSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA20%20VSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 49912,
 '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 DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE',
 'vin': 'VF7VBYHRKL7037317',
 'year': 2020}
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520VSX%27 HTTP/1.1" 200 None
2026-03-29 06:26:15 [bca.uk] INFO: Saving data for CA20%20VSX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564890.369125, 'last_price_update_time': 1774765575.704259}
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA20%2520VSX') HTTP/1.1" 204 0
2026-03-29 06:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO
2026-03-29 06:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO
2026-03-29 06:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO to the API
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG19%20VKO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae2d6a32-05cf-59c5-baa0-409bc16c3c3f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG19 VKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG19%20VKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 83042,
 'odometer_reading_unit': '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.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZGB4KR035757',
 'year': 2019}
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520VKO%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Saving data for WG19%20VKO: {'auction_closing_time': 1774864800.0, 'created_time': 1773837536.767401, 'last_price_update_time': 1774765576.012284}
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG19%2520VKO') HTTP/1.1" 204 0
2026-03-29 06:26:16 [bca.uk] INFO: Found listing with ID: AD02%20TAM
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD02%2520TAM%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Scrape type for AD02%20TAM: 2
2026-03-29 06:26:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9286541f-b224-5186-b5da-060e58c4d8ab with identifier: AD02%20TAM
2026-03-29 06:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9286541f-b224-5186-b5da-060e58c4d8ab with scrape type 2
2026-03-29 06:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9286541f-b224-5186-b5da-060e58c4d8ab with scrape type 2
2026-03-29 06:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9286541f-b224-5186-b5da-060e58c4d8ab, identifier: AD02%20TAM
2026-03-29 06:26:16 [bca.uk] INFO: Found listing with ID: CF72%20WXG
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXG%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Scrape type for CF72%20WXG: 0
2026-03-29 06:26:16 [bca.uk] INFO: Found listing with ID: SY21%20KPV
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Scrape type for SY21%20KPV: 0
2026-03-29 06:26:16 [bca.uk] INFO: Found listing with ID: ME21%20EOG
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Scrape type for ME21%20EOG: 0
2026-03-29 06:26:16 [bca.uk] INFO: Found listing with ID: YM74%20VHU
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520VHU%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Scrape type for YM74%20VHU: 0
2026-03-29 06:26:16 [bca.uk] INFO: Found listing with ID: OU14%20UJN
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UJN%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Scrape type for OU14%20UJN: 2
2026-03-29 06:26:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN
2026-03-29 06:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03be404d-05b0-5263-8046-d8b94f4531d8 with scrape type 2
2026-03-29 06:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03be404d-05b0-5263-8046-d8b94f4531d8 with scrape type 2
2026-03-29 06:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03be404d-05b0-5263-8046-d8b94f4531d8, identifier: OU14%20UJN
2026-03-29 06:26:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9286541f-b224-5186-b5da-060e58c4d8ab with identifier: AD02%20TAM
2026-03-29 06:26:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9286541f-b224-5186-b5da-060e58c4d8ab with identifier: AD02%20TAM
2026-03-29 06:26:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9286541f-b224-5186-b5da-060e58c4d8ab with identifier: AD02%20TAM to the API
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD02%20TAM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9286541f-b224-5186-b5da-060e58c4d8ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AD02 TAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD02%20TAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 65944,
 'odometer_reading_unit': '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 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYJJ85446',
 'year': 2018}
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD02%2520TAM%27 HTTP/1.1" 200 None
2026-03-29 06:26:16 [bca.uk] INFO: Saving data for AD02%20TAM: {'auction_closing_time': 1774778400.0, 'created_time': 1774564890.754273, 'last_price_update_time': 1774765576.645487}
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD02%2520TAM') HTTP/1.1" 204 0
2026-03-29 06:26:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN
2026-03-29 06:26:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN
2026-03-29 06:26:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN to the API
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU14%20UJN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03be404d-05b0-5263-8046-d8b94f4531d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU14 UJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU14%20UJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 106534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA SC 1.4 TOCA Coupe',
 'transmission': 'manual',
 'trim': 'TOCA',
 'vin': 'VSSZZZ6JZER089138',
 'year': 2014}
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UJN%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Saving data for OU14%20UJN: {'auction_closing_time': 1775037600.0, 'created_time': 1773843728.312774, 'last_price_update_time': 1774765577.0155}
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU14%2520UJN') HTTP/1.1" 204 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: V555%20SRB
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V555%2520SRB%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for V555%20SRB: 2
2026-03-29 06:26:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB
2026-03-29 06:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4e95526-2bdf-523d-9efe-26a63edc62f7 with scrape type 2
2026-03-29 06:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4e95526-2bdf-523d-9efe-26a63edc62f7 with scrape type 2
2026-03-29 06:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4e95526-2bdf-523d-9efe-26a63edc62f7, identifier: V555%20SRB
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: BX19%20RTU
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520RTU%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for BX19%20RTU: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: DL72%20YXT
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520YXT%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for DL72%20YXT: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: FJ22%20MVF
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520MVF%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for FJ22%20MVF: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: FL23%20DGF
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520DGF%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for FL23%20DGF: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: GY23%20NRX
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520NRX%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for GY23%20NRX: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: WN22%20HXF
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXF%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for WN22%20HXF: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: FP07%20WUH
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP07%2520WUH%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for FP07%20WUH: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: CF72%20WXC
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXC%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for CF72%20WXC: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: DV72%20LHT
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for DV72%20LHT: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: GY72%20DTO
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520DTO%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for GY72%20DTO: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: MJ23%20YRS
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ23%2520YRS%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for MJ23%20YRS: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: MT23%20YFJ
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520YFJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for MT23%20YFJ: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: SB60%20DPE
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520DPE%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for SB60%20DPE: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: FY68%20AKZ
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520AKZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for FY68%20AKZ: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: MH72%20DCO
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DCO%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for MH72%20DCO: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: RE72%20GLV
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for RE72%20GLV: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: RF71%20AEN
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEN%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for RF71%20AEN: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: VN70%20UEW
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520UEW%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for VN70%20UEW: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: KM61%20FMG
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520FMG%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for KM61%20FMG: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: WN73%20BOV
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for WN73%20BOV: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: BJ71%20AEU
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520AEU%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for BJ71%20AEU: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: CJ72%20FSL
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSL%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for CJ72%20FSL: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: DP23%20ZVO
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for DP23%20ZVO: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: FP71%20DWM
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520DWM%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for FP71%20DWM: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: LX22%20MBU
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520MBU%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for LX22%20MBU: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: MA23%20UCR
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for MA23%20UCR: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: MV23%20RLZ
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for MV23%20RLZ: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: WG22%20NSK
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520NSK%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for WG22%20NSK: 0
2026-03-29 06:26:17 [bca.uk] INFO: Found listing with ID: VO18%20DXE
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520DXE%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Scrape type for VO18%20DXE: 0
2026-03-29 06:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB
2026-03-29 06:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB
2026-03-29 06:26:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB to the API
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 246,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V555%20SRB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4e95526-2bdf-523d-9efe-26a63edc62f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'V555 SRB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=V555%20SRB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GT',
 'odometer': 55353,
 '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': 'BENTLEY CONTINENTAL GT 4.0 V8 S Coupe',
 'transmission': 'manual',
 'trim': 'V8 S',
 'vin': 'SCBFE63W2EC096866',
 'year': 2014}
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V555%2520SRB%27 HTTP/1.1" 200 None
2026-03-29 06:26:17 [bca.uk] INFO: Saving data for V555%20SRB: {'auction_closing_time': 1774951200.0, 'created_time': 1774564868.864948, 'last_price_update_time': 1774765577.949091}
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V555%2520SRB') HTTP/1.1" 204 0
2026-03-29 06:26:18 [bca.uk] INFO: Found listing with ID: SD13%20CUX
2026-03-29 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520CUX%27 HTTP/1.1" 200 None
2026-03-29 06:26:18 [bca.uk] INFO: Scrape type for SD13%20CUX: 2
2026-03-29 06:26:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f08f2d-30cf-5beb-8db4-5a834d809830 with identifier: SD13%20CUX
2026-03-29 06:26:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f08f2d-30cf-5beb-8db4-5a834d809830 with scrape type 2
2026-03-29 06:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f08f2d-30cf-5beb-8db4-5a834d809830 with scrape type 2
2026-03-29 06:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1f08f2d-30cf-5beb-8db4-5a834d809830, identifier: SD13%20CUX
2026-03-29 06:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1f08f2d-30cf-5beb-8db4-5a834d809830 with identifier: SD13%20CUX
2026-03-29 06:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1f08f2d-30cf-5beb-8db4-5a834d809830 with identifier: SD13%20CUX
2026-03-29 06:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1f08f2d-30cf-5beb-8db4-5a834d809830 with identifier: SD13%20CUX to the API
2026-03-29 06:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD13%20CUX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1f08f2d-30cf-5beb-8db4-5a834d809830',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD13 CUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD13%20CUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 100521,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 3.0 D-4D 171 INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D-4D 171 INVINCIBLE 4WD',
 'vin': 'AHTFZ29G909089819',
 'year': 2013}
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520CUX%27 HTTP/1.1" 200 None
2026-03-29 06:26:19 [bca.uk] INFO: Saving data for SD13%20CUX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564871.514798, 'last_price_update_time': 1774765579.124201}
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD13%2520CUX') HTTP/1.1" 204 0
2026-03-29 06:26:19 [bca.uk] INFO: Found listing with ID: MJ68%20DAO
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:19 [bca.uk] INFO: Scrape type for MJ68%20DAO: 2
2026-03-29 06:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7 with identifier: MJ68%20DAO
2026-03-29 06:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7 with scrape type 2
2026-03-29 06:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7 with scrape type 2
2026-03-29 06:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7, identifier: MJ68%20DAO
2026-03-29 06:26:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7 with identifier: MJ68%20DAO
2026-03-29 06:26:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7 with identifier: MJ68%20DAO
2026-03-29 06:26:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7 with identifier: MJ68%20DAO to the API
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ68%20DAO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5da9119b-a9e5-5ae3-a83b-016d9c2ff7e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ68 DAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ68%20DAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 98245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PJU03131',
 'year': 2018}
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:19 [bca.uk] INFO: Saving data for MJ68%20DAO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564866.334977, 'last_price_update_time': 1774765579.541879}
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ68%2520DAO') HTTP/1.1" 204 0
2026-03-29 06:26:19 [bca.uk] INFO: Found listing with ID: EO63%20VYA
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520VYA%27 HTTP/1.1" 200 None
2026-03-29 06:26:19 [bca.uk] INFO: Scrape type for EO63%20VYA: 2
2026-03-29 06:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA
2026-03-29 06:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with scrape type 2
2026-03-29 06:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with scrape type 2
2026-03-29 06:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39, identifier: EO63%20VYA
2026-03-29 06:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:26:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA
2026-03-29 06:26:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA
2026-03-29 06:26:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA to the API
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO63%20VYA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3599b4b9-0bd4-5fec-9cc3-1da243eaec39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO63 VYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO63%20VYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 112761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.6 TDCI 115 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X',
 'vin': 'WF0JXXWPBJDC31927',
 'year': 2013}
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520VYA%27 HTTP/1.1" 200 None
2026-03-29 06:26:19 [bca.uk] INFO: Saving data for EO63%20VYA: {'auction_closing_time': 1774864800.0, 'created_time': 1773841003.554674, 'last_price_update_time': 1774765579.949118}
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO63%2520VYA') HTTP/1.1" 204 0
2026-03-29 06:26:19 [bca.uk] INFO: Found listing with ID: FT16%20HCV
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520HCV%27 HTTP/1.1" 200 None
2026-03-29 06:26:19 [bca.uk] INFO: Scrape type for FT16%20HCV: 2
2026-03-29 06:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV
2026-03-29 06:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a833c224-3b3d-5a09-a2bf-7da7c0c7730f with scrape type 2
2026-03-29 06:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a833c224-3b3d-5a09-a2bf-7da7c0c7730f with scrape type 2
2026-03-29 06:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a833c224-3b3d-5a09-a2bf-7da7c0c7730f, identifier: FT16%20HCV
2026-03-29 06:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV
2026-03-29 06:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV
2026-03-29 06:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV to the API
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT16%20HCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a833c224-3b3d-5a09-a2bf-7da7c0c7730f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT16 HCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT16%20HCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 60497,
 '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.2 P/T 82 FLAIR ETG Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 82 FLAIR ETG',
 'vin': 'VF70PHMZBGE530616',
 'year': 2016}
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520HCV%27 HTTP/1.1" 200 None
2026-03-29 06:26:20 [bca.uk] INFO: Saving data for FT16%20HCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390401.993041, 'last_price_update_time': 1774765580.351831}
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT16%2520HCV') HTTP/1.1" 204 0
2026-03-29 06:26:20 [bca.uk] INFO: Found listing with ID: HG64%20CBV
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520CBV%27 HTTP/1.1" 200 None
2026-03-29 06:26:20 [bca.uk] INFO: Scrape type for HG64%20CBV: 2
2026-03-29 06:26:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV
2026-03-29 06:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f4a347-6d88-59ad-bac3-3867cfc1d680 with scrape type 2
2026-03-29 06:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4f4a347-6d88-59ad-bac3-3867cfc1d680 with scrape type 2
2026-03-29 06:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4f4a347-6d88-59ad-bac3-3867cfc1d680, identifier: HG64%20CBV
2026-03-29 06:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV
2026-03-29 06:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV
2026-03-29 06:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV to the API
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG64%20CBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4f4a347-6d88-59ad-bac3-3867cfc1d680',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG64 CBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG64%20CBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 107582,
 '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 ACENTA (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 ACENTA (5ST)',
 'vin': 'JN1TCAT32U0007936',
 'year': 2015}
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520CBV%27 HTTP/1.1" 200 None
2026-03-29 06:26:20 [bca.uk] INFO: Saving data for HG64%20CBV: {'auction_closing_time': 1774864800.0, 'created_time': 1773907439.368488, 'last_price_update_time': 1774765580.736743}
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG64%2520CBV') HTTP/1.1" 204 0
2026-03-29 06:26:20 [bca.uk] INFO: Total items found: 100
2026-03-29 06:26:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded
2026-03-29 06:26:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:26:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:20 [bca.uk] INFO: Found listing with ID: YC64%20CXY
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520CXY%27 HTTP/1.1" 200 None
2026-03-29 06:26:20 [bca.uk] INFO: Scrape type for YC64%20CXY: 2
2026-03-29 06:26:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY
2026-03-29 06:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with scrape type 2
2026-03-29 06:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with scrape type 2
2026-03-29 06:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844, identifier: YC64%20CXY
2026-03-29 06:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY
2026-03-29 06:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY
2026-03-29 06:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY to the API
2026-03-29 06:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC64%20CXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d0cbf86-92f0-5ed4-a65b-13eb06c74844',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC64 CXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC64%20CXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'ROOMSTER',
 'odometer': 102230,
 '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 ROOMSTER 1.2 TSI 105 SE MPV',
 'transmission': 'manual',
 'trim': 'TSI 105 SE',
 'vin': 'TMBPN65J0F5013198',
 'year': 2014}
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520CXY%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Saving data for YC64%20CXY: {'auction_closing_time': 1774864800.0, 'created_time': 1773841024.62024, 'last_price_update_time': 1774765581.137391}
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC64%2520CXY') HTTP/1.1" 204 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: KF72%20VDC
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VDC%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for KF72%20VDC: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: AV75%20CWF
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWF%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for AV75%20CWF: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: BV22%20ZHY
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV22%2520ZHY%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for BV22%20ZHY: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: DP22%20FZA
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520FZA%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for DP22%20FZA: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: DS23%20APZ
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for DS23%20APZ: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: FX71%20SKK
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520SKK%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for FX71%20SKK: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: GJ23%20KHG
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KHG%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for GJ23%20KHG: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: HV12%20KKL
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520KKL%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for HV12%20KKL: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: LF23%20VWH
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VWH%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for LF23%20VWH: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: LG23%20ZFS
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520ZFS%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for LG23%20ZFS: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: LM72%20KHA
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for LM72%20KHA: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: LP21%20NUH
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520NUH%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for LP21%20NUH: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: MF21%20RGU
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF21%2520RGU%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for MF21%20RGU: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: PK23%20VVG
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520VVG%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for PK23%20VVG: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: SN23%20ULV
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520ULV%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for SN23%20ULV: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: VX22%20XJE
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX22%2520XJE%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for VX22%20XJE: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: WN70%20JZJ
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520JZJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for WN70%20JZJ: 0
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: LD20%20NTK
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520NTK%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for LD20%20NTK: 2
2026-03-29 06:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK
2026-03-29 06:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 956ccec6-6949-5db9-80f6-690c005e5bf9 with scrape type 2
2026-03-29 06:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 956ccec6-6949-5db9-80f6-690c005e5bf9 with scrape type 2
2026-03-29 06:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 956ccec6-6949-5db9-80f6-690c005e5bf9, identifier: LD20%20NTK
2026-03-29 06:26:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:21 [bca.uk] INFO: Found listing with ID: VN14%20TPV
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520TPV%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Scrape type for VN14%20TPV: 2
2026-03-29 06:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba1853d2-9caa-509f-91fa-56c4ee6323b8 with identifier: VN14%20TPV
2026-03-29 06:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba1853d2-9caa-509f-91fa-56c4ee6323b8 with scrape type 2
2026-03-29 06:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba1853d2-9caa-509f-91fa-56c4ee6323b8 with scrape type 2
2026-03-29 06:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba1853d2-9caa-509f-91fa-56c4ee6323b8, identifier: VN14%20TPV
2026-03-29 06:26:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK
2026-03-29 06:26:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK
2026-03-29 06:26:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK to the API
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD20%20NTK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '956ccec6-6949-5db9-80f6-690c005e5bf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD20 NTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD20%20NTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'MII ELECTRIC',
 'odometer': 44321,
 '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 MII ELECTRIC 61KW 37KWH Hatchback',
 'transmission': 'automatic',
 'trim': '61KW 37KWH',
 'vin': 'VSSZZZAAZLD501585',
 'year': 2020}
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520NTK%27 HTTP/1.1" 200 None
2026-03-29 06:26:21 [bca.uk] INFO: Saving data for LD20%20NTK: {'auction_closing_time': 1775037600.0, 'created_time': 1773960082.791357, 'last_price_update_time': 1774765581.927761}
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD20%2520NTK') HTTP/1.1" 204 0
2026-03-29 06:26:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba1853d2-9caa-509f-91fa-56c4ee6323b8 with identifier: VN14%20TPV
2026-03-29 06:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba1853d2-9caa-509f-91fa-56c4ee6323b8 with identifier: VN14%20TPV
2026-03-29 06:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba1853d2-9caa-509f-91fa-56c4ee6323b8 with identifier: VN14%20TPV to the API
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN14%20TPV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba1853d2-9caa-509f-91fa-56c4ee6323b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN14 TPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN14%20TPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 259599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYET05615',
 'year': 2014}
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520TPV%27 HTTP/1.1" 200 None
2026-03-29 06:26:22 [bca.uk] INFO: Saving data for VN14%20TPV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564952.120211, 'last_price_update_time': 1774765582.31349}
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN14%2520TPV') HTTP/1.1" 204 0
2026-03-29 06:26:22 [bca.uk] INFO: Found listing with ID: DS18%20LWX
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LWX%27 HTTP/1.1" 200 None
2026-03-29 06:26:22 [bca.uk] INFO: Scrape type for DS18%20LWX: 2
2026-03-29 06:26:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX
2026-03-29 06:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4baebc92-03a0-5775-810b-00d8867d879c with scrape type 2
2026-03-29 06:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4baebc92-03a0-5775-810b-00d8867d879c with scrape type 2
2026-03-29 06:26:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4baebc92-03a0-5775-810b-00d8867d879c, identifier: DS18%20LWX
2026-03-29 06:26:22 [bca.uk] INFO: Found listing with ID: HS69%20BVL
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS69%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:26:22 [bca.uk] INFO: Scrape type for HS69%20BVL: 2
2026-03-29 06:26:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f00902-b628-5ddc-a89b-11843e0fe66f with identifier: HS69%20BVL
2026-03-29 06:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f00902-b628-5ddc-a89b-11843e0fe66f with scrape type 2
2026-03-29 06:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f00902-b628-5ddc-a89b-11843e0fe66f with scrape type 2
2026-03-29 06:26:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5f00902-b628-5ddc-a89b-11843e0fe66f, identifier: HS69%20BVL
2026-03-29 06:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX
2026-03-29 06:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX
2026-03-29 06:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX to the API
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS18%20LWX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4baebc92-03a0-5775-810b-00d8867d879c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS18 LWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS18%20LWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 68404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2305216',
 'year': 2018}
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LWX%27 HTTP/1.1" 200 None
2026-03-29 06:26:22 [bca.uk] INFO: Saving data for DS18%20LWX: {'auction_closing_time': 1775037600.0, 'created_time': 1773960094.298133, 'last_price_update_time': 1774765582.834436}
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS18%2520LWX') HTTP/1.1" 204 0
2026-03-29 06:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5f00902-b628-5ddc-a89b-11843e0fe66f with identifier: HS69%20BVL
2026-03-29 06:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5f00902-b628-5ddc-a89b-11843e0fe66f with identifier: HS69%20BVL
2026-03-29 06:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5f00902-b628-5ddc-a89b-11843e0fe66f with identifier: HS69%20BVL to the API
2026-03-29 06:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS69%20BVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5f00902-b628-5ddc-a89b-11843e0fe66f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS69 BVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS69%20BVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 38721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.STD.',
 'vin': 'VR3EFYHYCKJ821524',
 'year': 2020}
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS69%2520BVL%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Saving data for HS69%20BVL: {'auction_closing_time': 1774778400.0, 'created_time': 1774564885.143062, 'last_price_update_time': 1774765583.116989}
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS69%2520BVL') HTTP/1.1" 204 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: DS71%20GRU
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520GRU%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for DS71%20GRU: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: MM71%20HKX
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for MM71%20HKX: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: PK23%20HLN
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520HLN%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for PK23%20HLN: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: RA22%20WTD
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA22%2520WTD%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for RA22%20WTD: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: RF71%20AEL
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEL%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for RF71%20AEL: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: VE71%20WMG
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WMG%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for VE71%20WMG: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: WU23%20FFO
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520FFO%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for WU23%20FFO: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: YG22%20UXL
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UXL%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for YG22%20UXL: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: CU22%20KWR
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520KWR%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for CU22%20KWR: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: KU22%20YUR
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU22%2520YUR%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for KU22%20YUR: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: DK24%20WNG
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WNG%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for DK24%20WNG: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: OV66%20GWX
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520GWX%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for OV66%20GWX: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: UW11%20LAM
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UW11%2520LAM%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for UW11%20LAM: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: SJ20%20CTV
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ20%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for SJ20%20CTV: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: MJ68%20OVW
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for MJ68%20OVW: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: BT21%20MXF
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520MXF%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for BT21%20MXF: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: KT68%20WRU
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520WRU%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for KT68%20WRU: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: LO66%20VEB
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520VEB%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for LO66%20VEB: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: SA70%20OGP
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA70%2520OGP%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for SA70%20OGP: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: SF64%20XAO
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF64%2520XAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for SF64%20XAO: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: GV74%20LGO
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for GV74%20LGO: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: OY75%20FPD
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520FPD%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for OY75%20FPD: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: WM73%20NBF
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520NBF%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for WM73%20NBF: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: WX24%20XDW
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX24%2520XDW%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for WX24%20XDW: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: CX59%20YYW
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520YYW%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for CX59%20YYW: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: FG66%20HZW
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520HZW%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for FG66%20HZW: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: RK60%20RLZ
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK60%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for RK60%20RLZ: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: SV62%20OSA
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520OSA%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for SV62%20OSA: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: VK61%20OBO
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520OBO%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for VK61%20OBO: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: AY64%20LKC
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520LKC%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for AY64%20LKC: 0
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: CF25%20KZG
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF25%2520KZG%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for CF25%20KZG: 2
2026-03-29 06:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG
2026-03-29 06:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with scrape type 2
2026-03-29 06:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with scrape type 2
2026-03-29 06:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b9abb33-131e-5e41-91f6-32ec39d99fa3, identifier: CF25%20KZG
2026-03-29 06:26:23 [bca.uk] INFO: Found listing with ID: EF73%20MXL
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF73%2520MXL%27 HTTP/1.1" 200 None
2026-03-29 06:26:23 [bca.uk] INFO: Scrape type for EF73%20MXL: 2
2026-03-29 06:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a76a6c6-c301-50f7-8c99-3656bb58dbb7 with identifier: EF73%20MXL
2026-03-29 06:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a76a6c6-c301-50f7-8c99-3656bb58dbb7 with scrape type 2
2026-03-29 06:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a76a6c6-c301-50f7-8c99-3656bb58dbb7 with scrape type 2
2026-03-29 06:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a76a6c6-c301-50f7-8c99-3656bb58dbb7, identifier: EF73%20MXL
2026-03-29 06:26:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG
2026-03-29 06:26:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG
2026-03-29 06:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG to the API
2026-03-29 06:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF25%20KZG-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': '6b9abb33-131e-5e41-91f6-32ec39d99fa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF25 KZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF25%20KZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 2017,
 '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': 'MG MOTOR UK HS 1.5 T-GDI PHEV TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV TROPHY',
 'vin': 'LSJW94398RG085660',
 'year': 2025}
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF25%2520KZG%27 HTTP/1.1" 200 None
2026-03-29 06:26:24 [bca.uk] INFO: Saving data for CF25%20KZG: {'auction_closing_time': 1774864800.0, 'created_time': 1773844015.665669, 'last_price_update_time': 1774765584.112495}
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF25%2520KZG') HTTP/1.1" 204 0
2026-03-29 06:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a76a6c6-c301-50f7-8c99-3656bb58dbb7 with identifier: EF73%20MXL
2026-03-29 06:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a76a6c6-c301-50f7-8c99-3656bb58dbb7 with identifier: EF73%20MXL
2026-03-29 06:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a76a6c6-c301-50f7-8c99-3656bb58dbb7 with identifier: EF73%20MXL to the API
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF73%20MXL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3a76a6c6-c301-50f7-8c99-3656bb58dbb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF73 MXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF73%20MXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 53295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPJ00936',
 'year': 2023}
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF73%2520MXL%27 HTTP/1.1" 200 None
2026-03-29 06:26:24 [bca.uk] INFO: Saving data for EF73%20MXL: {'auction_closing_time': 1774778400.0, 'created_time': 1774564886.30238, 'last_price_update_time': 1774765584.49646}
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF73%2520MXL') HTTP/1.1" 204 0
2026-03-29 06:26:24 [bca.uk] INFO: Found listing with ID: PL24%20MLO
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL24%2520MLO%27 HTTP/1.1" 200 None
2026-03-29 06:26:24 [bca.uk] INFO: Scrape type for PL24%20MLO: 0
2026-03-29 06:26:24 [bca.uk] INFO: Found listing with ID: VK22%20EZH
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520EZH%27 HTTP/1.1" 200 None
2026-03-29 06:26:24 [bca.uk] INFO: Scrape type for VK22%20EZH: 0
2026-03-29 06:26:24 [bca.uk] INFO: Found listing with ID: BK23%20NBY
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NBY%27 HTTP/1.1" 200 None
2026-03-29 06:26:24 [bca.uk] INFO: Scrape type for BK23%20NBY: 2
2026-03-29 06:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY
2026-03-29 06:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47f1d899-a6b4-541d-9967-9f67c3712d5d with scrape type 2
2026-03-29 06:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47f1d899-a6b4-541d-9967-9f67c3712d5d with scrape type 2
2026-03-29 06:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47f1d899-a6b4-541d-9967-9f67c3712d5d, identifier: BK23%20NBY
2026-03-29 06:26:24 [bca.uk] INFO: Found listing with ID: DE22%20AYT
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 06:26:24 [bca.uk] INFO: Scrape type for DE22%20AYT: 2
2026-03-29 06:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT
2026-03-29 06:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with scrape type 2
2026-03-29 06:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with scrape type 2
2026-03-29 06:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa, identifier: DE22%20AYT
2026-03-29 06:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY
2026-03-29 06:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY
2026-03-29 06:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY to the API
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20NBY-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '47f1d899-a6b4-541d-9967-9f67c3712d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 NBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20NBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 39176,
 '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 1.6 GDI PHEV 4 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 4 DCT',
 'vin': 'KNACR81FVP5078174',
 'year': 2023}
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NBY%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Saving data for BK23%20NBY: {'auction_closing_time': 1774864800.0, 'created_time': 1773843921.80697, 'last_price_update_time': 1774765585.030803}
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520NBY') HTTP/1.1" 204 0
2026-03-29 06:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT
2026-03-29 06:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT
2026-03-29 06:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT to the API
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE22%20AYT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6db5f024-24a0-5d6b-9b64-1e416d6ff8fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE22 AYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE22%20AYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 32514,
 'odometer_reading_unit': '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.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP024032',
 'year': 2022}
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AYT%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Saving data for DE22%20AYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774564880.168894, 'last_price_update_time': 1774765585.306086}
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE22%2520AYT') HTTP/1.1" 204 0
2026-03-29 06:26:25 [bca.uk] INFO: Found listing with ID: PO23%20ZRC
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO23%2520ZRC%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Scrape type for PO23%20ZRC: 0
2026-03-29 06:26:25 [bca.uk] INFO: Found listing with ID: NL72%20MDO
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520MDO%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Scrape type for NL72%20MDO: 0
2026-03-29 06:26:25 [bca.uk] INFO: Found listing with ID: HT22%20UFZ
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520UFZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Scrape type for HT22%20UFZ: 0
2026-03-29 06:26:25 [bca.uk] INFO: Found listing with ID: DC66%20BWD
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Scrape type for DC66%20BWD: 2
2026-03-29 06:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD
2026-03-29 06:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e26835d8-49fd-5834-bac6-ca83becb29fd with scrape type 2
2026-03-29 06:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e26835d8-49fd-5834-bac6-ca83becb29fd with scrape type 2
2026-03-29 06:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e26835d8-49fd-5834-bac6-ca83becb29fd, identifier: DC66%20BWD
2026-03-29 06:26:25 [bca.uk] INFO: Found listing with ID: DK74%20ZGW
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK74%2520ZGW%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Scrape type for DK74%20ZGW: 2
2026-03-29 06:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW
2026-03-29 06:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with scrape type 2
2026-03-29 06:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with scrape type 2
2026-03-29 06:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c, identifier: DK74%20ZGW
2026-03-29 06:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD
2026-03-29 06:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD
2026-03-29 06:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD to the API
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC66%20BWD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e26835d8-49fd-5834-bac6-ca83becb29fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC66 BWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC66%20BWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 110972,
 '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 Estate',
 'transmission': 'manual',
 'trim': 'TDI 110 MATCH EDITION',
 'vin': 'WVWZZZAUZHP544393',
 'year': 2016}
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 06:26:25 [bca.uk] INFO: Saving data for DC66%20BWD: {'auction_closing_time': 1774864800.0, 'created_time': 1773822633.516106, 'last_price_update_time': 1774765585.862729}
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC66%2520BWD') HTTP/1.1" 204 0
2026-03-29 06:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW
2026-03-29 06:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW
2026-03-29 06:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW to the API
2026-03-29 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK74%20ZGW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '35f8b420-21ce-52a8-aebd-40a2bc4a4e3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK74 ZGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK74%20ZGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'ID.7',
 'odometer': 8480,
 '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.7 210KW 77KWH MATCH PRO Hatchback',
 'transmission': 'automatic',
 'trim': '210KW 77KWH MATCH PRO',
 'vin': 'WVWZZZED4SE502495',
 'year': 2024}
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK74%2520ZGW%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Saving data for DK74%20ZGW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564875.909735, 'last_price_update_time': 1774765586.154383}
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK74%2520ZGW') HTTP/1.1" 204 0
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: DV64%20ZXY
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520ZXY%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for DV64%20ZXY: 0
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: EX14%20ODS
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520ODS%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for EX14%20ODS: 0
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: MK65%20FMP
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK65%2520FMP%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for MK65%20FMP: 0
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: YY08%20KYH
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY08%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for YY08%20KYH: 0
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: DX22%20EKF
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520EKF%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for DX22%20EKF: 0
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: MH25%20FAO
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH25%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for MH25%20FAO: 2
2026-03-29 06:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO
2026-03-29 06:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with scrape type 2
2026-03-29 06:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with scrape type 2
2026-03-29 06:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c, identifier: MH25%20FAO
2026-03-29 06:26:26 [bca.uk] INFO: Found listing with ID: KV14%20WDF
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520WDF%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Scrape type for KV14%20WDF: 2
2026-03-29 06:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF
2026-03-29 06:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c02f87-64df-596a-bc75-b2c9e54553c3 with scrape type 2
2026-03-29 06:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c02f87-64df-596a-bc75-b2c9e54553c3 with scrape type 2
2026-03-29 06:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c02f87-64df-596a-bc75-b2c9e54553c3, identifier: KV14%20WDF
2026-03-29 06:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO
2026-03-29 06:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO
2026-03-29 06:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO to the API
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH25%20FAO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH25 FAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH25%20FAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'EXPLORER',
 'odometer': 7785,
 '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 EXPLORER 125KW 52KWH SELECT StationWagon',
 'transmission': 'automatic',
 'trim': '125KW 52KWH SELECT',
 'vin': 'WF0RPAEF6SSM53923',
 'year': 2025}
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH25%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:26 [bca.uk] INFO: Saving data for MH25%20FAO: {'auction_closing_time': 1774864800.0, 'created_time': 1773843904.574395, 'last_price_update_time': 1774765586.721764}
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH25%2520FAO') HTTP/1.1" 204 0
2026-03-29 06:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF
2026-03-29 06:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF
2026-03-29 06:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF to the API
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV14%20WDF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f2c02f87-64df-596a-bc75-b2c9e54553c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV14 WDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV14%20WDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 95778,
 '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 V40 1.6 D2 115 SE LUX P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'D2 115 SE LUX P/S',
 'vin': 'YV1MV848BE2140746',
 'year': 2014}
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520WDF%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Saving data for KV14%20WDF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564874.750599, 'last_price_update_time': 1774765587.084451}
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV14%2520WDF') HTTP/1.1" 204 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: DG24%20LFU
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LFU%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for DG24%20LFU: 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: DG24%20KZL
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520KZL%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for DG24%20KZL: 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: FX70%20OUJ
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520OUJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for FX70%20OUJ: 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: MT70%20YFR
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for MT70%20YFR: 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: BL23%20CNE
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520CNE%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for BL23%20CNE: 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: BV24%20ASU
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ASU%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for BV24%20ASU: 2
2026-03-29 06:26:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU
2026-03-29 06:26:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e2615e-9a9d-589e-abec-2f9dabfc1048 with scrape type 2
2026-03-29 06:26:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e2615e-9a9d-589e-abec-2f9dabfc1048 with scrape type 2
2026-03-29 06:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8e2615e-9a9d-589e-abec-2f9dabfc1048, identifier: BV24%20ASU
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: YD62%20MXO
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520MXO%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Scrape type for YD62%20MXO: 2
2026-03-29 06:26:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO
2026-03-29 06:26:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98628b51-199b-5eaa-884f-026531a09d18 with scrape type 2
2026-03-29 06:26:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98628b51-199b-5eaa-884f-026531a09d18 with scrape type 2
2026-03-29 06:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98628b51-199b-5eaa-884f-026531a09d18, identifier: YD62%20MXO
2026-03-29 06:26:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU
2026-03-29 06:26:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU
2026-03-29 06:26:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU to the API
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV24%20ASU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd8e2615e-9a9d-589e-abec-2f9dabfc1048',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV24 ASU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV24%20ASU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HONDA',
 'model': 'ENY1',
 'odometer': 16396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA ENY1 150KW 69KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 69KWH ADVANCE',
 'vin': 'LVHRS1876R5102906',
 'year': 2024}
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ASU%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Saving data for BV24%20ASU: {'auction_closing_time': 1774864800.0, 'created_time': 1773907377.245169, 'last_price_update_time': 1774765587.679021}
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV24%2520ASU') HTTP/1.1" 204 0
2026-03-29 06:26:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO
2026-03-29 06:26:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO
2026-03-29 06:26:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO to the API
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD62%20MXO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98628b51-199b-5eaa-884f-026531a09d18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD62 MXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD62%20MXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SUZUKI',
 'model': 'SX4',
 'odometer': 79077,
 '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': 'SUZUKI SX4 1.6 SZ5 4X4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ5 4X4',
 'vin': 'TSMEYB21S00658102',
 'year': 2012}
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520MXO%27 HTTP/1.1" 200 None
2026-03-29 06:26:27 [bca.uk] INFO: Saving data for YD62%20MXO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564869.817621, 'last_price_update_time': 1774765587.969861}
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD62%2520MXO') HTTP/1.1" 204 0
2026-03-29 06:26:27 [bca.uk] INFO: Found listing with ID: SG22%20OZM
2026-03-29 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520OZM%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for SG22%20OZM: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: BK75%20GHN
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK75%2520GHN%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for BK75%20GHN: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: WU72%20TBX
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TBX%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for WU72%20TBX: 2
2026-03-29 06:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX
2026-03-29 06:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9309119-16bb-5227-b145-56a1b725311d with scrape type 2
2026-03-29 06:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9309119-16bb-5227-b145-56a1b725311d with scrape type 2
2026-03-29 06:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9309119-16bb-5227-b145-56a1b725311d, identifier: WU72%20TBX
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: VO23%20LTU
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520LTU%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for VO23%20LTU: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: LM72%20USD
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520USD%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for LM72%20USD: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: YA67%20DLZ
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520DLZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for YA67%20DLZ: 2
2026-03-29 06:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ
2026-03-29 06:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec9c366a-5e45-566c-acfd-a640a43687b0 with scrape type 2
2026-03-29 06:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec9c366a-5e45-566c-acfd-a640a43687b0 with scrape type 2
2026-03-29 06:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec9c366a-5e45-566c-acfd-a640a43687b0, identifier: YA67%20DLZ
2026-03-29 06:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX
2026-03-29 06:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX
2026-03-29 06:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX to the API
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU72%20TBX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f9309119-16bb-5227-b145-56a1b725311d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU72 TBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU72%20TBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 33597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH TEKNA',
 'vin': 'SJNFAAZE1U0164803',
 'year': 2022}
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TBX%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Saving data for WU72%20TBX: {'auction_closing_time': 1774864800.0, 'created_time': 1773907356.875331, 'last_price_update_time': 1774765588.543469}
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU72%2520TBX') HTTP/1.1" 204 0
2026-03-29 06:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ
2026-03-29 06:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ
2026-03-29 06:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ to the API
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA67%20DLZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec9c366a-5e45-566c-acfd-a640a43687b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA67 DLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA67%20DLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 111598,
 '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 Q3 1.4 TFSI 150 SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 150 SPORT',
 'vin': 'WAUZZZ8U3JR042990',
 'year': 2017}
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520DLZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Saving data for YA67%20DLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773821346.742155, 'last_price_update_time': 1774765588.909606}
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520DLZ') HTTP/1.1" 204 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: EJ70%20ZCV
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520ZCV%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for EJ70%20ZCV: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: AU72%20VZK
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU72%2520VZK%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for AU72%20VZK: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: EN66%20BAO
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for EN66%20BAO: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: KW16%20MTJ
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW16%2520MTJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:28 [bca.uk] INFO: Scrape type for KW16%20MTJ: 0
2026-03-29 06:26:28 [bca.uk] INFO: Found listing with ID: OU22%20TWV
2026-03-29 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU22%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for OU22%20TWV: 0
2026-03-29 06:26:29 [bca.uk] INFO: Found listing with ID: BJ22%20BAO
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520BAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for BJ22%20BAO: 0
2026-03-29 06:26:29 [bca.uk] INFO: Found listing with ID: LF15%20XDV
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for LF15%20XDV: 2
2026-03-29 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV
2026-03-29 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf077805-2174-56f2-a72d-e9348a6f8e37 with scrape type 2
2026-03-29 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf077805-2174-56f2-a72d-e9348a6f8e37 with scrape type 2
2026-03-29 06:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf077805-2174-56f2-a72d-e9348a6f8e37, identifier: LF15%20XDV
2026-03-29 06:26:29 [bca.uk] INFO: Found listing with ID: LP68%20KCU
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520KCU%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for LP68%20KCU: 0
2026-03-29 06:26:29 [bca.uk] INFO: Found listing with ID: NK19%20WZJ
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK19%2520WZJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for NK19%20WZJ: 0
2026-03-29 06:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV
2026-03-29 06:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV
2026-03-29 06:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV to the API
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF15%20XDV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cf077805-2174-56f2-a72d-e9348a6f8e37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF15 XDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF15%20XDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CARENS',
 'odometer': 101216,
 '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 CARENS 1.7 CRDI 114 2 MPV',
 'transmission': 'manual',
 'trim': 'CRDI 114 2',
 'vin': 'KNAHU815LF7108542',
 'year': 2015}
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Saving data for LF15%20XDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774479035.632003, 'last_price_update_time': 1774765589.470628}
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF15%2520XDV') HTTP/1.1" 204 0
2026-03-29 06:26:29 [bca.uk] INFO: Found listing with ID: SR17%20FDM
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR17%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for SR17%20FDM: 2
2026-03-29 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM
2026-03-29 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d1f256-9b44-58f0-ab19-eec640f62609 with scrape type 2
2026-03-29 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d1f256-9b44-58f0-ab19-eec640f62609 with scrape type 2
2026-03-29 06:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92d1f256-9b44-58f0-ab19-eec640f62609, identifier: SR17%20FDM
2026-03-29 06:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM
2026-03-29 06:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM
2026-03-29 06:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM to the API
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR17%20FDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92d1f256-9b44-58f0-ab19-eec640f62609',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR17 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR17%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 89668,
 '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 1.5 COOPER Estate',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWLN320802F64271',
 'year': 2017}
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR17%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Saving data for SR17%20FDM: {'auction_closing_time': 1774864800.0, 'created_time': 1774479398.298084, 'last_price_update_time': 1774765589.891861}
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR17%2520FDM') HTTP/1.1" 204 0
2026-03-29 06:26:29 [bca.uk] INFO: Found listing with ID: SA11%20EZW
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 06:26:29 [bca.uk] INFO: Scrape type for SA11%20EZW: 2
2026-03-29 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW
2026-03-29 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfeded25-34ff-575a-b6d2-b4bad924d86b with scrape type 2
2026-03-29 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfeded25-34ff-575a-b6d2-b4bad924d86b with scrape type 2
2026-03-29 06:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfeded25-34ff-575a-b6d2-b4bad924d86b, identifier: SA11%20EZW
2026-03-29 06:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW
2026-03-29 06:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW
2026-03-29 06:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW to the API
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA11%20EZW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cfeded25-34ff-575a-b6d2-b4bad924d86b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA11 EZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA11%20EZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 129004,
 '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 ASTRA 1.4 16V 100 SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 SRI',
 'vin': 'W0LPD6EB8BG087493',
 'year': 2011}
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 06:26:30 [bca.uk] INFO: Saving data for SA11%20EZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477313.461243, 'last_price_update_time': 1774765590.303591}
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA11%2520EZW') HTTP/1.1" 204 0
2026-03-29 06:26:30 [bca.uk] INFO: Found listing with ID: OY19%20FMJ
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY19%2520FMJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:30 [bca.uk] INFO: Scrape type for OY19%20FMJ: 2
2026-03-29 06:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ
2026-03-29 06:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cfac69b-3429-541f-8915-e13e25dfe1b4 with scrape type 2
2026-03-29 06:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cfac69b-3429-541f-8915-e13e25dfe1b4 with scrape type 2
2026-03-29 06:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cfac69b-3429-541f-8915-e13e25dfe1b4, identifier: OY19%20FMJ
2026-03-29 06:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ
2026-03-29 06:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ
2026-03-29 06:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ to the API
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY19%20FMJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cfac69b-3429-541f-8915-e13e25dfe1b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY19 FMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY19%20FMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 68414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 GRIFFIN PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 GRIFFIN PLUS',
 'vin': 'W0VJD7E82KB843341',
 'year': 2019}
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY19%2520FMJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:30 [bca.uk] INFO: Saving data for OY19%20FMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477346.34585, 'last_price_update_time': 1774765590.808472}
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY19%2520FMJ') HTTP/1.1" 204 0
2026-03-29 06:26:30 [bca.uk] INFO: Found listing with ID: KC15%20AAE
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC15%2520AAE%27 HTTP/1.1" 200 None
2026-03-29 06:26:30 [bca.uk] INFO: Scrape type for KC15%20AAE: 2
2026-03-29 06:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE
2026-03-29 06:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8914e70-6dce-573e-9ee7-d03bf3504d83 with scrape type 2
2026-03-29 06:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8914e70-6dce-573e-9ee7-d03bf3504d83 with scrape type 2
2026-03-29 06:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8914e70-6dce-573e-9ee7-d03bf3504d83, identifier: KC15%20AAE
2026-03-29 06:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE
2026-03-29 06:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE
2026-03-29 06:26:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE to the API
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KC15%20AAE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8914e70-6dce-573e-9ee7-d03bf3504d83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KC15 AAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KC15%20AAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 52565,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0DXXGAKDFL56376',
 'year': 2015}
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC15%2520AAE%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Saving data for KC15%20AAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774479201.480948, 'last_price_update_time': 1774765591.533184}
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KC15%2520AAE') HTTP/1.1" 204 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: CK23%20HZF
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520HZF%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for CK23%20HZF: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: AK22%20CCZ
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for AK22%20CCZ: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: CY20%20AYO
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY20%2520AYO%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for CY20%20AYO: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: DN69%20TPZ
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520TPZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for DN69%20TPZ: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: RO22%20NPU
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NPU%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for RO22%20NPU: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: HS21%20OGL
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for HS21%20OGL: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: LE73%20KBV
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KBV%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for LE73%20KBV: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: BN24%20VAF
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520VAF%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for BN24%20VAF: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: KY21%20LYG
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520LYG%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for KY21%20LYG: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: YG23%20VNO
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VNO%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for YG23%20VNO: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: WN22%20OVG
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520OVG%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for WN22%20OVG: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: BL23%20VPW
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520VPW%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for BL23%20VPW: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: YP21%20WDW
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for YP21%20WDW: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: RJ71%20FSF
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520FSF%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for RJ71%20FSF: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: HV74%20NWF
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520NWF%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for HV74%20NWF: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: BL73%20FTP
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520FTP%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for BL73%20FTP: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: GV72%20UFY
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520UFY%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for GV72%20UFY: 0
2026-03-29 06:26:31 [bca.uk] INFO: Total items found: 100
2026-03-29 06:26:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded
2026-03-29 06:26:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:26:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: RE22%20PGX
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520PGX%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for RE22%20PGX: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: RX72%20CJU
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520CJU%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for RX72%20CJU: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: YB25%20XWL
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for YB25%20XWL: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: YC23%20NZG
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for YC23%20NZG: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: YC24%20LTK
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC24%2520LTK%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for YC24%20LTK: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: NL72%20VLY
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520VLY%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for NL72%20VLY: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: FM17%20RMY
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520RMY%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for FM17%20RMY: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: DA71%20PXF
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for DA71%20PXF: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: DN24%20UOU
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UOU%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for DN24%20UOU: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: GD25%20NKM
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD25%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for GD25%20NKM: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: HV22%20ZSG
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-29 06:26:31 [bca.uk] INFO: Scrape type for HV22%20ZSG: 0
2026-03-29 06:26:31 [bca.uk] INFO: Found listing with ID: LL72%20BZK
2026-03-29 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520BZK%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for LL72%20BZK: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: MP73%20HZK
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520HZK%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for MP73%20HZK: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: RA73%20AVN
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for RA73%20AVN: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: YF71%20WKK
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WKK%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for YF71%20WKK: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: YK24%20AEO
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520AEO%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for YK24%20AEO: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: FP73%20NXV
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520NXV%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for FP73%20NXV: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: DP73%20FNK
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520FNK%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for DP73%20FNK: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: GK72%20OKV
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK72%2520OKV%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for GK72%20OKV: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: KR22%20SGY
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520SGY%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for KR22%20SGY: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: NL73%20OCS
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL73%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for NL73%20OCS: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: WR22%20TXW
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR22%2520TXW%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for WR22%20TXW: 0
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: YC23%20DXD
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520DXD%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for YC23%20DXD: 2
2026-03-29 06:26:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD
2026-03-29 06:26:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 704b5d80-5484-5e1c-abcc-b3304e860de9 with scrape type 2
2026-03-29 06:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 704b5d80-5484-5e1c-abcc-b3304e860de9 with scrape type 2
2026-03-29 06:26:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 704b5d80-5484-5e1c-abcc-b3304e860de9, identifier: YC23%20DXD
2026-03-29 06:26:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD
2026-03-29 06:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD
2026-03-29 06:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD to the API
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC23%20DXD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '704b5d80-5484-5e1c-abcc-b3304e860de9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC23 DXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC23%20DXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON GT',
 'odometer': 25811,
 '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 E-TRON GT 350KW 93KWH QUATTRO Coupe',
 'transmission': 'automatic',
 'trim': '350KW 93KWH QUATTRO',
 'vin': 'WAUZZZFW2P7005275',
 'year': 2023}
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520DXD%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Saving data for YC23%20DXD: {'auction_closing_time': 1774864800.0, 'created_time': 1773823892.273274, 'last_price_update_time': 1774765592.567648}
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC23%2520DXD') HTTP/1.1" 204 0
2026-03-29 06:26:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:26:32 [bca.uk] INFO: Found listing with ID: YD23%20AOF
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 06:26:32 [bca.uk] INFO: Scrape type for YD23%20AOF: 2
2026-03-29 06:26:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF
2026-03-29 06:26:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with scrape type 2
2026-03-29 06:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with scrape type 2
2026-03-29 06:26:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54, identifier: YD23%20AOF
2026-03-29 06:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF
2026-03-29 06:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF
2026-03-29 06:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF to the API
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD23%20AOF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6c5d0dce-f0ef-5db2-a615-14e5fd106f54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD23 AOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD23%20AOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 16761,
 '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 STYLE ED.PURE(110K Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH STYLE ED.PURE(110K',
 'vin': 'WVGZZZE2ZPE022999',
 'year': 2023}
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Saving data for YD23%20AOF: {'auction_closing_time': 1774864800.0, 'created_time': 1773823890.847084, 'last_price_update_time': 1774765593.096286}
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD23%2520AOF') HTTP/1.1" 204 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: YR24%20JWZ
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520JWZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for YR24%20JWZ: 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: CF21%20MSU
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for CF21%20MSU: 2
2026-03-29 06:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU
2026-03-29 06:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with scrape type 2
2026-03-29 06:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with scrape type 2
2026-03-29 06:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba, identifier: CF21%20MSU
2026-03-29 06:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU
2026-03-29 06:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU
2026-03-29 06:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU to the API
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF21%20MSU-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': '7146b07f-4d3a-5792-867e-fcce2fa4b1ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF21 MSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF21%20MSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '330E',
 'odometer': 68594,
 '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 SPORT PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SPORT PRO',
 'vin': 'WBA6N32080FL43580',
 'year': 2021}
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Saving data for CF21%20MSU: {'auction_closing_time': 1774864800.0, 'created_time': 1773931424.38312, 'last_price_update_time': 1774765593.52624}
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF21%2520MSU') HTTP/1.1" 204 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: FX20%20NUC
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520NUC%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for FX20%20NUC: 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: MC04%20TNE
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC04%2520TNE%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for MC04%20TNE: 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: KY22%20CTE
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520CTE%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for KY22%20CTE: 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: BJ71%20HDN
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for BJ71%20HDN: 0
2026-03-29 06:26:33 [bca.uk] INFO: Found listing with ID: HD16%20KZW
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD16%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Scrape type for HD16%20KZW: 2
2026-03-29 06:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW
2026-03-29 06:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with scrape type 2
2026-03-29 06:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with scrape type 2
2026-03-29 06:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52, identifier: HD16%20KZW
2026-03-29 06:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW
2026-03-29 06:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW
2026-03-29 06:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW to the API
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0c1ece6-5ab2-5cec-b3fb-6790e2811a52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD16 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD16%20KZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 77756,
 '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 RANGE ROVER 3.0 TDV6 VOGUE StationWagon',
 'transmission': 'manual',
 'trim': 'TDV6 VOGUE',
 'vin': 'SALGA2KE1GA302443',
 'year': 2016}
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD16%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:26:33 [bca.uk] INFO: Saving data for HD16%20KZW: {'auction_closing_time': 1775210400.0, 'created_time': 1774476570.101206, 'last_price_update_time': 1774765593.989552}
2026-03-29 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD16%2520KZW') HTTP/1.1" 204 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: DN20%20OOC
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OOC%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for DN20%20OOC: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: ST17%20ZSF
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZSF%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for ST17%20ZSF: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: GN66%20UUO
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520UUO%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for GN66%20UUO: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: MJ72%20WSY
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520WSY%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for MJ72%20WSY: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: SW17%20WTY
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520WTY%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for SW17%20WTY: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: PJ21%20KYH
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520KYH%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for PJ21%20KYH: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: WJ20%20AFZ
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ20%2520AFZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for WJ20%20AFZ: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: PK20%20WLJ
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WLJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for PK20%20WLJ: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: PK20%20WJA
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for PK20%20WJA: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: WM13%20JVX
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM13%2520JVX%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for WM13%20JVX: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: ST21%20DZM
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST21%2520DZM%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for ST21%20DZM: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: DF75%20ECW
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF75%2520ECW%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for DF75%20ECW: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: SP15%20WMX
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WMX%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for SP15%20WMX: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: YF70%20CWL
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF70%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for YF70%20CWL: 2
2026-03-29 06:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL
2026-03-29 06:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b53342a-37dd-54ac-b179-af42d634e1b2 with scrape type 2
2026-03-29 06:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b53342a-37dd-54ac-b179-af42d634e1b2 with scrape type 2
2026-03-29 06:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b53342a-37dd-54ac-b179-af42d634e1b2, identifier: YF70%20CWL
2026-03-29 06:26:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL
2026-03-29 06:26:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL
2026-03-29 06:26:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL to the API
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF70%20CWL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1b53342a-37dd-54ac-b179-af42d634e1b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF70 CWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF70%20CWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 30879,
 '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': 'DACIA DUSTER 1.0 TCE 100 COMFORT StationWagon',
 'transmission': 'manual',
 'trim': 'TCE 100 COMFORT',
 'vin': 'VF1HJD20965869100',
 'year': 2020}
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF70%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Saving data for YF70%20CWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390546.913675, 'last_price_update_time': 1774765594.595763}
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF70%2520CWL') HTTP/1.1" 204 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: SR19%20FHB
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FHB%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for SR19%20FHB: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: PK67%20BDX
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520BDX%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for PK67%20BDX: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: LS24%20YUT
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520YUT%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for LS24%20YUT: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: LS24%20GUW
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GUW%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for LS24%20GUW: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: HT25%20OUP
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT25%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for HT25%20OUP: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: MB13%20RDB
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520RDB%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for MB13%20RDB: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: HN25%20YJF
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for HN25%20YJF: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: FD70%20VYU
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520VYU%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for FD70%20VYU: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: LL71%20YRU
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520YRU%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for LL71%20YRU: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: BL72%20FCX
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520FCX%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for BL72%20FCX: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: FM16%20WCE
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520WCE%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for FM16%20WCE: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: BU64%20BZH
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520BZH%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for BU64%20BZH: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: YH67%20DGU
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520DGU%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for YH67%20DGU: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: GM69%20AAO
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520AAO%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for GM69%20AAO: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: YC15%20CXH
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520CXH%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for YC15%20CXH: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: RV65%20LRF
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520LRF%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for RV65%20LRF: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: RO09%20HKH
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520HKH%27 HTTP/1.1" 200 None
2026-03-29 06:26:34 [bca.uk] INFO: Scrape type for RO09%20HKH: 0
2026-03-29 06:26:34 [bca.uk] INFO: Found listing with ID: AY15%20WGP
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY15%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:26:35 [bca.uk] INFO: Scrape type for AY15%20WGP: 2
2026-03-29 06:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP
2026-03-29 06:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26870b3b-9ef0-5e72-bc07-78f81226782e with scrape type 2
2026-03-29 06:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26870b3b-9ef0-5e72-bc07-78f81226782e with scrape type 2
2026-03-29 06:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26870b3b-9ef0-5e72-bc07-78f81226782e, identifier: AY15%20WGP
2026-03-29 06:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP
2026-03-29 06:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP
2026-03-29 06:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP to the API
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY15%20WGP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26870b3b-9ef0-5e72-bc07-78f81226782e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY15 WGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY15%20WGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'CIVIC TOURER',
 'odometer': 52905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC TOURER 1.8 I-VTEC SE PLUS Estate',
 'transmission': 'manual',
 'trim': 'I-VTEC SE PLUS',
 'vin': 'SHHFK2730EU500955',
 'year': 2015}
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY15%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:26:35 [bca.uk] INFO: Saving data for AY15%20WGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477281.045737, 'last_price_update_time': 1774765595.378086}
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY15%2520WGP') HTTP/1.1" 204 0
2026-03-29 06:26:35 [bca.uk] INFO: Found listing with ID: SK69%20GHU
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520GHU%27 HTTP/1.1" 200 None
2026-03-29 06:26:35 [bca.uk] INFO: Scrape type for SK69%20GHU: 2
2026-03-29 06:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU
2026-03-29 06:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3442323b-f6a4-5914-981b-99791a885601 with scrape type 2
2026-03-29 06:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3442323b-f6a4-5914-981b-99791a885601 with scrape type 2
2026-03-29 06:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3442323b-f6a4-5914-981b-99791a885601, identifier: SK69%20GHU
2026-03-29 06:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU
2026-03-29 06:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU
2026-03-29 06:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU to the API
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK69%20GHU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3442323b-f6a4-5914-981b-99791a885601',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK69 GHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK69%20GHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 10547,
 '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 C1 1.0 VTI 72 URBAN RIDE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 72 URBAN RIDE',
 'vin': 'VF7PSCFB5KR512499',
 'year': 2020}
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520GHU%27 HTTP/1.1" 200 None
2026-03-29 06:26:35 [bca.uk] INFO: Saving data for SK69%20GHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477274.917069, 'last_price_update_time': 1774765595.857664}
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK69%2520GHU') HTTP/1.1" 204 0
2026-03-29 06:26:35 [bca.uk] INFO: Found listing with ID: SW18%20CCU
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520CCU%27 HTTP/1.1" 200 None
2026-03-29 06:26:35 [bca.uk] INFO: Scrape type for SW18%20CCU: 2
2026-03-29 06:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU
2026-03-29 06:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with scrape type 2
2026-03-29 06:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with scrape type 2
2026-03-29 06:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74, identifier: SW18%20CCU
2026-03-29 06:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU
2026-03-29 06:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU
2026-03-29 06:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU to the API
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW18%20CCU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW18 CCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW18%20CCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'JEEP',
 'model': 'COMPASS',
 'odometer': 57525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JEEP COMPASS 1.6 M/JET 120 2WD LONGITUDE StationWagon',
 'transmission': 'manual',
 'trim': 'M/JET 120 2WD LONGITUDE',
 'vin': 'MCANJPBS1JFA13752',
 'year': 2018}
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520CCU%27 HTTP/1.1" 200 None
2026-03-29 06:26:36 [bca.uk] INFO: Saving data for SW18%20CCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477195.522626, 'last_price_update_time': 1774765596.254018}
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW18%2520CCU') HTTP/1.1" 204 0
2026-03-29 06:26:36 [bca.uk] INFO: Found listing with ID: YB65%20UOY
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 06:26:36 [bca.uk] INFO: Scrape type for YB65%20UOY: 2
2026-03-29 06:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY
2026-03-29 06:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54e51471-5aa6-5e60-9750-f61e733e12b7 with scrape type 2
2026-03-29 06:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54e51471-5aa6-5e60-9750-f61e733e12b7 with scrape type 2
2026-03-29 06:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54e51471-5aa6-5e60-9750-f61e733e12b7, identifier: YB65%20UOY
2026-03-29 06:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY
2026-03-29 06:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY
2026-03-29 06:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY to the API
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20UOY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54e51471-5aa6-5e60-9750-f61e733e12b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB65 UOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB65%20UOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 42703,
 '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 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZ8X7GB059514',
 'year': 2015}
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UOY%27 HTTP/1.1" 200 None
2026-03-29 06:26:36 [bca.uk] INFO: Saving data for YB65%20UOY: {'auction_closing_time': 1774864800.0, 'created_time': 1774477277.809664, 'last_price_update_time': 1774765596.631494}
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB65%2520UOY') HTTP/1.1" 204 0
2026-03-29 06:26:36 [bca.uk] INFO: Found listing with ID: MD71%20LBE
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520LBE%27 HTTP/1.1" 200 None
2026-03-29 06:26:36 [bca.uk] INFO: Scrape type for MD71%20LBE: 0
2026-03-29 06:26:36 [bca.uk] INFO: Found listing with ID: BL71%20EOF
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 06:26:36 [bca.uk] INFO: Scrape type for BL71%20EOF: 0
2026-03-29 06:26:36 [bca.uk] INFO: Found listing with ID: AO65%20RUJ
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520RUJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:36 [bca.uk] INFO: Scrape type for AO65%20RUJ: 2
2026-03-29 06:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ
2026-03-29 06:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2810da44-80a8-529a-bd46-68c0b1bc598c with scrape type 2
2026-03-29 06:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2810da44-80a8-529a-bd46-68c0b1bc598c with scrape type 2
2026-03-29 06:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2810da44-80a8-529a-bd46-68c0b1bc598c, identifier: AO65%20RUJ
2026-03-29 06:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ
2026-03-29 06:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ
2026-03-29 06:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ to the API
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20RUJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2810da44-80a8-529a-bd46-68c0b1bc598c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO65 RUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20RUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'B200 D',
 'odometer': 90129,
 '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 B200 D 2.1 SPORT PREMIUM DCT MPV',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM DCT',
 'vin': 'WDD2462082J366566',
 'year': 2015}
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520RUJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Saving data for AO65%20RUJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958340.189707, 'last_price_update_time': 1774765597.04645}
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520RUJ') HTTP/1.1" 204 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: MD68%20TZS
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520TZS%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for MD68%20TZS: 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: MV64%20KFJ
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV64%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for MV64%20KFJ: 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: DL18%20WXB
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520WXB%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for DL18%20WXB: 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: MP19%20GXJ
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520GXJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for MP19%20GXJ: 2
2026-03-29 06:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ
2026-03-29 06:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6656d119-5d89-5f60-9de5-069190b9803b with scrape type 2
2026-03-29 06:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6656d119-5d89-5f60-9de5-069190b9803b with scrape type 2
2026-03-29 06:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6656d119-5d89-5f60-9de5-069190b9803b, identifier: MP19%20GXJ
2026-03-29 06:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ
2026-03-29 06:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ
2026-03-29 06:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ to the API
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP19%20GXJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6656d119-5d89-5f60-9de5-069190b9803b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MP19 GXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP19%20GXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 27675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF01XXERK1KY48792',
 'year': 2019}
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520GXJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Saving data for MP19%20GXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774364515.297681, 'last_price_update_time': 1774765597.528572}
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP19%2520GXJ') HTTP/1.1" 204 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: HY18%20WRU
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY18%2520WRU%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for HY18%20WRU: 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: PY14%20GDZ
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520GDZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for PY14%20GDZ: 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: VT19%20XLB
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for VT19%20XLB: 0
2026-03-29 06:26:37 [bca.uk] INFO: Found listing with ID: BN69%20KPE
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520KPE%27 HTTP/1.1" 200 None
2026-03-29 06:26:37 [bca.uk] INFO: Scrape type for BN69%20KPE: 2
2026-03-29 06:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE
2026-03-29 06:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f72c03cf-db2e-5a9f-8958-356be4dde1eb with scrape type 2
2026-03-29 06:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f72c03cf-db2e-5a9f-8958-356be4dde1eb with scrape type 2
2026-03-29 06:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f72c03cf-db2e-5a9f-8958-356be4dde1eb, identifier: BN69%20KPE
2026-03-29 06:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE
2026-03-29 06:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE
2026-03-29 06:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE to the API
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN69%20KPE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f72c03cf-db2e-5a9f-8958-356be4dde1eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN69 KPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN69%20KPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 33261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ZETEC',
 'vin': 'WF0NXXGCHNLB25325',
 'year': 2020}
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520KPE%27 HTTP/1.1" 200 None
2026-03-29 06:26:38 [bca.uk] INFO: Saving data for BN69%20KPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477244.099311, 'last_price_update_time': 1774765598.091656}
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN69%2520KPE') HTTP/1.1" 204 0
2026-03-29 06:26:38 [bca.uk] INFO: Found listing with ID: FY70%20CWU
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520CWU%27 HTTP/1.1" 200 None
2026-03-29 06:26:38 [bca.uk] INFO: Scrape type for FY70%20CWU: 0
2026-03-29 06:26:38 [bca.uk] INFO: Found listing with ID: YG21%20XBE
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520XBE%27 HTTP/1.1" 200 None
2026-03-29 06:26:38 [bca.uk] INFO: Scrape type for YG21%20XBE: 2
2026-03-29 06:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE
2026-03-29 06:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f6bf22e-0c98-5361-9540-14621ed504a1 with scrape type 2
2026-03-29 06:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f6bf22e-0c98-5361-9540-14621ed504a1 with scrape type 2
2026-03-29 06:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f6bf22e-0c98-5361-9540-14621ed504a1, identifier: YG21%20XBE
2026-03-29 06:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE
2026-03-29 06:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE
2026-03-29 06:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE to the API
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG21%20XBE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f6bf22e-0c98-5361-9540-14621ed504a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG21 XBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG21%20XBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 42825,
 '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 ELITE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNEKM4053624',
 'year': 2021}
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520XBE%27 HTTP/1.1" 200 None
2026-03-29 06:26:38 [bca.uk] INFO: Saving data for YG21%20XBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477007.549179, 'last_price_update_time': 1774765598.587271}
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG21%2520XBE') HTTP/1.1" 204 0
2026-03-29 06:26:38 [bca.uk] INFO: Total items found: 100
2026-03-29 06:26:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded
2026-03-29 06:26:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:26:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:38 [bca.uk] INFO: Found listing with ID: R229%20LWV
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R229%2520LWV%27 HTTP/1.1" 200 None
2026-03-29 06:26:38 [bca.uk] INFO: Scrape type for R229%20LWV: 0
2026-03-29 06:26:38 [bca.uk] INFO: Found listing with ID: NG21%20VPN
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520VPN%27 HTTP/1.1" 200 None
2026-03-29 06:26:38 [bca.uk] INFO: Scrape type for NG21%20VPN: 2
2026-03-29 06:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN
2026-03-29 06:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with scrape type 2
2026-03-29 06:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with scrape type 2
2026-03-29 06:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e52607-6d3c-57a4-8272-2cd8d936f4b5, identifier: NG21%20VPN
2026-03-29 06:26:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN
2026-03-29 06:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN
2026-03-29 06:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN to the API
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG21%20VPN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3e52607-6d3c-57a4-8272-2cd8d936f4b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG21 VPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG21%20VPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 102471,
 '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': 'WVWZZZCDZMW114842',
 'year': 2021}
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520VPN%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Saving data for NG21%20VPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477077.594795, 'last_price_update_time': 1774765599.031061}
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG21%2520VPN') HTTP/1.1" 204 0
2026-03-29 06:26:39 [bca.uk] INFO: Found listing with ID: RV67%20YTW
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV67%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Scrape type for RV67%20YTW: 2
2026-03-29 06:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e062f4b2-b2b9-58a3-b94d-b38270608029 with identifier: RV67%20YTW
2026-03-29 06:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e062f4b2-b2b9-58a3-b94d-b38270608029 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e062f4b2-b2b9-58a3-b94d-b38270608029 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e062f4b2-b2b9-58a3-b94d-b38270608029, identifier: RV67%20YTW
2026-03-29 06:26: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:26:39 [bca.uk] INFO: Found listing with ID: YX70%20KOV
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX70%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Scrape type for YX70%20KOV: 2
2026-03-29 06:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV
2026-03-29 06:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53800a74-d051-50e2-82f0-5f6369985836 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53800a74-d051-50e2-82f0-5f6369985836 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53800a74-d051-50e2-82f0-5f6369985836, identifier: YX70%20KOV
2026-03-29 06:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e062f4b2-b2b9-58a3-b94d-b38270608029 with identifier: RV67%20YTW
2026-03-29 06:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e062f4b2-b2b9-58a3-b94d-b38270608029 with identifier: RV67%20YTW
2026-03-29 06:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e062f4b2-b2b9-58a3-b94d-b38270608029 with identifier: RV67%20YTW to the API
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV67%20YTW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e062f4b2-b2b9-58a3-b94d-b38270608029',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV67 YTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV67%20YTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 189746,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.0 BLUEHDI 130 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L2 H2 ENTERPRISE',
 'vin': 'VF7YC2MFB12E31531',
 'year': 2017}
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV67%2520YTW%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Saving data for RV67%20YTW: {'auction_closing_time': 1774778400.0, 'created_time': 1774564939.39825, 'last_price_update_time': 1774765599.536852}
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV67%2520YTW') HTTP/1.1" 204 0
2026-03-29 06:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV
2026-03-29 06:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV
2026-03-29 06:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV to the API
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX70%20KOV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53800a74-d051-50e2-82f0-5f6369985836',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX70 KOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX70%20KOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 52171,
 '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 F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2AN8LA660273',
 'year': 2020}
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX70%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Saving data for YX70%20KOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564948.162415, 'last_price_update_time': 1774765599.808044}
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX70%2520KOV') HTTP/1.1" 204 0
2026-03-29 06:26:39 [bca.uk] INFO: Found listing with ID: YT16%20EAE
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT16%2520EAE%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Scrape type for YT16%20EAE: 2
2026-03-29 06:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4419bdae-adbd-59f4-be5d-9f5cea0c2f99 with identifier: YT16%20EAE
2026-03-29 06:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4419bdae-adbd-59f4-be5d-9f5cea0c2f99 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4419bdae-adbd-59f4-be5d-9f5cea0c2f99 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4419bdae-adbd-59f4-be5d-9f5cea0c2f99, identifier: YT16%20EAE
2026-03-29 06:26:39 [bca.uk] INFO: Found listing with ID: RJ22%20OJH
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520OJH%27 HTTP/1.1" 200 None
2026-03-29 06:26:39 [bca.uk] INFO: Scrape type for RJ22%20OJH: 2
2026-03-29 06:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH
2026-03-29 06:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20323176-e149-558f-b0a6-c76f7f91abd7 with scrape type 2
2026-03-29 06:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20323176-e149-558f-b0a6-c76f7f91abd7 with scrape type 2
2026-03-29 06:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20323176-e149-558f-b0a6-c76f7f91abd7, identifier: RJ22%20OJH
2026-03-29 06:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4419bdae-adbd-59f4-be5d-9f5cea0c2f99 with identifier: YT16%20EAE
2026-03-29 06:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4419bdae-adbd-59f4-be5d-9f5cea0c2f99 with identifier: YT16%20EAE
2026-03-29 06:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4419bdae-adbd-59f4-be5d-9f5cea0c2f99 with identifier: YT16%20EAE to the API
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT16%20EAE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4419bdae-adbd-59f4-be5d-9f5cea0c2f99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT16 EAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT16%20EAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 69911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYFT37529',
 'year': 2016}
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT16%2520EAE%27 HTTP/1.1" 200 None
2026-03-29 06:26:40 [bca.uk] INFO: Saving data for YT16%20EAE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564928.516103, 'last_price_update_time': 1774765600.312269}
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT16%2520EAE') HTTP/1.1" 204 0
2026-03-29 06:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH
2026-03-29 06:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH
2026-03-29 06:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH to the API
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ22%20OJH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '20323176-e149-558f-b0a6-c76f7f91abd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ22 OJH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ22%20OJH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 56441,
 'odometer_reading_unit': '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': 'SALCA2AT9PH320677',
 'year': 2022}
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520OJH%27 HTTP/1.1" 200 None
2026-03-29 06:26:40 [bca.uk] INFO: Saving data for RJ22%20OJH: {'auction_closing_time': 1774864800.0, 'created_time': 1773986812.70753, 'last_price_update_time': 1774765600.591927}
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520OJH') HTTP/1.1" 204 0
2026-03-29 06:26:40 [bca.uk] INFO: Found listing with ID: BG69%20LXR
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 06:26:40 [bca.uk] INFO: Scrape type for BG69%20LXR: 2
2026-03-29 06:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR
2026-03-29 06:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500ef80d-343c-5591-b691-34ba18211263 with scrape type 2
2026-03-29 06:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500ef80d-343c-5591-b691-34ba18211263 with scrape type 2
2026-03-29 06:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 500ef80d-343c-5591-b691-34ba18211263, identifier: BG69%20LXR
2026-03-29 06:26:40 [bca.uk] INFO: Found listing with ID: GJ70%20LWL
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 06:26:40 [bca.uk] INFO: Scrape type for GJ70%20LWL: 2
2026-03-29 06:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL
2026-03-29 06:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c409bda3-8342-55aa-8c94-04188dd9aa85 with scrape type 2
2026-03-29 06:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c409bda3-8342-55aa-8c94-04188dd9aa85 with scrape type 2
2026-03-29 06:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c409bda3-8342-55aa-8c94-04188dd9aa85, identifier: GJ70%20LWL
2026-03-29 06:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=electro+grey+met. HTTP/1.1" 200 None
2026-03-29 06:26:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26:40 [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:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR
2026-03-29 06:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR to the API
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG69%20LXR-GB',
 'category': 'Car',
 'color': 'electro grey met',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '500ef80d-343c-5591-b691-34ba18211263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG69 LXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG69%20LXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 79584,
 'odometer_reading_unit': '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': 'JTDKGNEC70N494123',
 'year': 2019}
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520LXR%27 HTTP/1.1" 200 None
2026-03-29 06:26:41 [bca.uk] INFO: Saving data for BG69%20LXR: {'auction_closing_time': 1774951200.0, 'created_time': 1773832473.657812, 'last_price_update_time': 1774765601.220991}
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG69%2520LXR') HTTP/1.1" 204 0
2026-03-29 06:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL
2026-03-29 06:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL
2026-03-29 06:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL to the API
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ70%20LWL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c409bda3-8342-55aa-8c94-04188dd9aa85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ70 LWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ70%20LWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 57034,
 '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': 'SALCA2AN0LH872323',
 'year': 2020}
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LWL%27 HTTP/1.1" 200 None
2026-03-29 06:26:41 [bca.uk] INFO: Saving data for GJ70%20LWL: {'auction_closing_time': 1774864800.0, 'created_time': 1773824000.279529, 'last_price_update_time': 1774765601.555132}
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ70%2520LWL') HTTP/1.1" 204 0
2026-03-29 06:26:41 [bca.uk] INFO: Found listing with ID: RE12%20YSO
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520YSO%27 HTTP/1.1" 200 None
2026-03-29 06:26:41 [bca.uk] INFO: Scrape type for RE12%20YSO: 2
2026-03-29 06:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef956fb1-b252-52db-9682-6aa2c04a1e2c with identifier: RE12%20YSO
2026-03-29 06:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef956fb1-b252-52db-9682-6aa2c04a1e2c with scrape type 2
2026-03-29 06:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef956fb1-b252-52db-9682-6aa2c04a1e2c with scrape type 2
2026-03-29 06:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef956fb1-b252-52db-9682-6aa2c04a1e2c, identifier: RE12%20YSO
2026-03-29 06:26:41 [bca.uk] INFO: Found listing with ID: LN71%20XHS
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520XHS%27 HTTP/1.1" 200 None
2026-03-29 06:26:41 [bca.uk] INFO: Scrape type for LN71%20XHS: 2
2026-03-29 06:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS
2026-03-29 06:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afeeb9df-bcae-59ac-9c96-c24f7adede40 with scrape type 2
2026-03-29 06:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afeeb9df-bcae-59ac-9c96-c24f7adede40 with scrape type 2
2026-03-29 06:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afeeb9df-bcae-59ac-9c96-c24f7adede40, identifier: LN71%20XHS
2026-03-29 06:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef956fb1-b252-52db-9682-6aa2c04a1e2c with identifier: RE12%20YSO
2026-03-29 06:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef956fb1-b252-52db-9682-6aa2c04a1e2c with identifier: RE12%20YSO
2026-03-29 06:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef956fb1-b252-52db-9682-6aa2c04a1e2c with identifier: RE12%20YSO to the API
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE12%20YSO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef956fb1-b252-52db-9682-6aa2c04a1e2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE12 YSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE12%20YSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 154098,
 '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 CADDY C20 1.6 TDI 102 Van',
 'transmission': 'manual',
 'trim': 'TDI 102',
 'vin': 'WV1ZZZ2KZCX133964',
 'year': 2012}
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520YSO%27 HTTP/1.1" 200 None
2026-03-29 06:26:42 [bca.uk] INFO: Saving data for RE12%20YSO: {'auction_closing_time': 1774778400.0, 'created_time': 1774448861.05351, 'last_price_update_time': 1774765602.10374}
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE12%2520YSO') HTTP/1.1" 204 0
2026-03-29 06:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS
2026-03-29 06:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS
2026-03-29 06:26:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS to the API
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN71%20XHS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afeeb9df-bcae-59ac-9c96-c24f7adede40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN71 XHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN71%20XHS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 68164,
 'odometer_reading_unit': '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 E-PACE 2.0 D200 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AN6N1029182',
 'year': 2022}
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520XHS%27 HTTP/1.1" 200 None
2026-03-29 06:26:42 [bca.uk] INFO: Saving data for LN71%20XHS: {'auction_closing_time': 1774864800.0, 'created_time': 1773832174.120263, 'last_price_update_time': 1774765602.483533}
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN71%2520XHS') HTTP/1.1" 204 0
2026-03-29 06:26:42 [bca.uk] INFO: Found listing with ID: YY05%20BXV
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY05%2520BXV%27 HTTP/1.1" 200 None
2026-03-29 06:26:42 [bca.uk] INFO: Scrape type for YY05%20BXV: 2
2026-03-29 06:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11ac0a66-7704-5822-8840-957d0c62903d with identifier: YY05%20BXV
2026-03-29 06:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11ac0a66-7704-5822-8840-957d0c62903d with scrape type 2
2026-03-29 06:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11ac0a66-7704-5822-8840-957d0c62903d with scrape type 2
2026-03-29 06:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11ac0a66-7704-5822-8840-957d0c62903d, identifier: YY05%20BXV
2026-03-29 06:26:42 [bca.uk] INFO: Found listing with ID: NC71%20UFS
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 06:26:42 [bca.uk] INFO: Scrape type for NC71%20UFS: 2
2026-03-29 06:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS
2026-03-29 06:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 936de7ea-eb8e-5595-9833-2d4a70970a37 with scrape type 2
2026-03-29 06:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 936de7ea-eb8e-5595-9833-2d4a70970a37 with scrape type 2
2026-03-29 06:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 936de7ea-eb8e-5595-9833-2d4a70970a37, identifier: NC71%20UFS
2026-03-29 06:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11ac0a66-7704-5822-8840-957d0c62903d with identifier: YY05%20BXV
2026-03-29 06:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11ac0a66-7704-5822-8840-957d0c62903d with identifier: YY05%20BXV
2026-03-29 06:26:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11ac0a66-7704-5822-8840-957d0c62903d with identifier: YY05%20BXV to the API
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY05%20BXV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11ac0a66-7704-5822-8840-957d0c62903d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY05 BXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY05%20BXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'KANGOO',
 'odometer': 44361,
 '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': 'RENAULT KANGOO 1.5 SL17DCI 70 Van',
 'transmission': 'manual',
 'trim': 'SL17DCI 70',
 'vin': 'VF1FC07AF33464403',
 'year': 2005}
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY05%2520BXV%27 HTTP/1.1" 200 None
2026-03-29 06:26:42 [bca.uk] INFO: Saving data for YY05%20BXV: {'auction_closing_time': 1774778400.0, 'created_time': 1774274567.790827, 'last_price_update_time': 1774765602.969647}
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY05%2520BXV') HTTP/1.1" 204 0
2026-03-29 06:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS
2026-03-29 06:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS
2026-03-29 06:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS to the API
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC71%20UFS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '936de7ea-eb8e-5595-9833-2d4a70970a37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NC71 UFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC71%20UFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 54179,
 'odometer_reading_unit': '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': 'SADHA2A11N1622101',
 'year': 2022}
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 06:26:43 [bca.uk] INFO: Saving data for NC71%20UFS: {'auction_closing_time': 1774864800.0, 'created_time': 1774564977.374169, 'last_price_update_time': 1774765603.280045}
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC71%2520UFS') HTTP/1.1" 204 0
2026-03-29 06:26:43 [bca.uk] INFO: Found listing with ID: SO15%20TJU
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:26:43 [bca.uk] INFO: Scrape type for SO15%20TJU: 2
2026-03-29 06:26:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f834a2-1ba5-5132-a378-dbceb114b390 with identifier: SO15%20TJU
2026-03-29 06:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f834a2-1ba5-5132-a378-dbceb114b390 with scrape type 2
2026-03-29 06:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f834a2-1ba5-5132-a378-dbceb114b390 with scrape type 2
2026-03-29 06:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f834a2-1ba5-5132-a378-dbceb114b390, identifier: SO15%20TJU
2026-03-29 06:26:43 [bca.uk] INFO: Found listing with ID: MA62%20WDW
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:26:43 [bca.uk] INFO: Scrape type for MA62%20WDW: 2
2026-03-29 06:26:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW
2026-03-29 06:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f378906d-a061-57e5-950d-93ab09a5a7a6 with scrape type 2
2026-03-29 06:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f378906d-a061-57e5-950d-93ab09a5a7a6 with scrape type 2
2026-03-29 06:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f378906d-a061-57e5-950d-93ab09a5a7a6, identifier: MA62%20WDW
2026-03-29 06:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f834a2-1ba5-5132-a378-dbceb114b390 with identifier: SO15%20TJU
2026-03-29 06:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f834a2-1ba5-5132-a378-dbceb114b390 with identifier: SO15%20TJU
2026-03-29 06:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58f834a2-1ba5-5132-a378-dbceb114b390 with identifier: SO15%20TJU to the API
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO15%20TJU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58f834a2-1ba5-5132-a378-dbceb114b390',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO15 TJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO15%20TJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 85334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PFK56543',
 'year': 2015}
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:26:43 [bca.uk] INFO: Saving data for SO15%20TJU: {'auction_closing_time': 1774778400.0, 'created_time': 1774564936.109147, 'last_price_update_time': 1774765603.773698}
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO15%2520TJU') HTTP/1.1" 204 0
2026-03-29 06:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW
2026-03-29 06:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW
2026-03-29 06:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW to the API
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA62%20WDW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f378906d-a061-57e5-950d-93ab09a5a7a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA62 WDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA62%20WDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 83300,
 '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': 'WF0KXXERJKCL07840',
 'year': 2012}
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:26:44 [bca.uk] INFO: Saving data for MA62%20WDW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564968.266498, 'last_price_update_time': 1774765604.079647}
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA62%2520WDW') HTTP/1.1" 204 0
2026-03-29 06:26:44 [bca.uk] INFO: Found listing with ID: FH74%20AOW
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH74%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 06:26:44 [bca.uk] INFO: Scrape type for FH74%20AOW: 2
2026-03-29 06:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW
2026-03-29 06:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43412a49-f464-503d-9201-d1d83408ed4c with scrape type 2
2026-03-29 06:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43412a49-f464-503d-9201-d1d83408ed4c with scrape type 2
2026-03-29 06:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43412a49-f464-503d-9201-d1d83408ed4c, identifier: FH74%20AOW
2026-03-29 06:26:44 [bca.uk] INFO: Found listing with ID: FP66%20DTF
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520DTF%27 HTTP/1.1" 200 None
2026-03-29 06:26:44 [bca.uk] INFO: Scrape type for FP66%20DTF: 2
2026-03-29 06:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF
2026-03-29 06:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with scrape type 2
2026-03-29 06:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with scrape type 2
2026-03-29 06:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f, identifier: FP66%20DTF
2026-03-29 06:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=platinum+white+pearl+bi-tone HTTP/1.1" 200 None
2026-03-29 06:26:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26: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:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW
2026-03-29 06:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW to the API
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH74%20AOW-GB',
 'category': 'Car',
 'color': 'platinum white pearl bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '43412a49-f464-503d-9201-d1d83408ed4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH74 AOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH74%20AOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 8104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 2.0 HYBRID EXCEL (BI-TONE) Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL (BI-TONE)',
 'vin': 'SB1KC3CE60E038736',
 'year': 2025}
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH74%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 06:26:44 [bca.uk] INFO: Saving data for FH74%20AOW: {'auction_closing_time': 1774951200.0, 'created_time': 1773841618.578023, 'last_price_update_time': 1774765604.699533}
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH74%2520AOW') HTTP/1.1" 204 0
2026-03-29 06:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF
2026-03-29 06:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF
2026-03-29 06:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF to the API
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP66%20DTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16ce1e9e-aa68-572b-9d12-9d5971fb5f7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP66 DTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP66%20DTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 266939,
 '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 SUPERB 2.0 TDI 190 SE L EXECUTIVE 4X4 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 190 SE L EXECUTIVE 4X4 DSG',
 'vin': 'TMBDJ7NP2H7017267',
 'year': 2016}
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520DTF%27 HTTP/1.1" 200 None
2026-03-29 06:26:44 [bca.uk] INFO: Saving data for FP66%20DTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564920.39801, 'last_price_update_time': 1774765604.983369}
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP66%2520DTF') HTTP/1.1" 204 0
2026-03-29 06:26:45 [bca.uk] INFO: Found listing with ID: MT16%20KPZ
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT16%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:45 [bca.uk] INFO: Scrape type for MT16%20KPZ: 2
2026-03-29 06:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67091cc0-a354-541d-8891-f92dd4bfddb2 with identifier: MT16%20KPZ
2026-03-29 06:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67091cc0-a354-541d-8891-f92dd4bfddb2 with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67091cc0-a354-541d-8891-f92dd4bfddb2 with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67091cc0-a354-541d-8891-f92dd4bfddb2, identifier: MT16%20KPZ
2026-03-29 06:26:45 [bca.uk] INFO: Found listing with ID: RA19%20HYH
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520HYH%27 HTTP/1.1" 200 None
2026-03-29 06:26:45 [bca.uk] INFO: Scrape type for RA19%20HYH: 2
2026-03-29 06:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH
2026-03-29 06:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4, identifier: RA19%20HYH
2026-03-29 06:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67091cc0-a354-541d-8891-f92dd4bfddb2 with identifier: MT16%20KPZ
2026-03-29 06:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67091cc0-a354-541d-8891-f92dd4bfddb2 with identifier: MT16%20KPZ
2026-03-29 06:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67091cc0-a354-541d-8891-f92dd4bfddb2 with identifier: MT16%20KPZ to the API
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT16%20KPZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67091cc0-a354-541d-8891-f92dd4bfddb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT16 KPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT16%20KPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER L2',
 'odometer': 129233,
 '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 L2 1.6 BLUEHDI 100 750 SE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 750 SE',
 'vin': 'VF37FBHY6GJ643609',
 'year': 2016}
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT16%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:45 [bca.uk] INFO: Saving data for MT16%20KPZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774264018.629608, 'last_price_update_time': 1774765605.498415}
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT16%2520KPZ') HTTP/1.1" 204 0
2026-03-29 06:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH
2026-03-29 06:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH
2026-03-29 06:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH to the API
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA19%20HYH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA19 HYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA19%20HYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 73966,
 'odometer_reading_unit': '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 P200 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 4WD R-DYNAMIC S',
 'vin': 'SALZA2AX3LH007714',
 'year': 2019}
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520HYH%27 HTTP/1.1" 200 None
2026-03-29 06:26:45 [bca.uk] INFO: Saving data for RA19%20HYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774564979.298827, 'last_price_update_time': 1774765605.776772}
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA19%2520HYH') HTTP/1.1" 204 0
2026-03-29 06:26:45 [bca.uk] INFO: Found listing with ID: OY69%20GMU
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520GMU%27 HTTP/1.1" 200 None
2026-03-29 06:26:45 [bca.uk] INFO: Scrape type for OY69%20GMU: 2
2026-03-29 06:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU
2026-03-29 06:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2b10ed3-3101-5e22-9466-de65a53fc18f with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2b10ed3-3101-5e22-9466-de65a53fc18f with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2b10ed3-3101-5e22-9466-de65a53fc18f, identifier: OY69%20GMU
2026-03-29 06:26:45 [bca.uk] INFO: Found listing with ID: LS74%20HXB
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520HXB%27 HTTP/1.1" 200 None
2026-03-29 06:26:45 [bca.uk] INFO: Scrape type for LS74%20HXB: 2
2026-03-29 06:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB
2026-03-29 06:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc35bcc5-50bc-5293-b7a9-21b62113ba95 with scrape type 2
2026-03-29 06:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc35bcc5-50bc-5293-b7a9-21b62113ba95 with scrape type 2
2026-03-29 06:26:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc35bcc5-50bc-5293-b7a9-21b62113ba95, identifier: LS74%20HXB
2026-03-29 06:26:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=sterling+silver HTTP/1.1" 200 None
2026-03-29 06:26:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26:46 [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:26:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU
2026-03-29 06:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU to the API
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY69%20GMU-GB',
 'category': 'Car',
 'color': 'sterling silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2b10ed3-3101-5e22-9466-de65a53fc18f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY69 GMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY69%20GMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 112908,
 'odometer_reading_unit': '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 2.0 VVT-I HYBRID EXCEL (BI-TONE) Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID EXCEL (BI-TONE)',
 'vin': 'SB1K53BE90E026821',
 'year': 2019}
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520GMU%27 HTTP/1.1" 200 None
2026-03-29 06:26:46 [bca.uk] INFO: Saving data for OY69%20GMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774016931.896946, 'last_price_update_time': 1774765606.42263}
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520GMU') HTTP/1.1" 204 0
2026-03-29 06:26:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=juniper+blue HTTP/1.1" 200 None
2026-03-29 06:26:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26:46 [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:26:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB
2026-03-29 06:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB to the API
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS74%20HXB-GB',
 'category': 'Car',
 'color': 'juniper blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'bc35bcc5-50bc-5293-b7a9-21b62113ba95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS74 HXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS74%20HXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 3641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC360A372667',
 'year': 2024}
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520HXB%27 HTTP/1.1" 200 None
2026-03-29 06:26:46 [bca.uk] INFO: Saving data for LS74%20HXB: {'auction_closing_time': 1774951200.0, 'created_time': 1773828335.851386, 'last_price_update_time': 1774765606.840155}
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS74%2520HXB') HTTP/1.1" 204 0
2026-03-29 06:26:46 [bca.uk] INFO: Found listing with ID: FG15%20KSF
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG15%2520KSF%27 HTTP/1.1" 200 None
2026-03-29 06:26:46 [bca.uk] INFO: Scrape type for FG15%20KSF: 2
2026-03-29 06:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c00502c1-2633-5ce8-9994-6f9865991229 with identifier: FG15%20KSF
2026-03-29 06:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c00502c1-2633-5ce8-9994-6f9865991229 with scrape type 2
2026-03-29 06:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c00502c1-2633-5ce8-9994-6f9865991229 with scrape type 2
2026-03-29 06:26:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c00502c1-2633-5ce8-9994-6f9865991229, identifier: FG15%20KSF
2026-03-29 06:26:46 [bca.uk] INFO: Found listing with ID: FP69%20LNY
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LNY%27 HTTP/1.1" 200 None
2026-03-29 06:26:46 [bca.uk] INFO: Scrape type for FP69%20LNY: 2
2026-03-29 06:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY
2026-03-29 06:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 104f540a-8bdf-5aaa-8364-28f43f7120d6 with scrape type 2
2026-03-29 06:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 104f540a-8bdf-5aaa-8364-28f43f7120d6 with scrape type 2
2026-03-29 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 104f540a-8bdf-5aaa-8364-28f43f7120d6, identifier: FP69%20LNY
2026-03-29 06:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c00502c1-2633-5ce8-9994-6f9865991229 with identifier: FG15%20KSF
2026-03-29 06:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c00502c1-2633-5ce8-9994-6f9865991229 with identifier: FG15%20KSF
2026-03-29 06:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c00502c1-2633-5ce8-9994-6f9865991229 with identifier: FG15%20KSF to the API
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG15%20KSF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c00502c1-2633-5ce8-9994-6f9865991229',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG15 KSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG15%20KSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'PROACE 120',
 'odometer': 124033,
 '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 PROACE 120 1.6 HDI 90 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 90 SWB L/R',
 'vin': 'YARXT9HM0DZ065559',
 'year': 2015}
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG15%2520KSF%27 HTTP/1.1" 200 None
2026-03-29 06:26:47 [bca.uk] INFO: Saving data for FG15%20KSF: {'auction_closing_time': 1774778400.0, 'created_time': 1774365823.541221, 'last_price_update_time': 1774765607.342022}
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG15%2520KSF') HTTP/1.1" 204 0
2026-03-29 06:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY
2026-03-29 06:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY
2026-03-29 06:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY to the API
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP69%20LNY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '104f540a-8bdf-5aaa-8364-28f43f7120d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP69 LNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP69%20LNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 49845,
 '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 E-PACE 2.0 D180 AWD CHEQUERED FLAG Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD CHEQUERED FLAG',
 'vin': 'SADFA2AN7L1Z90225',
 'year': 2020}
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LNY%27 HTTP/1.1" 200 None
2026-03-29 06:26:47 [bca.uk] INFO: Saving data for FP69%20LNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564931.583615, 'last_price_update_time': 1774765607.711833}
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP69%2520LNY') HTTP/1.1" 204 0
2026-03-29 06:26:47 [bca.uk] INFO: Found listing with ID: PO63%20BDF
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 06:26:47 [bca.uk] INFO: Scrape type for PO63%20BDF: 2
2026-03-29 06:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 292fe004-8681-5c89-8982-4b630133de65 with identifier: PO63%20BDF
2026-03-29 06:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 292fe004-8681-5c89-8982-4b630133de65 with scrape type 2
2026-03-29 06:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 292fe004-8681-5c89-8982-4b630133de65 with scrape type 2
2026-03-29 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 292fe004-8681-5c89-8982-4b630133de65, identifier: PO63%20BDF
2026-03-29 06:26:47 [bca.uk] INFO: Found listing with ID: OV23%20YCO
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 06:26:47 [bca.uk] INFO: Scrape type for OV23%20YCO: 2
2026-03-29 06:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO
2026-03-29 06:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with scrape type 2
2026-03-29 06:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with scrape type 2
2026-03-29 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a911fbe-b3f2-50bf-abe4-7856d4877c26, identifier: OV23%20YCO
2026-03-29 06:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 292fe004-8681-5c89-8982-4b630133de65 with identifier: PO63%20BDF
2026-03-29 06:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 292fe004-8681-5c89-8982-4b630133de65 with identifier: PO63%20BDF
2026-03-29 06:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 292fe004-8681-5c89-8982-4b630133de65 with identifier: PO63%20BDF to the API
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 217,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO63%20BDF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '292fe004-8681-5c89-8982-4b630133de65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO63 BDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO63%20BDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 313',
 'odometer': 116304,
 '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 SPRINTER 313 2.1 CDI 3.5T MWB Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T MWB',
 'vin': 'WDB9066332S824730',
 'year': 2013}
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 06:26:48 [bca.uk] INFO: Saving data for PO63%20BDF: {'auction_closing_time': 1774778400.0, 'created_time': 1774304775.60559, 'last_price_update_time': 1774765608.234019}
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO63%2520BDF') HTTP/1.1" 204 0
2026-03-29 06:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pure+white HTTP/1.1" 200 None
2026-03-29 06:26:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26:48 [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:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO
2026-03-29 06:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO to the API
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20YCO-GB',
 'category': 'Car',
 'color': 'pure white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8a911fbe-b3f2-50bf-abe4-7856d4877c26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV23 YCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20YCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 27207,
 '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': 'JTDKBABB10A180946',
 'year': 2023}
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 06:26:48 [bca.uk] INFO: Saving data for OV23%20YCO: {'auction_closing_time': 1774951200.0, 'created_time': 1773828346.499167, 'last_price_update_time': 1774765608.622978}
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520YCO') HTTP/1.1" 204 0
2026-03-29 06:26:48 [bca.uk] INFO: Found listing with ID: VN62%20ZKL
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520ZKL%27 HTTP/1.1" 200 None
2026-03-29 06:26:48 [bca.uk] INFO: Scrape type for VN62%20ZKL: 2
2026-03-29 06:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9429fba1-fa7a-5fb5-9107-94eff38764ae with identifier: VN62%20ZKL
2026-03-29 06:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9429fba1-fa7a-5fb5-9107-94eff38764ae with scrape type 2
2026-03-29 06:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9429fba1-fa7a-5fb5-9107-94eff38764ae with scrape type 2
2026-03-29 06:26:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9429fba1-fa7a-5fb5-9107-94eff38764ae, identifier: VN62%20ZKL
2026-03-29 06:26:48 [bca.uk] INFO: Found listing with ID: BX67%20YXT
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX67%2520YXT%27 HTTP/1.1" 200 None
2026-03-29 06:26:48 [bca.uk] INFO: Scrape type for BX67%20YXT: 2
2026-03-29 06:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT
2026-03-29 06:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2426c020-c1eb-5618-a70b-dbc853553966 with scrape type 2
2026-03-29 06:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2426c020-c1eb-5618-a70b-dbc853553966 with scrape type 2
2026-03-29 06:26:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2426c020-c1eb-5618-a70b-dbc853553966, identifier: BX67%20YXT
2026-03-29 06:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9429fba1-fa7a-5fb5-9107-94eff38764ae with identifier: VN62%20ZKL
2026-03-29 06:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9429fba1-fa7a-5fb5-9107-94eff38764ae with identifier: VN62%20ZKL
2026-03-29 06:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9429fba1-fa7a-5fb5-9107-94eff38764ae with identifier: VN62%20ZKL to the API
2026-03-29 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN62%20ZKL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9429fba1-fa7a-5fb5-9107-94eff38764ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN62 ZKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN62%20ZKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 95921,
 '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 TRAFIC 2.7T 2.0 SL27DCI 115 PanelVan',
 'transmission': 'manual',
 'trim': 'SL27DCI 115',
 'vin': 'VF1FLA1AECV427440',
 'year': 2012}
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520ZKL%27 HTTP/1.1" 200 None
2026-03-29 06:26:49 [bca.uk] INFO: Saving data for VN62%20ZKL: {'auction_closing_time': 1774778400.0, 'created_time': 1774304775.252225, 'last_price_update_time': 1774765609.129003}
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN62%2520ZKL') HTTP/1.1" 204 0
2026-03-29 06:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT
2026-03-29 06:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT
2026-03-29 06:26:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT to the API
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX67%20YXT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2426c020-c1eb-5618-a70b-dbc853553966',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX67 YXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX67%20YXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 62981,
 '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 StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2EK5HA692591',
 'year': 2017}
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX67%2520YXT%27 HTTP/1.1" 200 None
2026-03-29 06:26:49 [bca.uk] INFO: Saving data for BX67%20YXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774564934.490429, 'last_price_update_time': 1774765609.471486}
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX67%2520YXT') HTTP/1.1" 204 0
2026-03-29 06:26:49 [bca.uk] INFO: Found listing with ID: SD57%20CYU
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD57%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 06:26:49 [bca.uk] INFO: Scrape type for SD57%20CYU: 2
2026-03-29 06:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f64403-9822-5a50-b2b5-5fb7da67db53 with identifier: SD57%20CYU
2026-03-29 06:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f64403-9822-5a50-b2b5-5fb7da67db53 with scrape type 2
2026-03-29 06:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f64403-9822-5a50-b2b5-5fb7da67db53 with scrape type 2
2026-03-29 06:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76f64403-9822-5a50-b2b5-5fb7da67db53, identifier: SD57%20CYU
2026-03-29 06:26:49 [bca.uk] INFO: Found listing with ID: BU13%20NEJ
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU13%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:49 [bca.uk] INFO: Scrape type for BU13%20NEJ: 2
2026-03-29 06:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed3ac820-371a-5614-9b8e-c185fc268ee5 with identifier: BU13%20NEJ
2026-03-29 06:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed3ac820-371a-5614-9b8e-c185fc268ee5 with scrape type 2
2026-03-29 06:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed3ac820-371a-5614-9b8e-c185fc268ee5 with scrape type 2
2026-03-29 06:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed3ac820-371a-5614-9b8e-c185fc268ee5, identifier: BU13%20NEJ
2026-03-29 06:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76f64403-9822-5a50-b2b5-5fb7da67db53 with identifier: SD57%20CYU
2026-03-29 06:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76f64403-9822-5a50-b2b5-5fb7da67db53 with identifier: SD57%20CYU
2026-03-29 06:26:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76f64403-9822-5a50-b2b5-5fb7da67db53 with identifier: SD57%20CYU to the API
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD57%20CYU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76f64403-9822-5a50-b2b5-5fb7da67db53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD57 CYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD57%20CYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T',
 'odometer': 144658,
 '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': 'RENAULT MASTER 3.5T 2.5 MM35DCI 100 PanelVan',
 'transmission': 'manual',
 'trim': 'MM35DCI 100',
 'vin': 'VF1FDC2H638229602',
 'year': 2007}
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD57%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 06:26:49 [bca.uk] INFO: Saving data for SD57%20CYU: {'auction_closing_time': 1774778400.0, 'created_time': 1774437730.810119, 'last_price_update_time': 1774765609.989745}
2026-03-29 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD57%2520CYU') HTTP/1.1" 204 0
2026-03-29 06:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed3ac820-371a-5614-9b8e-c185fc268ee5 with identifier: BU13%20NEJ
2026-03-29 06:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed3ac820-371a-5614-9b8e-c185fc268ee5 with identifier: BU13%20NEJ
2026-03-29 06:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed3ac820-371a-5614-9b8e-c185fc268ee5 with identifier: BU13%20NEJ to the API
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU13%20NEJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed3ac820-371a-5614-9b8e-c185fc268ee5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU13 NEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU13%20NEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': 'PARTNER L2',
 'odometer': 58931,
 '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 PARTNER L2 1.6 E-HDI 92 750 SE S/S Van',
 'transmission': 'manual',
 'trim': 'E-HDI 92 750 SE S/S',
 'vin': 'VF37F9HF0DJ560155',
 'year': 2013}
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU13%2520NEJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:50 [bca.uk] INFO: Saving data for BU13%20NEJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774130655.410714, 'last_price_update_time': 1774765610.272454}
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU13%2520NEJ') HTTP/1.1" 204 0
2026-03-29 06:26:50 [bca.uk] INFO: Found listing with ID: ML16%20ZXF
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML16%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 06:26:50 [bca.uk] INFO: Scrape type for ML16%20ZXF: 2
2026-03-29 06:26:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc79b12-151c-52f5-bd24-2e3a3f575f10 with identifier: ML16%20ZXF
2026-03-29 06:26:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc79b12-151c-52f5-bd24-2e3a3f575f10 with scrape type 2
2026-03-29 06:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc79b12-151c-52f5-bd24-2e3a3f575f10 with scrape type 2
2026-03-29 06:26:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddc79b12-151c-52f5-bd24-2e3a3f575f10, identifier: ML16%20ZXF
2026-03-29 06:26:50 [bca.uk] INFO: Total items found: 100
2026-03-29 06:26:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded
2026-03-29 06:26:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:26:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:50 [bca.uk] INFO: Found listing with ID: MA62%20ZBO
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520ZBO%27 HTTP/1.1" 200 None
2026-03-29 06:26:50 [bca.uk] INFO: Scrape type for MA62%20ZBO: 2
2026-03-29 06:26:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ada454fc-25e8-5167-b42e-af3e6ae0851d with identifier: MA62%20ZBO
2026-03-29 06:26:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ada454fc-25e8-5167-b42e-af3e6ae0851d with scrape type 2
2026-03-29 06:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ada454fc-25e8-5167-b42e-af3e6ae0851d with scrape type 2
2026-03-29 06:26:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ada454fc-25e8-5167-b42e-af3e6ae0851d, identifier: MA62%20ZBO
2026-03-29 06:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddc79b12-151c-52f5-bd24-2e3a3f575f10 with identifier: ML16%20ZXF
2026-03-29 06:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddc79b12-151c-52f5-bd24-2e3a3f575f10 with identifier: ML16%20ZXF
2026-03-29 06:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddc79b12-151c-52f5-bd24-2e3a3f575f10 with identifier: ML16%20ZXF to the API
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML16%20ZXF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ddc79b12-151c-52f5-bd24-2e3a3f575f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML16 ZXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML16%20ZXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 130467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.2 TDCI 125 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 LWB H/R',
 'vin': 'WF0XXXTTGXFM15271',
 'year': 2016}
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML16%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 06:26:50 [bca.uk] INFO: Saving data for ML16%20ZXF: {'auction_closing_time': 1774778400.0, 'created_time': 1774564972.838433, 'last_price_update_time': 1774765610.779461}
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML16%2520ZXF') HTTP/1.1" 204 0
2026-03-29 06:26:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ada454fc-25e8-5167-b42e-af3e6ae0851d with identifier: MA62%20ZBO
2026-03-29 06:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ada454fc-25e8-5167-b42e-af3e6ae0851d with identifier: MA62%20ZBO
2026-03-29 06:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ada454fc-25e8-5167-b42e-af3e6ae0851d with identifier: MA62%20ZBO to the API
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA62%20ZBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ada454fc-25e8-5167-b42e-af3e6ae0851d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA62 ZBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA62%20ZBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 144445,
 '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 PARTNER L1 1.6 HDI 92 850 S Van',
 'transmission': 'manual',
 'trim': 'HDI 92 850 S',
 'vin': 'VF37C9HF0CJ717434',
 'year': 2012}
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520ZBO%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Saving data for MA62%20ZBO: {'auction_closing_time': 1774778400.0, 'created_time': 1774355332.49307, 'last_price_update_time': 1774765611.100732}
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA62%2520ZBO') HTTP/1.1" 204 0
2026-03-29 06:26:51 [bca.uk] INFO: Found listing with ID: SL16%20ZPK
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520ZPK%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Scrape type for SL16%20ZPK: 2
2026-03-29 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81b55a2b-a052-566d-8852-c7c6f80475aa with identifier: SL16%20ZPK
2026-03-29 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81b55a2b-a052-566d-8852-c7c6f80475aa with scrape type 2
2026-03-29 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81b55a2b-a052-566d-8852-c7c6f80475aa with scrape type 2
2026-03-29 06:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81b55a2b-a052-566d-8852-c7c6f80475aa, identifier: SL16%20ZPK
2026-03-29 06:26:51 [bca.uk] INFO: Found listing with ID: B128%20XST
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B128%2520XST%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Scrape type for B128%20XST: 0
2026-03-29 06:26:51 [bca.uk] INFO: Found listing with ID: GL23%20ABO
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL23%2520ABO%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Scrape type for GL23%20ABO: 0
2026-03-29 06:26:51 [bca.uk] INFO: Found listing with ID: DK10%20HWJ
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520HWJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Scrape type for DK10%20HWJ: 0
2026-03-29 06:26:51 [bca.uk] INFO: Found listing with ID: LJ52%20AOS
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ52%2520AOS%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Scrape type for LJ52%20AOS: 2
2026-03-29 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS
2026-03-29 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fe074a7-863a-5959-9286-39621da27f3b with scrape type 2
2026-03-29 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fe074a7-863a-5959-9286-39621da27f3b with scrape type 2
2026-03-29 06:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fe074a7-863a-5959-9286-39621da27f3b, identifier: LJ52%20AOS
2026-03-29 06:26:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:26:51 [bca.uk] INFO: Found listing with ID: WU25%20ULL
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU25%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Scrape type for WU25%20ULL: 2
2026-03-29 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL
2026-03-29 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01d3688e-4cbc-504a-b093-3844bf41a651 with scrape type 2
2026-03-29 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01d3688e-4cbc-504a-b093-3844bf41a651 with scrape type 2
2026-03-29 06:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01d3688e-4cbc-504a-b093-3844bf41a651, identifier: WU25%20ULL
2026-03-29 06:26:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81b55a2b-a052-566d-8852-c7c6f80475aa with identifier: SL16%20ZPK
2026-03-29 06:26:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81b55a2b-a052-566d-8852-c7c6f80475aa with identifier: SL16%20ZPK
2026-03-29 06:26:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81b55a2b-a052-566d-8852-c7c6f80475aa with identifier: SL16%20ZPK to the API
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL16%20ZPK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81b55a2b-a052-566d-8852-c7c6f80475aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL16 ZPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL16%20ZPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FIAT',
 'model': 'DUCATO 35',
 'odometer': 129184,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT DUCATO 35 2.3 M/JET 130 MWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 130 MWB H/R',
 'vin': 'ZFA25000002A96272',
 'year': 2016}
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520ZPK%27 HTTP/1.1" 200 None
2026-03-29 06:26:51 [bca.uk] INFO: Saving data for SL16%20ZPK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564974.292894, 'last_price_update_time': 1774765611.876449}
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL16%2520ZPK') HTTP/1.1" 204 0
2026-03-29 06:26:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS
2026-03-29 06:26:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS
2026-03-29 06:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS to the API
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 276,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ52%20AOS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '5.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fe074a7-863a-5959-9286-39621da27f3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ52 AOS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ52%20AOS&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'E500',
 'odometer': 74911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E500 5.0 ELEGANCE Saloon',
 'transmission': 'manual',
 'trim': 'ELEGANCE',
 'vin': 'WDB2110702A072407',
 'year': 2002}
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ52%2520AOS%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Saving data for LJ52%20AOS: {'auction_closing_time': 1775642400.0, 'created_time': 1773821130.823663, 'last_price_update_time': 1774765612.261313}
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ52%2520AOS') HTTP/1.1" 204 0
2026-03-29 06:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=lunar+shadow HTTP/1.1" 200 None
2026-03-29 06:26:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26:52 [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:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL
2026-03-29 06:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL to the API
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 17,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU25%20ULL-GB',
 'category': 'Car',
 'color': 'lunar shadow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '01d3688e-4cbc-504a-b093-3844bf41a651',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU25 ULL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU25%20ULL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PRIUS',
 'odometer': 16169,
 '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 PRIUS 2.0 PHEV EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV EXCEL',
 'vin': 'JTDACCCU603037256',
 'year': 2025}
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU25%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Saving data for WU25%20ULL: {'auction_closing_time': 1774951200.0, 'created_time': 1773832496.220257, 'last_price_update_time': 1774765612.676724}
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU25%2520ULL') HTTP/1.1" 204 0
2026-03-29 06:26:52 [bca.uk] INFO: Found listing with ID: YH21%20ZMV
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Scrape type for YH21%20ZMV: 2
2026-03-29 06:26:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 374ec72a-9f68-52c4-a2a7-64db1c924af7 with identifier: YH21%20ZMV
2026-03-29 06:26:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 374ec72a-9f68-52c4-a2a7-64db1c924af7 with scrape type 2
2026-03-29 06:26:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 374ec72a-9f68-52c4-a2a7-64db1c924af7 with scrape type 2
2026-03-29 06:26:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 374ec72a-9f68-52c4-a2a7-64db1c924af7, identifier: YH21%20ZMV
2026-03-29 06:26:52 [bca.uk] INFO: Found listing with ID: MM62%20GWL
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM62%2520GWL%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Scrape type for MM62%20GWL: 0
2026-03-29 06:26:52 [bca.uk] INFO: Found listing with ID: WM73%20OGY
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGY%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Scrape type for WM73%20OGY: 0
2026-03-29 06:26:52 [bca.uk] INFO: Found listing with ID: HA10%20CFM
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA10%2520CFM%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Scrape type for HA10%20CFM: 2
2026-03-29 06:26:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM
2026-03-29 06:26:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2caebe55-c960-5c95-bef9-0b38f6e509bb with scrape type 2
2026-03-29 06:26:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2caebe55-c960-5c95-bef9-0b38f6e509bb with scrape type 2
2026-03-29 06:26:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2caebe55-c960-5c95-bef9-0b38f6e509bb, identifier: HA10%20CFM
2026-03-29 06:26:52 [bca.uk] INFO: Found listing with ID: YG05%20OKN
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG05%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:26:52 [bca.uk] INFO: Scrape type for YG05%20OKN: 2
2026-03-29 06:26:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c0b2f05-ff16-50e6-81c2-03fabb7b56db with identifier: YG05%20OKN
2026-03-29 06:26:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c0b2f05-ff16-50e6-81c2-03fabb7b56db with scrape type 2
2026-03-29 06:26:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c0b2f05-ff16-50e6-81c2-03fabb7b56db with scrape type 2
2026-03-29 06:26:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c0b2f05-ff16-50e6-81c2-03fabb7b56db, identifier: YG05%20OKN
2026-03-29 06:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 374ec72a-9f68-52c4-a2a7-64db1c924af7 with identifier: YH21%20ZMV
2026-03-29 06:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 374ec72a-9f68-52c4-a2a7-64db1c924af7 with identifier: YH21%20ZMV
2026-03-29 06:26:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 374ec72a-9f68-52c4-a2a7-64db1c924af7 with identifier: YH21%20ZMV to the API
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH21%20ZMV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '374ec72a-9f68-52c4-a2a7-64db1c924af7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH21 ZMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH21%20ZMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 41011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L2 H2 ENTERPRISE',
 'vin': 'VF7YCBNFB12S04818',
 'year': 2021}
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-29 06:26:53 [bca.uk] INFO: Saving data for YH21%20ZMV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564941.267497, 'last_price_update_time': 1774765613.332081}
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH21%2520ZMV') HTTP/1.1" 204 0
2026-03-29 06:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM
2026-03-29 06:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM
2026-03-29 06:26:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM to the API
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HA10%20CFM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2caebe55-c960-5c95-bef9-0b38f6e509bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HA10 CFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HA10%20CFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'PEUGEOT',
 'model': 'RCZ',
 'odometer': 50948,
 '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 RCZ 1.6 THP GT Coupe',
 'transmission': 'manual',
 'trim': 'THP GT',
 'vin': 'VF34J5FV8BP018918',
 'year': 2012}
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA10%2520CFM%27 HTTP/1.1" 200 None
2026-03-29 06:26:53 [bca.uk] INFO: Saving data for HA10%20CFM: {'auction_closing_time': 1774864800.0, 'created_time': 1773821129.676116, 'last_price_update_time': 1774765613.59788}
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HA10%2520CFM') HTTP/1.1" 204 0
2026-03-29 06:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c0b2f05-ff16-50e6-81c2-03fabb7b56db with identifier: YG05%20OKN
2026-03-29 06:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c0b2f05-ff16-50e6-81c2-03fabb7b56db with identifier: YG05%20OKN
2026-03-29 06:26:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c0b2f05-ff16-50e6-81c2-03fabb7b56db with identifier: YG05%20OKN to the API
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG05%20OKN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c0b2f05-ff16-50e6-81c2-03fabb7b56db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG05 OKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG05%20OKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 350',
 'odometer': 156151,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 2.0 TDI 100 MWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 100 MWB H/R',
 'vin': 'WF0VXXTTFV5J24173',
 'year': 2005}
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG05%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:26:53 [bca.uk] INFO: Saving data for YG05%20OKN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564933.826079, 'last_price_update_time': 1774765613.923248}
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG05%2520OKN') HTTP/1.1" 204 0
2026-03-29 06:26:53 [bca.uk] INFO: Found listing with ID: BN18%20MVD
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN18%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 06:26:53 [bca.uk] INFO: Scrape type for BN18%20MVD: 2
2026-03-29 06:26:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc518099-b872-5738-86a9-e5d0454ea785 with identifier: BN18%20MVD
2026-03-29 06:26:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc518099-b872-5738-86a9-e5d0454ea785 with scrape type 2
2026-03-29 06:26:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc518099-b872-5738-86a9-e5d0454ea785 with scrape type 2
2026-03-29 06:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc518099-b872-5738-86a9-e5d0454ea785, identifier: BN18%20MVD
2026-03-29 06:26:54 [bca.uk] INFO: Found listing with ID: KE66%20LUD
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE66%2520LUD%27 HTTP/1.1" 200 None
2026-03-29 06:26:54 [bca.uk] INFO: Scrape type for KE66%20LUD: 0
2026-03-29 06:26:54 [bca.uk] INFO: Found listing with ID: R3%20LXU
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R3%2520LXU%27 HTTP/1.1" 200 None
2026-03-29 06:26:54 [bca.uk] INFO: Scrape type for R3%20LXU: 2
2026-03-29 06:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU
2026-03-29 06:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a54f0b-3c35-5e5a-a719-e2e12debb99d with scrape type 2
2026-03-29 06:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95a54f0b-3c35-5e5a-a719-e2e12debb99d with scrape type 2
2026-03-29 06:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95a54f0b-3c35-5e5a-a719-e2e12debb99d, identifier: R3%20LXU
2026-03-29 06:26:54 [bca.uk] INFO: Found listing with ID: FN19%20GLF
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 06:26:54 [bca.uk] INFO: Scrape type for FN19%20GLF: 2
2026-03-29 06:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF
2026-03-29 06:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cde4c97b-b83b-56fd-aacd-d3ec0e918cba with scrape type 2
2026-03-29 06:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cde4c97b-b83b-56fd-aacd-d3ec0e918cba with scrape type 2
2026-03-29 06:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cde4c97b-b83b-56fd-aacd-d3ec0e918cba, identifier: FN19%20GLF
2026-03-29 06:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc518099-b872-5738-86a9-e5d0454ea785 with identifier: BN18%20MVD
2026-03-29 06:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc518099-b872-5738-86a9-e5d0454ea785 with identifier: BN18%20MVD
2026-03-29 06:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc518099-b872-5738-86a9-e5d0454ea785 with identifier: BN18%20MVD to the API
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN18%20MVD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bc518099-b872-5738-86a9-e5d0454ea785',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN18 MVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN18%20MVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 63441,
 'odometer_reading_unit': '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 NAVARA 2.3 DCI 190 4WD TREK-1 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 4WD TREK-1',
 'vin': 'VSKCTND23U0072951',
 'year': 2018}
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN18%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 06:26:54 [bca.uk] INFO: Saving data for BN18%20MVD: {'auction_closing_time': 1774778400.0, 'created_time': 1774564940.853824, 'last_price_update_time': 1774765614.569325}
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN18%2520MVD') HTTP/1.1" 204 0
2026-03-29 06:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU
2026-03-29 06:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU
2026-03-29 06:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU to the API
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R3%20LXU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '95a54f0b-3c35-5e5a-a719-e2e12debb99d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R3 LXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R3%20LXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': 'M6',
 'odometer': 31810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW M6 4.4 DCT Coupe',
 'transmission': 'automatic',
 'trim': 'DCT',
 'vin': 'WBS6J920X0G518108',
 'year': 2017}
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R3%2520LXU%27 HTTP/1.1" 200 None
2026-03-29 06:26:54 [bca.uk] INFO: Saving data for R3%20LXU: {'auction_closing_time': 1774864800.0, 'created_time': 1773827081.75785, 'last_price_update_time': 1774765614.874048}
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R3%2520LXU') HTTP/1.1" 204 0
2026-03-29 06:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF
2026-03-29 06:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF
2026-03-29 06:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF to the API
2026-03-29 06:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN19%20GLF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cde4c97b-b83b-56fd-aacd-d3ec0e918cba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN19 GLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN19%20GLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 38571,
 'odometer_reading_unit': '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': 'SALCA2AN3KH812678',
 'year': 2019}
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520GLF%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Saving data for FN19%20GLF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564930.425424, 'last_price_update_time': 1774765615.15232}
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN19%2520GLF') HTTP/1.1" 204 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: SW18%20LJV
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520LJV%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for SW18%20LJV: 2
2026-03-29 06:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV
2026-03-29 06:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with scrape type 2
2026-03-29 06:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with scrape type 2
2026-03-29 06:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74d04473-a75d-5fa1-9bc6-48ba69c85a96, identifier: SW18%20LJV
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: LY12%20AVD
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY12%2520AVD%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for LY12%20AVD: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: GF60%20AEM
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520AEM%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for GF60%20AEM: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: NN11%20BET
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NN11%2520BET%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for NN11%20BET: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: EK21%20VSL
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK21%2520VSL%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for EK21%20VSL: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: LD08%20AXH
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD08%2520AXH%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for LD08%20AXH: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: KF72%20AON
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AON%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for KF72%20AON: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: EY08%20RMZ
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520RMZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for EY08%20RMZ: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: WB13%20LEE
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WB13%2520LEE%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for WB13%20LEE: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: PK66%20YYE
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520YYE%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for PK66%20YYE: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: WD16%20EWR
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD16%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for WD16%20EWR: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: WP20%20AHD
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for WP20%20AHD: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: YS64%20XTB
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XTB%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for YS64%20XTB: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: DL67%20DDY
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520DDY%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for DL67%20DDY: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: ST67%20BFP
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520BFP%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for ST67%20BFP: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: YF14%20CXV
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520CXV%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for YF14%20CXV: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: YL73%20AYF
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for YL73%20AYF: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: WF17%20VVT
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for WF17%20VVT: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: MV14%20KDX
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV14%2520KDX%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for MV14%20KDX: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: RE16%20YPD
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520YPD%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for RE16%20YPD: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: UGZ%209263
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25209263%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for UGZ%209263: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: GN60%20HLV
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN60%2520HLV%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for GN60%20HLV: 0
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: HK74%20JYC
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for HK74%20JYC: 2
2026-03-29 06:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC
2026-03-29 06:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with scrape type 2
2026-03-29 06:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with scrape type 2
2026-03-29 06:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038, identifier: HK74%20JYC
2026-03-29 06:26:55 [bca.uk] INFO: Found listing with ID: YR22%20SVF
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 06:26:55 [bca.uk] INFO: Scrape type for YR22%20SVF: 2
2026-03-29 06:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF
2026-03-29 06:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with scrape type 2
2026-03-29 06:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with scrape type 2
2026-03-29 06:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9, identifier: YR22%20SVF
2026-03-29 06:26:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV
2026-03-29 06:26:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV
2026-03-29 06:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV to the API
2026-03-29 06:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW18%20LJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74d04473-a75d-5fa1-9bc6-48ba69c85a96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW18 LJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW18%20LJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 58408,
 'odometer_reading_unit': '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': 'SALYA2AN1JA778043',
 'year': 2018}
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520LJV%27 HTTP/1.1" 200 None
2026-03-29 06:26:56 [bca.uk] INFO: Saving data for SW18%20LJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564950.533695, 'last_price_update_time': 1774765616.144805}
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW18%2520LJV') HTTP/1.1" 204 0
2026-03-29 06:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC
2026-03-29 06:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC
2026-03-29 06:26:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC to the API
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK74%20JYC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK74 JYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK74%20JYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 15789,
 '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 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRL76298',
 'year': 2024}
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520JYC%27 HTTP/1.1" 200 None
2026-03-29 06:26:56 [bca.uk] INFO: Saving data for HK74%20JYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774278153.294973, 'last_price_update_time': 1774765616.558971}
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK74%2520JYC') HTTP/1.1" 204 0
2026-03-29 06:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=scarlet+flare+pearl HTTP/1.1" 200 None
2026-03-29 06:26:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:26: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:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF
2026-03-29 06:26:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF to the API
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20SVF-GB',
 'category': 'Car',
 'color': 'scarlet flare pearl',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR22 SVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20SVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 41452,
 'odometer_reading_unit': '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 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC320A217386',
 'year': 2022}
2026-03-29 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SVF%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Saving data for YR22%20SVF: {'auction_closing_time': 1774951200.0, 'created_time': 1773832516.119724, 'last_price_update_time': 1774765617.054529}
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520SVF') HTTP/1.1" 204 0
2026-03-29 06:26:57 [bca.uk] INFO: Found listing with ID: YP70%20RYA
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP70%2520RYA%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Scrape type for YP70%20RYA: 2
2026-03-29 06:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2cb9923-f81a-5cf9-bfcd-f586df0ef168 with identifier: YP70%20RYA
2026-03-29 06:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2cb9923-f81a-5cf9-bfcd-f586df0ef168 with scrape type 2
2026-03-29 06:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2cb9923-f81a-5cf9-bfcd-f586df0ef168 with scrape type 2
2026-03-29 06:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2cb9923-f81a-5cf9-bfcd-f586df0ef168, identifier: YP70%20RYA
2026-03-29 06:26:57 [bca.uk] INFO: Found listing with ID: RO73%20HYC
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Scrape type for RO73%20HYC: 0
2026-03-29 06:26:57 [bca.uk] INFO: Found listing with ID: WO15%20WUW
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WUW%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Scrape type for WO15%20WUW: 0
2026-03-29 06:26:57 [bca.uk] INFO: Found listing with ID: HK74%20GYN
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520GYN%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Scrape type for HK74%20GYN: 2
2026-03-29 06:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN
2026-03-29 06:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6c868bd-1c6b-58ad-9af1-3bcd5050065b with scrape type 2
2026-03-29 06:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6c868bd-1c6b-58ad-9af1-3bcd5050065b with scrape type 2
2026-03-29 06:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6c868bd-1c6b-58ad-9af1-3bcd5050065b, identifier: HK74%20GYN
2026-03-29 06:26:57 [bca.uk] INFO: Found listing with ID: HD19%20WBT
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Scrape type for HD19%20WBT: 2
2026-03-29 06:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT
2026-03-29 06:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with scrape type 2
2026-03-29 06:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with scrape type 2
2026-03-29 06:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0, identifier: HD19%20WBT
2026-03-29 06:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2cb9923-f81a-5cf9-bfcd-f586df0ef168 with identifier: YP70%20RYA
2026-03-29 06:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2cb9923-f81a-5cf9-bfcd-f586df0ef168 with identifier: YP70%20RYA
2026-03-29 06:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2cb9923-f81a-5cf9-bfcd-f586df0ef168 with identifier: YP70%20RYA to the API
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP70%20RYA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2cb9923-f81a-5cf9-bfcd-f586df0ef168',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP70 RYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP70%20RYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 87825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYKM21156',
 'year': 2020}
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP70%2520RYA%27 HTTP/1.1" 200 None
2026-03-29 06:26:57 [bca.uk] INFO: Saving data for YP70%20RYA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564946.773621, 'last_price_update_time': 1774765617.694762}
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP70%2520RYA') HTTP/1.1" 204 0
2026-03-29 06:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN
2026-03-29 06:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN
2026-03-29 06:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN to the API
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK74%20GYN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6c868bd-1c6b-58ad-9af1-3bcd5050065b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK74 GYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK74%20GYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 14702,
 '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 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRL76919',
 'year': 2024}
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520GYN%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Saving data for HK74%20GYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774448886.644042, 'last_price_update_time': 1774765618.017821}
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK74%2520GYN') HTTP/1.1" 204 0
2026-03-29 06:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT
2026-03-29 06:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT
2026-03-29 06:26:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT to the API
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD19%20WBT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '103a2f5f-31fa-52d6-8a88-2b0c067e4cf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD19 WBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD19%20WBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 59549,
 'odometer_reading_unit': '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 45 TFSI QUATTRO BLACK ED.S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZFY2K2106095',
 'year': 2019}
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Saving data for HD19%20WBT: {'auction_closing_time': 1775037600.0, 'created_time': 1774564933.013623, 'last_price_update_time': 1774765618.292507}
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD19%2520WBT') HTTP/1.1" 204 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: YR67%20UEJ
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR67%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for YR67%20UEJ: 2
2026-03-29 06:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5429f9a6-cf5d-51db-a381-f9d6a30ce809 with identifier: YR67%20UEJ
2026-03-29 06:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5429f9a6-cf5d-51db-a381-f9d6a30ce809 with scrape type 2
2026-03-29 06:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5429f9a6-cf5d-51db-a381-f9d6a30ce809 with scrape type 2
2026-03-29 06:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5429f9a6-cf5d-51db-a381-f9d6a30ce809, identifier: YR67%20UEJ
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: GL64%20PPF
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520PPF%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for GL64%20PPF: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: BD69%20WKF
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520WKF%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for BD69%20WKF: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: KY67%20AHV
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520AHV%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for KY67%20AHV: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: RF73%20HGC
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520HGC%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for RF73%20HGC: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: AE63%20KXS
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520KXS%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for AE63%20KXS: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: MC15%20DPU
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC15%2520DPU%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for MC15%20DPU: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: RV05%20AFA
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV05%2520AFA%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for RV05%20AFA: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: DT18%20TGJ
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT18%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for DT18%20TGJ: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: KP69%20SXV
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520SXV%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for KP69%20SXV: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: MK70%20NXZ
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520NXZ%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for MK70%20NXZ: 0
2026-03-29 06:26:58 [bca.uk] INFO: Found listing with ID: KE72%20NPC
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NPC%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Scrape type for KE72%20NPC: 2
2026-03-29 06:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC
2026-03-29 06:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 582feecb-9432-5d39-bd69-27fe56041a92 with scrape type 2
2026-03-29 06:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 582feecb-9432-5d39-bd69-27fe56041a92 with scrape type 2
2026-03-29 06:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 582feecb-9432-5d39-bd69-27fe56041a92, identifier: KE72%20NPC
2026-03-29 06:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5429f9a6-cf5d-51db-a381-f9d6a30ce809 with identifier: YR67%20UEJ
2026-03-29 06:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5429f9a6-cf5d-51db-a381-f9d6a30ce809 with identifier: YR67%20UEJ
2026-03-29 06:26:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5429f9a6-cf5d-51db-a381-f9d6a30ce809 with identifier: YR67%20UEJ to the API
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR67%20UEJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5429f9a6-cf5d-51db-a381-f9d6a30ce809',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR67 UEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR67%20UEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 107084,
 '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 CONNECT 1.5 TDCI 120 240 L2 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 120 240 L2 LTD.L/R',
 'vin': 'WF0SXXWPGSHA44161',
 'year': 2017}
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR67%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 06:26:58 [bca.uk] INFO: Saving data for YR67%20UEJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564946.381062, 'last_price_update_time': 1774765618.96854}
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR67%2520UEJ') HTTP/1.1" 204 0
2026-03-29 06:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC
2026-03-29 06:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC
2026-03-29 06:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC to the API
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20NPC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '582feecb-9432-5d39-bd69-27fe56041a92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE72 NPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20NPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11980,
 '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': 'VXKUPHMHDP4010269',
 'year': 2023}
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NPC%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Saving data for KE72%20NPC: {'auction_closing_time': 1774864800.0, 'created_time': 1773841120.160282, 'last_price_update_time': 1774765619.341071}
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520NPC') HTTP/1.1" 204 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: EK18%20VPG
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for EK18%20VPG: 2
2026-03-29 06:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5db2a39f-ebc7-56fa-896b-0b43777916e8 with identifier: EK18%20VPG
2026-03-29 06:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5db2a39f-ebc7-56fa-896b-0b43777916e8 with scrape type 2
2026-03-29 06:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5db2a39f-ebc7-56fa-896b-0b43777916e8 with scrape type 2
2026-03-29 06:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5db2a39f-ebc7-56fa-896b-0b43777916e8, identifier: EK18%20VPG
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: WP66%20YFW
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520YFW%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for WP66%20YFW: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: GY09%20JSV
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY09%2520JSV%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for GY09%20JSV: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: MT68%20OZM
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520OZM%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for MT68%20OZM: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: EB21%20MKY
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EB21%2520MKY%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for EB21%20MKY: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: ML06%20HME
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML06%2520HME%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for ML06%20HME: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: MK66%20GAU
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520GAU%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for MK66%20GAU: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: YY57%20NKP
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY57%2520NKP%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for YY57%20NKP: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: MD67%20HAE
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520HAE%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for MD67%20HAE: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: WJ14%20UJN
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520UJN%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for WJ14%20UJN: 0
2026-03-29 06:26:59 [bca.uk] INFO: Found listing with ID: HY19%20ZZL
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 06:26:59 [bca.uk] INFO: Scrape type for HY19%20ZZL: 2
2026-03-29 06:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL
2026-03-29 06:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f08e1f-4549-5eb3-971e-e7da212701e1 with scrape type 2
2026-03-29 06:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f08e1f-4549-5eb3-971e-e7da212701e1 with scrape type 2
2026-03-29 06:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3f08e1f-4549-5eb3-971e-e7da212701e1, identifier: HY19%20ZZL
2026-03-29 06:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5db2a39f-ebc7-56fa-896b-0b43777916e8 with identifier: EK18%20VPG
2026-03-29 06:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5db2a39f-ebc7-56fa-896b-0b43777916e8 with identifier: EK18%20VPG
2026-03-29 06:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5db2a39f-ebc7-56fa-896b-0b43777916e8 with identifier: EK18%20VPG to the API
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:26:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK18%20VPG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5db2a39f-ebc7-56fa-896b-0b43777916e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK18 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK18%20VPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 60548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 290 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 290 LWB H/R',
 'vin': 'WF0YXXTTGYHR02097',
 'year': 2018}
2026-03-29 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:27:00 [bca.uk] INFO: Saving data for EK18%20VPG: {'auction_closing_time': 1774778400.0, 'created_time': 1774564939.005191, 'last_price_update_time': 1774765620.007113}
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK18%2520VPG') HTTP/1.1" 204 0
2026-03-29 06:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL
2026-03-29 06:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL
2026-03-29 06:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL to the API
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20ZZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3f08e1f-4549-5eb3-971e-e7da212701e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 ZZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20ZZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': 'BOXER 435',
 'odometer': 76074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 435 2.0 BLUEHDI 130 L4 H2 PROFESSIONAL Bus',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L4 H2 PROFESSIONAL',
 'vin': 'VF3YD2MFC12K25084',
 'year': 2019}
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-29 06:27:00 [bca.uk] INFO: Saving data for HY19%20ZZL: {'auction_closing_time': 1774864800.0, 'created_time': 1773908339.945917, 'last_price_update_time': 1774765620.389095}
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520ZZL') HTTP/1.1" 204 0
2026-03-29 06:27:00 [bca.uk] INFO: Found listing with ID: LA17%20MFV
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 06:27:00 [bca.uk] INFO: Scrape type for LA17%20MFV: 2
2026-03-29 06:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edc954cf-6071-5b0e-a773-fbbce3f4b283 with identifier: LA17%20MFV
2026-03-29 06:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edc954cf-6071-5b0e-a773-fbbce3f4b283 with scrape type 2
2026-03-29 06:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edc954cf-6071-5b0e-a773-fbbce3f4b283 with scrape type 2
2026-03-29 06:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edc954cf-6071-5b0e-a773-fbbce3f4b283, identifier: LA17%20MFV
2026-03-29 06:27:00 [bca.uk] INFO: Found listing with ID: WM73%20OGU
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGU%27 HTTP/1.1" 200 None
2026-03-29 06:27:00 [bca.uk] INFO: Scrape type for WM73%20OGU: 0
2026-03-29 06:27:00 [bca.uk] INFO: Found listing with ID: ST10%20VEW
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520VEW%27 HTTP/1.1" 200 None
2026-03-29 06:27:00 [bca.uk] INFO: Scrape type for ST10%20VEW: 2
2026-03-29 06:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW
2026-03-29 06:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f013e4-7188-5c2c-ac49-dab3887419d3 with scrape type 2
2026-03-29 06:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4f013e4-7188-5c2c-ac49-dab3887419d3 with scrape type 2
2026-03-29 06:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4f013e4-7188-5c2c-ac49-dab3887419d3, identifier: ST10%20VEW
2026-03-29 06:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edc954cf-6071-5b0e-a773-fbbce3f4b283 with identifier: LA17%20MFV
2026-03-29 06:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edc954cf-6071-5b0e-a773-fbbce3f4b283 with identifier: LA17%20MFV
2026-03-29 06:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edc954cf-6071-5b0e-a773-fbbce3f4b283 with identifier: LA17%20MFV to the API
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA17%20MFV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edc954cf-6071-5b0e-a773-fbbce3f4b283',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA17 MFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA17%20MFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 80638,
 '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 PARTNER L1 1.6 BLUEHDI 100 850 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 850 PROFESSIONAL',
 'vin': 'VF37DBHY6HJ758170',
 'year': 2017}
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 06:27:00 [bca.uk] INFO: Saving data for LA17%20MFV: {'auction_closing_time': 1774778400.0, 'created_time': 1774564931.964959, 'last_price_update_time': 1774765620.871825}
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520MFV') HTTP/1.1" 204 0
2026-03-29 06:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW
2026-03-29 06:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW
2026-03-29 06:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW to the API
2026-03-29 06:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST10%20VEW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4f013e4-7188-5c2c-ac49-dab3887419d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST10 VEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST10%20VEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SUZUKI',
 'model': 'GRAND VITARA',
 'odometer': 79649,
 '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': 'SUZUKI GRAND VITARA 2.4 VVT SZ4 StationWagon',
 'transmission': 'manual',
 'trim': 'VVT SZ4',
 'vin': 'JSAJTAA4V00210399',
 'year': 2010}
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520VEW%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Saving data for ST10%20VEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774005339.486444, 'last_price_update_time': 1774765621.158056}
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST10%2520VEW') HTTP/1.1" 204 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: MC14%20KPO
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC14%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for MC14%20KPO: 2
2026-03-29 06:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed69a78e-ecf2-5336-ad4e-dce45ff930eb with identifier: MC14%20KPO
2026-03-29 06:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed69a78e-ecf2-5336-ad4e-dce45ff930eb with scrape type 2
2026-03-29 06:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed69a78e-ecf2-5336-ad4e-dce45ff930eb with scrape type 2
2026-03-29 06:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed69a78e-ecf2-5336-ad4e-dce45ff930eb, identifier: MC14%20KPO
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: LA17%20WSK
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for LA17%20WSK: 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: LM23%20XOP
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520XOP%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for LM23%20XOP: 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: KS13%20OGR
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS13%2520OGR%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for KS13%20OGR: 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: KP62%20FDG
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP62%2520FDG%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for KP62%20FDG: 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: GD17%20XJK
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520XJK%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for GD17%20XJK: 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: MT62%20SCZ
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520SCZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for MT62%20SCZ: 0
2026-03-29 06:27:01 [bca.uk] INFO: Found listing with ID: SO14%20KUP
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520KUP%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Scrape type for SO14%20KUP: 2
2026-03-29 06:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP
2026-03-29 06:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abae9a99-f4f2-55c1-855e-a29395680eb1 with scrape type 2
2026-03-29 06:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abae9a99-f4f2-55c1-855e-a29395680eb1 with scrape type 2
2026-03-29 06:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abae9a99-f4f2-55c1-855e-a29395680eb1, identifier: SO14%20KUP
2026-03-29 06:27:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed69a78e-ecf2-5336-ad4e-dce45ff930eb with identifier: MC14%20KPO
2026-03-29 06:27:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed69a78e-ecf2-5336-ad4e-dce45ff930eb with identifier: MC14%20KPO
2026-03-29 06:27:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed69a78e-ecf2-5336-ad4e-dce45ff930eb with identifier: MC14%20KPO to the API
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC14%20KPO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed69a78e-ecf2-5336-ad4e-dce45ff930eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC14 KPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC14%20KPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 108316,
 '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 92 850 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'HDI 92 850 PROFESSIONAL',
 'vin': 'VF37D9HF0EN533272',
 'year': 2014}
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC14%2520KPO%27 HTTP/1.1" 200 None
2026-03-29 06:27:01 [bca.uk] INFO: Saving data for MC14%20KPO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564933.432012, 'last_price_update_time': 1774765621.801534}
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC14%2520KPO') HTTP/1.1" 204 0
2026-03-29 06:27:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP
2026-03-29 06:27:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP
2026-03-29 06:27:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP to the API
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO14%20KUP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'abae9a99-f4f2-55c1-855e-a29395680eb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO14 KUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO14%20KUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 102024,
 '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 X1 2.0 XDRIVE 18D X LINE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 18D X LINE',
 'vin': 'WBAVP72040VX43865',
 'year': 2014}
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520KUP%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Saving data for SO14%20KUP: {'auction_closing_time': 1774864800.0, 'created_time': 1773839170.403974, 'last_price_update_time': 1774765622.174364}
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO14%2520KUP') HTTP/1.1" 204 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: WF24%20NKD
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for WF24%20NKD: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: HY19%20ASX
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ASX%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for HY19%20ASX: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: AE63%20THU
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520THU%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for AE63%20THU: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: BU13%20PXL
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU13%2520PXL%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for BU13%20PXL: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: YY18%20UZA
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY18%2520UZA%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for YY18%20UZA: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: LL24%20OAM
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520OAM%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for LL24%20OAM: 2
2026-03-29 06:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM
2026-03-29 06:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with scrape type 2
2026-03-29 06:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with scrape type 2
2026-03-29 06:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb, identifier: LL24%20OAM
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: DH66%20RRO
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520RRO%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for DH66%20RRO: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: GX16%20OFD
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520OFD%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for GX16%20OFD: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: DA16%20WNH
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520WNH%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for DA16%20WNH: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: YN19%20DBP
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520DBP%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for YN19%20DBP: 0
2026-03-29 06:27:02 [bca.uk] INFO: Found listing with ID: KM60%20PWZ
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520PWZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Scrape type for KM60%20PWZ: 2
2026-03-29 06:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ
2026-03-29 06:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84810744-3354-5b37-9ecf-6248b6a7be20 with scrape type 2
2026-03-29 06:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84810744-3354-5b37-9ecf-6248b6a7be20 with scrape type 2
2026-03-29 06:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84810744-3354-5b37-9ecf-6248b6a7be20, identifier: KM60%20PWZ
2026-03-29 06:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=eclipse+black HTTP/1.1" 200 None
2026-03-29 06:27:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM
2026-03-29 06:27:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM to the API
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL24%20OAM-GB',
 'category': 'Car',
 'color': 'eclipse black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL24 OAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL24%20OAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 21825,
 '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 CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB00A397890',
 'year': 2024}
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520OAM%27 HTTP/1.1" 200 None
2026-03-29 06:27:02 [bca.uk] INFO: Saving data for LL24%20OAM: {'auction_closing_time': 1774951200.0, 'created_time': 1773908784.804191, 'last_price_update_time': 1774765622.954114}
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL24%2520OAM') HTTP/1.1" 204 0
2026-03-29 06:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ
2026-03-29 06:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ
2026-03-29 06:27:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ to the API
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM60%20PWZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84810744-3354-5b37-9ecf-6248b6a7be20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM60 PWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM60%20PWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 120431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI S LINE S-T',
 'vin': 'WAUZZZ8X6BB056368',
 'year': 2011}
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520PWZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Saving data for KM60%20PWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773828240.273998, 'last_price_update_time': 1774765623.340885}
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM60%2520PWZ') HTTP/1.1" 204 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: MW18%20YHR
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW18%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for MW18%20YHR: 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: GC19%20RZR
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520RZR%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for GC19%20RZR: 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: LS67%20EVN
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS67%2520EVN%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for LS67%20EVN: 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: HY19%20AZZ
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for HY19%20AZZ: 2
2026-03-29 06:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ
2026-03-29 06:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 185e52ae-53b4-5d75-8c82-ffbb16992256 with scrape type 2
2026-03-29 06:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 185e52ae-53b4-5d75-8c82-ffbb16992256 with scrape type 2
2026-03-29 06:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 185e52ae-53b4-5d75-8c82-ffbb16992256, identifier: HY19%20AZZ
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: CF22%20BGV
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520BGV%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for CF22%20BGV: 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: EJ17%20NKD
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520NKD%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for EJ17%20NKD: 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: AF19%20JVK
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520JVK%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for AF19%20JVK: 0
2026-03-29 06:27:03 [bca.uk] INFO: Found listing with ID: OE66%20PMU
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520PMU%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Scrape type for OE66%20PMU: 2
2026-03-29 06:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU
2026-03-29 06:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a73572-2ead-5543-b7ac-b81850b62b16 with scrape type 2
2026-03-29 06:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a73572-2ead-5543-b7ac-b81850b62b16 with scrape type 2
2026-03-29 06:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2a73572-2ead-5543-b7ac-b81850b62b16, identifier: OE66%20PMU
2026-03-29 06:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ
2026-03-29 06:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ
2026-03-29 06:27:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ to the API
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20AZZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '185e52ae-53b4-5d75-8c82-ffbb16992256',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 AZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20AZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 45716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE',
 'vin': 'SADHA2A13K1F69674',
 'year': 2019}
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520AZZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:03 [bca.uk] INFO: Saving data for HY19%20AZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773986807.040056, 'last_price_update_time': 1774765623.956989}
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520AZZ') HTTP/1.1" 204 0
2026-03-29 06:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU
2026-03-29 06:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU
2026-03-29 06:27:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU to the API
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE66%20PMU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': 'e2a73572-2ead-5543-b7ac-b81850b62b16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE66 PMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE66%20PMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 H',
 'odometer': 138410,
 '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 C300 H 2.1 SPORT PREMIUM PLUS Saloon',
 'transmission': 'manual',
 'trim': 'SPORT PREMIUM PLUS',
 'vin': 'WDD2050122F524353',
 'year': 2017}
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520PMU%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Saving data for OE66%20PMU: {'auction_closing_time': 1774864800.0, 'created_time': 1773821160.039388, 'last_price_update_time': 1774765624.250153}
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE66%2520PMU') HTTP/1.1" 204 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: KE73%20JXD
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520JXD%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for KE73%20JXD: 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: ML23%20XEN
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520XEN%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for ML23%20XEN: 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: OXZ%204409
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OXZ%25204409%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for OXZ%204409: 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: BA19%20YBM
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520YBM%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for BA19%20YBM: 2
2026-03-29 06:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM
2026-03-29 06:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with scrape type 2
2026-03-29 06:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with scrape type 2
2026-03-29 06:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7188d5d2-3561-57f9-8fd2-2f008be27fa3, identifier: BA19%20YBM
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: OW69%20CUY
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CUY%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for OW69%20CUY: 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: WH19%20UNG
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UNG%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for WH19%20UNG: 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: HX24%20UXP
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UXP%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for HX24%20UXP: 0
2026-03-29 06:27:04 [bca.uk] INFO: Found listing with ID: LA05%20HHO
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA05%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Scrape type for LA05%20HHO: 2
2026-03-29 06:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO
2026-03-29 06:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2556af-e958-5776-ba48-0c9a4c1699cd with scrape type 2
2026-03-29 06:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2556af-e958-5776-ba48-0c9a4c1699cd with scrape type 2
2026-03-29 06:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f2556af-e958-5776-ba48-0c9a4c1699cd, identifier: LA05%20HHO
2026-03-29 06:27:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=neon+lime+bi-tone HTTP/1.1" 200 None
2026-03-29 06:27:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:27:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM
2026-03-29 06:27:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM to the API
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 86,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA19%20YBM-GB',
 'category': 'Car',
 'color': 'neon lime bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7188d5d2-3561-57f9-8fd2-2f008be27fa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA19 YBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA19%20YBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 89026,
 'odometer_reading_unit': '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 LIME ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 LIME ED.',
 'vin': 'NMTKZ3BX50R303183',
 'year': 2019}
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520YBM%27 HTTP/1.1" 200 None
2026-03-29 06:27:04 [bca.uk] INFO: Saving data for BA19%20YBM: {'auction_closing_time': 1774951200.0, 'created_time': 1773835063.234476, 'last_price_update_time': 1774765624.99756}
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA19%2520YBM') HTTP/1.1" 204 0
2026-03-29 06:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO
2026-03-29 06:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO
2026-03-29 06:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO to the API
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA05%20HHO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1f2556af-e958-5776-ba48-0c9a4c1699cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA05 HHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA05%20HHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SAAB',
 'model': '9-3',
 'odometer': 146975,
 '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': 'SAAB 9-3 2.0 1.8T VECTOR Convertible',
 'transmission': 'automatic',
 'trim': '1.8T VECTOR',
 'vin': 'YS3FF79F366000713',
 'year': 2005}
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA05%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 06:27:05 [bca.uk] INFO: Saving data for LA05%20HHO: {'auction_closing_time': 1774864800.0, 'created_time': 1773839137.773406, 'last_price_update_time': 1774765625.369477}
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA05%2520HHO') HTTP/1.1" 204 0
2026-03-29 06:27:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:27:05 [bca.uk] INFO: Found listing with ID: NU18%20WJV
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 06:27:05 [bca.uk] INFO: Scrape type for NU18%20WJV: 2
2026-03-29 06:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV
2026-03-29 06:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with scrape type 2
2026-03-29 06:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with scrape type 2
2026-03-29 06:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb, identifier: NU18%20WJV
2026-03-29 06:27:05 [bca.uk] INFO: Found listing with ID: KV17%20UAN
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520UAN%27 HTTP/1.1" 200 None
2026-03-29 06:27:05 [bca.uk] INFO: Scrape type for KV17%20UAN: 2
2026-03-29 06:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN
2026-03-29 06:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with scrape type 2
2026-03-29 06:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with scrape type 2
2026-03-29 06:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff, identifier: KV17%20UAN
2026-03-29 06:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV
2026-03-29 06:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV
2026-03-29 06:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV to the API
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU18%20WJV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c859271-8b7e-5d4c-bb1e-832da4b6fadb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU18 WJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU18%20WJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 108918,
 'odometer_reading_unit': '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': 'SADCA2AX6JA324989',
 'year': 2018}
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520WJV%27 HTTP/1.1" 200 None
2026-03-29 06:27:05 [bca.uk] INFO: Saving data for NU18%20WJV: {'auction_closing_time': 1774864800.0, 'created_time': 1773986786.148796, 'last_price_update_time': 1774765625.881826}
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520WJV') HTTP/1.1" 204 0
2026-03-29 06:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN
2026-03-29 06:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN
2026-03-29 06:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN to the API
2026-03-29 06:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV17%20UAN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV17 UAN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV17%20UAN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 119578,
 '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 LEON 1.4 ECO TSI 150 FR TECHNOLOGY DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'ECO TSI 150 FR TECHNOLOGY DSG',
 'vin': 'VSSZZZ5FZHR016528',
 'year': 2017}
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520UAN%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Saving data for KV17%20UAN: {'auction_closing_time': 1774864800.0, 'created_time': 1774005345.663811, 'last_price_update_time': 1774765626.18121}
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV17%2520UAN') HTTP/1.1" 204 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: DS08%20ADZ
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS08%2520ADZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for DS08%20ADZ: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: GY19%20VDM
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520VDM%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for GY19%20VDM: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: DA24%20JXK
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520JXK%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for DA24%20JXK: 2
2026-03-29 06:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK
2026-03-29 06:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635dc796-df84-54d1-a7e3-0cc6be422b18 with scrape type 2
2026-03-29 06:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 635dc796-df84-54d1-a7e3-0cc6be422b18 with scrape type 2
2026-03-29 06:27:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 635dc796-df84-54d1-a7e3-0cc6be422b18, identifier: DA24%20JXK
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: LL11%20UUV
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL11%2520UUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for LL11%20UUV: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: SB18%20AEV
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520AEV%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for SB18%20AEV: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: YP14%20VRL
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520VRL%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for YP14%20VRL: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: OV65%20FHJ
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520FHJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for OV65%20FHJ: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: AK18%20WMA
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520WMA%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for AK18%20WMA: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: LS17%20HHO
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520HHO%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for LS17%20HHO: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: FH17%20FCM
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FCM%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for FH17%20FCM: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: LL12%20WJG
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520WJG%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for LL12%20WJG: 0
2026-03-29 06:27:06 [bca.uk] INFO: Found listing with ID: BL65%20GHZ
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520GHZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Scrape type for BL65%20GHZ: 2
2026-03-29 06:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ
2026-03-29 06:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with scrape type 2
2026-03-29 06:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with scrape type 2
2026-03-29 06:27:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7, identifier: BL65%20GHZ
2026-03-29 06:27:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=juniper+blue+bi-tone HTTP/1.1" 200 None
2026-03-29 06:27:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:27: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:27:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK
2026-03-29 06:27:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK to the API
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA24%20JXK-GB',
 'category': 'Car',
 'color': 'juniper blue bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '635dc796-df84-54d1-a7e3-0cc6be422b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA24 JXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA24%20JXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 30097,
 '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 AYGO X 1.0 VVT-I EDGE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I EDGE S-CVT',
 'vin': 'JTDAGNAC900193044',
 'year': 2024}
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520JXK%27 HTTP/1.1" 200 None
2026-03-29 06:27:06 [bca.uk] INFO: Saving data for DA24%20JXK: {'auction_closing_time': 1774951200.0, 'created_time': 1773908807.608688, 'last_price_update_time': 1774765626.9394}
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA24%2520JXK') HTTP/1.1" 204 0
2026-03-29 06:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ
2026-03-29 06:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ
2026-03-29 06:27:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ to the API
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL65%20GHZ-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': '0dca19cc-5c44-5442-ab23-7b16de2ed2c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL65 GHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL65%20GHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 106759,
 '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': 'YV1LFBABDG1058296',
 'year': 2016}
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520GHZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Saving data for BL65%20GHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774005681.057818, 'last_price_update_time': 1774765627.291199}
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL65%2520GHZ') HTTP/1.1" 204 0
2026-03-29 06:27:07 [bca.uk] INFO: Total items found: 100
2026-03-29 06:27:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded
2026-03-29 06:27:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:27:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: BK70%20RXR
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520RXR%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for BK70%20RXR: 2
2026-03-29 06:27:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR
2026-03-29 06:27:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d98375-894d-5bd0-95aa-1538e9c474ac with scrape type 2
2026-03-29 06:27:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81d98375-894d-5bd0-95aa-1538e9c474ac with scrape type 2
2026-03-29 06:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81d98375-894d-5bd0-95aa-1538e9c474ac, identifier: BK70%20RXR
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: HY16%20VXH
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for HY16%20VXH: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: VE63%20GYB
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE63%2520GYB%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for VE63%20GYB: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: LK66%20ZYC
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for LK66%20ZYC: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: GK15%20XJJ
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK15%2520XJJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for GK15%20XJJ: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: WN63%20TDO
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN63%2520TDO%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for WN63%20TDO: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: FG69%20EAP
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520EAP%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for FG69%20EAP: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: CK62%20GXV
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520GXV%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for CK62%20GXV: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: FD17%20LHM
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520LHM%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for FD17%20LHM: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: NA68%20TDZ
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520TDZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for NA68%20TDZ: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: MT23%20HSE
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520HSE%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for MT23%20HSE: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: EN16%20URX
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520URX%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for EN16%20URX: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: YF19%20PAE
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520PAE%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for YF19%20PAE: 0
2026-03-29 06:27:07 [bca.uk] INFO: Found listing with ID: AK19%20XWL
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK19%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Scrape type for AK19%20XWL: 0
2026-03-29 06:27:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR
2026-03-29 06:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR
2026-03-29 06:27:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR to the API
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK70%20RXR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81d98375-894d-5bd0-95aa-1538e9c474ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK70 RXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK70%20RXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 67934,
 '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 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L1 H1',
 'vin': 'VXEVBYHRKL7009837',
 'year': 2021}
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520RXR%27 HTTP/1.1" 200 None
2026-03-29 06:27:07 [bca.uk] INFO: Saving data for BK70%20RXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774264515.005413, 'last_price_update_time': 1774765627.942907}
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK70%2520RXR') HTTP/1.1" 204 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: WG17%20BYU
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520BYU%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for WG17%20BYU: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: GU15%20VFA
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU15%2520VFA%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for GU15%20VFA: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: WN69%20EET
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520EET%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for WN69%20EET: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: SL63%20DLO
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520DLO%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for SL63%20DLO: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: YB69%20PVV
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520PVV%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for YB69%20PVV: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: CE06%20SDY
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE06%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for CE06%20SDY: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: KV61%20VFF
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for KV61%20VFF: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: BK60%20KHJ
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK60%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for BK60%20KHJ: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: KP19%20YHU
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520YHU%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for KP19%20YHU: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: KR14%20ZYG
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR14%2520ZYG%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for KR14%20ZYG: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: CP19%20VWS
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for CP19%20VWS: 2
2026-03-29 06:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS
2026-03-29 06:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f4a7f58-5c48-58bf-a759-92acff233e39 with scrape type 2
2026-03-29 06:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f4a7f58-5c48-58bf-a759-92acff233e39 with scrape type 2
2026-03-29 06:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f4a7f58-5c48-58bf-a759-92acff233e39, identifier: CP19%20VWS
2026-03-29 06:27: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:27:08 [bca.uk] INFO: Found listing with ID: OY70%20PWF
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520PWF%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for OY70%20PWF: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: WFZ%209932
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WFZ%25209932%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for WFZ%209932: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: HS15%20GXG
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS15%2520GXG%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for HS15%20GXG: 0
2026-03-29 06:27:08 [bca.uk] INFO: Found listing with ID: PF65%20PJU
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520PJU%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Scrape type for PF65%20PJU: 2
2026-03-29 06:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU
2026-03-29 06:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51d032e0-dfb3-5e95-b921-087c26067fb2 with scrape type 2
2026-03-29 06:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51d032e0-dfb3-5e95-b921-087c26067fb2 with scrape type 2
2026-03-29 06:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51d032e0-dfb3-5e95-b921-087c26067fb2, identifier: PF65%20PJU
2026-03-29 06:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS
2026-03-29 06:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS
2026-03-29 06:27:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS to the API
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP19%20VWS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f4a7f58-5c48-58bf-a759-92acff233e39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP19 VWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP19%20VWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 164686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 102 BMT S/L LWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT S/L LWB',
 'vin': 'WV1ZZZ7HZKH096951',
 'year': 2019}
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 06:27:08 [bca.uk] INFO: Saving data for CP19%20VWS: {'auction_closing_time': 1774864800.0, 'created_time': 1773826647.716874, 'last_price_update_time': 1774765628.84118}
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP19%2520VWS') HTTP/1.1" 204 0
2026-03-29 06:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU
2026-03-29 06:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU
2026-03-29 06:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU to the API
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF65%20PJU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51d032e0-dfb3-5e95-b921-087c26067fb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF65 PJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF65%20PJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 57976,
 '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.6 THP 208 GTI PRESTIGE Hatchback',
 'transmission': 'manual',
 'trim': 'THP 208 GTI PRESTIGE',
 'vin': 'VF3CA5GRMFW030236',
 'year': 2016}
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520PJU%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Saving data for PF65%20PJU: {'auction_closing_time': 1774864800.0, 'created_time': 1773910170.309504, 'last_price_update_time': 1774765629.210243}
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF65%2520PJU') HTTP/1.1" 204 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: KM59%20GXD
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM59%2520GXD%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for KM59%20GXD: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: WA17%20YKG
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for WA17%20YKG: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: SB19%20DZS
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520DZS%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for SB19%20DZS: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: GY67%20PNJ
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520PNJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for GY67%20PNJ: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: DF65%20LLR
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520LLR%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for DF65%20LLR: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: HF18%20MRY
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520MRY%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for HF18%20MRY: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: GY13%20ELV
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520ELV%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for GY13%20ELV: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: BW57%20EZO
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW57%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for BW57%20EZO: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: ND73%20HCZ
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520HCZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for ND73%20HCZ: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: DL10%20AOV
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for DL10%20AOV: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: HY63%20WXZ
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for HY63%20WXZ: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: SK63%20ZTP
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520ZTP%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for SK63%20ZTP: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: YE72%20DVF
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520DVF%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for YE72%20DVF: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: NJ20%20XUM
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ20%2520XUM%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for NJ20%20XUM: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: FN23%20OKM
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKM%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for FN23%20OKM: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: WV74%20OAP
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OAP%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for WV74%20OAP: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: WV74%20NZP
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NZP%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for WV74%20NZP: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: WD74%20EHX
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520EHX%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for WD74%20EHX: 2
2026-03-29 06:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX
2026-03-29 06:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with scrape type 2
2026-03-29 06:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with scrape type 2
2026-03-29 06:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f, identifier: WD74%20EHX
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: PY67%20FHR
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520FHR%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for PY67%20FHR: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: LT17%20NMZ
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520NMZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for LT17%20NMZ: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: LG18%20YTF
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for LG18%20YTF: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: YK18%20KVC
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520KVC%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for YK18%20KVC: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: KR65%20LMX
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520LMX%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for KR65%20LMX: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: LM15%20FCJ
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520FCJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for LM15%20FCJ: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: HV05%20XAK
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV05%2520XAK%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for HV05%20XAK: 0
2026-03-29 06:27:09 [bca.uk] INFO: Found listing with ID: CE66%20VVM
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VVM%27 HTTP/1.1" 200 None
2026-03-29 06:27:09 [bca.uk] INFO: Scrape type for CE66%20VVM: 2
2026-03-29 06:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM
2026-03-29 06:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf878c4d-cd80-5faa-91f5-9c7e30183f66 with scrape type 2
2026-03-29 06:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf878c4d-cd80-5faa-91f5-9c7e30183f66 with scrape type 2
2026-03-29 06:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf878c4d-cd80-5faa-91f5-9c7e30183f66, identifier: CE66%20VVM
2026-03-29 06:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX
2026-03-29 06:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX
2026-03-29 06:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX to the API
2026-03-29 06:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD74%20EHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72f618b0-f1f4-5b04-90bb-e64fab1d8b9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD74 EHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD74%20EHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 9987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZM1V0S1131932',
 'year': 2024}
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520EHX%27 HTTP/1.1" 200 None
2026-03-29 06:27:10 [bca.uk] INFO: Saving data for WD74%20EHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774265586.991125, 'last_price_update_time': 1774765630.324095}
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD74%2520EHX') HTTP/1.1" 204 0
2026-03-29 06:27:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM
2026-03-29 06:27:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM
2026-03-29 06:27:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM to the API
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE66%20VVM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf878c4d-cd80-5faa-91f5-9c7e30183f66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE66 VVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE66%20VVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 70744,
 '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 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN2HH646954',
 'year': 2016}
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VVM%27 HTTP/1.1" 200 None
2026-03-29 06:27:10 [bca.uk] INFO: Saving data for CE66%20VVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774005689.859356, 'last_price_update_time': 1774765630.849099}
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE66%2520VVM') HTTP/1.1" 204 0
2026-03-29 06:27:10 [bca.uk] INFO: Found listing with ID: YF23%20OWX
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 06:27:10 [bca.uk] INFO: Scrape type for YF23%20OWX: 0
2026-03-29 06:27:10 [bca.uk] INFO: Found listing with ID: SH73%20RZG
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520RZG%27 HTTP/1.1" 200 None
2026-03-29 06:27:10 [bca.uk] INFO: Scrape type for SH73%20RZG: 0
2026-03-29 06:27:10 [bca.uk] INFO: Found listing with ID: YE73%20JTX
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520JTX%27 HTTP/1.1" 200 None
2026-03-29 06:27:10 [bca.uk] INFO: Scrape type for YE73%20JTX: 0
2026-03-29 06:27:10 [bca.uk] INFO: Found listing with ID: EA71%20DHD
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520DHD%27 HTTP/1.1" 200 None
2026-03-29 06:27:10 [bca.uk] INFO: Scrape type for EA71%20DHD: 2
2026-03-29 06:27:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD
2026-03-29 06:27:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b8d9e7-bf16-5ec5-9c56-1dada40358be with scrape type 2
2026-03-29 06:27:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b8d9e7-bf16-5ec5-9c56-1dada40358be with scrape type 2
2026-03-29 06:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b8d9e7-bf16-5ec5-9c56-1dada40358be, identifier: EA71%20DHD
2026-03-29 06:27:11 [scrapy.extensions.logstats] INFO: Crawled 131 pages (at 5 pages/min), scraped 3036 items (at 122 items/min)
2026-03-29 06:27:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: CF74%20GAU
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAU%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for CF74%20GAU: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: CE68%20LPO
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520LPO%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for CE68%20LPO: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: SP13%20YTV
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520YTV%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for SP13%20YTV: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: LC65%20UMK
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520UMK%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for LC65%20UMK: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: WD19%20DDU
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520DDU%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for WD19%20DDU: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: RX19%20GRU
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520GRU%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for RX19%20GRU: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: DE61%20ZXO
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520ZXO%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for DE61%20ZXO: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: GJ11%20DWA
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520DWA%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for GJ11%20DWA: 2
2026-03-29 06:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA
2026-03-29 06:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with scrape type 2
2026-03-29 06:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with scrape type 2
2026-03-29 06:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8aaa25a5-ceed-5568-ab3b-ce91959bc562, identifier: GJ11%20DWA
2026-03-29 06:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD
2026-03-29 06:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD
2026-03-29 06:27:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD to the API
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20DHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '96b8d9e7-bf16-5ec5-9c56-1dada40358be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA71 DHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20DHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 61004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH LA PRIMA Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH LA PRIMA',
 'vin': 'ZFAEFAC43NX054360',
 'year': 2022}
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520DHD%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Saving data for EA71%20DHD: {'auction_closing_time': 1774864800.0, 'created_time': 1773823581.858464, 'last_price_update_time': 1774765631.51748}
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520DHD') HTTP/1.1" 204 0
2026-03-29 06:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA
2026-03-29 06:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA
2026-03-29 06:27:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA to the API
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ11%20DWA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8aaa25a5-ceed-5568-ab3b-ce91959bc562',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ11 DWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ11%20DWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 158249,
 '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 SORENTO 2.2 CRDI KX-3 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI KX-3',
 'vin': 'KNAKU814NB5138034',
 'year': 2011}
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520DWA%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Saving data for GJ11%20DWA: {'auction_closing_time': 1774864800.0, 'created_time': 1773828234.866576, 'last_price_update_time': 1774765631.907403}
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ11%2520DWA') HTTP/1.1" 204 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: LF73%20ZBH
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520ZBH%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for LF73%20ZBH: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: WD74%20FXF
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for WD74%20FXF: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: AF73%20ESG
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESG%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for AF73%20ESG: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: AK73%20RXX
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK73%2520RXX%27 HTTP/1.1" 200 None
2026-03-29 06:27:11 [bca.uk] INFO: Scrape type for AK73%20RXX: 0
2026-03-29 06:27:11 [bca.uk] INFO: Found listing with ID: LP23%20GVV
2026-03-29 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LP23%20GVV: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LR73%20MXT
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LR73%20MXT: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: HT21%20FOH
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520FOH%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for HT21%20FOH: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LS22%20CXP
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LS22%20CXP: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: WD22%20PXO
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for WD22%20PXO: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: YY23%20UHN
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520UHN%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for YY23%20UHN: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: OE22%20SZC
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE22%2520SZC%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for OE22%20SZC: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: BT06%20NLV
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520NLV%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for BT06%20NLV: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: DA64%20GYF
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520GYF%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for DA64%20GYF: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: DY15%20BXS
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520BXS%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for DY15%20BXS: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: EJ65%20HKM
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520HKM%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for EJ65%20HKM: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: EX10%20RNY
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX10%2520RNY%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for EX10%20RNY: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: GP08%20XNK
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP08%2520XNK%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for GP08%20XNK: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: GU02%20EYS
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU02%2520EYS%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for GU02%20EYS: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: VU11%20NVC
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for VU11%20NVC: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: DN07%20XRX
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN07%2520XRX%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for DN07%20XRX: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LF13%20UWB
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LF13%20UWB: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LP64%20FNN
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520FNN%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LP64%20FNN: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: MV68%20NGN
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520NGN%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for MV68%20NGN: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: WP16%20LYT
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520LYT%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for WP16%20LYT: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: BJ09%20OJU
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520OJU%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for BJ09%20OJU: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: PO16%20ZDR
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZDR%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for PO16%20ZDR: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: WJ68%20FGN
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FGN%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for WJ68%20FGN: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: WA20%20JHX
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for WA20%20JHX: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: AU69%20RNX
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU69%2520RNX%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for AU69%20RNX: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: DN66%20CPF
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN66%2520CPF%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for DN66%20CPF: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: OW68%20VKR
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520VKR%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for OW68%20VKR: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: RO69%20TLK
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520TLK%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for RO69%20TLK: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: WG18%20XNP
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XNP%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for WG18%20XNP: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: BN23%20NZK
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN23%2520NZK%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for BN23%20NZK: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LT07%20MTY
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT07%2520MTY%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LT07%20MTY: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LV12%20XCG
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XCG%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LV12%20XCG: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: FG71%20UKK
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for FG71%20UKK: 2
2026-03-29 06:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK
2026-03-29 06:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b4f8db0-294c-540b-970e-182951eff97d with scrape type 2
2026-03-29 06:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b4f8db0-294c-540b-970e-182951eff97d with scrape type 2
2026-03-29 06:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b4f8db0-294c-540b-970e-182951eff97d, identifier: FG71%20UKK
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: LE05%20BJX
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE05%2520BJX%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for LE05%20BJX: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: DU72%20CHN
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for DU72%20CHN: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: HK14%20XCF
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520XCF%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for HK14%20XCF: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: MV67%20GNZ
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520GNZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for MV67%20GNZ: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: YM14%20EYL
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM14%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for YM14%20EYL: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: GN13%20RJV
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520RJV%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for GN13%20RJV: 0
2026-03-29 06:27:12 [bca.uk] INFO: Found listing with ID: NX64%20HNN
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 06:27:12 [bca.uk] INFO: Scrape type for NX64%20HNN: 2
2026-03-29 06:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN
2026-03-29 06:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with scrape type 2
2026-03-29 06:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with scrape type 2
2026-03-29 06:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb, identifier: NX64%20HNN
2026-03-29 06:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK
2026-03-29 06:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK
2026-03-29 06:27:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK to the API
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG71%20UKK-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': '',
 'id': '2b4f8db0-294c-540b-970e-182951eff97d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG71 UKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG71%20UKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'FLTRK',
 'odometer': 2101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON FLTRK ROAD GLIDE LTD.MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'ROAD GLIDE LTD.MOTORBIKE',
 'vin': '5HD1KZF40MS652616',
 'year': 2022}
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520UKK%27 HTTP/1.1" 200 None
2026-03-29 06:27:13 [bca.uk] INFO: Saving data for FG71%20UKK: {'auction_closing_time': 1774854000.0, 'created_time': 1773842437.962546, 'last_price_update_time': 1774765633.08733}
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG71%2520UKK') HTTP/1.1" 204 0
2026-03-29 06:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN
2026-03-29 06:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN
2026-03-29 06:27:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN to the API
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX64%20HNN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00fee8b3-0760-5fd6-a99d-ce7610d9c6eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX64 HNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX64%20HNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500L MPW',
 'odometer': 96504,
 '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 500L MPW 1.3 M/JET 85 POP STAR (7ST) MPV',
 'transmission': 'manual',
 'trim': 'M/JET 85 POP STAR (7ST)',
 'vin': 'ZFA19900005173214',
 'year': 2014}
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520HNN%27 HTTP/1.1" 200 None
2026-03-29 06:27:13 [bca.uk] INFO: Saving data for NX64%20HNN: {'auction_closing_time': 1774864800.0, 'created_time': 1773821157.706043, 'last_price_update_time': 1774765633.456818}
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX64%2520HNN') HTTP/1.1" 204 0
2026-03-29 06:27:13 [bca.uk] INFO: Found listing with ID: GL72%20JUV
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520JUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:13 [bca.uk] INFO: Scrape type for GL72%20JUV: 2
2026-03-29 06:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV
2026-03-29 06:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa23c09e-6fda-5bce-a46b-e6c1253700fd with scrape type 2
2026-03-29 06:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa23c09e-6fda-5bce-a46b-e6c1253700fd with scrape type 2
2026-03-29 06:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa23c09e-6fda-5bce-a46b-e6c1253700fd, identifier: GL72%20JUV
2026-03-29 06:27:13 [bca.uk] INFO: Found listing with ID: DK06%20RXP
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK06%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:27:13 [bca.uk] INFO: Scrape type for DK06%20RXP: 2
2026-03-29 06:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP
2026-03-29 06:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with scrape type 2
2026-03-29 06:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with scrape type 2
2026-03-29 06:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a, identifier: DK06%20RXP
2026-03-29 06:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV
2026-03-29 06:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV
2026-03-29 06:27:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV to the API
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20JUV-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': '',
 'id': 'aa23c09e-6fda-5bce-a46b-e6c1253700fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL72 JUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20JUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DUCATI',
 'model': 'MULTISTRADA',
 'odometer': 12081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DUCATI MULTISTRADA V2 S MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'V2 S MOTORBIKE',
 'vin': 'ZDM2A02AAPB007131',
 'year': 2022}
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520JUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:13 [bca.uk] INFO: Saving data for GL72%20JUV: {'auction_closing_time': 1774854000.0, 'created_time': 1773842427.059432, 'last_price_update_time': 1774765633.957711}
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520JUV') HTTP/1.1" 204 0
2026-03-29 06:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP
2026-03-29 06:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP
2026-03-29 06:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP to the API
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK06%20RXP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK06 RXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK06%20RXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLK 240',
 'odometer': 88897,
 '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 CLK 240 2.6 (NON UK) Coupe',
 'transmission': 'automatic',
 'trim': '(NON UK)',
 'vin': 'WDB2093612F157731',
 'year': 2006}
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK06%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Saving data for DK06%20RXP: {'auction_closing_time': 1774864800.0, 'created_time': 1773834065.197852, 'last_price_update_time': 1774765634.260019}
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK06%2520RXP') HTTP/1.1" 204 0
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: LL63%20OWY
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520OWY%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for LL63%20OWY: 0
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: NG12%20XLT
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520XLT%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for NG12%20XLT: 0
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: WO16%20LWJ
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO16%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for WO16%20LWJ: 0
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: FL69%20CZE
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520CZE%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for FL69%20CZE: 0
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: BL64%20HVT
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520HVT%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for BL64%20HVT: 2
2026-03-29 06:27:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8f941fa-0e01-5051-a03b-517640d4accd with identifier: BL64%20HVT
2026-03-29 06:27:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8f941fa-0e01-5051-a03b-517640d4accd with scrape type 2
2026-03-29 06:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8f941fa-0e01-5051-a03b-517640d4accd with scrape type 2
2026-03-29 06:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8f941fa-0e01-5051-a03b-517640d4accd, identifier: BL64%20HVT
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: KX58%20WKN
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX58%2520WKN%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for KX58%20WKN: 0
2026-03-29 06:27:14 [bca.uk] INFO: Found listing with ID: LR11%20XPL
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR11%2520XPL%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Scrape type for LR11%20XPL: 2
2026-03-29 06:27:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL
2026-03-29 06:27:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with scrape type 2
2026-03-29 06:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with scrape type 2
2026-03-29 06:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d63b3d7-d09d-5cea-808f-ab3d26d83244, identifier: LR11%20XPL
2026-03-29 06:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8f941fa-0e01-5051-a03b-517640d4accd with identifier: BL64%20HVT
2026-03-29 06:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8f941fa-0e01-5051-a03b-517640d4accd with identifier: BL64%20HVT
2026-03-29 06:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8f941fa-0e01-5051-a03b-517640d4accd with identifier: BL64%20HVT to the API
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL64%20HVT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8f941fa-0e01-5051-a03b-517640d4accd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL64 HVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL64%20HVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 109276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.6 TDI CR 105 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 105 SE',
 'vin': 'TMBFL25J0F3040200',
 'year': 2014}
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520HVT%27 HTTP/1.1" 200 None
2026-03-29 06:27:14 [bca.uk] INFO: Saving data for BL64%20HVT: {'auction_closing_time': 1774778400.0, 'created_time': 1774565249.36786, 'last_price_update_time': 1774765634.840813}
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL64%2520HVT') HTTP/1.1" 204 0
2026-03-29 06:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL
2026-03-29 06:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL
2026-03-29 06:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL to the API
2026-03-29 06:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR11%20XPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d63b3d7-d09d-5cea-808f-ab3d26d83244',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR11 XPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR11%20XPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 79538,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 143 SE M-T Estate',
 'transmission': 'manual',
 'trim': 'TDI 143 SE M-T',
 'vin': 'WAUZZZ8K3BA102507',
 'year': 2011}
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR11%2520XPL%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Saving data for LR11%20XPL: {'auction_closing_time': 1774864800.0, 'created_time': 1773839347.276383, 'last_price_update_time': 1774765635.122531}
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR11%2520XPL') HTTP/1.1" 204 0
2026-03-29 06:27:15 [bca.uk] INFO: Found listing with ID: CK64%20VRE
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Scrape type for CK64%20VRE: 2
2026-03-29 06:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcdd0c66-d2a7-54c8-bd47-71c27d1435a9 with identifier: CK64%20VRE
2026-03-29 06:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcdd0c66-d2a7-54c8-bd47-71c27d1435a9 with scrape type 2
2026-03-29 06:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcdd0c66-d2a7-54c8-bd47-71c27d1435a9 with scrape type 2
2026-03-29 06:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcdd0c66-d2a7-54c8-bd47-71c27d1435a9, identifier: CK64%20VRE
2026-03-29 06:27:15 [bca.uk] INFO: Found listing with ID: AK66%20LFU
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK66%2520LFU%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Scrape type for AK66%20LFU: 0
2026-03-29 06:27:15 [bca.uk] INFO: Found listing with ID: NJ17%20TVF
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Scrape type for NJ17%20TVF: 0
2026-03-29 06:27:15 [bca.uk] INFO: Found listing with ID: OW65%20ENN
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW65%2520ENN%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Scrape type for OW65%20ENN: 0
2026-03-29 06:27:15 [bca.uk] INFO: Found listing with ID: LS23%20RPZ
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Scrape type for LS23%20RPZ: 0
2026-03-29 06:27:15 [bca.uk] INFO: Found listing with ID: PF14%20XJC
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Scrape type for PF14%20XJC: 2
2026-03-29 06:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC
2026-03-29 06:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eff52e3-b20c-5142-8277-fcda100aecda with scrape type 2
2026-03-29 06:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eff52e3-b20c-5142-8277-fcda100aecda with scrape type 2
2026-03-29 06:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5eff52e3-b20c-5142-8277-fcda100aecda, identifier: PF14%20XJC
2026-03-29 06:27:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcdd0c66-d2a7-54c8-bd47-71c27d1435a9 with identifier: CK64%20VRE
2026-03-29 06:27:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcdd0c66-d2a7-54c8-bd47-71c27d1435a9 with identifier: CK64%20VRE
2026-03-29 06:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcdd0c66-d2a7-54c8-bd47-71c27d1435a9 with identifier: CK64%20VRE to the API
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK64%20VRE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dcdd0c66-d2a7-54c8-bd47-71c27d1435a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK64 VRE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK64%20VRE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 110708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 0.9 TCE 90 AMBIANCE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 AMBIANCE',
 'vin': 'UU15SDAAC52092557',
 'year': 2015}
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520VRE%27 HTTP/1.1" 200 None
2026-03-29 06:27:15 [bca.uk] INFO: Saving data for CK64%20VRE: {'auction_closing_time': 1774778400.0, 'created_time': 1774565250.018028, 'last_price_update_time': 1774765635.683867}
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK64%2520VRE') HTTP/1.1" 204 0
2026-03-29 06:27:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC
2026-03-29 06:27:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC
2026-03-29 06:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC to the API
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF14%20XJC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5eff52e3-b20c-5142-8277-fcda100aecda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF14 XJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF14%20XJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 120607,
 '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': 'SJNFEAJ11U1170093',
 'year': 2014}
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Saving data for PF14%20XJC: {'auction_closing_time': 1774864800.0, 'created_time': 1773839038.90266, 'last_price_update_time': 1774765636.100564}
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF14%2520XJC') HTTP/1.1" 204 0
2026-03-29 06:27:16 [bca.uk] INFO: Found listing with ID: CP08%20AMV
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP08%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Scrape type for CP08%20AMV: 2
2026-03-29 06:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db with identifier: CP08%20AMV
2026-03-29 06:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db with scrape type 2
2026-03-29 06:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db with scrape type 2
2026-03-29 06:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db, identifier: CP08%20AMV
2026-03-29 06:27:16 [bca.uk] INFO: Found listing with ID: LG07%20XYX
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG07%2520XYX%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Scrape type for LG07%20XYX: 0
2026-03-29 06:27:16 [bca.uk] INFO: Found listing with ID: FP71%20YKG
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520YKG%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Scrape type for FP71%20YKG: 0
2026-03-29 06:27:16 [bca.uk] INFO: Found listing with ID: KF15%20CYC
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520CYC%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Scrape type for KF15%20CYC: 2
2026-03-29 06:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC
2026-03-29 06:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb867964-42f4-5128-b4ef-fda365d541f7 with scrape type 2
2026-03-29 06:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb867964-42f4-5128-b4ef-fda365d541f7 with scrape type 2
2026-03-29 06:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb867964-42f4-5128-b4ef-fda365d541f7, identifier: KF15%20CYC
2026-03-29 06:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db with identifier: CP08%20AMV
2026-03-29 06:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db with identifier: CP08%20AMV
2026-03-29 06:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59dd1ae1-2e90-51f0-9614-fa7e8c8f16db with identifier: CP08%20AMV to the API
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP08%20AMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59dd1ae1-2e90-51f0-9614-fa7e8c8f16db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP08 AMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP08%20AMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 163620,
 '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 PANDA 1.3 M/JET DYNAMIC Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET DYNAMIC',
 'vin': 'ZFA16900001129189',
 'year': 2008}
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP08%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Saving data for CP08%20AMV: {'auction_closing_time': 1774778400.0, 'created_time': 1774565225.730496, 'last_price_update_time': 1774765636.609234}
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP08%2520AMV') HTTP/1.1" 204 0
2026-03-29 06:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC
2026-03-29 06:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC
2026-03-29 06:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC to the API
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF15%20CYC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb867964-42f4-5128-b4ef-fda365d541f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF15 CYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF15%20CYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 132424,
 '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 GALAXY 2.0 TDCI 140 ZETEC P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 ZETEC P/SHIFT',
 'vin': 'WF0MXXGBWMEA10291',
 'year': 2015}
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520CYC%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Saving data for KF15%20CYC: {'auction_closing_time': 1774864800.0, 'created_time': 1773933757.326257, 'last_price_update_time': 1774765636.886014}
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF15%2520CYC') HTTP/1.1" 204 0
2026-03-29 06:27:16 [bca.uk] INFO: Found listing with ID: EO10%20UCV
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520UCV%27 HTTP/1.1" 200 None
2026-03-29 06:27:16 [bca.uk] INFO: Scrape type for EO10%20UCV: 2
2026-03-29 06:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b2fb4c1-2ba4-597c-bc16-64560cb58f10 with identifier: EO10%20UCV
2026-03-29 06:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2fb4c1-2ba4-597c-bc16-64560cb58f10 with scrape type 2
2026-03-29 06:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b2fb4c1-2ba4-597c-bc16-64560cb58f10 with scrape type 2
2026-03-29 06:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b2fb4c1-2ba4-597c-bc16-64560cb58f10, identifier: EO10%20UCV
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: VU17%20LXG
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520LXG%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for VU17%20LXG: 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: KX15%20OKS
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520OKS%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for KX15%20OKS: 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: KF19%20YAW
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520YAW%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for KF19%20YAW: 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: LY73%20OLO
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520OLO%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for LY73%20OLO: 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: CV18%20TLK
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520TLK%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for CV18%20TLK: 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: HJ63%20XOY
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520XOY%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for HJ63%20XOY: 2
2026-03-29 06:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY
2026-03-29 06:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51b5445d-26dc-58ca-9084-376ff45324b3 with scrape type 2
2026-03-29 06:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51b5445d-26dc-58ca-9084-376ff45324b3 with scrape type 2
2026-03-29 06:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51b5445d-26dc-58ca-9084-376ff45324b3, identifier: HJ63%20XOY
2026-03-29 06:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b2fb4c1-2ba4-597c-bc16-64560cb58f10 with identifier: EO10%20UCV
2026-03-29 06:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b2fb4c1-2ba4-597c-bc16-64560cb58f10 with identifier: EO10%20UCV
2026-03-29 06:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b2fb4c1-2ba4-597c-bc16-64560cb58f10 with identifier: EO10%20UCV to the API
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO10%20UCV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0b2fb4c1-2ba4-597c-bc16-64560cb58f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO10 UCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO10%20UCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 107840,
 '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 TDCI 136 TITANIUM Estate',
 'transmission': 'automatic',
 'trim': 'TDCI 136 TITANIUM',
 'vin': 'WF0SXXGCDSAY76331',
 'year': 2010}
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520UCV%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Saving data for EO10%20UCV: {'auction_closing_time': 1774778400.0, 'created_time': 1774565226.927527, 'last_price_update_time': 1774765637.458117}
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO10%2520UCV') HTTP/1.1" 204 0
2026-03-29 06:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY
2026-03-29 06:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY
2026-03-29 06:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY to the API
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ63%20XOY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '51b5445d-26dc-58ca-9084-376ff45324b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ63 XOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ63%20XOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C250',
 'odometer': 72645,
 '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 C250 2.1 CDI B/E AMG SPORT Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2043032G147133',
 'year': 2013}
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520XOY%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Saving data for HJ63%20XOY: {'auction_closing_time': 1774864800.0, 'created_time': 1773908694.935008, 'last_price_update_time': 1774765637.847668}
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ63%2520XOY') HTTP/1.1" 204 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: WN08%20NFF
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520NFF%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for WN08%20NFF: 2
2026-03-29 06:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4d4dc53-54f3-53da-b98a-3077ea5f75d3 with identifier: WN08%20NFF
2026-03-29 06:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4d4dc53-54f3-53da-b98a-3077ea5f75d3 with scrape type 2
2026-03-29 06:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4d4dc53-54f3-53da-b98a-3077ea5f75d3 with scrape type 2
2026-03-29 06:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4d4dc53-54f3-53da-b98a-3077ea5f75d3, identifier: WN08%20NFF
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: LY73%20MFA
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520MFA%27 HTTP/1.1" 200 None
2026-03-29 06:27:17 [bca.uk] INFO: Scrape type for LY73%20MFA: 0
2026-03-29 06:27:17 [bca.uk] INFO: Found listing with ID: DF70%20BXL
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520BXL%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Scrape type for DF70%20BXL: 0
2026-03-29 06:27:18 [bca.uk] INFO: Found listing with ID: KF16%20KWG
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Scrape type for KF16%20KWG: 0
2026-03-29 06:27:18 [bca.uk] INFO: Found listing with ID: LP72%20HUV
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520HUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Scrape type for LP72%20HUV: 0
2026-03-29 06:27:18 [bca.uk] INFO: Found listing with ID: BM19%20HPE
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Scrape type for BM19%20HPE: 2
2026-03-29 06:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE
2026-03-29 06:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f622dc58-9b06-5e05-a348-4042219b2aa2 with scrape type 2
2026-03-29 06:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f622dc58-9b06-5e05-a348-4042219b2aa2 with scrape type 2
2026-03-29 06:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f622dc58-9b06-5e05-a348-4042219b2aa2, identifier: BM19%20HPE
2026-03-29 06:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4d4dc53-54f3-53da-b98a-3077ea5f75d3 with identifier: WN08%20NFF
2026-03-29 06:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4d4dc53-54f3-53da-b98a-3077ea5f75d3 with identifier: WN08%20NFF
2026-03-29 06:27:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4d4dc53-54f3-53da-b98a-3077ea5f75d3 with identifier: WN08%20NFF to the API
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN08%20NFF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a4d4dc53-54f3-53da-b98a-3077ea5f75d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN08 NFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN08%20NFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 98427,
 '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': 'manual',
 'trim': 'ACENTA 16V',
 'vin': 'SJNFBAK12U3032205',
 'year': 2008}
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520NFF%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Saving data for WN08%20NFF: {'auction_closing_time': 1774778400.0, 'created_time': 1774565226.502493, 'last_price_update_time': 1774765638.449037}
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN08%2520NFF') HTTP/1.1" 204 0
2026-03-29 06:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE
2026-03-29 06:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE
2026-03-29 06:27:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE to the API
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BM19%20HPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f622dc58-9b06-5e05-a348-4042219b2aa2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BM19 HPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BM19%20HPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 143768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 1 ISG',
 'vin': 'U5YPG812LLL769299',
 'year': 2019}
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520HPE%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Saving data for BM19%20HPE: {'auction_closing_time': 1774864800.0, 'created_time': 1773826239.051478, 'last_price_update_time': 1774765638.724878}
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BM19%2520HPE') HTTP/1.1" 204 0
2026-03-29 06:27:18 [bca.uk] INFO: Found listing with ID: WU63%20YPC
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520YPC%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Scrape type for WU63%20YPC: 2
2026-03-29 06:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f with identifier: WU63%20YPC
2026-03-29 06:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f with scrape type 2
2026-03-29 06:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f with scrape type 2
2026-03-29 06:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f, identifier: WU63%20YPC
2026-03-29 06:27:18 [bca.uk] INFO: Found listing with ID: EK66%20DXY
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520DXY%27 HTTP/1.1" 200 None
2026-03-29 06:27:18 [bca.uk] INFO: Scrape type for EK66%20DXY: 2
2026-03-29 06:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY
2026-03-29 06:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8104766e-8e03-53ce-a3f3-79fa10067e8f with scrape type 2
2026-03-29 06:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8104766e-8e03-53ce-a3f3-79fa10067e8f with scrape type 2
2026-03-29 06:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8104766e-8e03-53ce-a3f3-79fa10067e8f, identifier: EK66%20DXY
2026-03-29 06:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f with identifier: WU63%20YPC
2026-03-29 06:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f with identifier: WU63%20YPC
2026-03-29 06:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f with identifier: WU63%20YPC to the API
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU63%20YPC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b234a18-2d5f-5d27-9c4b-cad5e5a5df9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU63 YPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU63%20YPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 86605,
 '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': 'WF0KXXGCBKDA24957',
 'year': 2013}
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520YPC%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Saving data for WU63%20YPC: {'auction_closing_time': 1774778400.0, 'created_time': 1774565227.509685, 'last_price_update_time': 1774765639.209048}
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU63%2520YPC') HTTP/1.1" 204 0
2026-03-29 06:27:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY
2026-03-29 06:27:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY
2026-03-29 06:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY to the API
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK66%20DXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8104766e-8e03-53ce-a3f3-79fa10067e8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK66 DXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK66%20DXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 151766,
 '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 OCTAVIA 2.0 TDI CR 184 VRS DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 184 VRS DSG',
 'vin': 'TMBKK7NE9H0065053',
 'year': 2016}
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520DXY%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Saving data for EK66%20DXY: {'auction_closing_time': 1774864800.0, 'created_time': 1773908358.257778, 'last_price_update_time': 1774765639.508794}
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK66%2520DXY') HTTP/1.1" 204 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: LD16%20XHO
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD16%2520XHO%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for LD16%20XHO: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: FV15%20WTZ
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520WTZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for FV15%20WTZ: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: WD14%20AXN
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520AXN%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for WD14%20AXN: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: EO70%20VNT
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520VNT%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for EO70%20VNT: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: MH16%20ZTR
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520ZTR%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for MH16%20ZTR: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: SB68%20UFG
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520UFG%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for SB68%20UFG: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: FV68%20OEU
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV68%2520OEU%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for FV68%20OEU: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: HG11%20TWL
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520TWL%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for HG11%20TWL: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: LS65%20DBV
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520DBV%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for LS65%20DBV: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: MT15%20GCY
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520GCY%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for MT15%20GCY: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: NL15%20HWO
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for NL15%20HWO: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: PO13%20OZW
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO13%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for PO13%20OZW: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: RF16%20NYO
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520NYO%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for RF16%20NYO: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: VE14%20GWL
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520GWL%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for VE14%20GWL: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: VO10%20VKB
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for VO10%20VKB: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: WM17%20ZUC
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520ZUC%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for WM17%20ZUC: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: WU65%20AZT
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for WU65%20AZT: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: BF58%20OSL
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for BF58%20OSL: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: BJ60%20RHU
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for BJ60%20RHU: 0
2026-03-29 06:27:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: ET73%20ANX
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET73%2520ANX%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for ET73%20ANX: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: DU72%20ZTZ
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for DU72%20ZTZ: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: SP19%20FKM
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520FKM%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for SP19%20FKM: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: BSZ%204903
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25204903%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for BSZ%204903: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: AF71%20BXW
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520BXW%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for AF71%20BXW: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: NX16%20WZL
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520WZL%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for NX16%20WZL: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: YP73%20BUO
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520BUO%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for YP73%20BUO: 0
2026-03-29 06:27:19 [bca.uk] INFO: Found listing with ID: LF72%20XGU
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGU%27 HTTP/1.1" 200 None
2026-03-29 06:27:19 [bca.uk] INFO: Scrape type for LF72%20XGU: 0
2026-03-29 06:27:20 [bca.uk] INFO: Total items found: 100
2026-03-29 06:27:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded
2026-03-29 06:27:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:27:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: BV62%20SWU
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520SWU%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for BV62%20SWU: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: EA16%20NRN
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520NRN%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for EA16%20NRN: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: EK15%20CMF
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520CMF%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for EK15%20CMF: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: FN19%20AEP
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for FN19%20AEP: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: BL70%20ANV
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520ANV%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for BL70%20ANV: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: RK21%20VTO
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520VTO%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for RK21%20VTO: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: FV21%20BND
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520BND%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for FV21%20BND: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: HX22%20KWM
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520KWM%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for HX22%20KWM: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: X315%20TCX
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X315%2520TCX%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for X315%20TCX: 0
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: AF73%20EVG
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for AF73%20EVG: 2
2026-03-29 06:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG
2026-03-29 06:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa34a8d6-e426-5ada-8f82-c5394445b2b1 with scrape type 2
2026-03-29 06:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa34a8d6-e426-5ada-8f82-c5394445b2b1 with scrape type 2
2026-03-29 06:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa34a8d6-e426-5ada-8f82-c5394445b2b1, identifier: AF73%20EVG
2026-03-29 06:27:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG
2026-03-29 06:27:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG
2026-03-29 06:27:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG to the API
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20EVG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa34a8d6-e426-5ada-8f82-c5394445b2b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 EVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20EVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 21082,
 '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': 'LRWYHCFS8PC041665',
 'year': 2023}
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Saving data for AF73%20EVG: {'auction_closing_time': 1775037600.0, 'created_time': 1773835126.115344, 'last_price_update_time': 1774765640.573181}
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520EVG') HTTP/1.1" 204 0
2026-03-29 06:27:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:27:20 [bca.uk] INFO: Found listing with ID: FN23%20OKW
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 06:27:20 [bca.uk] INFO: Scrape type for FN23%20OKW: 2
2026-03-29 06:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW
2026-03-29 06:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d0e5550-6739-5615-88b3-f756d53b2ede with scrape type 2
2026-03-29 06:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d0e5550-6739-5615-88b3-f756d53b2ede with scrape type 2
2026-03-29 06:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d0e5550-6739-5615-88b3-f756d53b2ede, identifier: FN23%20OKW
2026-03-29 06:27:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW
2026-03-29 06:27:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW
2026-03-29 06:27:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW to the API
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN23%20OKW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d0e5550-6739-5615-88b3-f756d53b2ede',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN23 OKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN23%20OKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 20510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA PROCEED SW 1.5 T GDI GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YH2G15LPL066262',
 'year': 2023}
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKW%27 HTTP/1.1" 200 None
2026-03-29 06:27:21 [bca.uk] INFO: Saving data for FN23%20OKW: {'auction_closing_time': 1774864800.0, 'created_time': 1773908308.446201, 'last_price_update_time': 1774765641.076628}
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN23%2520OKW') HTTP/1.1" 204 0
2026-03-29 06:27:21 [bca.uk] INFO: Found listing with ID: WG73%20NUB
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:27:21 [bca.uk] INFO: Scrape type for WG73%20NUB: 2
2026-03-29 06:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB
2026-03-29 06:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with scrape type 2
2026-03-29 06:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with scrape type 2
2026-03-29 06:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753, identifier: WG73%20NUB
2026-03-29 06:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB
2026-03-29 06:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB
2026-03-29 06:27:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB to the API
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG73%20NUB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d9f2a73-40a5-5c7e-8a16-b9a45ea20753',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG73 NUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG73%20NUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 14631,
 '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 XC40 2.0 B3P CORE G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B3P CORE G/T',
 'vin': 'YV1XZK7V6R2269441',
 'year': 2023}
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NUB%27 HTTP/1.1" 200 None
2026-03-29 06:27:21 [bca.uk] INFO: Saving data for WG73%20NUB: {'auction_closing_time': 1774864800.0, 'created_time': 1773908319.325481, 'last_price_update_time': 1774765641.477164}
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG73%2520NUB') HTTP/1.1" 204 0
2026-03-29 06:27:21 [bca.uk] INFO: Found listing with ID: WV74%20NYT
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 06:27:21 [bca.uk] INFO: Scrape type for WV74%20NYT: 2
2026-03-29 06:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT
2026-03-29 06:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00105aeb-ab17-5035-bd73-616413ab5603 with scrape type 2
2026-03-29 06:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00105aeb-ab17-5035-bd73-616413ab5603 with scrape type 2
2026-03-29 06:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00105aeb-ab17-5035-bd73-616413ab5603, identifier: WV74%20NYT
2026-03-29 06:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT
2026-03-29 06:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT
2026-03-29 06:27:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT to the API
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20NYT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00105aeb-ab17-5035-bd73-616413ab5603',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 NYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20NYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 3120,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA5R3088535',
 'year': 2024}
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYT%27 HTTP/1.1" 200 None
2026-03-29 06:27:21 [bca.uk] INFO: Saving data for WV74%20NYT: {'auction_closing_time': 1775037600.0, 'created_time': 1773833573.605472, 'last_price_update_time': 1774765641.848951}
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520NYT') HTTP/1.1" 204 0
2026-03-29 06:27:21 [bca.uk] INFO: Found listing with ID: WV74%20OBT
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 06:27:21 [bca.uk] INFO: Scrape type for WV74%20OBT: 2
2026-03-29 06:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT
2026-03-29 06:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with scrape type 2
2026-03-29 06:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with scrape type 2
2026-03-29 06:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e, identifier: WV74%20OBT
2026-03-29 06:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT
2026-03-29 06:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT
2026-03-29 06:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT to the API
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20OBT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 OBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20OBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 9376,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA7R3088858',
 'year': 2024}
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 06:27:22 [bca.uk] INFO: Saving data for WV74%20OBT: {'auction_closing_time': 1775037600.0, 'created_time': 1773833577.407194, 'last_price_update_time': 1774765642.275497}
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520OBT') HTTP/1.1" 204 0
2026-03-29 06:27:22 [bca.uk] INFO: Found listing with ID: DN25%20HMO
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 06:27:22 [bca.uk] INFO: Scrape type for DN25%20HMO: 2
2026-03-29 06:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO
2026-03-29 06:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with scrape type 2
2026-03-29 06:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with scrape type 2
2026-03-29 06:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a, identifier: DN25%20HMO
2026-03-29 06:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO
2026-03-29 06:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO
2026-03-29 06:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO to the API
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN25%20HMO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '13ddb100-68d8-5df4-9ff1-31b81a05aa8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN25 HMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN25%20HMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'CAPRI',
 'odometer': 4307,
 '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 CAPRI 210KW 77KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '210KW 77KWH PREMIUM',
 'vin': 'WF0SPBEF2SSJ46658',
 'year': 2025}
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520HMO%27 HTTP/1.1" 200 None
2026-03-29 06:27:22 [bca.uk] INFO: Saving data for DN25%20HMO: {'auction_closing_time': 1774864800.0, 'created_time': 1773833424.466632, 'last_price_update_time': 1774765642.674023}
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN25%2520HMO') HTTP/1.1" 204 0
2026-03-29 06:27:22 [bca.uk] INFO: Found listing with ID: MA24%20FLP
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLP%27 HTTP/1.1" 200 None
2026-03-29 06:27:22 [bca.uk] INFO: Scrape type for MA24%20FLP: 2
2026-03-29 06:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP
2026-03-29 06:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1432bbac-abff-56b2-8d44-f627584c6d9a with scrape type 2
2026-03-29 06:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1432bbac-abff-56b2-8d44-f627584c6d9a with scrape type 2
2026-03-29 06:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1432bbac-abff-56b2-8d44-f627584c6d9a, identifier: MA24%20FLP
2026-03-29 06:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP
2026-03-29 06:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP
2026-03-29 06:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP to the API
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20FLP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1432bbac-abff-56b2-8d44-f627584c6d9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 FLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20FLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'ID.BUZZ',
 'odometer': 16560,
 '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 150KW 77KWH 1ST EDITION PRO MPV',
 'transmission': 'automatic',
 'trim': '150KW 77KWH 1ST EDITION PRO',
 'vin': 'WV2ZZZEB0RH002648',
 'year': 2024}
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLP%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Saving data for MA24%20FLP: {'auction_closing_time': 1774864800.0, 'created_time': 1773833581.593726, 'last_price_update_time': 1774765643.085238}
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520FLP') HTTP/1.1" 204 0
2026-03-29 06:27:23 [bca.uk] INFO: Found listing with ID: WA22%20VXV
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Scrape type for WA22%20VXV: 2
2026-03-29 06:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV
2026-03-29 06:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64cd3ff6-3885-597e-9318-5a108a35198c with scrape type 2
2026-03-29 06:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64cd3ff6-3885-597e-9318-5a108a35198c with scrape type 2
2026-03-29 06:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64cd3ff6-3885-597e-9318-5a108a35198c, identifier: WA22%20VXV
2026-03-29 06:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV
2026-03-29 06:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV
2026-03-29 06:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV to the API
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA22%20VXV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64cd3ff6-3885-597e-9318-5a108a35198c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA22 VXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA22%20VXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180 S/B',
 'odometer': 50789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 S/B 1.3 AMG LINE PREMIUM DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1186842N293033',
 'year': 2022}
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520VXV%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Saving data for WA22%20VXV: {'auction_closing_time': 1774864800.0, 'created_time': 1773933181.534618, 'last_price_update_time': 1774765643.47988}
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA22%2520VXV') HTTP/1.1" 204 0
2026-03-29 06:27:23 [bca.uk] INFO: Found listing with ID: MX58%20VOP
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX58%2520VOP%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Scrape type for MX58%20VOP: 0
2026-03-29 06:27:23 [bca.uk] INFO: Found listing with ID: BT72%20YFK
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFK%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Scrape type for BT72%20YFK: 0
2026-03-29 06:27:23 [bca.uk] INFO: Found listing with ID: GF23%20SYV
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Scrape type for GF23%20SYV: 2
2026-03-29 06:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV
2026-03-29 06:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with scrape type 2
2026-03-29 06:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with scrape type 2
2026-03-29 06:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8, identifier: GF23%20SYV
2026-03-29 06:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV
2026-03-29 06:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV
2026-03-29 06:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV to the API
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20SYV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c2d4a5fd-b9a9-54af-b423-92ee1f7552c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF23 SYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20SYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 40099,
 '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.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDWXN3038570',
 'year': 2023}
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520SYV%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Saving data for GF23%20SYV: {'auction_closing_time': 1774864800.0, 'created_time': 1773841143.261889, 'last_price_update_time': 1774765643.928592}
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520SYV') HTTP/1.1" 204 0
2026-03-29 06:27:23 [bca.uk] INFO: Found listing with ID: AE21%20JXN
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 06:27:23 [bca.uk] INFO: Scrape type for AE21%20JXN: 2
2026-03-29 06:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN
2026-03-29 06:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with scrape type 2
2026-03-29 06:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with scrape type 2
2026-03-29 06:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437, identifier: AE21%20JXN
2026-03-29 06:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN
2026-03-29 06:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN
2026-03-29 06:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN to the API
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE21%20JXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eedb2df9-d9bc-56ec-bfa2-c475ceb3c437',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AE21 JXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE21%20JXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 35171,
 '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 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'M/H LOUNGE',
 'vin': 'ZFA3120000JE51089',
 'year': 2021}
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520JXN%27 HTTP/1.1" 200 None
2026-03-29 06:27:24 [bca.uk] INFO: Saving data for AE21%20JXN: {'auction_closing_time': 1775037600.0, 'created_time': 1773841366.856758, 'last_price_update_time': 1774765644.322444}
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE21%2520JXN') HTTP/1.1" 204 0
2026-03-29 06:27:24 [bca.uk] INFO: Found listing with ID: FH23%20HHJ
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:24 [bca.uk] INFO: Scrape type for FH23%20HHJ: 2
2026-03-29 06:27:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ
2026-03-29 06:27:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da73f646-dab8-5acb-80ee-8613cabe7328 with scrape type 2
2026-03-29 06:27:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da73f646-dab8-5acb-80ee-8613cabe7328 with scrape type 2
2026-03-29 06:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da73f646-dab8-5acb-80ee-8613cabe7328, identifier: FH23%20HHJ
2026-03-29 06:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ
2026-03-29 06:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ
2026-03-29 06:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ to the API
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH23%20HHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'da73f646-dab8-5acb-80ee-8613cabe7328',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FH23 HHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH23%20HHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 55625,
 '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': 'LRWYHCFS3PC971120',
 'year': 2023}
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HHJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:24 [bca.uk] INFO: Saving data for FH23%20HHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773835125.128329, 'last_price_update_time': 1774765644.800303}
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH23%2520HHJ') HTTP/1.1" 204 0
2026-03-29 06:27:24 [bca.uk] INFO: Found listing with ID: GD23%20DXH
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:24 [bca.uk] INFO: Scrape type for GD23%20DXH: 0
2026-03-29 06:27:24 [bca.uk] INFO: Found listing with ID: GM23%20KFW
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 06:27:24 [bca.uk] INFO: Scrape type for GM23%20KFW: 2
2026-03-29 06:27:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW
2026-03-29 06:27:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccf59eff-32f7-5bce-993c-8c40f31673be with scrape type 2
2026-03-29 06:27:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccf59eff-32f7-5bce-993c-8c40f31673be with scrape type 2
2026-03-29 06:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccf59eff-32f7-5bce-993c-8c40f31673be, identifier: GM23%20KFW
2026-03-29 06:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW
2026-03-29 06:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW
2026-03-29 06:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW to the API
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM23%20KFW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ccf59eff-32f7-5bce-993c-8c40f31673be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GM23 KFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM23%20KFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 38952,
 '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.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDW1N3038361',
 'year': 2023}
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Saving data for GM23%20KFW: {'auction_closing_time': 1775037600.0, 'created_time': 1773933702.289284, 'last_price_update_time': 1774765645.209139}
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM23%2520KFW') HTTP/1.1" 204 0
2026-03-29 06:27:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: LF73%20PKM
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520PKM%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for LF73%20PKM: 0
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: WN70%20VXS
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520VXS%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for WN70%20VXS: 0
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: AX72%20KBO
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBO%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for AX72%20KBO: 0
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: SD67%20FNV
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520FNV%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for SD67%20FNV: 0
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: DE17%20XVY
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520XVY%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for DE17%20XVY: 0
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: BG14%20CME
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520CME%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for BG14%20CME: 2
2026-03-29 06:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME
2026-03-29 06:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17f5287b-f336-5394-86b0-5746bd7ec226 with scrape type 2
2026-03-29 06:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17f5287b-f336-5394-86b0-5746bd7ec226 with scrape type 2
2026-03-29 06:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17f5287b-f336-5394-86b0-5746bd7ec226, identifier: BG14%20CME
2026-03-29 06:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME
2026-03-29 06:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME
2026-03-29 06:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME to the API
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG14%20CME-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17f5287b-f336-5394-86b0-5746bd7ec226',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG14 CME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG14%20CME&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 90358,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TFSI 225 QUATTRO S LINE+ TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 225 QUATTRO S LINE+ TIP',
 'vin': 'WAUZZZ8RXEA115045',
 'year': 2014}
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520CME%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Saving data for BG14%20CME: {'auction_closing_time': 1774868400.0, 'created_time': 1773832625.547719, 'last_price_update_time': 1774765645.676794}
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG14%2520CME') HTTP/1.1" 204 0
2026-03-29 06:27:25 [bca.uk] INFO: Found listing with ID: BF13%20UEX
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520UEX%27 HTTP/1.1" 200 None
2026-03-29 06:27:25 [bca.uk] INFO: Scrape type for BF13%20UEX: 2
2026-03-29 06:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX
2026-03-29 06:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa216a1-4a0f-5522-b89b-0dada411b21f with scrape type 2
2026-03-29 06:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa216a1-4a0f-5522-b89b-0dada411b21f with scrape type 2
2026-03-29 06:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fa216a1-4a0f-5522-b89b-0dada411b21f, identifier: BF13%20UEX
2026-03-29 06:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX
2026-03-29 06:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX
2026-03-29 06:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX to the API
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF13%20UEX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6fa216a1-4a0f-5522-b89b-0dada411b21f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF13 UEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF13%20UEX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 62015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 875,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 THP 155 DSPORT Hatchback',
 'transmission': 'manual',
 'trim': 'THP 155 DSPORT',
 'vin': 'VF7SA5FV8CW598519',
 'year': 2013}
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520UEX%27 HTTP/1.1" 200 None
2026-03-29 06:27:26 [bca.uk] INFO: Saving data for BF13%20UEX: {'auction_closing_time': 1775113200.0, 'created_time': 1773846104.57167, 'last_price_update_time': 1774765646.077564}
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF13%2520UEX') HTTP/1.1" 204 0
2026-03-29 06:27:26 [bca.uk] INFO: Total items found: 100
2026-03-29 06:27:26 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded
2026-03-29 06:27:26 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:27:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:26 [bca.uk] INFO: Found listing with ID: KR16%20UGY
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520UGY%27 HTTP/1.1" 200 None
2026-03-29 06:27:26 [bca.uk] INFO: Scrape type for KR16%20UGY: 2
2026-03-29 06:27:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY
2026-03-29 06:27:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with scrape type 2
2026-03-29 06:27:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with scrape type 2
2026-03-29 06:27:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c, identifier: KR16%20UGY
2026-03-29 06:27:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY
2026-03-29 06:27:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY
2026-03-29 06:27:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY to the API
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27: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:27:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20UGY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'caa7d1fe-03e1-5d96-8dad-fd4534c7c64c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 UGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20UGY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 101803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 700,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SMART FORFOUR 1.0 71 PASSION Hatchback',
 'transmission': 'manual',
 'trim': '71 PASSION',
 'vin': 'WME4530422Y078676',
 'year': 2016}
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520UGY%27 HTTP/1.1" 200 None
2026-03-29 06:27:26 [bca.uk] INFO: Saving data for KR16%20UGY: {'auction_closing_time': 1775113200.0, 'created_time': 1773839125.262193, 'last_price_update_time': 1774765646.483866}
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520UGY') HTTP/1.1" 204 0
2026-03-29 06:27:26 [bca.uk] INFO: Found listing with ID: WJ11%20KZW
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:26 [bca.uk] INFO: Scrape type for WJ11%20KZW: 2
2026-03-29 06:27:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW
2026-03-29 06:27:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a20f2149-fba9-58f2-a9b7-fe307938b74e with scrape type 2
2026-03-29 06:27:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a20f2149-fba9-58f2-a9b7-fe307938b74e with scrape type 2
2026-03-29 06:27:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a20f2149-fba9-58f2-a9b7-fe307938b74e, identifier: WJ11%20KZW
2026-03-29 06:27: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:27:26 [bca.uk] INFO: Found listing with ID: AO61%20YHV
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO61%2520YHV%27 HTTP/1.1" 200 None
2026-03-29 06:27:26 [bca.uk] INFO: Scrape type for AO61%20YHV: 2
2026-03-29 06:27:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV
2026-03-29 06:27:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f51965c4-4f7f-57cd-af79-de0b40bcf892 with scrape type 2
2026-03-29 06:27:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f51965c4-4f7f-57cd-af79-de0b40bcf892 with scrape type 2
2026-03-29 06:27:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f51965c4-4f7f-57cd-af79-de0b40bcf892, identifier: AO61%20YHV
2026-03-29 06:27:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW
2026-03-29 06:27:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW
2026-03-29 06:27:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW to the API
2026-03-29 06:27:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27: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:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ11%20KZW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a20f2149-fba9-58f2-a9b7-fe307938b74e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ11 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ11%20KZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'CARAVELLE',
 'odometer': 106991,
 '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 CARAVELLE 2.0 TDI 140 EXECUTIVE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 140 EXECUTIVE DSG',
 'vin': 'WV2ZZZ7HZBH089149',
 'year': 2011}
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Saving data for WJ11%20KZW: {'auction_closing_time': 1774854000.0, 'created_time': 1774354028.199688, 'last_price_update_time': 1774765647.083954}
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ11%2520KZW') HTTP/1.1" 204 0
2026-03-29 06:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV
2026-03-29 06:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV
2026-03-29 06:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV to the API
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO61%20YHV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f51965c4-4f7f-57cd-af79-de0b40bcf892',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO61 YHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO61%20YHV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 89341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1200,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32020WL73762',
 'year': 2011}
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO61%2520YHV%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Saving data for AO61%20YHV: {'auction_closing_time': 1774868400.0, 'created_time': 1773932499.881232, 'last_price_update_time': 1774765647.355982}
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO61%2520YHV') HTTP/1.1" 204 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: YA67%20NLN
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for YA67%20NLN: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: PO68%20EVP
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520EVP%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for PO68%20EVP: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: BF65%20YHT
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520YHT%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for BF65%20YHT: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: BK58%20OEW
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520OEW%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for BK58%20OEW: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: DU18%20ZDP
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520ZDP%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for DU18%20ZDP: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: FT17%20ANF
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520ANF%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for FT17%20ANF: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: HE10%20SCM
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520SCM%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for HE10%20SCM: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: HG64%20SNV
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520SNV%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for HG64%20SNV: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: HX13%20SOC
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520SOC%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for HX13%20SOC: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: KY62%20ORH
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520ORH%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for KY62%20ORH: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: LL62%20UJP
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520UJP%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for LL62%20UJP: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: NJ62%20YAE
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520YAE%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for NJ62%20YAE: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: NK13%20ZRX
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK13%2520ZRX%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for NK13%20ZRX: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: RE11%20NYA
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520NYA%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for RE11%20NYA: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: RJ63%20MVF
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520MVF%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for RJ63%20MVF: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: RV13%20EJF
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV13%2520EJF%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for RV13%20EJF: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: YK14%20ZJJ
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for YK14%20ZJJ: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: PH02%20CPH
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH02%2520CPH%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for PH02%20CPH: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: VE67%20UPT
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520UPT%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for VE67%20UPT: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: VE71%20RZV
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520RZV%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for VE71%20RZV: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: NA24%20YHP
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA24%2520YHP%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for NA24%20YHP: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: HT70%20HHG
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHG%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for HT70%20HHG: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: VK21%20SBX
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520SBX%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for VK21%20SBX: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: EO23%20XTE
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520XTE%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for EO23%20XTE: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: WU09%20YLM
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU09%2520YLM%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for WU09%20YLM: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: YG24%20PNR
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG24%2520PNR%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for YG24%20PNR: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: MJ71%20TRV
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520TRV%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for MJ71%20TRV: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: LC72%20UBY
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520UBY%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for LC72%20UBY: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: FD64%20MJJ
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520MJJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for FD64%20MJJ: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: LY66%20GYK
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520GYK%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for LY66%20GYK: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: FG71%20KUW
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520KUW%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for FG71%20KUW: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: EY70%20XVM
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520XVM%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for EY70%20XVM: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: LV67%20UGL
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for LV67%20UGL: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: LV23%20PKC
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520PKC%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for LV23%20PKC: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: VX13%20GXO
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520GXO%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for VX13%20GXO: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: LR69%20DFL
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR69%2520DFL%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for LR69%20DFL: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: RO22%20USU
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520USU%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for RO22%20USU: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: EU12%20KKS
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU12%2520KKS%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for EU12%20KKS: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: EO09%20FYY
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO09%2520FYY%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for EO09%20FYY: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: EA19%20CKX
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA19%2520CKX%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for EA19%20CKX: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: DU66%20LUE
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU66%2520LUE%27 HTTP/1.1" 200 None
2026-03-29 06:27:27 [bca.uk] INFO: Scrape type for DU66%20LUE: 0
2026-03-29 06:27:27 [bca.uk] INFO: Found listing with ID: KB09%20BAR
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB09%2520BAR%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for KB09%20BAR: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: WV66%20LWN
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520LWN%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for WV66%20LWN: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: BJ19%20VYH
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520VYH%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for BJ19%20VYH: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: CV10%20NRY
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520NRY%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for CV10%20NRY: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: BD69%20NRF
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520NRF%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for BD69%20NRF: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: RJ21%20KFN
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFN%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for RJ21%20KFN: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: AK17%20NJZ
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520NJZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for AK17%20NJZ: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: RK71%20OJM
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520OJM%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for RK71%20OJM: 0
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: LG70%20JZL
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520JZL%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for LG70%20JZL: 2
2026-03-29 06:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL
2026-03-29 06:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44caf6c7-046c-5e4d-8278-23447e7d61b1 with scrape type 2
2026-03-29 06:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44caf6c7-046c-5e4d-8278-23447e7d61b1 with scrape type 2
2026-03-29 06:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44caf6c7-046c-5e4d-8278-23447e7d61b1, identifier: LG70%20JZL
2026-03-29 06:27:28 [bca.uk] INFO: Found listing with ID: DX65%20VKB
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Scrape type for DX65%20VKB: 2
2026-03-29 06:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB
2026-03-29 06:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f86a282d-e433-5c63-bdea-25e98200da6d with scrape type 2
2026-03-29 06:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f86a282d-e433-5c63-bdea-25e98200da6d with scrape type 2
2026-03-29 06:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f86a282d-e433-5c63-bdea-25e98200da6d, identifier: DX65%20VKB
2026-03-29 06:27:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL
2026-03-29 06:27:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL
2026-03-29 06:27:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL to the API
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG70%20JZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44caf6c7-046c-5e4d-8278-23447e7d61b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG70 JZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG70%20JZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 63494,
 '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 DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFAHKKL7042872',
 'year': 2020}
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520JZL%27 HTTP/1.1" 200 None
2026-03-29 06:27:28 [bca.uk] INFO: Saving data for LG70%20JZL: {'auction_closing_time': 1774864800.0, 'created_time': 1773919042.03667, 'last_price_update_time': 1774765648.731442}
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG70%2520JZL') HTTP/1.1" 204 0
2026-03-29 06:27:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB
2026-03-29 06:27:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB
2026-03-29 06:27:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB to the API
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX65%20VKB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f86a282d-e433-5c63-bdea-25e98200da6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX65 VKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX65%20VKB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 74974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1700,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.3 CDTI 75 E/F DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 75 E/F DESIGN',
 'vin': 'W0L0XEP68F4115904',
 'year': 2015}
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520VKB%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Saving data for DX65%20VKB: {'auction_closing_time': 1774868400.0, 'created_time': 1774264607.321151, 'last_price_update_time': 1774765649.098406}
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX65%2520VKB') HTTP/1.1" 204 0
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: FGZ%207364
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25207364%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Scrape type for FGZ%207364: 2
2026-03-29 06:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364
2026-03-29 06:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7038909-27be-540d-81be-81837bfddb5e with scrape type 2
2026-03-29 06:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7038909-27be-540d-81be-81837bfddb5e with scrape type 2
2026-03-29 06:27:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7038909-27be-540d-81be-81837bfddb5e, identifier: FGZ%207364
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: EX60%20DVK
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520DVK%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Scrape type for EX60%20DVK: 2
2026-03-29 06:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK
2026-03-29 06:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10a533de-766b-5785-a81c-1d922b8c1d15 with scrape type 2
2026-03-29 06:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10a533de-766b-5785-a81c-1d922b8c1d15 with scrape type 2
2026-03-29 06:27:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10a533de-766b-5785-a81c-1d922b8c1d15, identifier: EX60%20DVK
2026-03-29 06:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364
2026-03-29 06:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364
2026-03-29 06:27:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364 to the API
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FGZ%207364-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7038909-27be-540d-81be-81837bfddb5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FGZ 7364',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FGZ%207364&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 108192,
 '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 TRAFIC 2.7T 1.6 SL27 DCI 120 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 120 BUSINESS',
 'vin': 'VF1FL000357741791',
 'year': 2017}
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25207364%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Saving data for FGZ%207364: {'auction_closing_time': 1774864800.0, 'created_time': 1773821193.661532, 'last_price_update_time': 1774765649.633424}
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FGZ%25207364') HTTP/1.1" 204 0
2026-03-29 06:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK
2026-03-29 06:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK
2026-03-29 06:27:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK to the API
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX60%20DVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '10a533de-766b-5785-a81c-1d922b8c1d15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX60 DVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX60%20DVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 88084,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1200,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 2.0 CDI SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'CDI SPORT',
 'vin': 'WDD2452072J613809',
 'year': 2010}
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520DVK%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Saving data for EX60%20DVK: {'auction_closing_time': 1774868400.0, 'created_time': 1773838963.144262, 'last_price_update_time': 1774765649.915718}
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX60%2520DVK') HTTP/1.1" 204 0
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: DU19%20BTO
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520BTO%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Scrape type for DU19%20BTO: 0
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: DF21%20LVJ
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520LVJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Scrape type for DF21%20LVJ: 0
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: MT70%20SZL
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520SZL%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Scrape type for MT70%20SZL: 0
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: Y23%20MWP
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y23%2520MWP%27 HTTP/1.1" 200 None
2026-03-29 06:27:29 [bca.uk] INFO: Scrape type for Y23%20MWP: 0
2026-03-29 06:27:29 [bca.uk] INFO: Found listing with ID: YW16%20VXH
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520VXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for YW16%20VXH: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: CA21%20HDD
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520HDD%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for CA21%20HDD: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: HJ25%20YJP
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for HJ25%20YJP: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: YO24%20OSX
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520OSX%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for YO24%20OSX: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: DS21%20OXF
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OXF%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for DS21%20OXF: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: EX21%20UHT
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UHT%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for EX21%20UHT: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RJ70%20LWH
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520LWH%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RJ70%20LWH: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RJ70%20RYZ
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RJ70%20RYZ: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RK18%20VWW
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK18%2520VWW%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RK18%20VWW: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RK70%20NXD
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520NXD%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RK70%20NXD: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: WF70%20HOA
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520HOA%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for WF70%20HOA: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: DN21%20YNU
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520YNU%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for DN21%20YNU: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: DS21%20OTL
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OTL%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for DS21%20OTL: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: DS21%20OVT
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OVT%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for DS21%20OVT: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: YK68%20UPF
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520UPF%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for YK68%20UPF: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: GX21%20HHW
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520HHW%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for GX21%20HHW: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: AY20%20CKJ
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520CKJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for AY20%20CKJ: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: DU22%20VSZ
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520VSZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for DU22%20VSZ: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: FN23%20PYS
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for FN23%20PYS: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: NV73%20RFF
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520RFF%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for NV73%20RFF: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RJ21%20KFG
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFG%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RJ21%20KFG: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RX19%20LDV
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDV%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RX19%20LDV: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RX19%20LDY
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RX19%20LDY: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RX19%20LDZ
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RX19%20LDZ: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: YJ19%20LLM
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ19%2520LLM%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for YJ19%20LLM: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RO70%20JHV
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520JHV%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RO70%20JHV: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: CA72%20MXP
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520MXP%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for CA72%20MXP: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: LN73%20VCF
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520VCF%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for LN73%20VCF: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: GL71%20BCY
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520BCY%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for GL71%20BCY: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: CV20%20BZC
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for CV20%20BZC: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RO25%20DCV
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520DCV%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RO25%20DCV: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RV25%20UYE
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UYE%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RV25%20UYE: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: RV25%20UPH
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UPH%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for RV25%20UPH: 0
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: MD19%20HCG
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520HCG%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for MD19%20HCG: 2
2026-03-29 06:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG
2026-03-29 06:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bce59b9f-5824-5561-999a-58911c47091b with scrape type 2
2026-03-29 06:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bce59b9f-5824-5561-999a-58911c47091b with scrape type 2
2026-03-29 06:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bce59b9f-5824-5561-999a-58911c47091b, identifier: MD19%20HCG
2026-03-29 06:27:30 [bca.uk] INFO: Found listing with ID: FD13%20LHK
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 06:27:30 [bca.uk] INFO: Scrape type for FD13%20LHK: 2
2026-03-29 06:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK
2026-03-29 06:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c19cfd-7d72-549e-acf3-d05997c1d9ae with scrape type 2
2026-03-29 06:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c19cfd-7d72-549e-acf3-d05997c1d9ae with scrape type 2
2026-03-29 06:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c19cfd-7d72-549e-acf3-d05997c1d9ae, identifier: FD13%20LHK
2026-03-29 06:27:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG
2026-03-29 06:27:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG
2026-03-29 06:27:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG to the API
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20HCG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bce59b9f-5824-5561-999a-58911c47091b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD19 HCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20HCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 87465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRKE72673',
 'year': 2019}
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520HCG%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Saving data for MD19%20HCG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477149.969195, 'last_price_update_time': 1774765651.016188}
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520HCG') HTTP/1.1" 204 0
2026-03-29 06:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK
2026-03-29 06:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK
2026-03-29 06:27:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK to the API
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD13%20LHK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2c19cfd-7d72-549e-acf3-d05997c1d9ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD13 LHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD13%20LHK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 71994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1000,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'MALBB51BLDM487011',
 'year': 2013}
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520LHK%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Saving data for FD13%20LHK: {'auction_closing_time': 1774868400.0, 'created_time': 1773821125.111814, 'last_price_update_time': 1774765651.666677}
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD13%2520LHK') HTTP/1.1" 204 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: YR23%20XTM
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520XTM%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for YR23%20XTM: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: LE72%20GLV
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for LE72%20GLV: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: LE72%20FZL
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520FZL%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for LE72%20FZL: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: AV22%20NFL
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV22%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for AV22%20NFL: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: KP19%20AYF
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520AYF%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for KP19%20AYF: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: KS70%20VSE
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520VSE%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for KS70%20VSE: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: YY68%20DWD
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520DWD%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for YY68%20DWD: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: WJ18%20YRN
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YRN%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for WJ18%20YRN: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: YR74%20URV
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520URV%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for YR74%20URV: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: CP18%20EFT
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520EFT%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for CP18%20EFT: 0
2026-03-29 06:27:31 [bca.uk] INFO: Found listing with ID: JL05%20LOR
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL05%2520LOR%27 HTTP/1.1" 200 None
2026-03-29 06:27:31 [bca.uk] INFO: Scrape type for JL05%20LOR: 2
2026-03-29 06:27:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR
2026-03-29 06:27:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1656b549-c20c-5197-a423-f318c153981d with scrape type 2
2026-03-29 06:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1656b549-c20c-5197-a423-f318c153981d with scrape type 2
2026-03-29 06:27:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1656b549-c20c-5197-a423-f318c153981d, identifier: JL05%20LOR
2026-03-29 06:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR
2026-03-29 06:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR
2026-03-29 06:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR to the API
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JL05%20LOR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1656b549-c20c-5197-a423-f318c153981d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JL05 LOR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JL05%20LOR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 49612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1700,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH 3STYLE LUX S/S Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH 3STYLE LUX S/S',
 'vin': 'SDPZ1CBDAGD021649',
 'year': 2017}
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL05%2520LOR%27 HTTP/1.1" 200 None
2026-03-29 06:27:32 [bca.uk] INFO: Saving data for JL05%20LOR: {'auction_closing_time': 1774868400.0, 'created_time': 1773933738.575089, 'last_price_update_time': 1774765652.260884}
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JL05%2520LOR') HTTP/1.1" 204 0
2026-03-29 06:27:32 [bca.uk] INFO: Found listing with ID: MM66%20BOU
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 06:27:32 [bca.uk] INFO: Scrape type for MM66%20BOU: 2
2026-03-29 06:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU
2026-03-29 06:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4431496d-1342-5d25-94e4-8a52116eb9ec with scrape type 2
2026-03-29 06:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4431496d-1342-5d25-94e4-8a52116eb9ec with scrape type 2
2026-03-29 06:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4431496d-1342-5d25-94e4-8a52116eb9ec, identifier: MM66%20BOU
2026-03-29 06:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU
2026-03-29 06:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU
2026-03-29 06:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU to the API
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM66%20BOU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4431496d-1342-5d25-94e4-8a52116eb9ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM66 BOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM66%20BOU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 113517,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2300,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM',
 'vin': 'WF05XXGCC5GS40600',
 'year': 2016}
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520BOU%27 HTTP/1.1" 200 None
2026-03-29 06:27:32 [bca.uk] INFO: Saving data for MM66%20BOU: {'auction_closing_time': 1774868400.0, 'created_time': 1773827217.043486, 'last_price_update_time': 1774765652.747436}
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM66%2520BOU') HTTP/1.1" 204 0
2026-03-29 06:27:32 [bca.uk] INFO: Found listing with ID: OU67%20VUL
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520VUL%27 HTTP/1.1" 200 None
2026-03-29 06:27:32 [bca.uk] INFO: Scrape type for OU67%20VUL: 2
2026-03-29 06:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL
2026-03-29 06:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7678ed58-1521-5648-8e9d-e42fdf8377d4 with scrape type 2
2026-03-29 06:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7678ed58-1521-5648-8e9d-e42fdf8377d4 with scrape type 2
2026-03-29 06:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7678ed58-1521-5648-8e9d-e42fdf8377d4, identifier: OU67%20VUL
2026-03-29 06:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL
2026-03-29 06:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL
2026-03-29 06:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL to the API
2026-03-29 06:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU67%20VUL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7678ed58-1521-5648-8e9d-e42fdf8377d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU67 VUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU67%20VUL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 99879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN3JCP27733',
 'year': 2017}
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520VUL%27 HTTP/1.1" 200 None
2026-03-29 06:27:33 [bca.uk] INFO: Saving data for OU67%20VUL: {'auction_closing_time': 1774868400.0, 'created_time': 1774351952.102736, 'last_price_update_time': 1774765653.138675}
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU67%2520VUL') HTTP/1.1" 204 0
2026-03-29 06:27:33 [bca.uk] INFO: Found listing with ID: SL16%20MUV
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:33 [bca.uk] INFO: Scrape type for SL16%20MUV: 2
2026-03-29 06:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV
2026-03-29 06:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd584b6-8c88-5280-b969-605408a310cd with scrape type 2
2026-03-29 06:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd584b6-8c88-5280-b969-605408a310cd with scrape type 2
2026-03-29 06:27:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fd584b6-8c88-5280-b969-605408a310cd, identifier: SL16%20MUV
2026-03-29 06:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV
2026-03-29 06:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV
2026-03-29 06:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV to the API
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL16%20MUV-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8fd584b6-8c88-5280-b969-605408a310cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL16 MUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL16%20MUV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 93305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ168055',
 'year': 2016}
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:33 [bca.uk] INFO: Saving data for SL16%20MUV: {'auction_closing_time': 1774868400.0, 'created_time': 1774351950.464403, 'last_price_update_time': 1774765653.527378}
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL16%2520MUV') HTTP/1.1" 204 0
2026-03-29 06:27:33 [bca.uk] INFO: Found listing with ID: PK17%20RPZ
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:33 [bca.uk] INFO: Scrape type for PK17%20RPZ: 2
2026-03-29 06:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ
2026-03-29 06:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with scrape type 2
2026-03-29 06:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with scrape type 2
2026-03-29 06:27:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d40d16-273b-588b-9c2a-afe44e8bfbf1, identifier: PK17%20RPZ
2026-03-29 06:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ
2026-03-29 06:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ
2026-03-29 06:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ to the API
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK17%20RPZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19d40d16-273b-588b-9c2a-afe44e8bfbf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK17 RPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK17%20RPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 73884,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-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': 'WF0AXXWPMAHU26758',
 'year': 2017}
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520RPZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:33 [bca.uk] INFO: Saving data for PK17%20RPZ: {'auction_closing_time': 1775113200.0, 'created_time': 1773831252.732743, 'last_price_update_time': 1774765653.940309}
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK17%2520RPZ') HTTP/1.1" 204 0
2026-03-29 06:27:33 [bca.uk] INFO: Found listing with ID: FV72%20UEJ
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:33 [bca.uk] INFO: Scrape type for FV72%20UEJ: 2
2026-03-29 06:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ
2026-03-29 06:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5879e1b0-254b-584d-823b-16ffcee833e0 with scrape type 2
2026-03-29 06:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5879e1b0-254b-584d-823b-16ffcee833e0 with scrape type 2
2026-03-29 06:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5879e1b0-254b-584d-823b-16ffcee833e0, identifier: FV72%20UEJ
2026-03-29 06:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ
2026-03-29 06:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ
2026-03-29 06:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ to the API
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20UEJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5879e1b0-254b-584d-823b-16ffcee833e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 UEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20UEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 18869,
 'odometer_reading_unit': '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': 'ZFACF1CJ3NJG90831',
 'year': 2022}
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:34 [bca.uk] INFO: Saving data for FV72%20UEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774592225.695656, 'last_price_update_time': 1774765654.344636}
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520UEJ') HTTP/1.1" 204 0
2026-03-29 06:27:34 [bca.uk] INFO: Found listing with ID: GD23%20KLM
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520KLM%27 HTTP/1.1" 200 None
2026-03-29 06:27:34 [bca.uk] INFO: Scrape type for GD23%20KLM: 2
2026-03-29 06:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM
2026-03-29 06:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 701641e1-9246-58f7-8187-4351041a637e with scrape type 2
2026-03-29 06:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 701641e1-9246-58f7-8187-4351041a637e with scrape type 2
2026-03-29 06:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 701641e1-9246-58f7-8187-4351041a637e, identifier: GD23%20KLM
2026-03-29 06:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM
2026-03-29 06:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM
2026-03-29 06:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM to the API
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20KLM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '701641e1-9246-58f7-8187-4351041a637e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD23 KLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20KLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 13758,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC4XNX122864',
 'year': 2023}
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520KLM%27 HTTP/1.1" 200 None
2026-03-29 06:27:34 [bca.uk] INFO: Saving data for GD23%20KLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774592228.882362, 'last_price_update_time': 1774765654.763717}
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520KLM') HTTP/1.1" 204 0
2026-03-29 06:27:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:27:34 [bca.uk] INFO: Found listing with ID: LE71%20BFL
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BFL%27 HTTP/1.1" 200 None
2026-03-29 06:27:34 [bca.uk] INFO: Scrape type for LE71%20BFL: 2
2026-03-29 06:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL
2026-03-29 06:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdddb2ee-d920-5e78-8fb3-0481fda48d1d with scrape type 2
2026-03-29 06:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdddb2ee-d920-5e78-8fb3-0481fda48d1d with scrape type 2
2026-03-29 06:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdddb2ee-d920-5e78-8fb3-0481fda48d1d, identifier: LE71%20BFL
2026-03-29 06:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL
2026-03-29 06:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL
2026-03-29 06:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL to the API
2026-03-29 06:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BFL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cdddb2ee-d920-5e78-8fb3-0481fda48d1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 36839,
 'odometer_reading_unit': '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': 'LSJZ14U94MS101815',
 'year': 2022}
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BFL%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Saving data for LE71%20BFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774592227.223841, 'last_price_update_time': 1774765655.13858}
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BFL') HTTP/1.1" 204 0
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: LE71%20BKO
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BKO%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Scrape type for LE71%20BKO: 2
2026-03-29 06:27:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO
2026-03-29 06:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with scrape type 2
2026-03-29 06:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with scrape type 2
2026-03-29 06:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08425e1e-508f-5c5b-b62b-7606d91d7fb3, identifier: LE71%20BKO
2026-03-29 06:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO
2026-03-29 06:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO
2026-03-29 06:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO to the API
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BKO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08425e1e-508f-5c5b-b62b-7606d91d7fb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 42343,
 'odometer_reading_unit': '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': 'LSJZ14U95MS101600',
 'year': 2022}
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BKO%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Saving data for LE71%20BKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774592226.848187, 'last_price_update_time': 1774765655.519774}
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BKO') HTTP/1.1" 204 0
2026-03-29 06:27:35 [bca.uk] INFO: Total items found: 100
2026-03-29 06:27:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded
2026-03-29 06:27:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:27:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: LE71%20BLZ
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BLZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Scrape type for LE71%20BLZ: 2
2026-03-29 06:27:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ
2026-03-29 06:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a069ad81-4003-5a76-a045-dbfcab537a80 with scrape type 2
2026-03-29 06:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a069ad81-4003-5a76-a045-dbfcab537a80 with scrape type 2
2026-03-29 06:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a069ad81-4003-5a76-a045-dbfcab537a80, identifier: LE71%20BLZ
2026-03-29 06:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ
2026-03-29 06:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ
2026-03-29 06:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ to the API
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a069ad81-4003-5a76-a045-dbfcab537a80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 33642,
 'odometer_reading_unit': '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': 'LSJZ14U98MS101882',
 'year': 2022}
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BLZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Saving data for LE71%20BLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774592229.579919, 'last_price_update_time': 1774765655.91362}
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BLZ') HTTP/1.1" 204 0
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: NL61%20CUV
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520CUV%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Scrape type for NL61%20CUV: 0
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: YF72%20RVK
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520RVK%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Scrape type for YF72%20RVK: 0
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: LF69%20TDU
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520TDU%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Scrape type for LF69%20TDU: 0
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: LP72%20VSY
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VSY%27 HTTP/1.1" 200 None
2026-03-29 06:27:35 [bca.uk] INFO: Scrape type for LP72%20VSY: 0
2026-03-29 06:27:35 [bca.uk] INFO: Found listing with ID: DE17%20NXO
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520NXO%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for DE17%20NXO: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: VK72%20ZPW
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520ZPW%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for VK72%20ZPW: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: DU23%20OPX
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OPX%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for DU23%20OPX: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: BX71%20KWE
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520KWE%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for BX71%20KWE: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: CU15%20OSF
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520OSF%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for CU15%20OSF: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: DW16%20HFR
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW16%2520HFR%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for DW16%20HFR: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: MF69%20OYR
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520OYR%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for MF69%20OYR: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: VK69%20KYV
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KYV%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for VK69%20KYV: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: VN18%20UXD
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for VN18%20UXD: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: BD72%20JKV
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520JKV%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for BD72%20JKV: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: BK71%20TMV
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520TMV%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for BK71%20TMV: 0
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: BP21%20XJW
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for BP21%20XJW: 2
2026-03-29 06:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW
2026-03-29 06:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with scrape type 2
2026-03-29 06:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with scrape type 2
2026-03-29 06:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c, identifier: BP21%20XJW
2026-03-29 06:27:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:36 [bca.uk] INFO: Found listing with ID: LA71%20ZZN
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZZN%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Scrape type for LA71%20ZZN: 2
2026-03-29 06:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN
2026-03-29 06:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa982646-27f3-52df-ae3f-c0f49d2fb342 with scrape type 2
2026-03-29 06:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa982646-27f3-52df-ae3f-c0f49d2fb342 with scrape type 2
2026-03-29 06:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa982646-27f3-52df-ae3f-c0f49d2fb342, identifier: LA71%20ZZN
2026-03-29 06:27:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW
2026-03-29 06:27:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW
2026-03-29 06:27:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW to the API
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP21%20XJW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bc9b620-aaec-542b-b5cc-40d59ffe3e8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP21 XJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP21%20XJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 130858,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 COMPACT PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 COMPACT PROFESSIONAL',
 'vin': 'VF3VBYHRKMZ059193',
 'year': 2021}
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:27:36 [bca.uk] INFO: Saving data for BP21%20XJW: {'auction_closing_time': 1775037600.0, 'created_time': 1773932015.865685, 'last_price_update_time': 1774765656.674705}
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP21%2520XJW') HTTP/1.1" 204 0
2026-03-29 06:27:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:27:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN
2026-03-29 06:27:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN
2026-03-29 06:27:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN to the API
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA71%20ZZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa982646-27f3-52df-ae3f-c0f49d2fb342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA71 ZZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA71%20ZZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31927,
 'odometer_reading_unit': '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': 'LSJZ14U97MS101825',
 'year': 2022}
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZZN%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Saving data for LA71%20ZZN: {'auction_closing_time': 1775037600.0, 'created_time': 1774592230.888288, 'last_price_update_time': 1774765657.054069}
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA71%2520ZZN') HTTP/1.1" 204 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: DV20%20WJA
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for DV20%20WJA: 2
2026-03-29 06:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA
2026-03-29 06:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d73ada-3540-586a-bc9e-82b13fd690ea with scrape type 2
2026-03-29 06:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8d73ada-3540-586a-bc9e-82b13fd690ea with scrape type 2
2026-03-29 06:27:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8d73ada-3540-586a-bc9e-82b13fd690ea, identifier: DV20%20WJA
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: LE71%20BBN
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBN%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for LE71%20BBN: 2
2026-03-29 06:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN
2026-03-29 06:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63bdad57-9ecc-5f60-b4a5-56950784e060 with scrape type 2
2026-03-29 06:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63bdad57-9ecc-5f60-b4a5-56950784e060 with scrape type 2
2026-03-29 06:27:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63bdad57-9ecc-5f60-b4a5-56950784e060, identifier: LE71%20BBN
2026-03-29 06:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA
2026-03-29 06:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA
2026-03-29 06:27:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA to the API
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV20%20WJA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8d73ada-3540-586a-bc9e-82b13fd690ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV20 WJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV20%20WJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 69810,
 '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 LWB T/L BUSINESS H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB T/L BUSINESS H/R',
 'vin': 'WV1ZZZSYZL9029094',
 'year': 2020}
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Saving data for DV20%20WJA: {'auction_closing_time': 1775037600.0, 'created_time': 1773931978.847874, 'last_price_update_time': 1774765657.589594}
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV20%2520WJA') HTTP/1.1" 204 0
2026-03-29 06:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN
2026-03-29 06:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN
2026-03-29 06:27:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN to the API
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BBN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63bdad57-9ecc-5f60-b4a5-56950784e060',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31836,
 'odometer_reading_unit': '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': 'LSJZ14U94MS087429',
 'year': 2022}
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBN%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Saving data for LE71%20BBN: {'auction_closing_time': 1775037600.0, 'created_time': 1774592232.526847, 'last_price_update_time': 1774765657.87509}
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BBN') HTTP/1.1" 204 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: MM19%20WRR
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRR%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for MM19%20WRR: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: MM19%20WYU
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WYU%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for MM19%20WYU: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: GD19%20ZGX
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520ZGX%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for GD19%20ZGX: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: LC16%20GVV
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520GVV%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for LC16%20GVV: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: DY72%20ZZP
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520ZZP%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for DY72%20ZZP: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: LD69%20JUX
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520JUX%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for LD69%20JUX: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: FD69%20FET
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520FET%27 HTTP/1.1" 200 None
2026-03-29 06:27:37 [bca.uk] INFO: Scrape type for FD69%20FET: 0
2026-03-29 06:27:37 [bca.uk] INFO: Found listing with ID: HJ70%20OJS
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520OJS%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for HJ70%20OJS: 0
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: KS68%20HDN
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS68%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for KS68%20HDN: 0
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: LK68%20UKX
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK68%2520UKX%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for LK68%20UKX: 0
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: PE19%20SPV
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE19%2520SPV%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for PE19%20SPV: 0
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: SO72%20HVT
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520HVT%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for SO72%20HVT: 0
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: BJ20%20DDA
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for BJ20%20DDA: 2
2026-03-29 06:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA
2026-03-29 06:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 236b324a-bdd2-5f69-a696-0988fd27e3b5 with scrape type 2
2026-03-29 06:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 236b324a-bdd2-5f69-a696-0988fd27e3b5 with scrape type 2
2026-03-29 06:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 236b324a-bdd2-5f69-a696-0988fd27e3b5, identifier: BJ20%20DDA
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: LE71%20BBU
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBU%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Scrape type for LE71%20BBU: 2
2026-03-29 06:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU
2026-03-29 06:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea04e074-c2d1-57ee-8270-84ad72338333 with scrape type 2
2026-03-29 06:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea04e074-c2d1-57ee-8270-84ad72338333 with scrape type 2
2026-03-29 06:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea04e074-c2d1-57ee-8270-84ad72338333, identifier: LE71%20BBU
2026-03-29 06:27:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA
2026-03-29 06:27:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA
2026-03-29 06:27:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA to the API
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ20%20DDA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '236b324a-bdd2-5f69-a696-0988fd27e3b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ20 DDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ20%20DDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 102985,
 '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': '5YJ3F7EB8LF573748',
 'year': 2020}
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520DDA%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Saving data for BJ20%20DDA: {'auction_closing_time': 1775037600.0, 'created_time': 1773842398.716936, 'last_price_update_time': 1774765658.584905}
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ20%2520DDA') HTTP/1.1" 204 0
2026-03-29 06:27:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU
2026-03-29 06:27:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU
2026-03-29 06:27:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU to the API
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BBU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea04e074-c2d1-57ee-8270-84ad72338333',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31616,
 'odometer_reading_unit': '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': 'LSJZ14U97MS101601',
 'year': 2022}
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBU%27 HTTP/1.1" 200 None
2026-03-29 06:27:38 [bca.uk] INFO: Saving data for LE71%20BBU: {'auction_closing_time': 1775037600.0, 'created_time': 1774592230.495226, 'last_price_update_time': 1774765658.976099}
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BBU') HTTP/1.1" 204 0
2026-03-29 06:27:38 [bca.uk] INFO: Found listing with ID: CA74%20HZJ
2026-03-29 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HZJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:39 [bca.uk] INFO: Scrape type for CA74%20HZJ: 2
2026-03-29 06:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ
2026-03-29 06:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59aa7065-dd54-5223-b650-8e971a80aa35 with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59aa7065-dd54-5223-b650-8e971a80aa35 with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59aa7065-dd54-5223-b650-8e971a80aa35, identifier: CA74%20HZJ
2026-03-29 06:27:39 [bca.uk] INFO: Found listing with ID: BT72%20CZA
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520CZA%27 HTTP/1.1" 200 None
2026-03-29 06:27:39 [bca.uk] INFO: Scrape type for BT72%20CZA: 2
2026-03-29 06:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA
2026-03-29 06:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bccfe69-133c-5547-986e-07ca86c7c08e with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bccfe69-133c-5547-986e-07ca86c7c08e with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bccfe69-133c-5547-986e-07ca86c7c08e, identifier: BT72%20CZA
2026-03-29 06:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ
2026-03-29 06:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ
2026-03-29 06:27:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ to the API
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA74%20HZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59aa7065-dd54-5223-b650-8e971a80aa35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA74 HZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA74%20HZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 15938,
 '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 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGB6SR007474',
 'year': 2024}
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HZJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:39 [bca.uk] INFO: Saving data for CA74%20HZJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773842374.304903, 'last_price_update_time': 1774765659.472999}
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA74%2520HZJ') HTTP/1.1" 204 0
2026-03-29 06:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA
2026-03-29 06:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA
2026-03-29 06:27:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA to the API
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT72%20CZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bccfe69-133c-5547-986e-07ca86c7c08e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT72 CZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT72%20CZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 30609,
 'odometer_reading_unit': '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': 'ZFACF1CJ9NJH09298',
 'year': 2022}
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520CZA%27 HTTP/1.1" 200 None
2026-03-29 06:27:39 [bca.uk] INFO: Saving data for BT72%20CZA: {'auction_closing_time': 1775037600.0, 'created_time': 1774592232.111803, 'last_price_update_time': 1774765659.748138}
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520CZA') HTTP/1.1" 204 0
2026-03-29 06:27:39 [bca.uk] INFO: Found listing with ID: CK71%20OXH
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:39 [bca.uk] INFO: Scrape type for CK71%20OXH: 2
2026-03-29 06:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH
2026-03-29 06:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4, identifier: CK71%20OXH
2026-03-29 06:27:39 [bca.uk] INFO: Found listing with ID: FV72%20NPN
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NPN%27 HTTP/1.1" 200 None
2026-03-29 06:27:39 [bca.uk] INFO: Scrape type for FV72%20NPN: 2
2026-03-29 06:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN
2026-03-29 06:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf7859e-359e-5c39-b6ba-b141448ca293 with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daf7859e-359e-5c39-b6ba-b141448ca293 with scrape type 2
2026-03-29 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: daf7859e-359e-5c39-b6ba-b141448ca293, identifier: FV72%20NPN
2026-03-29 06:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH
2026-03-29 06:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH
2026-03-29 06:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH to the API
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK71%20OXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bee807e7-2db4-5fe3-91d2-960c5fd1e5b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK71 OXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK71%20OXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 57518,
 '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 S/B 40 150KW 82KWH EDITION 1 Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH EDITION 1',
 'vin': 'WAUZZZFZ7NP017235',
 'year': 2021}
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520OXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:40 [bca.uk] INFO: Saving data for CK71%20OXH: {'auction_closing_time': 1775037600.0, 'created_time': 1773935712.298194, 'last_price_update_time': 1774765660.278857}
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK71%2520OXH') HTTP/1.1" 204 0
2026-03-29 06:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN
2026-03-29 06:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN
2026-03-29 06:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN to the API
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20NPN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'daf7859e-359e-5c39-b6ba-b141448ca293',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 NPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20NPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 46060,
 'odometer_reading_unit': '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': 'ZFACF1CJ0NJG89555',
 'year': 2022}
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NPN%27 HTTP/1.1" 200 None
2026-03-29 06:27:40 [bca.uk] INFO: Saving data for FV72%20NPN: {'auction_closing_time': 1775037600.0, 'created_time': 1774592228.468988, 'last_price_update_time': 1774765660.560579}
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520NPN') HTTP/1.1" 204 0
2026-03-29 06:27:40 [bca.uk] INFO: Found listing with ID: LE73%20EPA
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520EPA%27 HTTP/1.1" 200 None
2026-03-29 06:27:40 [bca.uk] INFO: Scrape type for LE73%20EPA: 2
2026-03-29 06:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA
2026-03-29 06:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97adeee8-77b9-55bd-8693-8d31f477c688 with scrape type 2
2026-03-29 06:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97adeee8-77b9-55bd-8693-8d31f477c688 with scrape type 2
2026-03-29 06:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97adeee8-77b9-55bd-8693-8d31f477c688, identifier: LE73%20EPA
2026-03-29 06:27:40 [bca.uk] INFO: Found listing with ID: BC74%20EUY
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 06:27:40 [bca.uk] INFO: Scrape type for BC74%20EUY: 2
2026-03-29 06:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY
2026-03-29 06:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2746d62e-c6ba-5301-992b-93a618f133ed with scrape type 2
2026-03-29 06:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2746d62e-c6ba-5301-992b-93a618f133ed with scrape type 2
2026-03-29 06:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2746d62e-c6ba-5301-992b-93a618f133ed, identifier: BC74%20EUY
2026-03-29 06:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA
2026-03-29 06:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA
2026-03-29 06:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA to the API
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE73%20EPA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '97adeee8-77b9-55bd-8693-8d31f477c688',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE73 EPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE73%20EPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 17079,
 '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': 'LSJWH4091PN133970',
 'year': 2023}
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520EPA%27 HTTP/1.1" 200 None
2026-03-29 06:27:41 [bca.uk] INFO: Saving data for LE73%20EPA: {'auction_closing_time': 1775037600.0, 'created_time': 1773908186.954364, 'last_price_update_time': 1774765661.040943}
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE73%2520EPA') HTTP/1.1" 204 0
2026-03-29 06:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY
2026-03-29 06:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY
2026-03-29 06:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY to the API
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC74%20EUY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2746d62e-c6ba-5301-992b-93a618f133ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BC74 EUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC74%20EUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 21303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE3R4343874',
 'year': 2025}
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520EUY%27 HTTP/1.1" 200 None
2026-03-29 06:27:41 [bca.uk] INFO: Saving data for BC74%20EUY: {'auction_closing_time': 1775124000.0, 'created_time': 1774592231.712086, 'last_price_update_time': 1774765661.332826}
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC74%2520EUY') HTTP/1.1" 204 0
2026-03-29 06:27:41 [bca.uk] INFO: Found listing with ID: VK71%20ZSN
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 06:27:41 [bca.uk] INFO: Scrape type for VK71%20ZSN: 2
2026-03-29 06:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN
2026-03-29 06:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with scrape type 2
2026-03-29 06:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with scrape type 2
2026-03-29 06:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a01ba9a5-a08b-5f7f-9be4-39d893c62c41, identifier: VK71%20ZSN
2026-03-29 06:27:41 [bca.uk] INFO: Found listing with ID: BK24%20LCA
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 06:27:41 [bca.uk] INFO: Scrape type for BK24%20LCA: 2
2026-03-29 06:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA
2026-03-29 06:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with scrape type 2
2026-03-29 06:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with scrape type 2
2026-03-29 06:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128, identifier: BK24%20LCA
2026-03-29 06:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN
2026-03-29 06:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN
2026-03-29 06:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN to the API
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK71%20ZSN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a01ba9a5-a08b-5f7f-9be4-39d893c62c41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK71 ZSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK71%20ZSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 78131,
 'odometer_reading_unit': '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 ASTRA TOURER 1.5 TURBO D 120 BUSINESS ED. Estate',
 'transmission': 'manual',
 'trim': 'TURBO D 120 BUSINESS ED.',
 'vin': 'W0VBD8EV7N8033480',
 'year': 2022}
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520ZSN%27 HTTP/1.1" 200 None
2026-03-29 06:27:41 [bca.uk] INFO: Saving data for VK71%20ZSN: {'auction_closing_time': 1775037600.0, 'created_time': 1773935705.814799, 'last_price_update_time': 1774765661.841451}
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520ZSN') HTTP/1.1" 204 0
2026-03-29 06:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA
2026-03-29 06:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA
2026-03-29 06:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA to the API
2026-03-29 06:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20LCA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '22010a6e-a6d4-5e9c-86a2-4f6541aa0128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK24 LCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20LCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 13913,
 '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': 'VR3FPHNS0RY524759',
 'year': 2024}
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520LCA%27 HTTP/1.1" 200 None
2026-03-29 06:27:42 [bca.uk] INFO: Saving data for BK24%20LCA: {'auction_closing_time': 1775124000.0, 'created_time': 1774592175.502104, 'last_price_update_time': 1774765662.141441}
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520LCA') HTTP/1.1" 204 0
2026-03-29 06:27:42 [bca.uk] INFO: Found listing with ID: YD23%20NVS
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520NVS%27 HTTP/1.1" 200 None
2026-03-29 06:27:42 [bca.uk] INFO: Scrape type for YD23%20NVS: 2
2026-03-29 06:27:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS
2026-03-29 06:27:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a967760d-451f-5e2e-9402-4b071be56b02 with scrape type 2
2026-03-29 06:27:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a967760d-451f-5e2e-9402-4b071be56b02 with scrape type 2
2026-03-29 06:27:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a967760d-451f-5e2e-9402-4b071be56b02, identifier: YD23%20NVS
2026-03-29 06:27:42 [bca.uk] INFO: Found listing with ID: BK25%20OZT
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 06:27:42 [bca.uk] INFO: Scrape type for BK25%20OZT: 2
2026-03-29 06:27:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT
2026-03-29 06:27:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8636d750-95cb-591c-8c5b-e441686227b7 with scrape type 2
2026-03-29 06:27:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8636d750-95cb-591c-8c5b-e441686227b7 with scrape type 2
2026-03-29 06:27:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8636d750-95cb-591c-8c5b-e441686227b7, identifier: BK25%20OZT
2026-03-29 06:27:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS
2026-03-29 06:27:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS
2026-03-29 06:27:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS to the API
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD23%20NVS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a967760d-451f-5e2e-9402-4b071be56b02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD23 NVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD23%20NVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 51967,
 '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 2.0 TDI EVO 150 STYLE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI EVO 150 STYLE DSG',
 'vin': 'WVWZZZCD7PW023119',
 'year': 2023}
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520NVS%27 HTTP/1.1" 200 None
2026-03-29 06:27:42 [bca.uk] INFO: Saving data for YD23%20NVS: {'auction_closing_time': 1775037600.0, 'created_time': 1773935704.285471, 'last_price_update_time': 1774765662.665906}
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD23%2520NVS') HTTP/1.1" 204 0
2026-03-29 06:27:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT
2026-03-29 06:27:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT
2026-03-29 06:27:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT to the API
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20OZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8636d750-95cb-591c-8c5b-e441686227b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK25 OZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20OZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 17013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY8SS007722',
 'year': 2025}
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 06:27:42 [bca.uk] INFO: Saving data for BK25%20OZT: {'auction_closing_time': 1775124000.0, 'created_time': 1774592173.995213, 'last_price_update_time': 1774765662.967915}
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520OZT') HTTP/1.1" 204 0
2026-03-29 06:27:42 [bca.uk] INFO: Found listing with ID: CP71%20MZY
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for CP71%20MZY: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: DV68%20ADO
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520ADO%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for DV68%20ADO: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: HN23%20DSV
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520DSV%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for HN23%20DSV: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: AX66%20RYP
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520RYP%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for AX66%20RYP: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: GJ22%20GXH
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520GXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for GJ22%20GXH: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: HJ25%20OSD
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520OSD%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for HJ25%20OSD: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: FX25%20YXO
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX25%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for FX25%20YXO: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: BG67%20ZYF
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520ZYF%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for BG67%20ZYF: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: EA18%20WHC
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520WHC%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for EA18%20WHC: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: DK19%20YPG
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520YPG%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for DK19%20YPG: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: FY68%20YRW
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520YRW%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for FY68%20YRW: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: VGZ%205260
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205260%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for VGZ%205260: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: YN69%20KYJ
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520KYJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for YN69%20KYJ: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: YP21%20RKX
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520RKX%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for YP21%20RKX: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: BJ69%20VMW
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ69%2520VMW%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for BJ69%20VMW: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: KM69%20NFK
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520NFK%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for KM69%20NFK: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: RX71%20NVR
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520NVR%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for RX71%20NVR: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: GU60%20VRY
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU60%2520VRY%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for GU60%20VRY: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: KP72%20AVN
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for KP72%20AVN: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: LP24%20HGL
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP24%2520HGL%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for LP24%20HGL: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: LC69%20XYS
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520XYS%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for LC69%20XYS: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: DN72%20UZF
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520UZF%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for DN72%20UZF: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: HV73%20GGX
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520GGX%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for HV73%20GGX: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: LO21%20YZB
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520YZB%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for LO21%20YZB: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: RJ71%20ULK
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ULK%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for RJ71%20ULK: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: FX15%20TXU
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520TXU%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for FX15%20TXU: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: KR69%20XSP
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XSP%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for KR69%20XSP: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: SY15%20LVL
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520LVL%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for SY15%20LVL: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: GL20%20TZX
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520TZX%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for GL20%20TZX: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: BW66%20YYM
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for BW66%20YYM: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: VU66%20XGP
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520XGP%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for VU66%20XGP: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: FL14%20UMC
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520UMC%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for FL14%20UMC: 0
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: CU17%20AYN
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520AYN%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for CU17%20AYN: 2
2026-03-29 06:27:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN
2026-03-29 06:27:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9e8a39-7ee2-553c-87b8-93d554ab915a with scrape type 2
2026-03-29 06:27:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9e8a39-7ee2-553c-87b8-93d554ab915a with scrape type 2
2026-03-29 06:27:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d9e8a39-7ee2-553c-87b8-93d554ab915a, identifier: CU17%20AYN
2026-03-29 06:27:43 [bca.uk] INFO: Found listing with ID: BK25%20PXW
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PXW%27 HTTP/1.1" 200 None
2026-03-29 06:27:43 [bca.uk] INFO: Scrape type for BK25%20PXW: 2
2026-03-29 06:27:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW
2026-03-29 06:27:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9590f2-eae7-5a04-9a33-01f8ec563866 with scrape type 2
2026-03-29 06:27:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9590f2-eae7-5a04-9a33-01f8ec563866 with scrape type 2
2026-03-29 06:27:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f9590f2-eae7-5a04-9a33-01f8ec563866, identifier: BK25%20PXW
2026-03-29 06:27:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN
2026-03-29 06:27:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN
2026-03-29 06:27:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN to the API
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU17%20AYN-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d9e8a39-7ee2-553c-87b8-93d554ab915a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU17 AYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU17%20AYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'IMALA',
 'odometer': 40448,
 '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': 'AUTO-TRAIL IMALA 2.3 734 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '734 MOTORHOME',
 'vin': 'ZFA25000002C01196',
 'year': 2017}
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520AYN%27 HTTP/1.1" 200 None
2026-03-29 06:27:47 [bca.uk] INFO: Saving data for CU17%20AYN: {'auction_closing_time': 1774854000.0, 'created_time': 1773832988.133926, 'last_price_update_time': 1774765667.076472}
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU17%2520AYN') HTTP/1.1" 204 0
2026-03-29 06:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW
2026-03-29 06:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW
2026-03-29 06:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW to the API
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20PXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f9590f2-eae7-5a04-9a33-01f8ec563866',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK25 PXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20PXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 8841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY1SS008694',
 'year': 2025}
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PXW%27 HTTP/1.1" 200 None
2026-03-29 06:27:47 [bca.uk] INFO: Saving data for BK25%20PXW: {'auction_closing_time': 1775124000.0, 'created_time': 1774592175.117619, 'last_price_update_time': 1774765667.456553}
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520PXW') HTTP/1.1" 204 0
2026-03-29 06:27:47 [bca.uk] INFO: Found listing with ID: CX17%20KUT
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520KUT%27 HTTP/1.1" 200 None
2026-03-29 06:27:47 [bca.uk] INFO: Scrape type for CX17%20KUT: 2
2026-03-29 06:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT
2026-03-29 06:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81786386-5d63-5142-9505-56125239f776 with scrape type 2
2026-03-29 06:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81786386-5d63-5142-9505-56125239f776 with scrape type 2
2026-03-29 06:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81786386-5d63-5142-9505-56125239f776, identifier: CX17%20KUT
2026-03-29 06:27:47 [bca.uk] INFO: Found listing with ID: BN25%20RJX
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RJX%27 HTTP/1.1" 200 None
2026-03-29 06:27:47 [bca.uk] INFO: Scrape type for BN25%20RJX: 2
2026-03-29 06:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX
2026-03-29 06:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73481ccb-3e8d-5c8a-b139-7f922d12249e with scrape type 2
2026-03-29 06:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73481ccb-3e8d-5c8a-b139-7f922d12249e with scrape type 2
2026-03-29 06:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73481ccb-3e8d-5c8a-b139-7f922d12249e, identifier: BN25%20RJX
2026-03-29 06:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT
2026-03-29 06:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT
2026-03-29 06:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT to the API
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX17%20KUT-GB',
 'category': 'Motorhome',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81786386-5d63-5142-9505-56125239f776',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX17 KUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX17%20KUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 76438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 CAMPER CONVERSION DSG '
          'CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'CAMPER CONVERSION DSG',
 'vin': 'WV1ZZZ7HZHH102196',
 'year': 2017}
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520KUT%27 HTTP/1.1" 200 None
2026-03-29 06:27:47 [bca.uk] INFO: Saving data for CX17%20KUT: {'auction_closing_time': 1774854000.0, 'created_time': 1773841140.116256, 'last_price_update_time': 1774765667.960755}
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX17%2520KUT') HTTP/1.1" 204 0
2026-03-29 06:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX
2026-03-29 06:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX
2026-03-29 06:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX to the API
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RJX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73481ccb-3e8d-5c8a-b139-7f922d12249e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 20881,
 '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 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNS5SJ526673',
 'year': 2025}
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RJX%27 HTTP/1.1" 200 None
2026-03-29 06:27:48 [bca.uk] INFO: Saving data for BN25%20RJX: {'auction_closing_time': 1775124000.0, 'created_time': 1774592177.87596, 'last_price_update_time': 1774765668.247252}
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RJX') HTTP/1.1" 204 0
2026-03-29 06:27:48 [bca.uk] INFO: Found listing with ID: DK05%20RYY
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK05%2520RYY%27 HTTP/1.1" 200 None
2026-03-29 06:27:48 [bca.uk] INFO: Scrape type for DK05%20RYY: 2
2026-03-29 06:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY
2026-03-29 06:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b49f7c7-888b-52d1-be01-b5f27155899c with scrape type 2
2026-03-29 06:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b49f7c7-888b-52d1-be01-b5f27155899c with scrape type 2
2026-03-29 06:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b49f7c7-888b-52d1-be01-b5f27155899c, identifier: DK05%20RYY
2026-03-29 06:27:48 [bca.uk] INFO: Found listing with ID: BN74%20PFX
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFX%27 HTTP/1.1" 200 None
2026-03-29 06:27:48 [bca.uk] INFO: Scrape type for BN74%20PFX: 2
2026-03-29 06:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX
2026-03-29 06:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d0d872b-3966-50a2-a5ec-cca810a61252 with scrape type 2
2026-03-29 06:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d0d872b-3966-50a2-a5ec-cca810a61252 with scrape type 2
2026-03-29 06:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d0d872b-3966-50a2-a5ec-cca810a61252, identifier: BN74%20PFX
2026-03-29 06:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY
2026-03-29 06:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY
2026-03-29 06:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY to the API
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK05%20RYY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b49f7c7-888b-52d1-be01-b5f27155899c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK05 RYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK05%20RYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RIMOR',
 'model': 'KATAMARANO 6',
 'odometer': 77785,
 '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': 'RIMOR KATAMARANO 6 2.0 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'MOTORHOME',
 'vin': 'WF0VXXTTFV5B17813',
 'year': 2005}
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK05%2520RYY%27 HTTP/1.1" 200 None
2026-03-29 06:27:48 [bca.uk] INFO: Saving data for DK05%20RYY: {'auction_closing_time': 1774854000.0, 'created_time': 1773845899.679569, 'last_price_update_time': 1774765668.764542}
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK05%2520RYY') HTTP/1.1" 204 0
2026-03-29 06:27:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX
2026-03-29 06:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX
2026-03-29 06:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX to the API
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN74%20PFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d0d872b-3966-50a2-a5ec-cca810a61252',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN74 PFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN74%20PFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 14269,
 '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': 'VR3FPHNS0RY562489',
 'year': 2024}
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFX%27 HTTP/1.1" 200 None
2026-03-29 06:27:49 [bca.uk] INFO: Saving data for BN74%20PFX: {'auction_closing_time': 1775124000.0, 'created_time': 1774592177.084931, 'last_price_update_time': 1774765669.034117}
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN74%2520PFX') HTTP/1.1" 204 0
2026-03-29 06:27:49 [bca.uk] INFO: Found listing with ID: HX12%20FDC
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX12%2520FDC%27 HTTP/1.1" 200 None
2026-03-29 06:27:49 [bca.uk] INFO: Scrape type for HX12%20FDC: 2
2026-03-29 06:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC
2026-03-29 06:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with scrape type 2
2026-03-29 06:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with scrape type 2
2026-03-29 06:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdbe03dc-e3bc-5ba0-b490-87098a2770f9, identifier: HX12%20FDC
2026-03-29 06:27:49 [bca.uk] INFO: Found listing with ID: LS73%20TKF
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520TKF%27 HTTP/1.1" 200 None
2026-03-29 06:27:49 [bca.uk] INFO: Scrape type for LS73%20TKF: 2
2026-03-29 06:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF
2026-03-29 06:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2d7908e-0efc-5ab8-8aef-8385893978dd with scrape type 2
2026-03-29 06:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2d7908e-0efc-5ab8-8aef-8385893978dd with scrape type 2
2026-03-29 06:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2d7908e-0efc-5ab8-8aef-8385893978dd, identifier: LS73%20TKF
2026-03-29 06:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC
2026-03-29 06:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC
2026-03-29 06:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC to the API
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX12%20FDC-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdbe03dc-e3bc-5ba0-b490-87098a2770f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX12 FDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX12%20FDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'TRACKER',
 'odometer': 82373,
 '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': 'AUTO-TRAIL TRACKER 2.3 FB MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'FB MOTORHOME',
 'vin': 'ZFA25000002098678',
 'year': 2012}
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX12%2520FDC%27 HTTP/1.1" 200 None
2026-03-29 06:27:49 [bca.uk] INFO: Saving data for HX12%20FDC: {'auction_closing_time': 1774854000.0, 'created_time': 1773823791.683952, 'last_price_update_time': 1774765669.585663}
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX12%2520FDC') HTTP/1.1" 204 0
2026-03-29 06:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF
2026-03-29 06:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF
2026-03-29 06:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF to the API
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20TKF-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': 'b2d7908e-0efc-5ab8-8aef-8385893978dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 TKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20TKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 17104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 PHEV 180 ALLURE PREM.E-EAT8 Estate',
 'transmission': 'automatic',
 'trim': 'PHEV 180 ALLURE PREM.E-EAT8',
 'vin': 'VR3F4DGXTPY601989',
 'year': 2023}
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520TKF%27 HTTP/1.1" 200 None
2026-03-29 06:27:49 [bca.uk] INFO: Saving data for LS73%20TKF: {'auction_closing_time': 1775124000.0, 'created_time': 1774592178.959875, 'last_price_update_time': 1774765669.874336}
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520TKF') HTTP/1.1" 204 0
2026-03-29 06:27:49 [bca.uk] INFO: Found listing with ID: LC22%20JKK
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520JKK%27 HTTP/1.1" 200 None
2026-03-29 06:27:49 [bca.uk] INFO: Scrape type for LC22%20JKK: 2
2026-03-29 06:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK
2026-03-29 06:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with scrape type 2
2026-03-29 06:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with scrape type 2
2026-03-29 06:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d, identifier: LC22%20JKK
2026-03-29 06:27:49 [bca.uk] INFO: Found listing with ID: MA24%20VTD
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for MA24%20VTD: 2
2026-03-29 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD
2026-03-29 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with scrape type 2
2026-03-29 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with scrape type 2
2026-03-29 06:27:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5, identifier: MA24%20VTD
2026-03-29 06:27:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK
2026-03-29 06:27:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK
2026-03-29 06:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK to the API
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20JKK-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d61a61d-ed8c-5b8f-b9fd-12a03b24840d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC22 JKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20JKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 79980,
 'odometer_reading_unit': '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 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WF0YXXTTGYNS58038',
 'year': 2022}
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520JKK%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Saving data for LC22%20JKK: {'auction_closing_time': 1774854000.0, 'created_time': 1773832701.730961, 'last_price_update_time': 1774765670.379}
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520JKK') HTTP/1.1" 204 0
2026-03-29 06:27:50 [bca.uk] INFO: Total items found: 100
2026-03-29 06:27:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded
2026-03-29 06:27:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:27:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD
2026-03-29 06:27:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD
2026-03-29 06:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD to the API
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20VTD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ac07288-6c0b-55a1-8b36-1aeb5b8842d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 VTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20VTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 14616,
 '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': 'VR3FPHNSTRY514069',
 'year': 2024}
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Saving data for MA24%20VTD: {'auction_closing_time': 1775124000.0, 'created_time': 1774592180.773606, 'last_price_update_time': 1774765670.66516}
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520VTD') HTTP/1.1" 204 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: LY15%20RLV
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520RLV%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for LY15%20RLV: 2
2026-03-29 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV
2026-03-29 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdef4276-da09-5099-8791-132d89494d7a with scrape type 2
2026-03-29 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdef4276-da09-5099-8791-132d89494d7a with scrape type 2
2026-03-29 06:27:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdef4276-da09-5099-8791-132d89494d7a, identifier: LY15%20RLV
2026-03-29 06:27:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: RE24%20LFR
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520LFR%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for RE24%20LFR: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: SE65%20ONJ
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520ONJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for SE65%20ONJ: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: YF21%20TFA
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TFA%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for YF21%20TFA: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: BA66%20OCO
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA66%2520OCO%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for BA66%20OCO: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: DV67%20GZW
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520GZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for DV67%20GZW: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: MK16%20EBC
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EBC%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for MK16%20EBC: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: KW70%20UYT
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UYT%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for KW70%20UYT: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: FH23%20HFT
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HFT%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for FH23%20HFT: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: WN74%20UOV
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520UOV%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for WN74%20UOV: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: YM72%20AHN
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for YM72%20AHN: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: YM72%20DZH
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520DZH%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for YM72%20DZH: 0
2026-03-29 06:27:50 [bca.uk] INFO: Found listing with ID: R100%20CGH
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R100%2520CGH%27 HTTP/1.1" 200 None
2026-03-29 06:27:50 [bca.uk] INFO: Scrape type for R100%20CGH: 2
2026-03-29 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH
2026-03-29 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63ec3ab-072a-5e20-90bc-b1d09136ce8b with scrape type 2
2026-03-29 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63ec3ab-072a-5e20-90bc-b1d09136ce8b with scrape type 2
2026-03-29 06:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d63ec3ab-072a-5e20-90bc-b1d09136ce8b, identifier: R100%20CGH
2026-03-29 06:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV
2026-03-29 06:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV
2026-03-29 06:27:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV to the API
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27: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:27:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY15%20RLV-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdef4276-da09-5099-8791-132d89494d7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY15 RLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY15%20RLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'MASTER',
 'odometer': 215607,
 '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 MASTER 2.3 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'VF1MAF4YS53315705',
 'year': 2015}
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520RLV%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Saving data for LY15%20RLV: {'auction_closing_time': 1774854000.0, 'created_time': 1773832697.468445, 'last_price_update_time': 1774765671.341432}
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY15%2520RLV') HTTP/1.1" 204 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: BT68%20ZZD
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520ZZD%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for BT68%20ZZD: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: OU65%20CMV
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520CMV%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for OU65%20CMV: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: XUI%205301
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XUI%25205301%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for XUI%205301: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: GF18%20OOY
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520OOY%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for GF18%20OOY: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: WF20%20DVX
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520DVX%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for WF20%20DVX: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: CE03%20MBV
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE03%2520MBV%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for CE03%20MBV: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: DY74%20BWP
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for DY74%20BWP: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: DL73%20KYZ
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KYZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for DL73%20KYZ: 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: LL74%20DHD
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHD%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for LL74%20DHD: 2
2026-03-29 06:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD
2026-03-29 06:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fa4281f-2c02-597d-b882-9bf5f2493695 with scrape type 2
2026-03-29 06:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fa4281f-2c02-597d-b882-9bf5f2493695 with scrape type 2
2026-03-29 06:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fa4281f-2c02-597d-b882-9bf5f2493695, identifier: LL74%20DHD
2026-03-29 06:27:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH
2026-03-29 06:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH
2026-03-29 06:27:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH to the API
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27: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:27:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R100%20CGH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd63ec3ab-072a-5e20-90bc-b1d09136ce8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R100 CGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R100%20CGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 71104,
 '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': 'SALVA2AN1GH087453',
 'year': 2016}
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R100%2520CGH%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Saving data for R100%20CGH: {'auction_closing_time': 1775210400.0, 'created_time': 1774476667.711723, 'last_price_update_time': 1774765671.929814}
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R100%2520CGH') HTTP/1.1" 204 0
2026-03-29 06:27:51 [bca.uk] INFO: Found listing with ID: PK06%20AEC
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK06%2520AEC%27 HTTP/1.1" 200 None
2026-03-29 06:27:51 [bca.uk] INFO: Scrape type for PK06%20AEC: 2
2026-03-29 06:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC
2026-03-29 06:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0339cb-ea4c-5954-b730-7c7d444e51ff with scrape type 2
2026-03-29 06:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0339cb-ea4c-5954-b730-7c7d444e51ff with scrape type 2
2026-03-29 06:27:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0339cb-ea4c-5954-b730-7c7d444e51ff, identifier: PK06%20AEC
2026-03-29 06:27:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD
2026-03-29 06:27:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD
2026-03-29 06:27:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD to the API
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fa4281f-2c02-597d-b882-9bf5f2493695',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE4R4298507',
 'year': 2024}
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHD%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Saving data for LL74%20DHD: {'auction_closing_time': 1775210400.0, 'created_time': 1773842124.023556, 'last_price_update_time': 1774765672.326169}
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DHD') HTTP/1.1" 204 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: KS58%20NYF
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520NYF%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for KS58%20NYF: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: WM72%20XVT
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520XVT%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for WM72%20XVT: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: CN09%20BBE
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN09%2520BBE%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for CN09%20BBE: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: VK69%20ZHM
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520ZHM%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for VK69%20ZHM: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: DE25%20YSR
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE25%2520YSR%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for DE25%20YSR: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: AE67%20XMO
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520XMO%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for AE67%20XMO: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: AF62%20HUH
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for AF62%20HUH: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: MF22%20ZRN
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520ZRN%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for MF22%20ZRN: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: BU70%20VBL
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520VBL%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for BU70%20VBL: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: NK09%20APX
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK09%2520APX%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for NK09%20APX: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: EY17%20WPV
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY17%2520WPV%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for EY17%20WPV: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: DU21%20NOF
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for DU21%20NOF: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: VK24%20UPJ
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520UPJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for VK24%20UPJ: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: WJ14%20TZN
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for WJ14%20TZN: 0
2026-03-29 06:27:52 [bca.uk] INFO: Found listing with ID: FD25%20HDX
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDX%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Scrape type for FD25%20HDX: 2
2026-03-29 06:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX
2026-03-29 06:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a22ef97a-d610-5005-9e05-3bba3a67ea3a with scrape type 2
2026-03-29 06:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a22ef97a-d610-5005-9e05-3bba3a67ea3a with scrape type 2
2026-03-29 06:27:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a22ef97a-d610-5005-9e05-3bba3a67ea3a, identifier: FD25%20HDX
2026-03-29 06:27:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC
2026-03-29 06:27:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC
2026-03-29 06:27:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC to the API
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK06%20AEC-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb0339cb-ea4c-5954-b730-7c7d444e51ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK06 AEC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK06%20AEC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DEVON',
 'model': 'PROVENCE',
 'odometer': 70178,
 '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': 'DEVON PROVENCE 2.5 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'MOTORHOME',
 'vin': 'VF1FDCUL635446610',
 'year': 2006}
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK06%2520AEC%27 HTTP/1.1" 200 None
2026-03-29 06:27:52 [bca.uk] INFO: Saving data for PK06%20AEC: {'auction_closing_time': 1774854000.0, 'created_time': 1773845894.228288, 'last_price_update_time': 1774765672.976725}
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK06%2520AEC') HTTP/1.1" 204 0
2026-03-29 06:27:53 [bca.uk] INFO: Found listing with ID: LP23%20GZW
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:53 [bca.uk] INFO: Scrape type for LP23%20GZW: 2
2026-03-29 06:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW
2026-03-29 06:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7ce544b-aeea-574a-a2e1-40455ac7f725 with scrape type 2
2026-03-29 06:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7ce544b-aeea-574a-a2e1-40455ac7f725 with scrape type 2
2026-03-29 06:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7ce544b-aeea-574a-a2e1-40455ac7f725, identifier: LP23%20GZW
2026-03-29 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=stone+grey HTTP/1.1" 200 None
2026-03-29 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:27: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:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX
2026-03-29 06:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX to the API
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD25%20HDX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'stone grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a22ef97a-d610-5005-9e05-3bba3a67ea3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD25 HDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD25%20HDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 5916,
 '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 TRANSPORTER T32 2.0 TDI 150 LWB COMMERCE PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB COMMERCE',
 'vin': 'WV4ZZZTV6SK016244',
 'year': 2025}
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDX%27 HTTP/1.1" 200 None
2026-03-29 06:27:53 [bca.uk] INFO: Saving data for FD25%20HDX: {'auction_closing_time': 1774854000.0, 'created_time': 1773823437.250753, 'last_price_update_time': 1774765673.582188}
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD25%2520HDX') HTTP/1.1" 204 0
2026-03-29 06:27:53 [bca.uk] INFO: Found listing with ID: T113%20KDA
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T113%2520KDA%27 HTTP/1.1" 200 None
2026-03-29 06:27:53 [bca.uk] INFO: Scrape type for T113%20KDA: 0
2026-03-29 06:27:53 [bca.uk] INFO: Found listing with ID: T28%20FXF
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T28%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:27:53 [bca.uk] INFO: Scrape type for T28%20FXF: 2
2026-03-29 06:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF
2026-03-29 06:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 663a87af-b9f2-5d6e-a768-cc3ce400f566 with scrape type 2
2026-03-29 06:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 663a87af-b9f2-5d6e-a768-cc3ce400f566 with scrape type 2
2026-03-29 06:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 663a87af-b9f2-5d6e-a768-cc3ce400f566, identifier: T28%20FXF
2026-03-29 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW
2026-03-29 06:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW
2026-03-29 06:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW to the API
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7ce544b-aeea-574a-a2e1-40455ac7f725',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4155535',
 'year': 2023}
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:53 [bca.uk] INFO: Saving data for LP23%20GZW: {'auction_closing_time': 1775210400.0, 'created_time': 1773842386.203039, 'last_price_update_time': 1774765673.977861}
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZW') HTTP/1.1" 204 0
2026-03-29 06:27:53 [bca.uk] INFO: Found listing with ID: FD25%20HDY
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 06:27:54 [bca.uk] INFO: Scrape type for FD25%20HDY: 2
2026-03-29 06:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY
2026-03-29 06:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427f2f09-1ae7-595d-8870-7a5028f5579b with scrape type 2
2026-03-29 06:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427f2f09-1ae7-595d-8870-7a5028f5579b with scrape type 2
2026-03-29 06:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 427f2f09-1ae7-595d-8870-7a5028f5579b, identifier: FD25%20HDY
2026-03-29 06:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF
2026-03-29 06:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF
2026-03-29 06:27:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF to the API
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 214,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=T28%20FXF-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '663a87af-b9f2-5d6e-a768-cc3ce400f566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'T28 FXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=T28%20FXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 155096,
 '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 TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZEH049532',
 'year': 2013}
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T28%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:27:54 [bca.uk] INFO: Saving data for T28%20FXF: {'auction_closing_time': 1774854000.0, 'created_time': 1774045933.173369, 'last_price_update_time': 1774765674.389467}
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='T28%2520FXF') HTTP/1.1" 204 0
2026-03-29 06:27:54 [bca.uk] INFO: Found listing with ID: DL73%20LFE
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 06:27:54 [bca.uk] INFO: Scrape type for DL73%20LFE: 2
2026-03-29 06:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE
2026-03-29 06:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26b2482f-b4de-5d5f-bff5-43e2137975e8 with scrape type 2
2026-03-29 06:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26b2482f-b4de-5d5f-bff5-43e2137975e8 with scrape type 2
2026-03-29 06:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26b2482f-b4de-5d5f-bff5-43e2137975e8, identifier: DL73%20LFE
2026-03-29 06:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY
2026-03-29 06:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY
2026-03-29 06:27:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY to the API
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD25%20HDY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'stone grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '427f2f09-1ae7-595d-8870-7a5028f5579b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD25 HDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD25%20HDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 3732,
 '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 TRANSPORTER T32 2.0 TDI 150 LWB COMMERCE PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB COMMERCE',
 'vin': 'WV4ZZZTV6SK016129',
 'year': 2025}
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDY%27 HTTP/1.1" 200 None
2026-03-29 06:27:54 [bca.uk] INFO: Saving data for FD25%20HDY: {'auction_closing_time': 1774854000.0, 'created_time': 1773823445.976865, 'last_price_update_time': 1774765674.794382}
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD25%2520HDY') HTTP/1.1" 204 0
2026-03-29 06:27:54 [bca.uk] INFO: Found listing with ID: YC20%20BMU
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 06:27:54 [bca.uk] INFO: Scrape type for YC20%20BMU: 2
2026-03-29 06:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU
2026-03-29 06:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with scrape type 2
2026-03-29 06:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with scrape type 2
2026-03-29 06:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2, identifier: YC20%20BMU
2026-03-29 06:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE
2026-03-29 06:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE
2026-03-29 06:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE to the API
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26b2482f-b4de-5d5f-bff5-43e2137975e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 15461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4289377',
 'year': 2023}
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 06:27:55 [bca.uk] INFO: Saving data for DL73%20LFE: {'auction_closing_time': 1775037600.0, 'created_time': 1773842123.459595, 'last_price_update_time': 1774765675.191551}
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFE') HTTP/1.1" 204 0
2026-03-29 06:27:55 [bca.uk] INFO: Found listing with ID: RY68%20BHX
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY68%2520BHX%27 HTTP/1.1" 200 None
2026-03-29 06:27:55 [bca.uk] INFO: Scrape type for RY68%20BHX: 0
2026-03-29 06:27:55 [bca.uk] INFO: Found listing with ID: FJ67%20KVX
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KVX%27 HTTP/1.1" 200 None
2026-03-29 06:27:55 [bca.uk] INFO: Scrape type for FJ67%20KVX: 2
2026-03-29 06:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX
2026-03-29 06:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961de42a-75cb-54c4-8164-3503b81dde94 with scrape type 2
2026-03-29 06:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961de42a-75cb-54c4-8164-3503b81dde94 with scrape type 2
2026-03-29 06:27:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 961de42a-75cb-54c4-8164-3503b81dde94, identifier: FJ67%20KVX
2026-03-29 06:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU
2026-03-29 06:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU
2026-03-29 06:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU to the API
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC20%20BMU-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4399e1ae-6374-59b3-ab37-ce3f71eb75c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC20 BMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC20%20BMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'E-NV200',
 'odometer': 34695,
 '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 E-NV200 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'CAMPER CONVERSION',
 'vin': 'VSKYAAME0U0613992',
 'year': 2020}
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520BMU%27 HTTP/1.1" 200 None
2026-03-29 06:27:55 [bca.uk] INFO: Saving data for YC20%20BMU: {'auction_closing_time': 1774854000.0, 'created_time': 1774045935.676734, 'last_price_update_time': 1774765675.588091}
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC20%2520BMU') HTTP/1.1" 204 0
2026-03-29 06:27:55 [bca.uk] INFO: Found listing with ID: KF73%20BYY
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYY%27 HTTP/1.1" 200 None
2026-03-29 06:27:55 [bca.uk] INFO: Scrape type for KF73%20BYY: 2
2026-03-29 06:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY
2026-03-29 06:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with scrape type 2
2026-03-29 06:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with scrape type 2
2026-03-29 06:27:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2911e831-788e-5a3c-98a8-d4bdb7b876d8, identifier: KF73%20BYY
2026-03-29 06:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX
2026-03-29 06:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX
2026-03-29 06:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX to the API
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ67%20KVX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '961de42a-75cb-54c4-8164-3503b81dde94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FJ67 KVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ67%20KVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 86662,
 '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 DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN1JH736313',
 'year': 2025}
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KVX%27 HTTP/1.1" 200 None
2026-03-29 06:27:55 [bca.uk] INFO: Saving data for FJ67%20KVX: {'auction_closing_time': 1774854000.0, 'created_time': 1773841398.223191, 'last_price_update_time': 1774765675.976432}
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ67%2520KVX') HTTP/1.1" 204 0
2026-03-29 06:27:55 [bca.uk] INFO: Found listing with ID: CN19%20FSP
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520FSP%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for CN19%20FSP: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: VU64%20XBJ
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU64%2520XBJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for VU64%20XBJ: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: KP70%20WRT
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520WRT%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for KP70%20WRT: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: AJ18%20OBL
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OBL%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for AJ18%20OBL: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: BU20%20KSX
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520KSX%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for BU20%20KSX: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: FD67%20RKV
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520RKV%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for FD67%20RKV: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: CP19%20KFJ
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520KFJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for CP19%20KFJ: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: DN23%20HTG
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN23%2520HTG%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for DN23%20HTG: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: BN67%20TYH
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for BN67%20TYH: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: EO21%20SJV
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520SJV%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for EO21%20SJV: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: SA16%20TZE
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520TZE%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for SA16%20TZE: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: YR16%20WKS
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR16%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for YR16%20WKS: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: FG11%20WTU
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG11%2520WTU%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for FG11%20WTU: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: CK15%20AJO
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520AJO%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for CK15%20AJO: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: BK13%20ZZW
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK13%2520ZZW%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for BK13%20ZZW: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: CV15%20UFU
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520UFU%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for CV15%20UFU: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: LB69%20GWN
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520GWN%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for LB69%20GWN: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: YS68%20DTY
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520DTY%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for YS68%20DTY: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: DV14%20DWN
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520DWN%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for DV14%20DWN: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: WP25%20ZYU
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520ZYU%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for WP25%20ZYU: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: GU62%20UHO
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520UHO%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for GU62%20UHO: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: LF67%20FSE
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520FSE%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for LF67%20FSE: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: RK70%20VND
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520VND%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for RK70%20VND: 0
2026-03-29 06:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY
2026-03-29 06:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY
2026-03-29 06:27:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY to the API
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20BYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2911e831-788e-5a3c-98a8-d4bdb7b876d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 BYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20BYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4295369',
 'year': 2024}
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYY%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Saving data for KF73%20BYY: {'auction_closing_time': 1775037600.0, 'created_time': 1773842553.856855, 'last_price_update_time': 1774765676.640078}
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520BYY') HTTP/1.1" 204 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: Y512%20FBB
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y512%2520FBB%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for Y512%20FBB: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: FL06%20XTE
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL06%2520XTE%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for FL06%20XTE: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: AU68%20DAA
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520DAA%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for AU68%20DAA: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: LC69%20LCU
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LCU%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for LC69%20LCU: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: MV22%20XWP
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520XWP%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for MV22%20XWP: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: VN15%20MWL
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN15%2520MWL%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for VN15%20MWL: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: YT65%20OHB
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for YT65%20OHB: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: FE69%20XTH
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for FE69%20XTH: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: GK17%20GZY
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520GZY%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for GK17%20GZY: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: J50%20GRS
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J50%2520GRS%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for J50%20GRS: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: LF19%20BMC
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520BMC%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for LF19%20BMC: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: FV72%20TXN
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for FV72%20TXN: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: YY73%20NLK
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520NLK%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for YY73%20NLK: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: AP71%20FHW
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FHW%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for AP71%20FHW: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: WV23%20VDA
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520VDA%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for WV23%20VDA: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: WR23%20BXH
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520BXH%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for WR23%20BXH: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: HX71%20YJZ
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX71%2520YJZ%27 HTTP/1.1" 200 None
2026-03-29 06:27:56 [bca.uk] INFO: Scrape type for HX71%20YJZ: 0
2026-03-29 06:27:56 [bca.uk] INFO: Found listing with ID: KM71%20FNP
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FNP%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM71%20FNP: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20ACO
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ACO%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20ACO: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20NXO
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520NXO%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20NXO: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OCG
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OCG%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OCG: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OGP
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OGP%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OGP: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OJY
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OJY%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OJY: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OKB
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OKB: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OLA
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OLA: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20ONG
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ONG%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20ONG: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OSL
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OSL%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OSL: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OVH
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OVH%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OVH: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20OWB
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OWB%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20OWB: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KM73%20PMV
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520PMV%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KM73%20PMV: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: OE71%20DKD
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520DKD%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for OE71%20DKD: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: EN71%20UCD
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for EN71%20UCD: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: FG71%20JOA
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520JOA%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for FG71%20JOA: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: GY22%20ZNV
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for GY22%20ZNV: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: LS71%20NUW
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520NUW%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for LS71%20NUW: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: OE71%20MHA
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520MHA%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for OE71%20MHA: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: SN71%20OTH
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520OTH%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for SN71%20OTH: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: VX71%20KZC
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520KZC%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for VX71%20KZC: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: AJ71%20NZG
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for AJ71%20NZG: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: AO71%20ZZU
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520ZZU%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for AO71%20ZZU: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: BW71%20WZA
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW71%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for BW71%20WZA: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: DE15%20CWM
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520CWM%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for DE15%20CWM: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: DT68%20ONU
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520ONU%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for DT68%20ONU: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: AF64%20LLK
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520LLK%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for AF64%20LLK: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: KS73%20HPA
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520HPA%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for KS73%20HPA: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: DX69%20ZKB
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZKB%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for DX69%20ZKB: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: FV62%20FWY
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520FWY%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for FV62%20FWY: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: FV65%20JFK
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520JFK%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for FV65%20JFK: 0
2026-03-29 06:27:57 [bca.uk] INFO: Found listing with ID: LL15%20VTT
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520VTT%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Scrape type for LL15%20VTT: 2
2026-03-29 06:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT
2026-03-29 06:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with scrape type 2
2026-03-29 06:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with scrape type 2
2026-03-29 06:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c, identifier: LL15%20VTT
2026-03-29 06:27:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT
2026-03-29 06:27:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT
2026-03-29 06:27:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT to the API
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL15%20VTT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL15 VTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL15%20VTT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 128430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2800,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 TFSI 125 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 S LINE',
 'vin': 'WAUZZZ8V4FA112544',
 'year': 2015}
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520VTT%27 HTTP/1.1" 200 None
2026-03-29 06:27:57 [bca.uk] INFO: Saving data for LL15%20VTT: {'auction_closing_time': 1775113200.0, 'created_time': 1773835001.170658, 'last_price_update_time': 1774765677.994558}
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520VTT') HTTP/1.1" 204 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: NJ17%20VFA
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520VFA%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for NJ17%20VFA: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: NX64%20RVE
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520RVE%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for NX64%20RVE: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: ST20%20ZFN
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520ZFN%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for ST20%20ZFN: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: WN20%20RXP
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for WN20%20RXP: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: FD68%20NOF
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD68%2520NOF%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for FD68%20NOF: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: LF19%20RCA
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520RCA%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for LF19%20RCA: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: EJ73%20UFM
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520UFM%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for EJ73%20UFM: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: DL73%20KRJ
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRJ%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for DL73%20KRJ: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: DL73%20KXT
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXT%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for DL73%20KXT: 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: DV73%20XWU
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520XWU%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for DV73%20XWU: 2
2026-03-29 06:27:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU
2026-03-29 06:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7868db52-a548-58f4-a462-7f8922707c3a with scrape type 2
2026-03-29 06:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7868db52-a548-58f4-a462-7f8922707c3a with scrape type 2
2026-03-29 06:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7868db52-a548-58f4-a462-7f8922707c3a, identifier: DV73%20XWU
2026-03-29 06:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU
2026-03-29 06:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU
2026-03-29 06:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU to the API
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV73%20XWU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7868db52-a548-58f4-a462-7f8922707c3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV73 XWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV73%20XWU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 16791,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4311729',
 'year': 2023}
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520XWU%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Saving data for DV73%20XWU: {'auction_closing_time': 1775113200.0, 'created_time': 1773841481.120451, 'last_price_update_time': 1774765678.63168}
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV73%2520XWU') HTTP/1.1" 204 0
2026-03-29 06:27:58 [bca.uk] INFO: Found listing with ID: KF73%20ASX
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ASX%27 HTTP/1.1" 200 None
2026-03-29 06:27:58 [bca.uk] INFO: Scrape type for KF73%20ASX: 2
2026-03-29 06:27:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX
2026-03-29 06:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with scrape type 2
2026-03-29 06:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with scrape type 2
2026-03-29 06:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a, identifier: KF73%20ASX
2026-03-29 06:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX
2026-03-29 06:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX
2026-03-29 06:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX to the API
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20ASX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 ASX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20ASX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 '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': 'VXKUPHMHDP4300182',
 'year': 2024}
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ASX%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Saving data for KF73%20ASX: {'auction_closing_time': 1775113200.0, 'created_time': 1773842543.288372, 'last_price_update_time': 1774765679.02236}
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520ASX') HTTP/1.1" 204 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: KF73%20CGX
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for KF73%20CGX: 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: LN24%20PMX
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PMX%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for LN24%20PMX: 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: LN24%20PNY
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PNY%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for LN24%20PNY: 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: LP23%20GVR
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVR%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for LP23%20GVR: 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: LP23%20GXX
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for LP23%20GXX: 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: GX20%20HMD
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520HMD%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for GX20%20HMD: 2
2026-03-29 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD
2026-03-29 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with scrape type 2
2026-03-29 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with scrape type 2
2026-03-29 06:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb01b6f-bf2e-5670-befe-ccbccf2b7426, identifier: GX20%20HMD
2026-03-29 06:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD
2026-03-29 06:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD
2026-03-29 06:27:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD to the API
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX20%20HMD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebb01b6f-bf2e-5670-befe-ccbccf2b7426',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX20 HMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX20%20HMD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 26358,
 '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': 'FORD FOCUS 2.3 E/B 280 ST Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 280 ST',
 'vin': 'WF0NXXGCHNKM81123',
 'year': 2020}
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520HMD%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Saving data for GX20%20HMD: {'auction_closing_time': 1774854000.0, 'created_time': 1773828200.107381, 'last_price_update_time': 1774765679.573229}
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX20%2520HMD') HTTP/1.1" 204 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: NA20%20KDV
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for NA20%20KDV: 2
2026-03-29 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV
2026-03-29 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f403d8d-4e6b-549d-a326-ac07de4aca66 with scrape type 2
2026-03-29 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f403d8d-4e6b-549d-a326-ac07de4aca66 with scrape type 2
2026-03-29 06:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f403d8d-4e6b-549d-a326-ac07de4aca66, identifier: NA20%20KDV
2026-03-29 06:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV
2026-03-29 06:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV
2026-03-29 06:27:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV to the API
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:27:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA20%20KDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4f403d8d-4e6b-549d-a326-ac07de4aca66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA20 KDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20KDV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 16915,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID EXCEL 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL 2WD',
 'vin': 'JTMY23FV80D512082',
 'year': 2020}
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Saving data for NA20%20KDV: {'auction_closing_time': 1774854000.0, 'created_time': 1773828203.252604, 'last_price_update_time': 1774765679.955342}
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520KDV') HTTP/1.1" 204 0
2026-03-29 06:27:59 [bca.uk] INFO: Found listing with ID: SY23%20XLB
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY23%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 06:27:59 [bca.uk] INFO: Scrape type for SY23%20XLB: 2
2026-03-29 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB
2026-03-29 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a878b81-f28d-52ba-b081-50ebaf55645a with scrape type 2
2026-03-29 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a878b81-f28d-52ba-b081-50ebaf55645a with scrape type 2
2026-03-29 06:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a878b81-f28d-52ba-b081-50ebaf55645a, identifier: SY23%20XLB
2026-03-29 06:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB
2026-03-29 06:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB
2026-03-29 06:28:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB to the API
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY23%20XLB-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4a878b81-f28d-52ba-b081-50ebaf55645a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SY23 XLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY23%20XLB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 31778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BXX0R283014',
 'year': 2023}
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY23%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Saving data for SY23%20XLB: {'auction_closing_time': 1774854000.0, 'created_time': 1774265495.974703, 'last_price_update_time': 1774765680.370654}
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY23%2520XLB') HTTP/1.1" 204 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: SM06%20EKK
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM06%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for SM06%20EKK: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: SM16%20NPP
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for SM16%20NPP: 2
2026-03-29 06:28:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP
2026-03-29 06:28:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8826e2f3-2a66-5227-8163-cc288b69294c with scrape type 2
2026-03-29 06:28:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8826e2f3-2a66-5227-8163-cc288b69294c with scrape type 2
2026-03-29 06:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8826e2f3-2a66-5227-8163-cc288b69294c, identifier: SM16%20NPP
2026-03-29 06:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP
2026-03-29 06:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP
2026-03-29 06:28:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP to the API
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM16%20NPP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8826e2f3-2a66-5227-8163-cc288b69294c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM16 NPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM16%20NPP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 67685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9250,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE PREMIUM PLUS 4M DCT '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS 4M DCT',
 'vin': 'WDC1569052J261805',
 'year': 2016}
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520NPP%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Saving data for SM16%20NPP: {'auction_closing_time': 1774868400.0, 'created_time': 1773831286.417089, 'last_price_update_time': 1774765680.787175}
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM16%2520NPP') HTTP/1.1" 204 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: VX13%20SPU
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520SPU%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for VX13%20SPU: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: AK64%20TZP
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520TZP%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for AK64%20TZP: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: BU64%20VHW
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520VHW%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for BU64%20VHW: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: CF14%20AXD
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF14%2520AXD%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for CF14%20AXD: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: CY15%20NDD
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520NDD%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for CY15%20NDD: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: KS09%20KDJ
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520KDJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for KS09%20KDJ: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: NK63%20ZCF
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520ZCF%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for NK63%20ZCF: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: RE18%20CXW
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520CXW%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for RE18%20CXW: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: YG74%20OUJ
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OUJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for YG74%20OUJ: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: EN72%20GMG
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for EN72%20GMG: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: FL72%20LKA
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520LKA%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for FL72%20LKA: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: BF24%20EWL
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF24%2520EWL%27 HTTP/1.1" 200 None
2026-03-29 06:28:00 [bca.uk] INFO: Scrape type for BF24%20EWL: 0
2026-03-29 06:28:00 [bca.uk] INFO: Found listing with ID: BK22%20UNZ
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Scrape type for BK22%20UNZ: 0
2026-03-29 06:28:01 [bca.uk] INFO: Found listing with ID: BK23%20CBF
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Scrape type for BK23%20CBF: 2
2026-03-29 06:28:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF
2026-03-29 06:28:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f407965-801d-5cdd-81b5-08ba37daffbf with scrape type 2
2026-03-29 06:28:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f407965-801d-5cdd-81b5-08ba37daffbf with scrape type 2
2026-03-29 06:28:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f407965-801d-5cdd-81b5-08ba37daffbf, identifier: BK23%20CBF
2026-03-29 06:28:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF
2026-03-29 06:28:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF
2026-03-29 06:28:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF to the API
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20CBF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '5f407965-801d-5cdd-81b5-08ba37daffbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 CBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20CBF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 48384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 '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': 'KNAC481AUP5112727',
 'year': 2023}
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520CBF%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Saving data for BK23%20CBF: {'auction_closing_time': 1774854000.0, 'created_time': 1773825501.137309, 'last_price_update_time': 1774765681.386872}
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520CBF') HTTP/1.1" 204 0
2026-03-29 06:28:01 [bca.uk] INFO: Found listing with ID: BK23%20TLY
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TLY%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Scrape type for BK23%20TLY: 0
2026-03-29 06:28:01 [bca.uk] INFO: Found listing with ID: BP73%20CZS
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520CZS%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Scrape type for BP73%20CZS: 2
2026-03-29 06:28:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS
2026-03-29 06:28:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0511ded9-7c38-5316-9ce8-49ec855b42c5 with scrape type 2
2026-03-29 06:28:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0511ded9-7c38-5316-9ce8-49ec855b42c5 with scrape type 2
2026-03-29 06:28:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0511ded9-7c38-5316-9ce8-49ec855b42c5, identifier: BP73%20CZS
2026-03-29 06:28:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS
2026-03-29 06:28:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS
2026-03-29 06:28:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS to the API
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20CZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '0511ded9-7c38-5316-9ce8-49ec855b42c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP73 CZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20CZS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 29672,
 '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': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS1RC230726',
 'year': 2023}
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520CZS%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Saving data for BP73%20CZS: {'auction_closing_time': 1774854000.0, 'created_time': 1773825459.977439, 'last_price_update_time': 1774765681.893017}
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520CZS') HTTP/1.1" 204 0
2026-03-29 06:28:01 [bca.uk] INFO: Found listing with ID: DE24%20NHX
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NHX%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Scrape type for DE24%20NHX: 0
2026-03-29 06:28:01 [bca.uk] INFO: Found listing with ID: FL23%20HVK
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520HVK%27 HTTP/1.1" 200 None
2026-03-29 06:28:01 [bca.uk] INFO: Scrape type for FL23%20HVK: 2
2026-03-29 06:28:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK
2026-03-29 06:28:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with scrape type 2
2026-03-29 06:28:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with scrape type 2
2026-03-29 06:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f, identifier: FL23%20HVK
2026-03-29 06:28:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK
2026-03-29 06:28:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK
2026-03-29 06:28:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK to the API
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28: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:28:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL23%20HVK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL23 HVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL23%20HVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 29163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23800,
 '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': 'WBY72AW040FP53452',
 'year': 2023}
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520HVK%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Saving data for FL23%20HVK: {'auction_closing_time': 1774854000.0, 'created_time': 1773825441.761403, 'last_price_update_time': 1774765682.325171}
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL23%2520HVK') HTTP/1.1" 204 0
2026-03-29 06:28:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: GJ22%20XRM
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520XRM%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for GJ22%20XRM: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: KM23%20LFE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LFE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for KM23%20LFE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: LB23%20FYE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for LB23%20FYE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: LJ22%20YNW
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520YNW%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for LJ22%20YNW: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: LL71%20XFO
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520XFO%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for LL71%20XFO: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: MA22%20EGV
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520EGV%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for MA22%20EGV: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: MD72%20WCO
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WCO%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for MD72%20WCO: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: NJ22%20TXO
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TXO%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for NJ22%20TXO: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: SA71%20RNO
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520RNO%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for SA71%20RNO: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: CK72%20FDY
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520FDY%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for CK72%20FDY: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: EK24%20HNA
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK24%2520HNA%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for EK24%20HNA: 0
2026-03-29 06:28:02 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded
2026-03-29 06:28:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: FH72%20CPY
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH72%2520CPY%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for FH72%20CPY: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: MK72%20CYU
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK72%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for MK72%20CYU: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: OE72%20NBM
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for OE72%20NBM: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: SV22%20YHM
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520YHM%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for SV22%20YHM: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: DP21%20JBV
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520JBV%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for DP21%20JBV: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: DG16%20OMJ
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520OMJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for DG16%20OMJ: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: DA65%20YGJ
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520YGJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for DA65%20YGJ: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: YA16%20ELX
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520ELX%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for YA16%20ELX: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: MT62%20OMC
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520OMC%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for MT62%20OMC: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: AD15%20SOH
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD15%2520SOH%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for AD15%20SOH: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: BA19%20AVN
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520AVN%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for BA19%20AVN: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: BA68%20EJE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520EJE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for BA68%20EJE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: BL22%20LSE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL22%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for BL22%20LSE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: GJ65%20VBM
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for GJ65%20VBM: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: GJ72%20NVC
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for GJ72%20NVC: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: KR13%20MSV
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR13%2520MSV%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for KR13%20MSV: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: WT16%20CGE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520CGE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for WT16%20CGE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: KW65%20OBH
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW65%2520OBH%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for KW65%20OBH: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: LM68%20ULW
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520ULW%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for LM68%20ULW: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: YR18%20OCD
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for YR18%20OCD: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: FD67%20LXW
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520LXW%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for FD67%20LXW: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: VE65%20VYD
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE65%2520VYD%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for VE65%20VYD: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: MK61%20NFR
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520NFR%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for MK61%20NFR: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: YY12%20FXE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY12%2520FXE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for YY12%20FXE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: EU65%20ZBR
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520ZBR%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for EU65%20ZBR: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: NA15%20YWT
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520YWT%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for NA15%20YWT: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: BG14%20EPC
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520EPC%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for BG14%20EPC: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: LG16%20CZE
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520CZE%27 HTTP/1.1" 200 None
2026-03-29 06:28:02 [bca.uk] INFO: Scrape type for LG16%20CZE: 0
2026-03-29 06:28:02 [bca.uk] INFO: Found listing with ID: YN15%20NHA
2026-03-29 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520NHA%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for YN15%20NHA: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: VN08%20XCY
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN08%2520XCY%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for VN08%20XCY: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: VE14%20XUZ
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for VE14%20XUZ: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: YX12%20OSP
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX12%2520OSP%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for YX12%20OSP: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: PX13%20UCN
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520UCN%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for PX13%20UCN: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: FV71%20SUO
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520SUO%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for FV71%20SUO: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: KR74%20CWC
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for KR74%20CWC: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: WG21%20KHA
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for WG21%20KHA: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: NL09%20KYT
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL09%2520KYT%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for NL09%20KYT: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: WA68%20NHD
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520NHD%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for WA68%20NHD: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: HN67%20XAJ
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520XAJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for HN67%20XAJ: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: HD56%20EFB
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD56%2520EFB%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for HD56%20EFB: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: KR71%20TWZ
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520TWZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for KR71%20TWZ: 2
2026-03-29 06:28:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ
2026-03-29 06:28:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d802d4e-130e-5853-86bc-af8a3c006418 with scrape type 2
2026-03-29 06:28:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d802d4e-130e-5853-86bc-af8a3c006418 with scrape type 2
2026-03-29 06:28:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d802d4e-130e-5853-86bc-af8a3c006418, identifier: KR71%20TWZ
2026-03-29 06:28:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ
2026-03-29 06:28:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ
2026-03-29 06:28:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ to the API
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR71%20TWZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5d802d4e-130e-5853-86bc-af8a3c006418',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR71 TWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR71%20TWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '330E',
 'odometer': 74230,
 'odometer_reading_unit': '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 SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32090FM21347',
 'year': 2022}
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520TWZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Saving data for KR71%20TWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265071.461379, 'last_price_update_time': 1774765683.684173}
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR71%2520TWZ') HTTP/1.1" 204 0
2026-03-29 06:28: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:28:03 [bca.uk] INFO: Found listing with ID: YR15%20FEK
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520FEK%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for YR15%20FEK: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: FP10%20UJH
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UJH%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for FP10%20UJH: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: RA66%20HUP
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520HUP%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for RA66%20HUP: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: YF65%20HZG
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF65%2520HZG%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for YF65%20HZG: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: F22%20TTS
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F22%2520TTS%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for F22%20TTS: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: HG68%20HBX
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520HBX%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for HG68%20HBX: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: HN20%20GLJ
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN20%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for HN20%20GLJ: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: LO70%20XHU
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520XHU%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for LO70%20XHU: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: OV71%20VLO
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520VLO%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for OV71%20VLO: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: KR74%20GXX
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for KR74%20GXX: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: KR74%20GZC
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for KR74%20GZC: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: KX73%20ZVH
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX73%2520ZVH%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for KX73%20ZVH: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: DY18%20KYP
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520KYP%27 HTTP/1.1" 200 None
2026-03-29 06:28:03 [bca.uk] INFO: Scrape type for DY18%20KYP: 0
2026-03-29 06:28:03 [bca.uk] INFO: Found listing with ID: AV07%20FZJ
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV07%2520FZJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for AV07%20FZJ: 0
2026-03-29 06:28:04 [bca.uk] INFO: Found listing with ID: KK15%20GKJ
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK15%2520GKJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for KK15%20GKJ: 0
2026-03-29 06:28:04 [bca.uk] INFO: Found listing with ID: KW23%20XXC
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520XXC%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for KW23%20XXC: 0
2026-03-29 06:28:04 [bca.uk] INFO: Found listing with ID: LM66%20MYL
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520MYL%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for LM66%20MYL: 0
2026-03-29 06:28:04 [bca.uk] INFO: Found listing with ID: BJ19%20HKX
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520HKX%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for BJ19%20HKX: 0
2026-03-29 06:28:04 [bca.uk] INFO: Found listing with ID: AN23%20FAB
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN23%2520FAB%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for AN23%20FAB: 2
2026-03-29 06:28:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB
2026-03-29 06:28:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebe16b73-490b-5db1-9ffe-45790267cae5 with scrape type 2
2026-03-29 06:28:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebe16b73-490b-5db1-9ffe-45790267cae5 with scrape type 2
2026-03-29 06:28:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebe16b73-490b-5db1-9ffe-45790267cae5, identifier: AN23%20FAB
2026-03-29 06:28:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB
2026-03-29 06:28:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB
2026-03-29 06:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB to the API
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AN23%20FAB-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'ebe16b73-490b-5db1-9ffe-45790267cae5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AN23 FAB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AN23%20FAB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 3866,
 '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 MOTORRAD F 900 R MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'R MOTORBIKE',
 'vin': 'WB10K1102P6G58327',
 'year': 2023}
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN23%2520FAB%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Saving data for AN23%20FAB: {'auction_closing_time': 1775124000.0, 'created_time': 1773826953.456942, 'last_price_update_time': 1774765684.483812}
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AN23%2520FAB') HTTP/1.1" 204 0
2026-03-29 06:28:04 [bca.uk] INFO: Found listing with ID: YA19%20PMO
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Scrape type for YA19%20PMO: 2
2026-03-29 06:28:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO
2026-03-29 06:28:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88c97070-c341-52e1-aba9-8c28805c0aef with scrape type 2
2026-03-29 06:28:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88c97070-c341-52e1-aba9-8c28805c0aef with scrape type 2
2026-03-29 06:28:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88c97070-c341-52e1-aba9-8c28805c0aef, identifier: YA19%20PMO
2026-03-29 06:28:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO
2026-03-29 06:28:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO
2026-03-29 06:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO to the API
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA19%20PMO-GB',
 'category': 'Motorcycle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '88c97070-c341-52e1-aba9-8c28805c0aef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA19 PMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA19%20PMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 750',
 'odometer': 9874,
 'odometer_reading_unit': '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 MOTORRAD F 750 GS SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS SPORT MOTORBIKE',
 'vin': 'WB10B0808KZ823995',
 'year': 2019}
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520PMO%27 HTTP/1.1" 200 None
2026-03-29 06:28:04 [bca.uk] INFO: Saving data for YA19%20PMO: {'auction_closing_time': 1775124000.0, 'created_time': 1773840675.746681, 'last_price_update_time': 1774765684.997563}
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA19%2520PMO') HTTP/1.1" 204 0
2026-03-29 06:28:05 [bca.uk] INFO: Found listing with ID: KP23%20UYF
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 06:28:05 [bca.uk] INFO: Scrape type for KP23%20UYF: 2
2026-03-29 06:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF
2026-03-29 06:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d66e4053-3616-5ec9-954b-69b06b48d875 with scrape type 2
2026-03-29 06:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d66e4053-3616-5ec9-954b-69b06b48d875 with scrape type 2
2026-03-29 06:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d66e4053-3616-5ec9-954b-69b06b48d875, identifier: KP23%20UYF
2026-03-29 06:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF
2026-03-29 06:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF
2026-03-29 06:28:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF to the API
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP23%20UYF-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'd66e4053-3616-5ec9-954b-69b06b48d875',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP23 UYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP23%20UYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 15948,
 '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 MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1109P6H11809',
 'year': 2023}
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 06:28:05 [bca.uk] INFO: Saving data for KP23%20UYF: {'auction_closing_time': 1775124000.0, 'created_time': 1773826943.477139, 'last_price_update_time': 1774765685.392159}
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP23%2520UYF') HTTP/1.1" 204 0
2026-03-29 06:28:05 [bca.uk] INFO: Found listing with ID: SV23%20XNY
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XNY%27 HTTP/1.1" 200 None
2026-03-29 06:28:05 [bca.uk] INFO: Scrape type for SV23%20XNY: 2
2026-03-29 06:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY
2026-03-29 06:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e79fb985-e4a8-57bd-bebf-9d98a7618397 with scrape type 2
2026-03-29 06:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e79fb985-e4a8-57bd-bebf-9d98a7618397 with scrape type 2
2026-03-29 06:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e79fb985-e4a8-57bd-bebf-9d98a7618397, identifier: SV23%20XNY
2026-03-29 06:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY
2026-03-29 06:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY
2026-03-29 06:28:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY to the API
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20XNY-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e79fb985-e4a8-57bd-bebf-9d98a7618397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 XNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20XNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 6196,
 '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 MOTORRAD F 900 R MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'R MOTORBIKE',
 'vin': 'WB10K1107P6H31241',
 'year': 2023}
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XNY%27 HTTP/1.1" 200 None
2026-03-29 06:28:05 [bca.uk] INFO: Saving data for SV23%20XNY: {'auction_closing_time': 1775124000.0, 'created_time': 1773840680.317193, 'last_price_update_time': 1774765685.779137}
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520XNY') HTTP/1.1" 204 0
2026-03-29 06:28:05 [bca.uk] INFO: Found listing with ID: MA20%20JXY
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520JXY%27 HTTP/1.1" 200 None
2026-03-29 06:28:05 [bca.uk] INFO: Scrape type for MA20%20JXY: 2
2026-03-29 06:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY
2026-03-29 06:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with scrape type 2
2026-03-29 06:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with scrape type 2
2026-03-29 06:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3, identifier: MA20%20JXY
2026-03-29 06:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY
2026-03-29 06:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY
2026-03-29 06:28:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY to the API
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA20%20JXY-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA20 JXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA20%20JXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 14912,
 '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 MOTORRAD F 900 XR TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'XR TE MOTORBIKE',
 'vin': 'WB10K2108LZ886022',
 'year': 2020}
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520JXY%27 HTTP/1.1" 200 None
2026-03-29 06:28:06 [bca.uk] INFO: Saving data for MA20%20JXY: {'auction_closing_time': 1775124000.0, 'created_time': 1773826937.199967, 'last_price_update_time': 1774765686.165863}
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA20%2520JXY') HTTP/1.1" 204 0
2026-03-29 06:28:06 [bca.uk] INFO: Found listing with ID: LS22%20APX
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520APX%27 HTTP/1.1" 200 None
2026-03-29 06:28:06 [bca.uk] INFO: Scrape type for LS22%20APX: 2
2026-03-29 06:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX
2026-03-29 06:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b52a69fd-52c3-53ee-ba33-701ba55298e8 with scrape type 2
2026-03-29 06:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b52a69fd-52c3-53ee-ba33-701ba55298e8 with scrape type 2
2026-03-29 06:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b52a69fd-52c3-53ee-ba33-701ba55298e8, identifier: LS22%20APX
2026-03-29 06:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX
2026-03-29 06:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX
2026-03-29 06:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX to the API
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20APX-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b52a69fd-52c3-53ee-ba33-701ba55298e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS22 APX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20APX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R18',
 'odometer': 9947,
 'odometer_reading_unit': '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 MOTORRAD R18 CLASSIC MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'CLASSIC MOTORBIKE',
 'vin': 'WB10L2109M6D61361',
 'year': 2022}
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520APX%27 HTTP/1.1" 200 None
2026-03-29 06:28:06 [bca.uk] INFO: Saving data for LS22%20APX: {'auction_closing_time': 1775124000.0, 'created_time': 1773826935.891953, 'last_price_update_time': 1774765686.54821}
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520APX') HTTP/1.1" 204 0
2026-03-29 06:28:06 [bca.uk] INFO: Found listing with ID: DG23%20YTS
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520YTS%27 HTTP/1.1" 200 None
2026-03-29 06:28:06 [bca.uk] INFO: Scrape type for DG23%20YTS: 2
2026-03-29 06:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS
2026-03-29 06:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with scrape type 2
2026-03-29 06:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with scrape type 2
2026-03-29 06:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95, identifier: DG23%20YTS
2026-03-29 06:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS
2026-03-29 06:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS
2026-03-29 06:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS to the API
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG23%20YTS-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '420deb1b-6ca4-53c3-a0fc-ce6dde912c95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG23 YTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG23%20YTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 8583,
 '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 MOTORRAD R 1250 RT LE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'RT LE MOTORBIKE',
 'vin': 'WB10L0109P6G55688',
 'year': 2023}
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520YTS%27 HTTP/1.1" 200 None
2026-03-29 06:28:06 [bca.uk] INFO: Saving data for DG23%20YTS: {'auction_closing_time': 1775124000.0, 'created_time': 1773826947.279707, 'last_price_update_time': 1774765686.927186}
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520YTS') HTTP/1.1" 204 0
2026-03-29 06:28:06 [bca.uk] INFO: Found listing with ID: HF69%20LZW
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF69%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 06:28:06 [bca.uk] INFO: Scrape type for HF69%20LZW: 2
2026-03-29 06:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW
2026-03-29 06:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7073c54-4eee-504d-86a2-a1baf076a378 with scrape type 2
2026-03-29 06:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7073c54-4eee-504d-86a2-a1baf076a378 with scrape type 2
2026-03-29 06:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7073c54-4eee-504d-86a2-a1baf076a378, identifier: HF69%20LZW
2026-03-29 06:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW
2026-03-29 06:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW
2026-03-29 06:28:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW to the API
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b7073c54-4eee-504d-86a2-a1baf076a378',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF69 LZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF69%20LZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 13372,
 'odometer_reading_unit': '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 MOTORRAD R 1250 RT LE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'RT LE MOTORBIKE',
 'vin': 'WB10J6104LZY35868',
 'year': 2019}
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF69%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Saving data for HF69%20LZW: {'auction_closing_time': 1775124000.0, 'created_time': 1773826962.345494, 'last_price_update_time': 1774765687.340988}
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF69%2520LZW') HTTP/1.1" 204 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: LM61%20OVO
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM61%2520OVO%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for LM61%20OVO: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: AU16%20YYD
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520YYD%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for AU16%20YYD: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: VK72%20HYT
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for VK72%20HYT: 2
2026-03-29 06:28:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT
2026-03-29 06:28:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ecddff1-bb1e-528e-826a-a194fd103fe8 with scrape type 2
2026-03-29 06:28:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ecddff1-bb1e-528e-826a-a194fd103fe8 with scrape type 2
2026-03-29 06:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ecddff1-bb1e-528e-826a-a194fd103fe8, identifier: VK72%20HYT
2026-03-29 06:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT
2026-03-29 06:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT
2026-03-29 06:28:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT to the API
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20HYT-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '4ecddff1-bb1e-528e-826a-a194fd103fe8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK72 HYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20HYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 11192,
 'odometer_reading_unit': '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 MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1108P6G40974',
 'year': 2022}
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Saving data for VK72%20HYT: {'auction_closing_time': 1775124000.0, 'created_time': 1773840676.691542, 'last_price_update_time': 1774765687.757676}
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520HYT') HTTP/1.1" 204 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: CN71%20FLM
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520FLM%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for CN71%20FLM: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: LA22%20NCU
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for LA22%20NCU: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: LD72%20AXW
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AXW%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for LD72%20AXW: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: LD72%20OTX
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OTX%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for LD72%20OTX: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: LG72%20RNE
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RNE%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for LG72%20RNE: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: VO23%20ZGV
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520ZGV%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for VO23%20ZGV: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: VO72%20JVK
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520JVK%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for VO72%20JVK: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: YS19%20LKF
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520LKF%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for YS19%20LKF: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: BJ17%20KNB
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520KNB%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for BJ17%20KNB: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: BL17%20OSB
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL17%2520OSB%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for BL17%20OSB: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: BT72%20VZZ
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520VZZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for BT72%20VZZ: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: BX21%20HTT
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX21%2520HTT%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for BX21%20HTT: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: DY71%20APX
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520APX%27 HTTP/1.1" 200 None
2026-03-29 06:28:07 [bca.uk] INFO: Scrape type for DY71%20APX: 0
2026-03-29 06:28:07 [bca.uk] INFO: Found listing with ID: EU20%20MWK
2026-03-29 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for EU20%20MWK: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: HV24%20OJD
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for HV24%20OJD: 2
2026-03-29 06:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD
2026-03-29 06:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 823e96de-7384-5464-98f9-c7fa608cf1aa with scrape type 2
2026-03-29 06:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 823e96de-7384-5464-98f9-c7fa608cf1aa with scrape type 2
2026-03-29 06:28:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 823e96de-7384-5464-98f9-c7fa608cf1aa, identifier: HV24%20OJD
2026-03-29 06:28:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD
2026-03-29 06:28:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD
2026-03-29 06:28:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD to the API
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20OJD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '823e96de-7384-5464-98f9-c7fa608cf1aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV24 OJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20OJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 25138,
 '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': '6FPPXXMJ2PPM26213',
 'year': 2024}
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520OJD%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Saving data for HV24%20OJD: {'auction_closing_time': 1774864800.0, 'created_time': 1773935359.324911, 'last_price_update_time': 1774765688.628519}
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520OJD') HTTP/1.1" 204 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: LC66%20YCW
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520YCW%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for LC66%20YCW: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: LD21%20EZN
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EZN%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for LD21%20EZN: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: LF23%20AHW
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520AHW%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for LF23%20AHW: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: ML70%20AOZ
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520AOZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for ML70%20AOZ: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: BW19%20CGV
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CGV%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for BW19%20CGV: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: DK73%20OFM
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK73%2520OFM%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for DK73%20OFM: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: EF67%20UBW
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UBW%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for EF67%20UBW: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: VE22%20HYT
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for VE22%20HYT: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: YT20%20UMS
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT20%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for YT20%20UMS: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: KS73%20OUP
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for KS73%20OUP: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: BG72%20UVK
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for BG72%20UVK: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: BK21%20VBM
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520VBM%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for BK21%20VBM: 0
2026-03-29 06:28:08 [bca.uk] INFO: Found listing with ID: KY23%20LWA
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 06:28:08 [bca.uk] INFO: Scrape type for KY23%20LWA: 2
2026-03-29 06:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA
2026-03-29 06:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 233cf6c9-577f-5c81-bd9a-f4196825f4af with scrape type 2
2026-03-29 06:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 233cf6c9-577f-5c81-bd9a-f4196825f4af with scrape type 2
2026-03-29 06:28:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 233cf6c9-577f-5c81-bd9a-f4196825f4af, identifier: KY23%20LWA
2026-03-29 06:28:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA
2026-03-29 06:28:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA
2026-03-29 06:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA to the API
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY23%20LWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '233cf6c9-577f-5c81-bd9a-f4196825f4af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY23 LWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY23%20LWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT TRUCKS',
 'model': 'MASTER 3T5 FWD',
 'odometer': 124567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRUCKS MASTER 3T5 FWD 2.3 DCI 150 L3 H2 RED ED. PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 L3 H2 RED ED.',
 'vin': 'VF6MF000470286826',
 'year': 2023}
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Saving data for KY23%20LWA: {'auction_closing_time': 1774864800.0, 'created_time': 1773825720.606574, 'last_price_update_time': 1774765689.312246}
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520LWA') HTTP/1.1" 204 0
2026-03-29 06:28:09 [bca.uk] INFO: Found listing with ID: LC66%20DZV
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520DZV%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Scrape type for LC66%20DZV: 0
2026-03-29 06:28:09 [bca.uk] INFO: Found listing with ID: CX72%20HRJ
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX72%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Scrape type for CX72%20HRJ: 0
2026-03-29 06:28:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:09 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded
2026-03-29 06:28:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:09 [bca.uk] INFO: Found listing with ID: YR70%20AHN
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Scrape type for YR70%20AHN: 0
2026-03-29 06:28:09 [bca.uk] INFO: Found listing with ID: FE62%20GPU
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Scrape type for FE62%20GPU: 0
2026-03-29 06:28:09 [bca.uk] INFO: Found listing with ID: DK67%20XBB
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK67%2520XBB%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Scrape type for DK67%20XBB: 0
2026-03-29 06:28:09 [bca.uk] INFO: Found listing with ID: YG13%20GCU
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG13%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 06:28:09 [bca.uk] INFO: Scrape type for YG13%20GCU: 2
2026-03-29 06:28:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fde10b0f-6616-565a-8ae6-09aac641e1ab with identifier: YG13%20GCU
2026-03-29 06:28:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fde10b0f-6616-565a-8ae6-09aac641e1ab with scrape type 2
2026-03-29 06:28:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fde10b0f-6616-565a-8ae6-09aac641e1ab with scrape type 2
2026-03-29 06:28:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fde10b0f-6616-565a-8ae6-09aac641e1ab, identifier: YG13%20GCU
2026-03-29 06:28:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fde10b0f-6616-565a-8ae6-09aac641e1ab with identifier: YG13%20GCU
2026-03-29 06:28:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fde10b0f-6616-565a-8ae6-09aac641e1ab with identifier: YG13%20GCU
2026-03-29 06:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fde10b0f-6616-565a-8ae6-09aac641e1ab with identifier: YG13%20GCU to the API
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG13%20GCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fde10b0f-6616-565a-8ae6-09aac641e1ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG13 GCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG13%20GCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 104233,
 '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 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 75 STYLE',
 'vin': 'WF0DXXGAKDDU61378',
 'year': 2013}
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG13%2520GCU%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Saving data for YG13%20GCU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476860.370031, 'last_price_update_time': 1774765690.087291}
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG13%2520GCU') HTTP/1.1" 204 0
2026-03-29 06:28:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:28:10 [bca.uk] INFO: Found listing with ID: LC21%20ZKD
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC21%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Scrape type for LC21%20ZKD: 0
2026-03-29 06:28:10 [bca.uk] INFO: Found listing with ID: CE59%20VFB
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE59%2520VFB%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Scrape type for CE59%20VFB: 0
2026-03-29 06:28:10 [bca.uk] INFO: Found listing with ID: AK72%20CVA
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520CVA%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Scrape type for AK72%20CVA: 2
2026-03-29 06:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA
2026-03-29 06:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca71634f-6631-5048-8cd0-9951b3fe636a with scrape type 2
2026-03-29 06:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca71634f-6631-5048-8cd0-9951b3fe636a with scrape type 2
2026-03-29 06:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca71634f-6631-5048-8cd0-9951b3fe636a, identifier: AK72%20CVA
2026-03-29 06:28:10 [scrapy.extensions.logstats] INFO: Crawled 137 pages (at 6 pages/min), scraped 3148 items (at 112 items/min)
2026-03-29 06:28:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA
2026-03-29 06:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA
2026-03-29 06:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA to the API
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK72%20CVA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca71634f-6631-5048-8cd0-9951b3fe636a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK72 CVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK72%20CVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 47397,
 'odometer_reading_unit': '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': 'VR3EFYHT2NJ754145',
 'year': 2022}
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520CVA%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Saving data for AK72%20CVA: {'auction_closing_time': 1774864800.0, 'created_time': 1773935334.625176, 'last_price_update_time': 1774765690.507745}
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK72%2520CVA') HTTP/1.1" 204 0
2026-03-29 06:28:10 [bca.uk] INFO: Found listing with ID: BV66%20HMG
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Scrape type for BV66%20HMG: 2
2026-03-29 06:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG
2026-03-29 06:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with scrape type 2
2026-03-29 06:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with scrape type 2
2026-03-29 06:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9, identifier: BV66%20HMG
2026-03-29 06:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG
2026-03-29 06:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG
2026-03-29 06:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG to the API
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV66%20HMG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a083cfdc-ae2d-575c-b4ce-f93a840e6cc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV66 HMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV66%20HMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 82836,
 '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 VIVARO 2.7T 1.6 CDTI 95 E/F SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 95 E/F SWB',
 'vin': 'W0LF7F606HV605038',
 'year': 2016}
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Saving data for BV66%20HMG: {'auction_closing_time': 1774864800.0, 'created_time': 1773935300.536991, 'last_price_update_time': 1774765690.888646}
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV66%2520HMG') HTTP/1.1" 204 0
2026-03-29 06:28:10 [bca.uk] INFO: Found listing with ID: DS21%20FKJ
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520FKJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Scrape type for DS21%20FKJ: 0
2026-03-29 06:28:10 [bca.uk] INFO: Found listing with ID: DS72%20XWT
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520XWT%27 HTTP/1.1" 200 None
2026-03-29 06:28:10 [bca.uk] INFO: Scrape type for DS72%20XWT: 2
2026-03-29 06:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT
2026-03-29 06:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128395f3-fad4-550e-8dfe-42e89b07ce9a with scrape type 2
2026-03-29 06:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128395f3-fad4-550e-8dfe-42e89b07ce9a with scrape type 2
2026-03-29 06:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 128395f3-fad4-550e-8dfe-42e89b07ce9a, identifier: DS72%20XWT
2026-03-29 06:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT
2026-03-29 06:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT
2026-03-29 06:28:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT to the API
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20XWT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '128395f3-fad4-550e-8dfe-42e89b07ce9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS72 XWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20XWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 74429,
 '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 VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRMN7076341',
 'year': 2023}
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520XWT%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Saving data for DS72%20XWT: {'auction_closing_time': 1774864800.0, 'created_time': 1773839502.944396, 'last_price_update_time': 1774765691.304664}
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520XWT') HTTP/1.1" 204 0
2026-03-29 06:28:11 [bca.uk] INFO: Found listing with ID: EN21%20AFE
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN21%2520AFE%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Scrape type for EN21%20AFE: 0
2026-03-29 06:28:11 [bca.uk] INFO: Found listing with ID: MW21%20KRE
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW21%2520KRE%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Scrape type for MW21%20KRE: 0
2026-03-29 06:28:11 [bca.uk] INFO: Found listing with ID: VU20%20KXN
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Scrape type for VU20%20KXN: 2
2026-03-29 06:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN
2026-03-29 06:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b205d2f7-1c3a-5493-a952-e72219fd3b68 with scrape type 2
2026-03-29 06:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b205d2f7-1c3a-5493-a952-e72219fd3b68 with scrape type 2
2026-03-29 06:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b205d2f7-1c3a-5493-a952-e72219fd3b68, identifier: VU20%20KXN
2026-03-29 06:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN
2026-03-29 06:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN
2026-03-29 06:28:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN to the API
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU20%20KXN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b205d2f7-1c3a-5493-a952-e72219fd3b68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU20 KXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU20%20KXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 131230,
 '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 H/R PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 140 MWB S/L H/R',
 'vin': 'WV1ZZZSYZL9023061',
 'year': 2020}
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Saving data for VU20%20KXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774265734.936207, 'last_price_update_time': 1774765691.815751}
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU20%2520KXN') HTTP/1.1" 204 0
2026-03-29 06:28:11 [bca.uk] INFO: Found listing with ID: YP24%20NNB
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520NNB%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Scrape type for YP24%20NNB: 0
2026-03-29 06:28:11 [bca.uk] INFO: Found listing with ID: YX13%20OVW
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX13%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:11 [bca.uk] INFO: Scrape type for YX13%20OVW: 2
2026-03-29 06:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948 with identifier: YX13%20OVW
2026-03-29 06:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948 with scrape type 2
2026-03-29 06:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948 with scrape type 2
2026-03-29 06:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948, identifier: YX13%20OVW
2026-03-29 06:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948 with identifier: YX13%20OVW
2026-03-29 06:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948 with identifier: YX13%20OVW
2026-03-29 06:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ffe0e5b-a6f7-5450-9e0b-39d4373f2948 with identifier: YX13%20OVW to the API
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX13%20OVW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ffe0e5b-a6f7-5450-9e0b-39d4373f2948',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX13 OVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX13%20OVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 142393,
 '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 2.0 CDTI 165 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F SRI',
 'vin': 'W0LPF6EN7D1106562',
 'year': 2013}
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX13%2520OVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Saving data for YX13%20OVW: {'auction_closing_time': 1774778400.0, 'created_time': 1774391037.4336, 'last_price_update_time': 1774765692.227318}
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX13%2520OVW') HTTP/1.1" 204 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: DL72%20PGU
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PGU%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for DL72%20PGU: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: LO70%20SNY
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520SNY%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for LO70%20SNY: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: EO72%20JVW
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520JVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for EO72%20JVW: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YR71%20XUZ
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YR71%20XUZ: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: FT72%20ADZ
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520ADZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for FT72%20ADZ: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: MA21%20FJE
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520FJE%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for MA21%20FJE: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: VO23%20MRX
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520MRX%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for VO23%20MRX: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YR19%20BDP
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BDP%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YR19%20BDP: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YS19%20TGN
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520TGN%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YS19%20TGN: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YT69%20YZL
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520YZL%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YT69%20YZL: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: DA22%20XTW
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520XTW%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for DA22%20XTW: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: HK22%20LFT
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520LFT%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for HK22%20LFT: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: DV71%20NWO
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520NWO%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for DV71%20NWO: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: WJ68%20XCO
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520XCO%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for WJ68%20XCO: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: WF70%20BDY
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520BDY%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for WF70%20BDY: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: DL14%20MVZ
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL14%2520MVZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for DL14%20MVZ: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: DG63%20OCB
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG63%2520OCB%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for DG63%20OCB: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YF14%20VCY
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520VCY%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YF14%20VCY: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: PL08%20XKA
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL08%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for PL08%20XKA: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: FP15%20FSZ
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP15%2520FSZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for FP15%20FSZ: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: PF15%20UUE
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for PF15%20UUE: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: PG15%20FLD
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG15%2520FLD%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for PG15%20FLD: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YF10%20SVS
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520SVS%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YF10%20SVS: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: FM64%20FXR
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM64%2520FXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for FM64%20FXR: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: YF63%20EFE
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for YF63%20EFE: 0
2026-03-29 06:28:12 [bca.uk] INFO: Found listing with ID: DS15%20TZL
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520TZL%27 HTTP/1.1" 200 None
2026-03-29 06:28:12 [bca.uk] INFO: Scrape type for DS15%20TZL: 2
2026-03-29 06:28:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ea0b13-0c85-5189-ae59-5850f2cdd0c1 with identifier: DS15%20TZL
2026-03-29 06:28:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ea0b13-0c85-5189-ae59-5850f2cdd0c1 with scrape type 2
2026-03-29 06:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98ea0b13-0c85-5189-ae59-5850f2cdd0c1 with scrape type 2
2026-03-29 06:28:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98ea0b13-0c85-5189-ae59-5850f2cdd0c1, identifier: DS15%20TZL
2026-03-29 06:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98ea0b13-0c85-5189-ae59-5850f2cdd0c1 with identifier: DS15%20TZL
2026-03-29 06:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98ea0b13-0c85-5189-ae59-5850f2cdd0c1 with identifier: DS15%20TZL
2026-03-29 06:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98ea0b13-0c85-5189-ae59-5850f2cdd0c1 with identifier: DS15%20TZL to the API
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS15%20TZL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98ea0b13-0c85-5189-ae59-5850f2cdd0c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS15 TZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS15%20TZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 62970,
 '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.0 T 90 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 90 E/F SRI',
 'vin': 'W0L0XEP68F4242732',
 'year': 2015}
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520TZL%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Saving data for DS15%20TZL: {'auction_closing_time': 1774778400.0, 'created_time': 1774391430.75446, 'last_price_update_time': 1774765693.10196}
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520TZL') HTTP/1.1" 204 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: KY59%20XTG
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520XTG%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for KY59%20XTG: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: YB64%20FPF
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520FPF%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for YB64%20FPF: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: NA62%20HLY
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA62%2520HLY%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for NA62%20HLY: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: LF67%20SYZ
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for LF67%20SYZ: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: SB69%20DFP
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520DFP%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for SB69%20DFP: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: VK67%20YRR
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520YRR%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for VK67%20YRR: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: BV68%20JHX
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520JHX%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for BV68%20JHX: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: KV61%20YMO
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520YMO%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for KV61%20YMO: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: VA14%20VAV
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for VA14%20VAV: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: YN17%20ZXT
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520ZXT%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for YN17%20ZXT: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: DF14%20OGE
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for DF14%20OGE: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: DF16%20UXN
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UXN%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for DF16%20UXN: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: HG62%20TBX
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG62%2520TBX%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for HG62%20TBX: 2
2026-03-29 06:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b1ceb9-7a95-563c-8194-814832ca38b8 with identifier: HG62%20TBX
2026-03-29 06:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b1ceb9-7a95-563c-8194-814832ca38b8 with scrape type 2
2026-03-29 06:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b1ceb9-7a95-563c-8194-814832ca38b8 with scrape type 2
2026-03-29 06:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02b1ceb9-7a95-563c-8194-814832ca38b8, identifier: HG62%20TBX
2026-03-29 06:28:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02b1ceb9-7a95-563c-8194-814832ca38b8 with identifier: HG62%20TBX
2026-03-29 06:28:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02b1ceb9-7a95-563c-8194-814832ca38b8 with identifier: HG62%20TBX
2026-03-29 06:28:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02b1ceb9-7a95-563c-8194-814832ca38b8 with identifier: HG62%20TBX to the API
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG62%20TBX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02b1ceb9-7a95-563c-8194-814832ca38b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG62 TBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG62%20TBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 137558,
 '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 ZAFIRA 1.6 VVT 115 EXCITE MPV',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCITE',
 'vin': 'W0L0AHM75D2041425',
 'year': 2012}
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG62%2520TBX%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Saving data for HG62%20TBX: {'auction_closing_time': 1774778400.0, 'created_time': 1774476838.873239, 'last_price_update_time': 1774765693.790852}
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG62%2520TBX') HTTP/1.1" 204 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: MV62%20YRS
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520YRS%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for MV62%20YRS: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: WM73%20SRU
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520SRU%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for WM73%20SRU: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: KE12%20PDK
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for KE12%20PDK: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: YA13%20HMU
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA13%2520HMU%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for YA13%20HMU: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: PJ70%20PGE
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520PGE%27 HTTP/1.1" 200 None
2026-03-29 06:28:13 [bca.uk] INFO: Scrape type for PJ70%20PGE: 0
2026-03-29 06:28:13 [bca.uk] INFO: Found listing with ID: SJ67%20GHV
2026-03-29 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520GHV%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for SJ67%20GHV: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: BF62%20EYU
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520EYU%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for BF62%20EYU: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: DA15%20KKL
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520KKL%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for DA15%20KKL: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: YT63%20YVW
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520YVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for YT63%20YVW: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: FN66%20JPY
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520JPY%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for FN66%20JPY: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: MK70%20UBP
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520UBP%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for MK70%20UBP: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: DG65%20FOU
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG65%2520FOU%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for DG65%20FOU: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: NL14%20VWH
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520VWH%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for NL14%20VWH: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: YK09%20YKR
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520YKR%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for YK09%20YKR: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: YM64%20MWX
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520MWX%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for YM64%20MWX: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: MK16%20EUV
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EUV%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for MK16%20EUV: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: GX14%20BXR
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520BXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for GX14%20BXR: 2
2026-03-29 06:28:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e35d7a00-7947-548c-8c2c-8583e789a8ae with identifier: GX14%20BXR
2026-03-29 06:28:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e35d7a00-7947-548c-8c2c-8583e789a8ae with scrape type 2
2026-03-29 06:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e35d7a00-7947-548c-8c2c-8583e789a8ae with scrape type 2
2026-03-29 06:28:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e35d7a00-7947-548c-8c2c-8583e789a8ae, identifier: GX14%20BXR
2026-03-29 06:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e35d7a00-7947-548c-8c2c-8583e789a8ae with identifier: GX14%20BXR
2026-03-29 06:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e35d7a00-7947-548c-8c2c-8583e789a8ae with identifier: GX14%20BXR
2026-03-29 06:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e35d7a00-7947-548c-8c2c-8583e789a8ae with identifier: GX14%20BXR to the API
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX14%20BXR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e35d7a00-7947-548c-8c2c-8583e789a8ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX14 BXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX14%20BXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 75288,
 '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 ASTRA 1.4 16V EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '16V EXCITE',
 'vin': 'W0LPC6EB8EG066599',
 'year': 2014}
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520BXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Saving data for GX14%20BXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774303899.273257, 'last_price_update_time': 1774765694.56344}
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX14%2520BXR') HTTP/1.1" 204 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: RO14%20OSG
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520OSG%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for RO14%20OSG: 0
2026-03-29 06:28:14 [bca.uk] INFO: Found listing with ID: BK11%20PYH
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520PYH%27 HTTP/1.1" 200 None
2026-03-29 06:28:14 [bca.uk] INFO: Scrape type for BK11%20PYH: 2
2026-03-29 06:28:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961359d1-0571-5746-99e7-77e4e05d4ac0 with identifier: BK11%20PYH
2026-03-29 06:28:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961359d1-0571-5746-99e7-77e4e05d4ac0 with scrape type 2
2026-03-29 06:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961359d1-0571-5746-99e7-77e4e05d4ac0 with scrape type 2
2026-03-29 06:28:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 961359d1-0571-5746-99e7-77e4e05d4ac0, identifier: BK11%20PYH
2026-03-29 06:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 961359d1-0571-5746-99e7-77e4e05d4ac0 with identifier: BK11%20PYH
2026-03-29 06:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 961359d1-0571-5746-99e7-77e4e05d4ac0 with identifier: BK11%20PYH
2026-03-29 06:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 961359d1-0571-5746-99e7-77e4e05d4ac0 with identifier: BK11%20PYH to the API
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK11%20PYH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '961359d1-0571-5746-99e7-77e4e05d4ac0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK11 PYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK11%20PYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 98817,
 '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 GRAND C-MAX 1.6 TDCI 115 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0HXXWPBHAG56213',
 'year': 2011}
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520PYH%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Saving data for BK11%20PYH: {'auction_closing_time': 1774778400.0, 'created_time': 1774391303.315552, 'last_price_update_time': 1774765695.061965}
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK11%2520PYH') HTTP/1.1" 204 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: BN13%20HXU
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520HXU%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for BN13%20HXU: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DY13%20KKT
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DY13%20KKT: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: EK62%20BPO
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520BPO%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for EK62%20BPO: 2
2026-03-29 06:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97 with identifier: EK62%20BPO
2026-03-29 06:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97 with scrape type 2
2026-03-29 06:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97 with scrape type 2
2026-03-29 06:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97, identifier: EK62%20BPO
2026-03-29 06:28:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97 with identifier: EK62%20BPO
2026-03-29 06:28:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97 with identifier: EK62%20BPO
2026-03-29 06:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97 with identifier: EK62%20BPO to the API
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK62%20BPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8da9ce1-0b01-5f68-aa1a-6b8d1ea40d97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK62 BPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK62%20BPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 97891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0KXXGCBKCL23766',
 'year': 2012}
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520BPO%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Saving data for EK62%20BPO: {'auction_closing_time': 1774778400.0, 'created_time': 1774391467.749003, 'last_price_update_time': 1774765695.484006}
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK62%2520BPO') HTTP/1.1" 204 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: FE62%20CUX
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520CUX%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for FE62%20CUX: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: FN57%20LAA
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN57%2520LAA%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for FN57%20LAA: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: HN57%20BJX
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN57%2520BJX%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for HN57%20BJX: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: KP63%20BBK
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP63%2520BBK%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for KP63%20BBK: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: ML14%20FNS
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML14%2520FNS%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for ML14%20FNS: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: WK09%20YLB
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520YLB%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for WK09%20YLB: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: SV14%20VHT
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520VHT%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for SV14%20VHT: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: VO67%20SZZ
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520SZZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for VO67%20SZZ: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: WK67%20RPO
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK67%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for WK67%20RPO: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: BA68%20TXX
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520TXX%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for BA68%20TXX: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: SV64%20ZFS
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520ZFS%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for SV64%20ZFS: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DS20%20HBL
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DS20%20HBL: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DV20%20WGU
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WGU%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DV20%20WGU: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: MM19%20WWL
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WWL%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for MM19%20WWL: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: BJ20%20OGH
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520OGH%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for BJ20%20OGH: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DA70%20LNP
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520LNP%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DA70%20LNP: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DE70%20EEM
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EEM%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DE70%20EEM: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DE70%20EET
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EET%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DE70%20EET: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: DE70%20EFH
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EFH%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for DE70%20EFH: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: SW18%20EZG
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520EZG%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for SW18%20EZG: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: SH16%20WGD
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520WGD%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for SH16%20WGD: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: FL69%20MFV
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520MFV%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for FL69%20MFV: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: YD24%20JKV
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520JKV%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for YD24%20JKV: 0
2026-03-29 06:28:15 [bca.uk] INFO: Found listing with ID: SM65%20ZKU
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520ZKU%27 HTTP/1.1" 200 None
2026-03-29 06:28:15 [bca.uk] INFO: Scrape type for SM65%20ZKU: 0
2026-03-29 06:28:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:16 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded
2026-03-29 06:28:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: YC65%20KTA
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC65%2520KTA%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for YC65%20KTA: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: YE06%20FKT
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE06%2520FKT%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for YE06%20FKT: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: BJ75%20VPK
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520VPK%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for BJ75%20VPK: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: YG63%20VUH
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520VUH%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for YG63%20VUH: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: LT10%20LNU
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for LT10%20LNU: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: BJ75%20TYW
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520TYW%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for BJ75%20TYW: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: KU11%20MKL
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520MKL%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for KU11%20MKL: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: PX16%20WFA
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520WFA%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for PX16%20WFA: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: OU64%20OFG
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520OFG%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for OU64%20OFG: 0
2026-03-29 06:28:16 [bca.uk] INFO: Found listing with ID: DN63%20XUD
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN63%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for DN63%20XUD: 2
2026-03-29 06:28:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9144895-686f-56bf-ba08-e46bec469667 with identifier: DN63%20XUD
2026-03-29 06:28:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9144895-686f-56bf-ba08-e46bec469667 with scrape type 2
2026-03-29 06:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9144895-686f-56bf-ba08-e46bec469667 with scrape type 2
2026-03-29 06:28:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9144895-686f-56bf-ba08-e46bec469667, identifier: DN63%20XUD
2026-03-29 06:28:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9144895-686f-56bf-ba08-e46bec469667 with identifier: DN63%20XUD
2026-03-29 06:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9144895-686f-56bf-ba08-e46bec469667 with identifier: DN63%20XUD
2026-03-29 06:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9144895-686f-56bf-ba08-e46bec469667 with identifier: DN63%20XUD to the API
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN63%20XUD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9144895-686f-56bf-ba08-e46bec469667',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN63 XUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN63%20XUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 126100,
 '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 E/F 163 TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F 163 TECH LINE',
 'vin': 'W0LGT6EM8E1032828',
 'year': 2013}
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN63%2520XUD%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Saving data for DN63%20XUD: {'auction_closing_time': 1774778400.0, 'created_time': 1774476868.700104, 'last_price_update_time': 1774765696.543317}
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN63%2520XUD') HTTP/1.1" 204 0
2026-03-29 06:28: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:28:16 [bca.uk] INFO: Found listing with ID: FD64%20FXF
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:28:16 [bca.uk] INFO: Scrape type for FD64%20FXF: 2
2026-03-29 06:28:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac056388-f214-534c-a594-36a3572cf00d with identifier: FD64%20FXF
2026-03-29 06:28:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac056388-f214-534c-a594-36a3572cf00d with scrape type 2
2026-03-29 06:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac056388-f214-534c-a594-36a3572cf00d with scrape type 2
2026-03-29 06:28:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac056388-f214-534c-a594-36a3572cf00d, identifier: FD64%20FXF
2026-03-29 06:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac056388-f214-534c-a594-36a3572cf00d with identifier: FD64%20FXF
2026-03-29 06:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac056388-f214-534c-a594-36a3572cf00d with identifier: FD64%20FXF
2026-03-29 06:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac056388-f214-534c-a594-36a3572cf00d with identifier: FD64%20FXF to the API
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD64%20FXF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac056388-f214-534c-a594-36a3572cf00d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD64 FXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD64%20FXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 89071,
 '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 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 75 ZETEC',
 'vin': 'WF0DXXGAKDEA35719',
 'year': 2015}
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:28:17 [bca.uk] INFO: Saving data for FD64%20FXF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476895.971645, 'last_price_update_time': 1774765697.022075}
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD64%2520FXF') HTTP/1.1" 204 0
2026-03-29 06:28:17 [bca.uk] INFO: Found listing with ID: HY61%20UVC
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520UVC%27 HTTP/1.1" 200 None
2026-03-29 06:28:17 [bca.uk] INFO: Scrape type for HY61%20UVC: 2
2026-03-29 06:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74382bc4-0a86-51cd-b50f-19e50ffcf83e with identifier: HY61%20UVC
2026-03-29 06:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74382bc4-0a86-51cd-b50f-19e50ffcf83e with scrape type 2
2026-03-29 06:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74382bc4-0a86-51cd-b50f-19e50ffcf83e with scrape type 2
2026-03-29 06:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74382bc4-0a86-51cd-b50f-19e50ffcf83e, identifier: HY61%20UVC
2026-03-29 06:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74382bc4-0a86-51cd-b50f-19e50ffcf83e with identifier: HY61%20UVC
2026-03-29 06:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74382bc4-0a86-51cd-b50f-19e50ffcf83e with identifier: HY61%20UVC
2026-03-29 06:28:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74382bc4-0a86-51cd-b50f-19e50ffcf83e with identifier: HY61%20UVC to the API
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY61%20UVC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74382bc4-0a86-51cd-b50f-19e50ffcf83e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY61 UVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY61%20UVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 94792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.5 DCI 110 DYNAMIQUE TOM TOM MPV',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE TOM TOM',
 'vin': 'VF1JZ3G0D45738353',
 'year': 2011}
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520UVC%27 HTTP/1.1" 200 None
2026-03-29 06:28:17 [bca.uk] INFO: Saving data for HY61%20UVC: {'auction_closing_time': 1774778400.0, 'created_time': 1774476895.13601, 'last_price_update_time': 1774765697.423638}
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY61%2520UVC') HTTP/1.1" 204 0
2026-03-29 06:28:17 [bca.uk] INFO: Found listing with ID: MA11%20NCU
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA11%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:28:17 [bca.uk] INFO: Scrape type for MA11%20NCU: 2
2026-03-29 06:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c102d440-a5a0-5539-b24a-f443d1bd2745 with identifier: MA11%20NCU
2026-03-29 06:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c102d440-a5a0-5539-b24a-f443d1bd2745 with scrape type 2
2026-03-29 06:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c102d440-a5a0-5539-b24a-f443d1bd2745 with scrape type 2
2026-03-29 06:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c102d440-a5a0-5539-b24a-f443d1bd2745, identifier: MA11%20NCU
2026-03-29 06:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c102d440-a5a0-5539-b24a-f443d1bd2745 with identifier: MA11%20NCU
2026-03-29 06:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c102d440-a5a0-5539-b24a-f443d1bd2745 with identifier: MA11%20NCU
2026-03-29 06:28:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c102d440-a5a0-5539-b24a-f443d1bd2745 with identifier: MA11%20NCU to the API
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA11%20NCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c102d440-a5a0-5539-b24a-f443d1bd2745',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA11 NCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA11%20NCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 153784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0JXXGAJJBC08561',
 'year': 2011}
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA11%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:28:17 [bca.uk] INFO: Saving data for MA11%20NCU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476750.4564, 'last_price_update_time': 1774765697.816487}
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA11%2520NCU') HTTP/1.1" 204 0
2026-03-29 06:28:17 [bca.uk] INFO: Found listing with ID: MT61%20WYX
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520WYX%27 HTTP/1.1" 200 None
2026-03-29 06:28:17 [bca.uk] INFO: Scrape type for MT61%20WYX: 2
2026-03-29 06:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e12bd480-38ef-5b44-9494-76b9e083b54f with identifier: MT61%20WYX
2026-03-29 06:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e12bd480-38ef-5b44-9494-76b9e083b54f with scrape type 2
2026-03-29 06:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e12bd480-38ef-5b44-9494-76b9e083b54f with scrape type 2
2026-03-29 06:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e12bd480-38ef-5b44-9494-76b9e083b54f, identifier: MT61%20WYX
2026-03-29 06:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e12bd480-38ef-5b44-9494-76b9e083b54f with identifier: MT61%20WYX
2026-03-29 06:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e12bd480-38ef-5b44-9494-76b9e083b54f with identifier: MT61%20WYX
2026-03-29 06:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e12bd480-38ef-5b44-9494-76b9e083b54f with identifier: MT61%20WYX to the API
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT61%20WYX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e12bd480-38ef-5b44-9494-76b9e083b54f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT61 WYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT61%20WYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 114811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 140 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 140 TITANIUM',
 'vin': 'WF0EXXGBBEBM23299',
 'year': 2012}
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520WYX%27 HTTP/1.1" 200 None
2026-03-29 06:28:18 [bca.uk] INFO: Saving data for MT61%20WYX: {'auction_closing_time': 1774778400.0, 'created_time': 1774476905.545283, 'last_price_update_time': 1774765698.223207}
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT61%2520WYX') HTTP/1.1" 204 0
2026-03-29 06:28:18 [bca.uk] INFO: Found listing with ID: NG06%20VOD
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG06%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:28:18 [bca.uk] INFO: Scrape type for NG06%20VOD: 2
2026-03-29 06:28:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a04a106-9158-58d9-8a1f-138942f2e9c3 with identifier: NG06%20VOD
2026-03-29 06:28:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a04a106-9158-58d9-8a1f-138942f2e9c3 with scrape type 2
2026-03-29 06:28:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a04a106-9158-58d9-8a1f-138942f2e9c3 with scrape type 2
2026-03-29 06:28:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a04a106-9158-58d9-8a1f-138942f2e9c3, identifier: NG06%20VOD
2026-03-29 06:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a04a106-9158-58d9-8a1f-138942f2e9c3 with identifier: NG06%20VOD
2026-03-29 06:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a04a106-9158-58d9-8a1f-138942f2e9c3 with identifier: NG06%20VOD
2026-03-29 06:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a04a106-9158-58d9-8a1f-138942f2e9c3 with identifier: NG06%20VOD to the API
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG06%20VOD-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a04a106-9158-58d9-8a1f-138942f2e9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG06 VOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG06%20VOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 112781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 GHIA Hatchback',
 'transmission': 'manual',
 'trim': 'GHIA',
 'vin': 'WF0HXXGAJH6T80519',
 'year': 2006}
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG06%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:28:18 [bca.uk] INFO: Saving data for NG06%20VOD: {'auction_closing_time': 1774778400.0, 'created_time': 1774476903.256807, 'last_price_update_time': 1774765698.751111}
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG06%2520VOD') HTTP/1.1" 204 0
2026-03-29 06:28:18 [bca.uk] INFO: Found listing with ID: SL63%20KKT
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 06:28:18 [bca.uk] INFO: Scrape type for SL63%20KKT: 2
2026-03-29 06:28:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae71c83c-69dc-515c-802c-69bbd799ee5c with identifier: SL63%20KKT
2026-03-29 06:28:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae71c83c-69dc-515c-802c-69bbd799ee5c with scrape type 2
2026-03-29 06:28:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae71c83c-69dc-515c-802c-69bbd799ee5c with scrape type 2
2026-03-29 06:28:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae71c83c-69dc-515c-802c-69bbd799ee5c, identifier: SL63%20KKT
2026-03-29 06:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae71c83c-69dc-515c-802c-69bbd799ee5c with identifier: SL63%20KKT
2026-03-29 06:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae71c83c-69dc-515c-802c-69bbd799ee5c with identifier: SL63%20KKT
2026-03-29 06:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae71c83c-69dc-515c-802c-69bbd799ee5c with identifier: SL63%20KKT to the API
2026-03-29 06:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL63%20KKT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae71c83c-69dc-515c-802c-69bbd799ee5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL63 KKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL63%20KKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 160413,
 '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': 'ALFA ROMEO GIULIETTA 1.6 JTDM 105 VELOCE Hatchback',
 'transmission': 'manual',
 'trim': 'JTDM 105 VELOCE',
 'vin': 'ZAR94000007302962',
 'year': 2013}
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 06:28:19 [bca.uk] INFO: Saving data for SL63%20KKT: {'auction_closing_time': 1774778400.0, 'created_time': 1774476929.578411, 'last_price_update_time': 1774765699.138276}
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL63%2520KKT') HTTP/1.1" 204 0
2026-03-29 06:28:19 [bca.uk] INFO: Found listing with ID: YE09%20DZR
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE09%2520DZR%27 HTTP/1.1" 200 None
2026-03-29 06:28:19 [bca.uk] INFO: Scrape type for YE09%20DZR: 2
2026-03-29 06:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9 with identifier: YE09%20DZR
2026-03-29 06:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9 with scrape type 2
2026-03-29 06:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9 with scrape type 2
2026-03-29 06:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9, identifier: YE09%20DZR
2026-03-29 06:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9 with identifier: YE09%20DZR
2026-03-29 06:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9 with identifier: YE09%20DZR
2026-03-29 06:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9 with identifier: YE09%20DZR to the API
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE09%20DZR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b954d30-7d31-5b6c-ab9f-48c1d3ad92b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE09 DZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE09%20DZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 118734,
 '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 ZAFIRA 1.6 LIFE MPV',
 'transmission': 'manual',
 'trim': 'LIFE',
 'vin': 'W0L0AHM759G071388',
 'year': 2009}
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE09%2520DZR%27 HTTP/1.1" 200 None
2026-03-29 06:28:19 [bca.uk] INFO: Saving data for YE09%20DZR: {'auction_closing_time': 1774778400.0, 'created_time': 1774476716.364476, 'last_price_update_time': 1774765699.530415}
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE09%2520DZR') HTTP/1.1" 204 0
2026-03-29 06:28:19 [bca.uk] INFO: Found listing with ID: YK14%20VVY
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520VVY%27 HTTP/1.1" 200 None
2026-03-29 06:28:19 [bca.uk] INFO: Scrape type for YK14%20VVY: 2
2026-03-29 06:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d29b935-c6e9-5d7d-ac52-261c968909e4 with identifier: YK14%20VVY
2026-03-29 06:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d29b935-c6e9-5d7d-ac52-261c968909e4 with scrape type 2
2026-03-29 06:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d29b935-c6e9-5d7d-ac52-261c968909e4 with scrape type 2
2026-03-29 06:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d29b935-c6e9-5d7d-ac52-261c968909e4, identifier: YK14%20VVY
2026-03-29 06:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d29b935-c6e9-5d7d-ac52-261c968909e4 with identifier: YK14%20VVY
2026-03-29 06:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d29b935-c6e9-5d7d-ac52-261c968909e4 with identifier: YK14%20VVY
2026-03-29 06:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d29b935-c6e9-5d7d-ac52-261c968909e4 with identifier: YK14%20VVY to the API
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK14%20VVY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d29b935-c6e9-5d7d-ac52-261c968909e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK14 VVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK14%20VVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 82178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CAHMZ0DT127386',
 'year': 2014}
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520VVY%27 HTTP/1.1" 200 None
2026-03-29 06:28:19 [bca.uk] INFO: Saving data for YK14%20VVY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476734.370363, 'last_price_update_time': 1774765699.920838}
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK14%2520VVY') HTTP/1.1" 204 0
2026-03-29 06:28:19 [bca.uk] INFO: Found listing with ID: YT54%20PPZ
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:19 [bca.uk] INFO: Scrape type for YT54%20PPZ: 2
2026-03-29 06:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef8035f5-4263-5b91-bf16-320aa4aeea9d with identifier: YT54%20PPZ
2026-03-29 06:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef8035f5-4263-5b91-bf16-320aa4aeea9d with scrape type 2
2026-03-29 06:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef8035f5-4263-5b91-bf16-320aa4aeea9d with scrape type 2
2026-03-29 06:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef8035f5-4263-5b91-bf16-320aa4aeea9d, identifier: YT54%20PPZ
2026-03-29 06:28:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef8035f5-4263-5b91-bf16-320aa4aeea9d with identifier: YT54%20PPZ
2026-03-29 06:28:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef8035f5-4263-5b91-bf16-320aa4aeea9d with identifier: YT54%20PPZ
2026-03-29 06:28:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef8035f5-4263-5b91-bf16-320aa4aeea9d with identifier: YT54%20PPZ to the API
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT54%20PPZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef8035f5-4263-5b91-bf16-320aa4aeea9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT54 PPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT54%20PPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 106680,
 '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': 'NISSAN MICRA 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'SJNFBAK12U1311825',
 'year': 2004}
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520PPZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Saving data for YT54%20PPZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476897.622903, 'last_price_update_time': 1774765700.328556}
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT54%2520PPZ') HTTP/1.1" 204 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: YX14%20OWE
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520OWE%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for YX14%20OWE: 2
2026-03-29 06:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbd6a030-b650-569d-a82a-902db44e2803 with identifier: YX14%20OWE
2026-03-29 06:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbd6a030-b650-569d-a82a-902db44e2803 with scrape type 2
2026-03-29 06:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbd6a030-b650-569d-a82a-902db44e2803 with scrape type 2
2026-03-29 06:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbd6a030-b650-569d-a82a-902db44e2803, identifier: YX14%20OWE
2026-03-29 06:28:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbd6a030-b650-569d-a82a-902db44e2803 with identifier: YX14%20OWE
2026-03-29 06:28:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbd6a030-b650-569d-a82a-902db44e2803 with identifier: YX14%20OWE
2026-03-29 06:28:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbd6a030-b650-569d-a82a-902db44e2803 with identifier: YX14%20OWE to the API
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX14%20OWE-GB',
 'category': 'Car',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dbd6a030-b650-569d-a82a-902db44e2803',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX14 OWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX14%20OWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 68303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I MOVE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I MOVE',
 'vin': 'JTDKG10C50N732793',
 'year': 2014}
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520OWE%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Saving data for YX14%20OWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774476894.755204, 'last_price_update_time': 1774765700.722773}
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX14%2520OWE') HTTP/1.1" 204 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: BJ23%20FCO
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520FCO%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for BJ23%20FCO: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: CF71%20DZT
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520DZT%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for CF71%20DZT: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: CK23%20GWG
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520GWG%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for CK23%20GWG: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: DE23%20FWF
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520FWF%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for DE23%20FWF: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: DL70%20MLK
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520MLK%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for DL70%20MLK: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: DN72%20WGP
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520WGP%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for DN72%20WGP: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: DV71%20ULJ
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520ULJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for DV71%20ULJ: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: GF22%20AWJ
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520AWJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for GF22%20AWJ: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: GJ22%20WZO
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520WZO%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for GJ22%20WZO: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: HK71%20MFU
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520MFU%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for HK71%20MFU: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: OE71%20HWF
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520HWF%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for OE71%20HWF: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: OE71%20NPD
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520NPD%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for OE71%20NPD: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: OV71%20WVC
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for OV71%20WVC: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: YM72%20VMV
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520VMV%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for YM72%20VMV: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: YP71%20UCO
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UCO%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for YP71%20UCO: 0
2026-03-29 06:28:20 [bca.uk] INFO: Found listing with ID: SV71%20ZXF
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV71%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 06:28:20 [bca.uk] INFO: Scrape type for SV71%20ZXF: 2
2026-03-29 06:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF
2026-03-29 06:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with scrape type 2
2026-03-29 06:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with scrape type 2
2026-03-29 06:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e, identifier: SV71%20ZXF
2026-03-29 06:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF
2026-03-29 06:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF
2026-03-29 06:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF to the API
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33c98cd6-4517-5025-864c-c0fd4fcd3d8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV71 ZXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV71%20ZXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 17671,
 '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 FWD 2.0 EBL 130 L3 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRAMC64797',
 'year': 2021}
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV71%2520ZXF%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Saving data for SV71%20ZXF: {'auction_closing_time': 1775210400.0, 'created_time': 1773933438.098553, 'last_price_update_time': 1774765701.385478}
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV71%2520ZXF') HTTP/1.1" 204 0
2026-03-29 06:28:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: SM72%20CFE
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520CFE%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for SM72%20CFE: 2
2026-03-29 06:28:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE
2026-03-29 06:28:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbf18eec-83c2-58c4-908a-75d94df62c40 with scrape type 2
2026-03-29 06:28:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbf18eec-83c2-58c4-908a-75d94df62c40 with scrape type 2
2026-03-29 06:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbf18eec-83c2-58c4-908a-75d94df62c40, identifier: SM72%20CFE
2026-03-29 06:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE
2026-03-29 06:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE
2026-03-29 06:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE to the API
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dbf18eec-83c2-58c4-908a-75d94df62c40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM72 CFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM72%20CFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 49298,
 'odometer_reading_unit': '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 CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ011124',
 'year': 2022}
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520CFE%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Saving data for SM72%20CFE: {'auction_closing_time': 1775210400.0, 'created_time': 1773933471.194351, 'last_price_update_time': 1774765701.854029}
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM72%2520CFE') HTTP/1.1" 204 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: DY22%20BNN
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520BNN%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for DY22%20BNN: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: EJ73%20RUU
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520RUU%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for EJ73%20RUU: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: KP70%20ZYR
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for KP70%20ZYR: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: DP22%20AVT
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520AVT%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for DP22%20AVT: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: KM17%20CVE
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520CVE%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for KM17%20CVE: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: IXZ%202377
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IXZ%25202377%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for IXZ%202377: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: B6%20DVS
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B6%2520DVS%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for B6%20DVS: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: N679%20PYN
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N679%2520PYN%27 HTTP/1.1" 200 None
2026-03-29 06:28:21 [bca.uk] INFO: Scrape type for N679%20PYN: 0
2026-03-29 06:28:21 [bca.uk] INFO: Found listing with ID: YR18%20KKN
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520KKN%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for YR18%20KKN: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: MJ67%20POU
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ67%2520POU%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for MJ67%20POU: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: SE10%20GAR
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE10%2520GAR%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for SE10%20GAR: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: YS21%20RLZ
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520RLZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for YS21%20RLZ: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: M22%20TMX
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M22%2520TMX%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for M22%20TMX: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: LR22%20OUV
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520OUV%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for LR22%20OUV: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: AU18%20YYS
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU18%2520YYS%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for AU18%20YYS: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: NL21%20WXZ
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WXZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for NL21%20WXZ: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: SD67%20MZZ
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520MZZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for SD67%20MZZ: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: FV15%20RLX
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for FV15%20RLX: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: KF73%20ACJ
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for KF73%20ACJ: 2
2026-03-29 06:28:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaaf71f8-81a0-5f23-9005-882a3f1d7718 with identifier: KF73%20ACJ
2026-03-29 06:28:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaaf71f8-81a0-5f23-9005-882a3f1d7718 with scrape type 2
2026-03-29 06:28:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaaf71f8-81a0-5f23-9005-882a3f1d7718 with scrape type 2
2026-03-29 06:28:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aaaf71f8-81a0-5f23-9005-882a3f1d7718, identifier: KF73%20ACJ
2026-03-29 06:28:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aaaf71f8-81a0-5f23-9005-882a3f1d7718 with identifier: KF73%20ACJ
2026-03-29 06:28:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aaaf71f8-81a0-5f23-9005-882a3f1d7718 with identifier: KF73%20ACJ
2026-03-29 06:28:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aaaf71f8-81a0-5f23-9005-882a3f1d7718 with identifier: KF73%20ACJ to the API
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20ACJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aaaf71f8-81a0-5f23-9005-882a3f1d7718',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 ACJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20ACJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4297399',
 'year': 2024}
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ACJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Saving data for KF73%20ACJ: {'auction_closing_time': 1774778400.0, 'created_time': 1773841917.435719, 'last_price_update_time': 1774765702.54225}
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520ACJ') HTTP/1.1" 204 0
2026-03-29 06:28:22 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded
2026-03-29 06:28:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: LL74%20BUV
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUV%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for LL74%20BUV: 0
2026-03-29 06:28:22 [bca.uk] INFO: Found listing with ID: LL74%20BWH
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BWH%27 HTTP/1.1" 200 None
2026-03-29 06:28:22 [bca.uk] INFO: Scrape type for LL74%20BWH: 2
2026-03-29 06:28:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH
2026-03-29 06:28:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be93a886-2f3c-511d-9742-b4b42bb14000 with scrape type 2
2026-03-29 06:28:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be93a886-2f3c-511d-9742-b4b42bb14000 with scrape type 2
2026-03-29 06:28:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be93a886-2f3c-511d-9742-b4b42bb14000, identifier: LL74%20BWH
2026-03-29 06:28:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH
2026-03-29 06:28:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH
2026-03-29 06:28:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH to the API
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BWH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be93a886-2f3c-511d-9742-b4b42bb14000',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE5R4300412',
 'year': 2024}
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BWH%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Saving data for LL74%20BWH: {'auction_closing_time': 1775037600.0, 'created_time': 1773841914.059937, 'last_price_update_time': 1774765703.061261}
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BWH') HTTP/1.1" 204 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LS70%20GYB
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520GYB%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LS70%20GYB: 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LV14%20ZZS
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520ZZS%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LV14%20ZZS: 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LY22%20BZO
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY22%2520BZO%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LY22%20BZO: 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: YL16%20GGZ
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL16%2520GGZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for YL16%20GGZ: 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LV21%20EYT
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520EYT%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LV21%20EYT: 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LN24%20PWL
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWL%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LN24%20PWL: 2
2026-03-29 06:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL
2026-03-29 06:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f06edaa0-e71f-5dfd-8d26-e557cbce97ad with scrape type 2
2026-03-29 06:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f06edaa0-e71f-5dfd-8d26-e557cbce97ad with scrape type 2
2026-03-29 06:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f06edaa0-e71f-5dfd-8d26-e557cbce97ad, identifier: LN24%20PWL
2026-03-29 06:28: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:28:23 [bca.uk] INFO: Found listing with ID: LL74%20DKN
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKN%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LL74%20DKN: 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LN24%20PFZ
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PFZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LN24%20PFZ: 2
2026-03-29 06:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ
2026-03-29 06:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e814b603-0e5d-54e2-98ff-02a43cb04259 with scrape type 2
2026-03-29 06:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e814b603-0e5d-54e2-98ff-02a43cb04259 with scrape type 2
2026-03-29 06:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e814b603-0e5d-54e2-98ff-02a43cb04259, identifier: LN24%20PFZ
2026-03-29 06:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL
2026-03-29 06:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL
2026-03-29 06:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL to the API
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PWL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f06edaa0-e71f-5dfd-8d26-e557cbce97ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4035992',
 'year': 2024}
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWL%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Saving data for LN24%20PWL: {'auction_closing_time': 1775037600.0, 'created_time': 1773932450.931944, 'last_price_update_time': 1774765703.649881}
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PWL') HTTP/1.1" 204 0
2026-03-29 06:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ
2026-03-29 06:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ
2026-03-29 06:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ to the API
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PFZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e814b603-0e5d-54e2-98ff-02a43cb04259',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4345049',
 'year': 2024}
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PFZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Saving data for LN24%20PFZ: {'auction_closing_time': 1775037600.0, 'created_time': 1773841917.166124, 'last_price_update_time': 1774765703.934541}
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PFZ') HTTP/1.1" 204 0
2026-03-29 06:28:23 [bca.uk] INFO: Found listing with ID: LN24%20RUO
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUO%27 HTTP/1.1" 200 None
2026-03-29 06:28:23 [bca.uk] INFO: Scrape type for LN24%20RUO: 2
2026-03-29 06:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO
2026-03-29 06:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e84ee8-d480-5f90-8aa8-e6114852ffef with scrape type 2
2026-03-29 06:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68e84ee8-d480-5f90-8aa8-e6114852ffef with scrape type 2
2026-03-29 06:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68e84ee8-d480-5f90-8aa8-e6114852ffef, identifier: LN24%20RUO
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: LN24%20ROH
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520ROH%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for LN24%20ROH: 2
2026-03-29 06:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH
2026-03-29 06:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with scrape type 2
2026-03-29 06:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with scrape type 2
2026-03-29 06:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 941a0ceb-e93f-59a8-ab1a-29927642d7e3, identifier: LN24%20ROH
2026-03-29 06:28:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO
2026-03-29 06:28:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO
2026-03-29 06:28:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO to the API
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68e84ee8-d480-5f90-8aa8-e6114852ffef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033532',
 'year': 2024}
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUO%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Saving data for LN24%20RUO: {'auction_closing_time': 1775037600.0, 'created_time': 1773932445.303386, 'last_price_update_time': 1774765704.450797}
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RUO') HTTP/1.1" 204 0
2026-03-29 06:28:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH
2026-03-29 06:28:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH
2026-03-29 06:28:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH to the API
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20ROH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '941a0ceb-e93f-59a8-ab1a-29927642d7e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 ROH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20ROH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10771,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNS9R4056155',
 'year': 2024}
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520ROH%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Saving data for LN24%20ROH: {'auction_closing_time': 1775037600.0, 'created_time': 1773842100.536547, 'last_price_update_time': 1774765704.810337}
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520ROH') HTTP/1.1" 204 0
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: LN24%20RYT
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RYT%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for LN24%20RYT: 0
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: GY65%20SKU
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY65%2520SKU%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for GY65%20SKU: 0
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: VGZ%209983
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209983%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for VGZ%209983: 0
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: EY57%20PHU
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY57%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for EY57%20PHU: 0
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: YE21%20FCC
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE21%2520FCC%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for YE21%20FCC: 0
2026-03-29 06:28:24 [bca.uk] INFO: Found listing with ID: DL73%20KVO
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 06:28:24 [bca.uk] INFO: Scrape type for DL73%20KVO: 2
2026-03-29 06:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO
2026-03-29 06:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02d6f89-b417-52c9-87d4-f449c71a3ded with scrape type 2
2026-03-29 06:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02d6f89-b417-52c9-87d4-f449c71a3ded with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b02d6f89-b417-52c9-87d4-f449c71a3ded, identifier: DL73%20KVO
2026-03-29 06:28:25 [bca.uk] INFO: Found listing with ID: LL74%20BUF
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUF%27 HTTP/1.1" 200 None
2026-03-29 06:28:25 [bca.uk] INFO: Scrape type for LL74%20BUF: 2
2026-03-29 06:28:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF
2026-03-29 06:28:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec18cfa-255f-524e-a945-80ac463185bf with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec18cfa-255f-524e-a945-80ac463185bf with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ec18cfa-255f-524e-a945-80ac463185bf, identifier: LL74%20BUF
2026-03-29 06:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO
2026-03-29 06:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO
2026-03-29 06:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO to the API
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KVO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b02d6f89-b417-52c9-87d4-f449c71a3ded',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10195,
 '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 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4266095',
 'year': 2023}
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVO%27 HTTP/1.1" 200 None
2026-03-29 06:28:25 [bca.uk] INFO: Saving data for DL73%20KVO: {'auction_closing_time': 1774864800.0, 'created_time': 1773932516.712469, 'last_price_update_time': 1774765705.412546}
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KVO') HTTP/1.1" 204 0
2026-03-29 06:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF
2026-03-29 06:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF
2026-03-29 06:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF to the API
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BUF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ec18cfa-255f-524e-a945-80ac463185bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE4R4299642',
 'year': 2024}
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUF%27 HTTP/1.1" 200 None
2026-03-29 06:28:25 [bca.uk] INFO: Saving data for LL74%20BUF: {'auction_closing_time': 1775124000.0, 'created_time': 1773841917.133508, 'last_price_update_time': 1774765705.68029}
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BUF') HTTP/1.1" 204 0
2026-03-29 06:28:25 [bca.uk] INFO: Found listing with ID: LL74%20BXC
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 06:28:25 [bca.uk] INFO: Scrape type for LL74%20BXC: 2
2026-03-29 06:28:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC
2026-03-29 06:28:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d434dfe-ac72-5d45-b82f-f183e986acce with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d434dfe-ac72-5d45-b82f-f183e986acce with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d434dfe-ac72-5d45-b82f-f183e986acce, identifier: LL74%20BXC
2026-03-29 06:28:25 [bca.uk] INFO: Found listing with ID: KF73%20AMX
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AMX%27 HTTP/1.1" 200 None
2026-03-29 06:28:25 [bca.uk] INFO: Scrape type for KF73%20AMX: 2
2026-03-29 06:28:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX
2026-03-29 06:28:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with scrape type 2
2026-03-29 06:28:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0e5b7f3-dac8-53b3-93c4-65bd0da22484, identifier: KF73%20AMX
2026-03-29 06:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC
2026-03-29 06:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC
2026-03-29 06:28:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC to the API
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BXC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d434dfe-ac72-5d45-b82f-f183e986acce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE3R4298675',
 'year': 2024}
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXC%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Saving data for LL74%20BXC: {'auction_closing_time': 1774864800.0, 'created_time': 1773835125.197372, 'last_price_update_time': 1774765706.188496}
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BXC') HTTP/1.1" 204 0
2026-03-29 06:28:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX
2026-03-29 06:28:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX
2026-03-29 06:28:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX to the API
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AMX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c0e5b7f3-dac8-53b3-93c4-65bd0da22484',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4151,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4298141',
 'year': 2024}
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AMX%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Saving data for KF73%20AMX: {'auction_closing_time': 1775210400.0, 'created_time': 1773842579.352887, 'last_price_update_time': 1774765706.473714}
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AMX') HTTP/1.1" 204 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: CA72%20UUR
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UUR%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for CA72%20UUR: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: CN65%20LRY
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN65%2520LRY%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for CN65%20LRY: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: SL69%20PKF
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520PKF%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for SL69%20PKF: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: CA65%20WVY
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520WVY%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for CA65%20WVY: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: CK63%20PYD
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520PYD%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for CK63%20PYD: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: DN70%20BVW
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520BVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for DN70%20BVW: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: GJ71%20OBT
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520OBT%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for GJ71%20OBT: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: HG67%20YLP
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520YLP%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for HG67%20YLP: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: HK22%20EVR
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520EVR%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for HK22%20EVR: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: LL65%20CEA
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL65%2520CEA%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for LL65%20CEA: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: OV18%20BDX
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520BDX%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for OV18%20BDX: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: SG65%20GCV
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520GCV%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for SG65%20GCV: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: VN19%20GJE
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520GJE%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for VN19%20GJE: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: YH21%20LGT
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LGT%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for YH21%20LGT: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: CA19%20TTY
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520TTY%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for CA19%20TTY: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: VE18%20ECX
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520ECX%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for VE18%20ECX: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: SV18%20YFO
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520YFO%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for SV18%20YFO: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: PK72%20ZVO
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for PK72%20ZVO: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: DN61%20VMK
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520VMK%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for DN61%20VMK: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: DT68%20RVZ
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520RVZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for DT68%20RVZ: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: WO67%20EFC
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520EFC%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for WO67%20EFC: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: YD22%20EUM
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EUM%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for YD22%20EUM: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: YY73%20VNL
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520VNL%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for YY73%20VNL: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: BW68%20MJU
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520MJU%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for BW68%20MJU: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: WR67%20UCN
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR67%2520UCN%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for WR67%20UCN: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: SD15%20VYV
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520VYV%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for SD15%20VYV: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: SD14%20CXL
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520CXL%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for SD14%20CXL: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: OU68%20WVA
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU68%2520WVA%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for OU68%20WVA: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: MJ15%20HRW
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520HRW%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for MJ15%20HRW: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: DU61%20RBZ
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU61%2520RBZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for DU61%20RBZ: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: RV68%20WKN
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV68%2520WKN%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for RV68%20WKN: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: LA69%20MWL
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520MWL%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for LA69%20MWL: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: GL68%20FUA
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL68%2520FUA%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for GL68%20FUA: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: MF16%20PPK
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520PPK%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for MF16%20PPK: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: FN68%20YGL
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520YGL%27 HTTP/1.1" 200 None
2026-03-29 06:28:26 [bca.uk] INFO: Scrape type for FN68%20YGL: 0
2026-03-29 06:28:26 [bca.uk] INFO: Found listing with ID: MA59%20KPZ
2026-03-29 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA59%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for MA59%20KPZ: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: VK16%20DHG
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for VK16%20DHG: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: NV09%20KHR
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV09%2520KHR%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for NV09%20KHR: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: YX20%20KXO
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX20%2520KXO%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for YX20%20KXO: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: PE10%20JUO
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520JUO%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for PE10%20JUO: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: SA69%20LKV
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520LKV%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for SA69%20LKV: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: HS19%20PGV
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520PGV%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for HS19%20PGV: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: YJ68%20LRA
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ68%2520LRA%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for YJ68%20LRA: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: NA70%20HTG
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520HTG%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for NA70%20HTG: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: PK17%20BHL
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520BHL%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for PK17%20BHL: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: KN70%20PWK
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PWK%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for KN70%20PWK: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: GX14%20YXM
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520YXM%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for GX14%20YXM: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: WU61%20LRL
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU61%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for WU61%20LRL: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: LT71%20XPE
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT71%2520XPE%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for LT71%20XPE: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: YH16%20JFF
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520JFF%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for YH16%20JFF: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: AF15%20DJV
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520DJV%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for AF15%20DJV: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: AJ67%20HVO
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ67%2520HVO%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for AJ67%20HVO: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: BT62%20BWL
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520BWL%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for BT62%20BWL: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: FV66%20XBW
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520XBW%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for FV66%20XBW: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: NU67%20EFD
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520EFD%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for NU67%20EFD: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: WN19%20TBZ
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520TBZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for WN19%20TBZ: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: KM61%20EBN
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520EBN%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for KM61%20EBN: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: YG23%20XFA
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFA%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for YG23%20XFA: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: DX73%20BTU
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX73%2520BTU%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for DX73%20BTU: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: RK19%20CXP
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520CXP%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for RK19%20CXP: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: YS17%20ZLU
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520ZLU%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for YS17%20ZLU: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: DL19%20UZW
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL19%2520UZW%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for DL19%20UZW: 2
2026-03-29 06:28:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdcea4d8-26b7-59cf-a46b-efd80fb0d154 with identifier: DL19%20UZW
2026-03-29 06:28:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdcea4d8-26b7-59cf-a46b-efd80fb0d154 with scrape type 2
2026-03-29 06:28:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdcea4d8-26b7-59cf-a46b-efd80fb0d154 with scrape type 2
2026-03-29 06:28:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdcea4d8-26b7-59cf-a46b-efd80fb0d154, identifier: DL19%20UZW
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: WV23%20EAE
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520EAE%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for WV23%20EAE: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: FM72%20MXB
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM72%2520MXB%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for FM72%20MXB: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: AP24%20ADY
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP24%2520ADY%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for AP24%20ADY: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: AV69%20KTP
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520KTP%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for AV69%20KTP: 0
2026-03-29 06:28:27 [bca.uk] INFO: Found listing with ID: LP23%20GZC
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 06:28:27 [bca.uk] INFO: Scrape type for LP23%20GZC: 2
2026-03-29 06:28:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC
2026-03-29 06:28:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83d8d66-3125-5b08-89e6-b00ce0048222 with scrape type 2
2026-03-29 06:28:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83d8d66-3125-5b08-89e6-b00ce0048222 with scrape type 2
2026-03-29 06:28:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c83d8d66-3125-5b08-89e6-b00ce0048222, identifier: LP23%20GZC
2026-03-29 06:28:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdcea4d8-26b7-59cf-a46b-efd80fb0d154 with identifier: DL19%20UZW
2026-03-29 06:28:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdcea4d8-26b7-59cf-a46b-efd80fb0d154 with identifier: DL19%20UZW
2026-03-29 06:28:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdcea4d8-26b7-59cf-a46b-efd80fb0d154 with identifier: DL19%20UZW to the API
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL19%20UZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdcea4d8-26b7-59cf-a46b-efd80fb0d154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL19 UZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL19%20UZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L2',
 'odometer': 104014,
 'odometer_reading_unit': '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.6 TURBO D 100 2300 EDITION Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 EDITION',
 'vin': 'W0VEFBHYBKJ626106',
 'year': 2019}
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL19%2520UZW%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Saving data for DL19%20UZW: {'auction_closing_time': 1774778400.0, 'created_time': 1774304784.695711, 'last_price_update_time': 1774765708.065067}
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL19%2520UZW') HTTP/1.1" 204 0
2026-03-29 06:28:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC
2026-03-29 06:28:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC
2026-03-29 06:28:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC to the API
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28: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:28:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c83d8d66-3125-5b08-89e6-b00ce0048222',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4153859',
 'year': 2023}
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Saving data for LP23%20GZC: {'auction_closing_time': 1775037600.0, 'created_time': 1773842454.213825, 'last_price_update_time': 1774765708.441877}
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZC') HTTP/1.1" 204 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: DU21%20OXD
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520OXD%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for DU21%20OXD: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: DY70%20GHF
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520GHF%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for DY70%20GHF: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: SL18%20XRK
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL18%2520XRK%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for SL18%20XRK: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: FH69%20KBE
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520KBE%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for FH69%20KBE: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: LT69%20ZWM
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520ZWM%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for LT69%20ZWM: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: EK69%20XRA
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520XRA%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for EK69%20XRA: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: GY13%20EEA
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520EEA%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for GY13%20EEA: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: LD21%20BJT
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520BJT%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for LD21%20BJT: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: MA21%20JZT
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for MA21%20JZT: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: GJ68%20VOF
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520VOF%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for GJ68%20VOF: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: MF19%20YBX
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520YBX%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for MF19%20YBX: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: CA21%20KKZ
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520KKZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for CA21%20KKZ: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: FE22%20VBG
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520VBG%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for FE22%20VBG: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: FJ71%20WBL
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ71%2520WBL%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for FJ71%20WBL: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: GE19%20BBJ
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520BBJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for GE19%20BBJ: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: GX16%20VLT
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VLT%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for GX16%20VLT: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: LC69%20GVT
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520GVT%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for LC69%20GVT: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: LG21%20WJX
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG21%2520WJX%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for LG21%20WJX: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: LT17%20GDA
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520GDA%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for LT17%20GDA: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: ND19%20SXX
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520SXX%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for ND19%20SXX: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: WJ70%20FPX
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ70%2520FPX%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for WJ70%20FPX: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: GF14%20ZWW
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF14%2520ZWW%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for GF14%20ZWW: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: NX66%20UNL
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX66%2520UNL%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for NX66%20UNL: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: SA71%20KKC
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520KKC%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for SA71%20KKC: 0
2026-03-29 06:28:28 [bca.uk] INFO: Found listing with ID: LP23%20GZE
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZE%27 HTTP/1.1" 200 None
2026-03-29 06:28:28 [bca.uk] INFO: Scrape type for LP23%20GZE: 2
2026-03-29 06:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE
2026-03-29 06:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd35919c-1318-5d88-9f61-349a96fbf9fa with scrape type 2
2026-03-29 06:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd35919c-1318-5d88-9f61-349a96fbf9fa with scrape type 2
2026-03-29 06:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd35919c-1318-5d88-9f61-349a96fbf9fa, identifier: LP23%20GZE
2026-03-29 06:28:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE
2026-03-29 06:28:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE
2026-03-29 06:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE to the API
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd35919c-1318-5d88-9f61-349a96fbf9fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4156475',
 'year': 2023}
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZE%27 HTTP/1.1" 200 None
2026-03-29 06:28:29 [bca.uk] INFO: Saving data for LP23%20GZE: {'auction_closing_time': 1775037600.0, 'created_time': 1773842564.778815, 'last_price_update_time': 1774765709.192968}
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZE') HTTP/1.1" 204 0
2026-03-29 06:28:29 [bca.uk] INFO: Found listing with ID: LN24%20PXO
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 06:28:29 [bca.uk] INFO: Scrape type for LN24%20PXO: 2
2026-03-29 06:28:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO
2026-03-29 06:28:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with scrape type 2
2026-03-29 06:28:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with scrape type 2
2026-03-29 06:28:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab, identifier: LN24%20PXO
2026-03-29 06:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO
2026-03-29 06:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO
2026-03-29 06:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO to the API
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PXO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66b04523-8220-5b2b-b1c9-fba11ba7d1ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4355405',
 'year': 2024}
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PXO%27 HTTP/1.1" 200 None
2026-03-29 06:28:29 [bca.uk] INFO: Saving data for LN24%20PXO: {'auction_closing_time': 1775124000.0, 'created_time': 1773842456.083055, 'last_price_update_time': 1774765709.714837}
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PXO') HTTP/1.1" 204 0
2026-03-29 06:28:29 [bca.uk] INFO: Found listing with ID: FW13%20YCL
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FW13%2520YCL%27 HTTP/1.1" 200 None
2026-03-29 06:28:29 [bca.uk] INFO: Scrape type for FW13%20YCL: 0
2026-03-29 06:28:29 [bca.uk] INFO: Found listing with ID: KE23%20LWJ
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:29 [bca.uk] INFO: Scrape type for KE23%20LWJ: 2
2026-03-29 06:28:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ
2026-03-29 06:28:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7a567d7-f0a2-5157-a0ff-5e05cc175488 with scrape type 2
2026-03-29 06:28:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7a567d7-f0a2-5157-a0ff-5e05cc175488 with scrape type 2
2026-03-29 06:28:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7a567d7-f0a2-5157-a0ff-5e05cc175488, identifier: KE23%20LWJ
2026-03-29 06:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ
2026-03-29 06:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ
2026-03-29 06:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ to the API
2026-03-29 06:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7a567d7-f0a2-5157-a0ff-5e05cc175488',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4144965',
 'year': 2023}
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LWJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Saving data for KE23%20LWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773842092.033, 'last_price_update_time': 1774765710.130835}
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LWJ') HTTP/1.1" 204 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: CF74%20PFK
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFK%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for CF74%20PFK: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: CF74%20PFN
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for CF74%20PFN: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: WR70%20KHU
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520KHU%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for WR70%20KHU: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: K888%20MWS
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K888%2520MWS%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for K888%20MWS: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: LL74%20BXF
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXF%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for LL74%20BXF: 2
2026-03-29 06:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e930ada0-0674-54ef-9952-06f4f6937b4a with identifier: LL74%20BXF
2026-03-29 06:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e930ada0-0674-54ef-9952-06f4f6937b4a with scrape type 2
2026-03-29 06:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e930ada0-0674-54ef-9952-06f4f6937b4a with scrape type 2
2026-03-29 06:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e930ada0-0674-54ef-9952-06f4f6937b4a, identifier: LL74%20BXF
2026-03-29 06:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e930ada0-0674-54ef-9952-06f4f6937b4a with identifier: LL74%20BXF
2026-03-29 06:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e930ada0-0674-54ef-9952-06f4f6937b4a with identifier: LL74%20BXF
2026-03-29 06:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e930ada0-0674-54ef-9952-06f4f6937b4a with identifier: LL74%20BXF to the API
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e930ada0-0674-54ef-9952-06f4f6937b4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE1R4298500',
 'year': 2024}
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXF%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Saving data for LL74%20BXF: {'auction_closing_time': 1774778400.0, 'created_time': 1773835127.467133, 'last_price_update_time': 1774765710.583365}
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BXF') HTTP/1.1" 204 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: NY23%20JOV
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY23%2520JOV%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for NY23%20JOV: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: NV65%20XKB
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520XKB%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for NV65%20XKB: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: NU71%20XGM
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for NU71%20XGM: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: GU69%20RVJ
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520RVJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for GU69%20RVJ: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: LN24%20PDO
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PDO%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for LN24%20PDO: 0
2026-03-29 06:28:30 [bca.uk] INFO: Found listing with ID: LL74%20DGO
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGO%27 HTTP/1.1" 200 None
2026-03-29 06:28:30 [bca.uk] INFO: Scrape type for LL74%20DGO: 2
2026-03-29 06:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO
2026-03-29 06:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14dc93e8-29c4-5a16-a1e3-af7f6700805e with scrape type 2
2026-03-29 06:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14dc93e8-29c4-5a16-a1e3-af7f6700805e with scrape type 2
2026-03-29 06:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14dc93e8-29c4-5a16-a1e3-af7f6700805e, identifier: LL74%20DGO
2026-03-29 06:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO
2026-03-29 06:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO
2026-03-29 06:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO to the API
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14dc93e8-29c4-5a16-a1e3-af7f6700805e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE8R4299630',
 'year': 2024}
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGO%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Saving data for LL74%20DGO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842624.046483, 'last_price_update_time': 1774765711.273894}
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DGO') HTTP/1.1" 204 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: SL69%20OOV
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for SL69%20OOV: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: MW71%20BBN
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520BBN%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for MW71%20BBN: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: DL73%20LCG
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCG%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for DL73%20LCG: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: BF17%20BWK
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520BWK%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for BF17%20BWK: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: MA21%20ZDN
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZDN%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for MA21%20ZDN: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: DP18%20YDO
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP18%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for DP18%20YDO: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: NJ18%20ZPS
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520ZPS%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for NJ18%20ZPS: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: WP18%20HCJ
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520HCJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for WP18%20HCJ: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: OV70%20JYR
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520JYR%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for OV70%20JYR: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: DV72%20WBE
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for DV72%20WBE: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: WN20%20YTE
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520YTE%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for WN20%20YTE: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: YC21%20FCR
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FCR%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for YC21%20FCR: 0
2026-03-29 06:28:31 [bca.uk] INFO: Found listing with ID: DL73%20KRK
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRK%27 HTTP/1.1" 200 None
2026-03-29 06:28:31 [bca.uk] INFO: Scrape type for DL73%20KRK: 2
2026-03-29 06:28:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK
2026-03-29 06:28:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1887819a-a831-5370-bd99-cb6f31e064f1 with scrape type 2
2026-03-29 06:28:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1887819a-a831-5370-bd99-cb6f31e064f1 with scrape type 2
2026-03-29 06:28:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1887819a-a831-5370-bd99-cb6f31e064f1, identifier: DL73%20KRK
2026-03-29 06:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK
2026-03-29 06:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK
2026-03-29 06:28:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK to the API
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KRK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1887819a-a831-5370-bd99-cb6f31e064f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 '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 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4266110',
 'year': 2023}
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRK%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Saving data for DL73%20KRK: {'auction_closing_time': 1774864800.0, 'created_time': 1773842080.755195, 'last_price_update_time': 1774765712.206207}
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KRK') HTTP/1.1" 204 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: MT74%20KHC
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT74%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for MT74%20KHC: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: EJ16%20PXZ
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for EJ16%20PXZ: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: FA19%20XRY
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for FA19%20XRY: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: LC19%20VCD
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520VCD%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for LC19%20VCD: 0
2026-03-29 06:28:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:32 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded
2026-03-29 06:28:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: KC17%20CWC
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC17%2520CWC%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for KC17%20CWC: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: ND67%20LEU
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520LEU%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for ND67%20LEU: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: BG71%20JOJ
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520JOJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for BG71%20JOJ: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: GD16%20PXS
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520PXS%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for GD16%20PXS: 0
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: MD19%20OES
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520OES%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Scrape type for MD19%20OES: 2
2026-03-29 06:28:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a64e1251-2740-5738-b5d0-9fbce9ed7573 with identifier: MD19%20OES
2026-03-29 06:28:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64e1251-2740-5738-b5d0-9fbce9ed7573 with scrape type 2
2026-03-29 06:28:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a64e1251-2740-5738-b5d0-9fbce9ed7573 with scrape type 2
2026-03-29 06:28:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a64e1251-2740-5738-b5d0-9fbce9ed7573, identifier: MD19%20OES
2026-03-29 06:28:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a64e1251-2740-5738-b5d0-9fbce9ed7573 with identifier: MD19%20OES
2026-03-29 06:28:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a64e1251-2740-5738-b5d0-9fbce9ed7573 with identifier: MD19%20OES
2026-03-29 06:28:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a64e1251-2740-5738-b5d0-9fbce9ed7573 with identifier: MD19%20OES to the API
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20OES-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a64e1251-2740-5738-b5d0-9fbce9ed7573',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD19 OES',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20OES&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 102720,
 'odometer_reading_unit': '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 (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 (6)',
 'vin': 'WF0WXXTACWKD53391',
 'year': 2019}
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520OES%27 HTTP/1.1" 200 None
2026-03-29 06:28:32 [bca.uk] INFO: Saving data for MD19%20OES: {'auction_closing_time': 1774778400.0, 'created_time': 1774303816.990358, 'last_price_update_time': 1774765712.969589}
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520OES') HTTP/1.1" 204 0
2026-03-29 06:28:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:28:32 [bca.uk] INFO: Found listing with ID: YT19%20XLR
2026-03-29 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520XLR%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for YT19%20XLR: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: MX67%20GNU
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX67%2520GNU%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for MX67%20GNU: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: SM65%20VZD
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520VZD%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for SM65%20VZD: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: KU68%20VVT
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520VVT%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for KU68%20VVT: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: SL17%20VDJ
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL17%2520VDJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for SL17%20VDJ: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: FD19%20YVX
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520YVX%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for FD19%20YVX: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: SH70%20ORW
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for SH70%20ORW: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: AK67%20JSZ
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520JSZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for AK67%20JSZ: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: HG64%20ETY
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520ETY%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for HG64%20ETY: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: WJ68%20HJO
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520HJO%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for WJ68%20HJO: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: DP19%20XLJ
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520XLJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for DP19%20XLJ: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: DS69%20FNJ
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520FNJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for DS69%20FNJ: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: M444%20WMC
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520WMC%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for M444%20WMC: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: WX71%20KJK
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX71%2520KJK%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for WX71%20KJK: 2
2026-03-29 06:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7acecb2-d768-5187-943d-4df7d26667b3 with identifier: WX71%20KJK
2026-03-29 06:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7acecb2-d768-5187-943d-4df7d26667b3 with scrape type 2
2026-03-29 06:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7acecb2-d768-5187-943d-4df7d26667b3 with scrape type 2
2026-03-29 06:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7acecb2-d768-5187-943d-4df7d26667b3, identifier: WX71%20KJK
2026-03-29 06:28:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7acecb2-d768-5187-943d-4df7d26667b3 with identifier: WX71%20KJK
2026-03-29 06:28:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7acecb2-d768-5187-943d-4df7d26667b3 with identifier: WX71%20KJK
2026-03-29 06:28:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7acecb2-d768-5187-943d-4df7d26667b3 with identifier: WX71%20KJK to the API
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX71%20KJK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7acecb2-d768-5187-943d-4df7d26667b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX71 KJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX71%20KJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 109977,
 '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 VITO 116 2.0 CDI L1 RWD SPORT 9G CrewCab Van',
 'transmission': 'automatic',
 'trim': 'CDI L1 RWD SPORT 9G',
 'vin': 'W1V44770123820362',
 'year': 2021}
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX71%2520KJK%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Saving data for WX71%20KJK: {'auction_closing_time': 1774778400.0, 'created_time': 1774264159.933813, 'last_price_update_time': 1774765713.610095}
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX71%2520KJK') HTTP/1.1" 204 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: YP20%20UUE
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for YP20%20UUE: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: BK70%20EDJ
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520EDJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for BK70%20EDJ: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: PE70%20WXJ
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE70%2520WXJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for PE70%20WXJ: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: CN70%20CLU
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN70%2520CLU%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for CN70%20CLU: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: YA21%20WXD
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for YA21%20WXD: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: DN17%20AWX
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520AWX%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for DN17%20AWX: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: DU71%20VFF
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for DU71%20VFF: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: L200%20LLX
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L200%2520LLX%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for L200%20LLX: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: AV72%20MYN
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV72%2520MYN%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for AV72%20MYN: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: AY69%20EXM
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY69%2520EXM%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for AY69%20EXM: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: LP69%20CGG
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for LP69%20CGG: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: LR20%20GFU
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520GFU%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for LR20%20GFU: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: PN21%20LHB
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN21%2520LHB%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for PN21%20LHB: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: YC21%20PYK
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520PYK%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for YC21%20PYK: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: YG20%20MSU
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MSU%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for YG20%20MSU: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: EF70%20MFE
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF70%2520MFE%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for EF70%20MFE: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: ESZ%208751
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25208751%27 HTTP/1.1" 200 None
2026-03-29 06:28:33 [bca.uk] INFO: Scrape type for ESZ%208751: 0
2026-03-29 06:28:33 [bca.uk] INFO: Found listing with ID: MX73%20XBV
2026-03-29 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX73%2520XBV%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for MX73%20XBV: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: HJ70%20CRU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520CRU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for HJ70%20CRU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YM16%20PKU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520PKU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YM16%20PKU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YP68%20SUU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520SUU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YP68%20SUU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YS21%20XMZ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YS21%20XMZ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: BW19%20TUY
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520TUY%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for BW19%20TUY: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CE69%20ZVC
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZVC%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CE69%20ZVC: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: FH69%20LRU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520LRU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for FH69%20LRU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: KU16%20WMW
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520WMW%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for KU16%20WMW: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: KU68%20AVW
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520AVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for KU68%20AVW: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: LC18%20KHZ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for LC18%20KHZ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: LP19%20EGD
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520EGD%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for LP19%20EGD: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: DX68%20ZVP
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520ZVP%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for DX68%20ZVP: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: GD17%20EVG
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for GD17%20EVG: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: LC68%20CKD
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520CKD%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for LC68%20CKD: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: LC71%20PBO
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520PBO%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for LC71%20PBO: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YB19%20RUK
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520RUK%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YB19%20RUK: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: HG17%20BBK
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520BBK%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for HG17%20BBK: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: SK69%20RNJ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520RNJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for SK69%20RNJ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: FE70%20WJM
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520WJM%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for FE70%20WJM: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: MF22%20XAM
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520XAM%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for MF22%20XAM: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: BW17%20AYN
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520AYN%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for BW17%20AYN: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: NX12%20OSU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX12%2520OSU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for NX12%20OSU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CE20%20XJW
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE20%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CE20%20XJW: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: WK69%20XGS
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520XGS%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for WK69%20XGS: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: DS64%20LZX
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS64%2520LZX%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for DS64%20LZX: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: BP15%20CWT
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP15%2520CWT%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for BP15%20CWT: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: WG69%20VDE
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520VDE%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for WG69%20VDE: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YY12%20NHZ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY12%2520NHZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YY12%20NHZ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: LX17%20VTU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VTU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for LX17%20VTU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YM19%20RKK
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520RKK%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YM19%20RKK: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: BN68%20OJL
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN68%2520OJL%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for BN68%20OJL: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: LL66%20XUS
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520XUS%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for LL66%20XUS: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: FM19%20VZC
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520VZC%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for FM19%20VZC: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: SP15%20WYO
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WYO%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for SP15%20WYO: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: WO67%20MRU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520MRU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for WO67%20MRU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CT16%20ETR
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT16%2520ETR%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CT16%20ETR: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CV21%20YPU
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV21%2520YPU%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CV21%20YPU: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YK24%20OHR
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520OHR%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YK24%20OHR: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: BK58%20VMT
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520VMT%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for BK58%20VMT: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: VX51%20FSY
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX51%2520FSY%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for VX51%20FSY: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CN19%20TXP
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520TXP%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CN19%20TXP: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: KY17%20FHZ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520FHZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for KY17%20FHZ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: RO14%20TXT
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520TXT%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for RO14%20TXT: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: YY20%20SXW
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY20%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for YY20%20SXW: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: FV67%20VDM
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520VDM%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for FV67%20VDM: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: FV67%20VDZ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520VDZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for FV67%20VDZ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: L11%20WSK
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L11%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for L11%20WSK: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: GD70%20PNN
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD70%2520PNN%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for GD70%20PNN: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: DF11%20NXL
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF11%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for DF11%20NXL: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: FE62%20KXP
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520KXP%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for FE62%20KXP: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: KV18%20TYZ
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for KV18%20TYZ: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: HX64%20YAK
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520YAK%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for HX64%20YAK: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CE66%20VAA
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VAA%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CE66%20VAA: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CU15%20UKL
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520UKL%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CU15%20UKL: 0
2026-03-29 06:28:34 [bca.uk] INFO: Found listing with ID: CK22%20PXE
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520PXE%27 HTTP/1.1" 200 None
2026-03-29 06:28:34 [bca.uk] INFO: Scrape type for CK22%20PXE: 2
2026-03-29 06:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4 with identifier: CK22%20PXE
2026-03-29 06:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4 with scrape type 2
2026-03-29 06:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4 with scrape type 2
2026-03-29 06:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4, identifier: CK22%20PXE
2026-03-29 06:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4 with identifier: CK22%20PXE
2026-03-29 06:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4 with identifier: CK22%20PXE
2026-03-29 06:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4 with identifier: CK22%20PXE to the API
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20PXE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5649ce2a-31ce-5ae6-a9d1-fce599c3cbf4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK22 PXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20PXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 85258,
 'odometer_reading_unit': '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 LIMITED L/R PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 185 320 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNY37336',
 'year': 2022}
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520PXE%27 HTTP/1.1" 200 None
2026-03-29 06:28:35 [bca.uk] INFO: Saving data for CK22%20PXE: {'auction_closing_time': 1774778400.0, 'created_time': 1773840687.833107, 'last_price_update_time': 1774765715.409262}
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520PXE') HTTP/1.1" 204 0
2026-03-29 06:28:35 [bca.uk] INFO: Found listing with ID: MA70%20BJO
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA70%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:28:35 [bca.uk] INFO: Scrape type for MA70%20BJO: 2
2026-03-29 06:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a4a291e-0403-5c47-b04f-da7f95db9965 with identifier: MA70%20BJO
2026-03-29 06:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a4a291e-0403-5c47-b04f-da7f95db9965 with scrape type 2
2026-03-29 06:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a4a291e-0403-5c47-b04f-da7f95db9965 with scrape type 2
2026-03-29 06:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a4a291e-0403-5c47-b04f-da7f95db9965, identifier: MA70%20BJO
2026-03-29 06:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a4a291e-0403-5c47-b04f-da7f95db9965 with identifier: MA70%20BJO
2026-03-29 06:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a4a291e-0403-5c47-b04f-da7f95db9965 with identifier: MA70%20BJO
2026-03-29 06:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a4a291e-0403-5c47-b04f-da7f95db9965 with identifier: MA70%20BJO to the API
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA70%20BJO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a4a291e-0403-5c47-b04f-da7f95db9965',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA70 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA70%20BJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 63729,
 '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 MHEV 130 300 LWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'MHEV 130 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYLK68559',
 'year': 2020}
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA70%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:28:35 [bca.uk] INFO: Saving data for MA70%20BJO: {'auction_closing_time': 1774778400.0, 'created_time': 1773841397.062578, 'last_price_update_time': 1774765715.884432}
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA70%2520BJO') HTTP/1.1" 204 0
2026-03-29 06:28:35 [bca.uk] INFO: Found listing with ID: WK19%20OCS
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK19%2520OCS%27 HTTP/1.1" 200 None
2026-03-29 06:28:35 [bca.uk] INFO: Scrape type for WK19%20OCS: 0
2026-03-29 06:28:35 [bca.uk] INFO: Found listing with ID: WR68%20MXC
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR68%2520MXC%27 HTTP/1.1" 200 None
2026-03-29 06:28:35 [bca.uk] INFO: Scrape type for WR68%20MXC: 0
2026-03-29 06:28:35 [bca.uk] INFO: Found listing with ID: SF67%20WSN
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF67%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 06:28:35 [bca.uk] INFO: Scrape type for SF67%20WSN: 2
2026-03-29 06:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce02bfa6-8580-59fe-94cd-30b0ba1b9307 with identifier: SF67%20WSN
2026-03-29 06:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce02bfa6-8580-59fe-94cd-30b0ba1b9307 with scrape type 2
2026-03-29 06:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce02bfa6-8580-59fe-94cd-30b0ba1b9307 with scrape type 2
2026-03-29 06:28:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce02bfa6-8580-59fe-94cd-30b0ba1b9307, identifier: SF67%20WSN
2026-03-29 06:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce02bfa6-8580-59fe-94cd-30b0ba1b9307 with identifier: SF67%20WSN
2026-03-29 06:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce02bfa6-8580-59fe-94cd-30b0ba1b9307 with identifier: SF67%20WSN
2026-03-29 06:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce02bfa6-8580-59fe-94cd-30b0ba1b9307 with identifier: SF67%20WSN to the API
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF67%20WSN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce02bfa6-8580-59fe-94cd-30b0ba1b9307',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF67 WSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF67%20WSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'COMBO',
 'odometer': 61797,
 '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 COMBO 1.3 CDTI 95 2300 L1 H1 S/S CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 95 2300 L1 H1 S/S',
 'vin': 'W0L6VZU1AH9618771',
 'year': 2017}
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF67%2520WSN%27 HTTP/1.1" 200 None
2026-03-29 06:28:36 [bca.uk] INFO: Saving data for SF67%20WSN: {'auction_closing_time': 1774778400.0, 'created_time': 1773841396.182692, 'last_price_update_time': 1774765716.316425}
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF67%2520WSN') HTTP/1.1" 204 0
2026-03-29 06:28:36 [bca.uk] INFO: Found listing with ID: SK21%20VMP
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520VMP%27 HTTP/1.1" 200 None
2026-03-29 06:28:36 [bca.uk] INFO: Scrape type for SK21%20VMP: 0
2026-03-29 06:28:36 [bca.uk] INFO: Found listing with ID: LY21%20BCK
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520BCK%27 HTTP/1.1" 200 None
2026-03-29 06:28:36 [bca.uk] INFO: Scrape type for LY21%20BCK: 2
2026-03-29 06:28:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22967293-71c8-5c3e-a22d-7226a67159c6 with identifier: LY21%20BCK
2026-03-29 06:28:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22967293-71c8-5c3e-a22d-7226a67159c6 with scrape type 2
2026-03-29 06:28:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22967293-71c8-5c3e-a22d-7226a67159c6 with scrape type 2
2026-03-29 06:28:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22967293-71c8-5c3e-a22d-7226a67159c6, identifier: LY21%20BCK
2026-03-29 06:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22967293-71c8-5c3e-a22d-7226a67159c6 with identifier: LY21%20BCK
2026-03-29 06:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22967293-71c8-5c3e-a22d-7226a67159c6 with identifier: LY21%20BCK
2026-03-29 06:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22967293-71c8-5c3e-a22d-7226a67159c6 with identifier: LY21%20BCK to the API
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY21%20BCK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22967293-71c8-5c3e-a22d-7226a67159c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY21 BCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY21%20BCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 89221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 TDCI 120 200 L1 LTD.L/R P/S Van',
 'transmission': 'automatic',
 'trim': 'TDCI 120 200 L1 LTD.L/R P/S',
 'vin': 'WF0RXXWPGRLT31207',
 'year': 2021}
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520BCK%27 HTTP/1.1" 200 None
2026-03-29 06:28:36 [bca.uk] INFO: Saving data for LY21%20BCK: {'auction_closing_time': 1774778400.0, 'created_time': 1773959563.665535, 'last_price_update_time': 1774765716.732239}
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY21%2520BCK') HTTP/1.1" 204 0
2026-03-29 06:28:36 [bca.uk] INFO: Found listing with ID: BL68%20FEJ
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:36 [bca.uk] INFO: Scrape type for BL68%20FEJ: 2
2026-03-29 06:28:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13ec8eff-bc9c-50dc-80ae-ada988aaee48 with identifier: BL68%20FEJ
2026-03-29 06:28:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13ec8eff-bc9c-50dc-80ae-ada988aaee48 with scrape type 2
2026-03-29 06:28:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13ec8eff-bc9c-50dc-80ae-ada988aaee48 with scrape type 2
2026-03-29 06:28:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13ec8eff-bc9c-50dc-80ae-ada988aaee48, identifier: BL68%20FEJ
2026-03-29 06:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13ec8eff-bc9c-50dc-80ae-ada988aaee48 with identifier: BL68%20FEJ
2026-03-29 06:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13ec8eff-bc9c-50dc-80ae-ada988aaee48 with identifier: BL68%20FEJ
2026-03-29 06:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13ec8eff-bc9c-50dc-80ae-ada988aaee48 with identifier: BL68%20FEJ to the API
2026-03-29 06:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL68%20FEJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13ec8eff-bc9c-50dc-80ae-ada988aaee48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL68 FEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL68%20FEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 109166,
 'odometer_reading_unit': '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 DISPATCH 1400 2.0 BLUEHDI 120 XS ENTERPRISE+ S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 XS ENTERPRISE+ S/S',
 'vin': 'VF7VFAHKHJZ095130',
 'year': 2019}
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:37 [bca.uk] INFO: Saving data for BL68%20FEJ: {'auction_closing_time': 1774778400.0, 'created_time': 1773834043.650255, 'last_price_update_time': 1774765717.124543}
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL68%2520FEJ') HTTP/1.1" 204 0
2026-03-29 06:28:37 [bca.uk] INFO: Found listing with ID: DX70%20LOJ
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520LOJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:37 [bca.uk] INFO: Scrape type for DX70%20LOJ: 2
2026-03-29 06:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc7e73d2-0e9d-572c-ae48-351fd6665470 with identifier: DX70%20LOJ
2026-03-29 06:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc7e73d2-0e9d-572c-ae48-351fd6665470 with scrape type 2
2026-03-29 06:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc7e73d2-0e9d-572c-ae48-351fd6665470 with scrape type 2
2026-03-29 06:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc7e73d2-0e9d-572c-ae48-351fd6665470, identifier: DX70%20LOJ
2026-03-29 06:28:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc7e73d2-0e9d-572c-ae48-351fd6665470 with identifier: DX70%20LOJ
2026-03-29 06:28:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc7e73d2-0e9d-572c-ae48-351fd6665470 with identifier: DX70%20LOJ
2026-03-29 06:28:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc7e73d2-0e9d-572c-ae48-351fd6665470 with identifier: DX70%20LOJ to the API
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX70%20LOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc7e73d2-0e9d-572c-ae48-351fd6665470',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX70 LOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX70%20LOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 113488,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYKL65806',
 'year': 2020}
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520LOJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:37 [bca.uk] INFO: Saving data for DX70%20LOJ: {'auction_closing_time': 1774778400.0, 'created_time': 1773841319.88491, 'last_price_update_time': 1774765717.508711}
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX70%2520LOJ') HTTP/1.1" 204 0
2026-03-29 06:28:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:37 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded
2026-03-29 06:28:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:37 [bca.uk] INFO: Found listing with ID: SK69%20NBX
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520NBX%27 HTTP/1.1" 200 None
2026-03-29 06:28:37 [bca.uk] INFO: Scrape type for SK69%20NBX: 2
2026-03-29 06:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d24692d8-0c58-5754-ac5c-d1a9475251bf with identifier: SK69%20NBX
2026-03-29 06:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d24692d8-0c58-5754-ac5c-d1a9475251bf with scrape type 2
2026-03-29 06:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d24692d8-0c58-5754-ac5c-d1a9475251bf with scrape type 2
2026-03-29 06:28:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d24692d8-0c58-5754-ac5c-d1a9475251bf, identifier: SK69%20NBX
2026-03-29 06:28:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d24692d8-0c58-5754-ac5c-d1a9475251bf with identifier: SK69%20NBX
2026-03-29 06:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d24692d8-0c58-5754-ac5c-d1a9475251bf with identifier: SK69%20NBX
2026-03-29 06:28:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d24692d8-0c58-5754-ac5c-d1a9475251bf with identifier: SK69%20NBX to the API
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK69%20NBX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd24692d8-0c58-5754-ac5c-d1a9475251bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK69 NBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK69%20NBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NV300 2.7T',
 'odometer': 72645,
 'odometer_reading_unit': '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 NV300 2.7T 1.6 DCI 120 L1 H1 ACENTA PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 L1 H1 ACENTA',
 'vin': 'VNVF4000462433486',
 'year': 2019}
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520NBX%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Saving data for SK69%20NBX: {'auction_closing_time': 1774778400.0, 'created_time': 1773834736.454794, 'last_price_update_time': 1774765718.330979}
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK69%2520NBX') HTTP/1.1" 204 0
2026-03-29 06:28: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:28:38 [bca.uk] INFO: Found listing with ID: WN70%20YOE
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520YOE%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for WN70%20YOE: 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: AO72%20ZBC
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZBC%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for AO72%20ZBC: 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: LP69%20OCN
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520OCN%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for LP69%20OCN: 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: BN20%20UGF
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520UGF%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for BN20%20UGF: 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: YD03%20MPY
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD03%2520MPY%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for YD03%20MPY: 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: BP71%20WPU
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520WPU%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for BP71%20WPU: 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: LV69%20SZF
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for LV69%20SZF: 2
2026-03-29 06:28:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF
2026-03-29 06:28:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40cdcaf0-797c-53ed-adde-d02c2b74c220 with scrape type 2
2026-03-29 06:28:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40cdcaf0-797c-53ed-adde-d02c2b74c220 with scrape type 2
2026-03-29 06:28:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40cdcaf0-797c-53ed-adde-d02c2b74c220, identifier: LV69%20SZF
2026-03-29 06:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF
2026-03-29 06:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF
2026-03-29 06:28:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF to the API
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV69%20SZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40cdcaf0-797c-53ed-adde-d02c2b74c220',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV69 SZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV69%20SZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 52304,
 'odometer_reading_unit': '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 MACAN 3.0 354 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': '354 S PDK',
 'vin': 'WP1ZZZ95ZLLB34605',
 'year': 2019}
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Saving data for LV69%20SZF: {'auction_closing_time': 1775124000.0, 'created_time': 1774390101.689442, 'last_price_update_time': 1774765718.821134}
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV69%2520SZF') HTTP/1.1" 204 0
2026-03-29 06:28:38 [bca.uk] INFO: Found listing with ID: GN09%20GZC
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 06:28:38 [bca.uk] INFO: Scrape type for GN09%20GZC: 2
2026-03-29 06:28:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC
2026-03-29 06:28:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d91df16-5213-5446-80f5-86498b1de041 with scrape type 2
2026-03-29 06:28:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d91df16-5213-5446-80f5-86498b1de041 with scrape type 2
2026-03-29 06:28:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d91df16-5213-5446-80f5-86498b1de041, identifier: GN09%20GZC
2026-03-29 06:28:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC
2026-03-29 06:28:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC
2026-03-29 06:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC to the API
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 385,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN09%20GZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d91df16-5213-5446-80f5-86498b1de041',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN09 GZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN09%20GZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MASERATI',
 'model': 'GRANTURISMO',
 'odometer': 63288,
 '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': 'MASERATI GRANTURISMO 4.7 V8 S Coupe',
 'transmission': 'automatic',
 'trim': 'V8 S',
 'vin': 'ZAMHH45C000048502',
 'year': 2009}
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-29 06:28:39 [bca.uk] INFO: Saving data for GN09%20GZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774479815.422213, 'last_price_update_time': 1774765719.305038}
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN09%2520GZC') HTTP/1.1" 204 0
2026-03-29 06:28:39 [bca.uk] INFO: Found listing with ID: KP73%20VCJ
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520VCJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:39 [bca.uk] INFO: Scrape type for KP73%20VCJ: 2
2026-03-29 06:28:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ
2026-03-29 06:28:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with scrape type 2
2026-03-29 06:28:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with scrape type 2
2026-03-29 06:28:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27e67379-c2d2-5364-8ab8-399cbaf0ea61, identifier: KP73%20VCJ
2026-03-29 06:28:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ
2026-03-29 06:28:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ
2026-03-29 06:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ to the API
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP73%20VCJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '27e67379-c2d2-5364-8ab8-399cbaf0ea61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP73 VCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP73%20VCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 27339,
 '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 90 3.0 D250 AWD X-DYNAMIC HSE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D250 AWD X-DYNAMIC HSE (5ST)',
 'vin': 'SALEA6AW4R2255107',
 'year': 2023}
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520VCJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:39 [bca.uk] INFO: Saving data for KP73%20VCJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774479822.975027, 'last_price_update_time': 1774765719.693745}
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP73%2520VCJ') HTTP/1.1" 204 0
2026-03-29 06:28:39 [bca.uk] INFO: Found listing with ID: CN71%20OMB
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520OMB%27 HTTP/1.1" 200 None
2026-03-29 06:28:39 [bca.uk] INFO: Scrape type for CN71%20OMB: 2
2026-03-29 06:28:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB
2026-03-29 06:28:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40293bdd-b961-5fc9-a189-742c9ef280d3 with scrape type 2
2026-03-29 06:28:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40293bdd-b961-5fc9-a189-742c9ef280d3 with scrape type 2
2026-03-29 06:28:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40293bdd-b961-5fc9-a189-742c9ef280d3, identifier: CN71%20OMB
2026-03-29 06:28:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB
2026-03-29 06:28:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB
2026-03-29 06:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB to the API
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 331,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN71%20OMB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40293bdd-b961-5fc9-a189-742c9ef280d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN71 OMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN71%20OMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 54337,
 'odometer_reading_unit': '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': 'SALWA2AEXNA223380',
 'year': 2022}
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520OMB%27 HTTP/1.1" 200 None
2026-03-29 06:28:40 [bca.uk] INFO: Saving data for CN71%20OMB: {'auction_closing_time': 1775124000.0, 'created_time': 1774476181.858256, 'last_price_update_time': 1774765720.090221}
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520OMB') HTTP/1.1" 204 0
2026-03-29 06:28:40 [bca.uk] INFO: Found listing with ID: BP20%20OVJ
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:40 [bca.uk] INFO: Scrape type for BP20%20OVJ: 2
2026-03-29 06:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ
2026-03-29 06:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0f48332-9fbf-565b-bfa6-8944bb96d350 with scrape type 2
2026-03-29 06:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0f48332-9fbf-565b-bfa6-8944bb96d350 with scrape type 2
2026-03-29 06:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0f48332-9fbf-565b-bfa6-8944bb96d350, identifier: BP20%20OVJ
2026-03-29 06:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ
2026-03-29 06:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ
2026-03-29 06:28:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ to the API
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP20%20OVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0f48332-9fbf-565b-bfa6-8944bb96d350',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP20 OVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP20%20OVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 40326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 2.0 D200 AWD S (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD S (5ST)',
 'vin': 'SALEA7AN3L2008570',
 'year': 2020}
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:40 [bca.uk] INFO: Saving data for BP20%20OVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774392228.109352, 'last_price_update_time': 1774765720.483207}
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP20%2520OVJ') HTTP/1.1" 204 0
2026-03-29 06:28:40 [bca.uk] INFO: Found listing with ID: RXZ%201425
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-29 06:28:40 [bca.uk] INFO: Scrape type for RXZ%201425: 2
2026-03-29 06:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425
2026-03-29 06:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bd36584-8ed0-535e-91eb-486f00ae9305 with scrape type 2
2026-03-29 06:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bd36584-8ed0-535e-91eb-486f00ae9305 with scrape type 2
2026-03-29 06:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bd36584-8ed0-535e-91eb-486f00ae9305, identifier: RXZ%201425
2026-03-29 06:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425
2026-03-29 06:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425
2026-03-29 06:28:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425 to the API
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RXZ%201425-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0bd36584-8ed0-535e-91eb-486f00ae9305',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RXZ 1425',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RXZ%201425&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 26320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620X09L64543',
 'year': 2022}
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-29 06:28:40 [bca.uk] INFO: Saving data for RXZ%201425: {'auction_closing_time': 1775124000.0, 'created_time': 1774476250.078826, 'last_price_update_time': 1774765720.883377}
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RXZ%25201425') HTTP/1.1" 204 0
2026-03-29 06:28:40 [bca.uk] INFO: Found listing with ID: BL66%20PXR
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:40 [bca.uk] INFO: Scrape type for BL66%20PXR: 2
2026-03-29 06:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR
2026-03-29 06:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29b0b70-645a-541b-90f0-6899eb5380a6 with scrape type 2
2026-03-29 06:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29b0b70-645a-541b-90f0-6899eb5380a6 with scrape type 2
2026-03-29 06:28:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29b0b70-645a-541b-90f0-6899eb5380a6, identifier: BL66%20PXR
2026-03-29 06:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR
2026-03-29 06:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR
2026-03-29 06:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR to the API
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL66%20PXR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e29b0b70-645a-541b-90f0-6899eb5380a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL66 PXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL66%20PXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 104272,
 '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': 'WAUZZZF49GA093937',
 'year': 2016}
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:41 [bca.uk] INFO: Saving data for BL66%20PXR: {'auction_closing_time': 1775037600.0, 'created_time': 1774476228.602495, 'last_price_update_time': 1774765721.313499}
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL66%2520PXR') HTTP/1.1" 204 0
2026-03-29 06:28:41 [bca.uk] INFO: Found listing with ID: HN71%20ZHH
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:28:41 [bca.uk] INFO: Scrape type for HN71%20ZHH: 2
2026-03-29 06:28:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH
2026-03-29 06:28:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bcada50-2310-5cd7-924a-c8677b22d3a4 with scrape type 2
2026-03-29 06:28:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bcada50-2310-5cd7-924a-c8677b22d3a4 with scrape type 2
2026-03-29 06:28:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bcada50-2310-5cd7-924a-c8677b22d3a4, identifier: HN71%20ZHH
2026-03-29 06:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH
2026-03-29 06:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH
2026-03-29 06:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH to the API
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN71%20ZHH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6bcada50-2310-5cd7-924a-c8677b22d3a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN71 ZHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN71%20ZHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'S350 D',
 'odometer': 18980,
 '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 S350 D 2.9 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'W1K2230302A085456',
 'year': 2021}
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:28:41 [bca.uk] INFO: Saving data for HN71%20ZHH: {'auction_closing_time': 1775124000.0, 'created_time': 1774361746.714959, 'last_price_update_time': 1774765721.721954}
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN71%2520ZHH') HTTP/1.1" 204 0
2026-03-29 06:28:41 [bca.uk] INFO: Found listing with ID: VE11%20WDD
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-29 06:28:41 [bca.uk] INFO: Scrape type for VE11%20WDD: 2
2026-03-29 06:28:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD
2026-03-29 06:28:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b863259a-2db0-511b-b7ba-efef33d603de with scrape type 2
2026-03-29 06:28:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b863259a-2db0-511b-b7ba-efef33d603de with scrape type 2
2026-03-29 06:28:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b863259a-2db0-511b-b7ba-efef33d603de, identifier: VE11%20WDD
2026-03-29 06:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD
2026-03-29 06:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD
2026-03-29 06:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD to the API
2026-03-29 06:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE11%20WDD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b863259a-2db0-511b-b7ba-efef33d603de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE11 WDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE11%20WDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 85810,
 '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 A180 2.0 CDI AVANTGARDE SE Hatchback',
 'transmission': 'manual',
 'trim': 'CDI AVANTGARDE SE',
 'vin': 'WDD1690072J944955',
 'year': 2011}
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-29 06:28:42 [bca.uk] INFO: Saving data for VE11%20WDD: {'auction_closing_time': 1774951200.0, 'created_time': 1773837493.920039, 'last_price_update_time': 1774765722.121645}
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE11%2520WDD') HTTP/1.1" 204 0
2026-03-29 06:28:42 [bca.uk] INFO: Found listing with ID: PX72%20KFY
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-29 06:28:42 [bca.uk] INFO: Scrape type for PX72%20KFY: 2
2026-03-29 06:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY
2026-03-29 06:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 559344b0-1409-5a2e-a42a-835460ec0363 with scrape type 2
2026-03-29 06:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 559344b0-1409-5a2e-a42a-835460ec0363 with scrape type 2
2026-03-29 06:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 559344b0-1409-5a2e-a42a-835460ec0363, identifier: PX72%20KFY
2026-03-29 06:28:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY
2026-03-29 06:28:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY
2026-03-29 06:28:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY to the API
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX72%20KFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '559344b0-1409-5a2e-a42a-835460ec0363',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX72 KFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX72%20KFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 69324,
 'odometer_reading_unit': '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 I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW040FN61352',
 'year': 2022}
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-29 06:28:42 [bca.uk] INFO: Saving data for PX72%20KFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774504907.945856, 'last_price_update_time': 1774765722.510128}
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX72%2520KFY') HTTP/1.1" 204 0
2026-03-29 06:28:42 [bca.uk] INFO: Found listing with ID: MC74%20RHU
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 06:28:42 [bca.uk] INFO: Scrape type for MC74%20RHU: 2
2026-03-29 06:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU
2026-03-29 06:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46efead1-fff0-514e-830d-133015b734fa with scrape type 2
2026-03-29 06:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46efead1-fff0-514e-830d-133015b734fa with scrape type 2
2026-03-29 06:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46efead1-fff0-514e-830d-133015b734fa, identifier: MC74%20RHU
2026-03-29 06:28:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU
2026-03-29 06:28:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU
2026-03-29 06:28:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU to the API
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC74%20RHU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '46efead1-fff0-514e-830d-133015b734fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC74 RHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC74%20RHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 9950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'XP7YHCEK2SB588879',
 'year': 2025}
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 06:28:42 [bca.uk] INFO: Saving data for MC74%20RHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774504906.143112, 'last_price_update_time': 1774765722.906451}
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC74%2520RHU') HTTP/1.1" 204 0
2026-03-29 06:28:42 [bca.uk] INFO: Found listing with ID: YR69%20NVT
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520NVT%27 HTTP/1.1" 200 None
2026-03-29 06:28:42 [bca.uk] INFO: Scrape type for YR69%20NVT: 2
2026-03-29 06:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96708751-487e-558d-9919-233fbfd1a8a8 with identifier: YR69%20NVT
2026-03-29 06:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96708751-487e-558d-9919-233fbfd1a8a8 with scrape type 2
2026-03-29 06:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96708751-487e-558d-9919-233fbfd1a8a8 with scrape type 2
2026-03-29 06:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96708751-487e-558d-9919-233fbfd1a8a8, identifier: YR69%20NVT
2026-03-29 06:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96708751-487e-558d-9919-233fbfd1a8a8 with identifier: YR69%20NVT
2026-03-29 06:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96708751-487e-558d-9919-233fbfd1a8a8 with identifier: YR69%20NVT
2026-03-29 06:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96708751-487e-558d-9919-233fbfd1a8a8 with identifier: YR69%20NVT to the API
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR69%20NVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96708751-487e-558d-9919-233fbfd1a8a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR69 NVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR69%20NVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 60419,
 'odometer_reading_unit': '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 RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PJA54181',
 'year': 2019}
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520NVT%27 HTTP/1.1" 200 None
2026-03-29 06:28:43 [bca.uk] INFO: Saving data for YR69%20NVT: {'auction_closing_time': 1774778400.0, 'created_time': 1774504907.266184, 'last_price_update_time': 1774765723.29544}
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR69%2520NVT') HTTP/1.1" 204 0
2026-03-29 06:28:43 [bca.uk] INFO: Found listing with ID: LX19%20OHG
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 06:28:43 [bca.uk] INFO: Scrape type for LX19%20OHG: 2
2026-03-29 06:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG
2026-03-29 06:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ef9d583-a82a-5c85-86b1-52f963da46a9 with scrape type 2
2026-03-29 06:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ef9d583-a82a-5c85-86b1-52f963da46a9 with scrape type 2
2026-03-29 06:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ef9d583-a82a-5c85-86b1-52f963da46a9, identifier: LX19%20OHG
2026-03-29 06:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG
2026-03-29 06:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG
2026-03-29 06:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG to the API
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX19%20OHG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ef9d583-a82a-5c85-86b1-52f963da46a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX19 OHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX19%20OHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 83505,
 'odometer_reading_unit': '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': 'SADCA2AN6KA612950',
 'year': 2019}
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 06:28:43 [bca.uk] INFO: Saving data for LX19%20OHG: {'auction_closing_time': 1774951200.0, 'created_time': 1774504968.794188, 'last_price_update_time': 1774765723.765396}
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX19%2520OHG') HTTP/1.1" 204 0
2026-03-29 06:28:43 [bca.uk] INFO: Found listing with ID: KX70%20NLM
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 06:28:43 [bca.uk] INFO: Scrape type for KX70%20NLM: 2
2026-03-29 06:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM
2026-03-29 06:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb43e668-bc73-5213-a491-09ef5c759247 with scrape type 2
2026-03-29 06:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb43e668-bc73-5213-a491-09ef5c759247 with scrape type 2
2026-03-29 06:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb43e668-bc73-5213-a491-09ef5c759247, identifier: KX70%20NLM
2026-03-29 06:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM
2026-03-29 06:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM
2026-03-29 06:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM to the API
2026-03-29 06:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX70%20NLM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb43e668-bc73-5213-a491-09ef5c759247',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX70 NLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX70%20NLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 81692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRLR08137',
 'year': 2020}
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-29 06:28:44 [bca.uk] INFO: Saving data for KX70%20NLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774476159.480306, 'last_price_update_time': 1774765724.154951}
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX70%2520NLM') HTTP/1.1" 204 0
2026-03-29 06:28:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:44 [bca.uk] INFO: Found listing with ID: YR22%20RVW
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:44 [bca.uk] INFO: Scrape type for YR22%20RVW: 2
2026-03-29 06:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW
2026-03-29 06:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with scrape type 2
2026-03-29 06:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with scrape type 2
2026-03-29 06:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9f2d53b-ad3a-5277-b63f-c1c2683dba91, identifier: YR22%20RVW
2026-03-29 06:28:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW
2026-03-29 06:28:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW
2026-03-29 06:28:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW to the API
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20RVW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9f2d53b-ad3a-5277-b63f-c1c2683dba91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR22 RVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20RVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 100083,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PME59998',
 'year': 2022}
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-29 06:28:44 [bca.uk] INFO: Saving data for YR22%20RVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774476189.852116, 'last_price_update_time': 1774765724.599084}
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520RVW') HTTP/1.1" 204 0
2026-03-29 06:28:44 [bca.uk] INFO: Found listing with ID: LY71%20EVG
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 06:28:44 [bca.uk] INFO: Scrape type for LY71%20EVG: 2
2026-03-29 06:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG
2026-03-29 06:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with scrape type 2
2026-03-29 06:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with scrape type 2
2026-03-29 06:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca, identifier: LY71%20EVG
2026-03-29 06:28:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG
2026-03-29 06:28:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG
2026-03-29 06:28:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG to the API
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY71%20EVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY71 EVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY71%20EVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 90335,
 'odometer_reading_unit': '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 STORMTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 STORMTRAK',
 'vin': '6FPPXXMJ2PMD55563',
 'year': 2022}
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 06:28:44 [bca.uk] INFO: Saving data for LY71%20EVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774476179.465768, 'last_price_update_time': 1774765724.982169}
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY71%2520EVG') HTTP/1.1" 204 0
2026-03-29 06:28:45 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded
2026-03-29 06:28:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: MJ72%20KDV
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for MJ72%20KDV: 2
2026-03-29 06:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV
2026-03-29 06:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20529cf4-ff1f-58b8-b720-ad540849bcb8 with scrape type 2
2026-03-29 06:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20529cf4-ff1f-58b8-b720-ad540849bcb8 with scrape type 2
2026-03-29 06:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20529cf4-ff1f-58b8-b720-ad540849bcb8, identifier: MJ72%20KDV
2026-03-29 06:28:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV
2026-03-29 06:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV
2026-03-29 06:28:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV to the API
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 225,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20KDV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20529cf4-ff1f-58b8-b720-ad540849bcb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ72 KDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20KDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 35738,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 WOLFTRAK CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 WOLFTRAK',
 'vin': '6FPPXXMJ2PNP51750',
 'year': 2022}
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Saving data for MJ72%20KDV: {'auction_closing_time': 1775037600.0, 'created_time': 1774476180.554496, 'last_price_update_time': 1774765725.474827}
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520KDV') HTTP/1.1" 204 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: LV59%20EFJ
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520EFJ%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for LV59%20EFJ: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: CJ23%20MYM
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MYM%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for CJ23%20MYM: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: ML74%20VGT
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520VGT%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for ML74%20VGT: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: RE24%20KBP
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520KBP%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for RE24%20KBP: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: GL07%20HNH
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL07%2520HNH%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for GL07%20HNH: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: DY74%20BVT
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVT%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for DY74%20BVT: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: GD23%20DKF
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DKF%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for GD23%20DKF: 0
2026-03-29 06:28:45 [bca.uk] INFO: Found listing with ID: LS24%20GNX
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GNX%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for LS24%20GNX: 2
2026-03-29 06:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX
2026-03-29 06:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d281ba-f123-534b-80c9-3f935fd2392e with scrape type 2
2026-03-29 06:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d281ba-f123-534b-80c9-3f935fd2392e with scrape type 2
2026-03-29 06:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d281ba-f123-534b-80c9-3f935fd2392e, identifier: LS24%20GNX
2026-03-29 06:28: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:28:45 [bca.uk] INFO: Found listing with ID: YE19%20FEL
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520FEL%27 HTTP/1.1" 200 None
2026-03-29 06:28:45 [bca.uk] INFO: Scrape type for YE19%20FEL: 2
2026-03-29 06:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL
2026-03-29 06:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ab5554-3054-5686-841f-dadc7c907544 with scrape type 2
2026-03-29 06:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ab5554-3054-5686-841f-dadc7c907544 with scrape type 2
2026-03-29 06:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ab5554-3054-5686-841f-dadc7c907544, identifier: YE19%20FEL
2026-03-29 06:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX
2026-03-29 06:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX
2026-03-29 06:28:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX to the API
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20GNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80d281ba-f123-534b-80c9-3f935fd2392e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 GNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20GNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 18352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSRJ592909',
 'year': 2024}
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GNX%27 HTTP/1.1" 200 None
2026-03-29 06:28:46 [bca.uk] INFO: Saving data for LS24%20GNX: {'auction_closing_time': 1775124000.0, 'created_time': 1774476664.498042, 'last_price_update_time': 1774765726.107222}
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520GNX') HTTP/1.1" 204 0
2026-03-29 06:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL
2026-03-29 06:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL
2026-03-29 06:28:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL to the API
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE19%20FEL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50ab5554-3054-5686-841f-dadc7c907544',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE19 FEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE19%20FEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 71877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 100 220 L1 TREND L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 100 220 L1 TREND L/R',
 'vin': 'WF04XXWPG4KE89783',
 'year': 2019}
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520FEL%27 HTTP/1.1" 200 None
2026-03-29 06:28:46 [bca.uk] INFO: Saving data for YE19%20FEL: {'auction_closing_time': 1775037600.0, 'created_time': 1774476140.67832, 'last_price_update_time': 1774765726.469845}
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE19%2520FEL') HTTP/1.1" 204 0
2026-03-29 06:28:46 [bca.uk] INFO: Found listing with ID: LN24%20RHE
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHE%27 HTTP/1.1" 200 None
2026-03-29 06:28:46 [bca.uk] INFO: Scrape type for LN24%20RHE: 2
2026-03-29 06:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE
2026-03-29 06:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with scrape type 2
2026-03-29 06:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with scrape type 2
2026-03-29 06:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0, identifier: LN24%20RHE
2026-03-29 06:28:46 [bca.uk] INFO: Found listing with ID: YR72%20AAX
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-29 06:28:46 [bca.uk] INFO: Scrape type for YR72%20AAX: 2
2026-03-29 06:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX
2026-03-29 06:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with scrape type 2
2026-03-29 06:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with scrape type 2
2026-03-29 06:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0, identifier: YR72%20AAX
2026-03-29 06:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE
2026-03-29 06:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE
2026-03-29 06:28:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE to the API
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RHE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a77d6608-4fca-5bfb-a982-7f0ad9efcdb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033752',
 'year': 2024}
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHE%27 HTTP/1.1" 200 None
2026-03-29 06:28:46 [bca.uk] INFO: Saving data for LN24%20RHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774476699.655548, 'last_price_update_time': 1774765726.96695}
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RHE') HTTP/1.1" 204 0
2026-03-29 06:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX
2026-03-29 06:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX
2026-03-29 06:28:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX to the API
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20AAX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9e2fc26-6d7a-5789-ae59-2332fb1e90c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR72 AAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20AAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 84877,
 'odometer_reading_unit': '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 L3 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER',
 'vin': 'WF0EXXTTRENU48665',
 'year': 2022}
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-29 06:28:47 [bca.uk] INFO: Saving data for YR72%20AAX: {'auction_closing_time': 1775037600.0, 'created_time': 1774476168.848239, 'last_price_update_time': 1774765727.241015}
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520AAX') HTTP/1.1" 204 0
2026-03-29 06:28:47 [bca.uk] INFO: Found listing with ID: AX72%20JHK
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JHK%27 HTTP/1.1" 200 None
2026-03-29 06:28:47 [bca.uk] INFO: Scrape type for AX72%20JHK: 2
2026-03-29 06:28:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK
2026-03-29 06:28:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with scrape type 2
2026-03-29 06:28:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with scrape type 2
2026-03-29 06:28:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2, identifier: AX72%20JHK
2026-03-29 06:28:47 [bca.uk] INFO: Found listing with ID: SK21%20XXR
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:47 [bca.uk] INFO: Scrape type for SK21%20XXR: 2
2026-03-29 06:28:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR
2026-03-29 06:28:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81606d19-0542-5458-ae2c-b010a6ab895c with scrape type 2
2026-03-29 06:28:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81606d19-0542-5458-ae2c-b010a6ab895c with scrape type 2
2026-03-29 06:28:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81606d19-0542-5458-ae2c-b010a6ab895c, identifier: SK21%20XXR
2026-03-29 06:28:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK
2026-03-29 06:28:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK
2026-03-29 06:28:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK to the API
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20JHK-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7925c6a5-94dc-5e08-b155-78bdb01ecfb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX72 JHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20JHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 14796,
 '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': 'ZFACF1CJ2NJH13385',
 'year': 2023}
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JHK%27 HTTP/1.1" 200 None
2026-03-29 06:28:47 [bca.uk] INFO: Saving data for AX72%20JHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774476691.83915, 'last_price_update_time': 1774765727.748395}
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520JHK') HTTP/1.1" 204 0
2026-03-29 06:28:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR
2026-03-29 06:28:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR
2026-03-29 06:28:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR to the API
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK21%20XXR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81606d19-0542-5458-ae2c-b010a6ab895c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK21 XXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK21%20XXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 57833,
 '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 290 FWD 2.0 EBL 130 L2 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0EXXTTREMU00628',
 'year': 2021}
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Saving data for SK21%20XXR: {'auction_closing_time': 1775037600.0, 'created_time': 1774476158.810471, 'last_price_update_time': 1774765728.0463}
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK21%2520XXR') HTTP/1.1" 204 0
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: VX24%20WMP
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WMP%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for VX24%20WMP: 2
2026-03-29 06:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP
2026-03-29 06:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 306d4f11-a9f2-57e1-bb53-83966f8fe885 with scrape type 2
2026-03-29 06:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 306d4f11-a9f2-57e1-bb53-83966f8fe885 with scrape type 2
2026-03-29 06:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 306d4f11-a9f2-57e1-bb53-83966f8fe885, identifier: VX24%20WMP
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: DS74%20HCY
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS74%2520HCY%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for DS74%20HCY: 0
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: BJ74%20MGU
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520MGU%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for BJ74%20MGU: 0
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: BG74%20YVZ
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520YVZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for BG74%20YVZ: 0
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: LD23%20HDU
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520HDU%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for LD23%20HDU: 0
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: WK66%20VBY
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for WK66%20VBY: 2
2026-03-29 06:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY
2026-03-29 06:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a16b4a14-f7e5-5508-8aa4-94d69a89732a with scrape type 2
2026-03-29 06:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a16b4a14-f7e5-5508-8aa4-94d69a89732a with scrape type 2
2026-03-29 06:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a16b4a14-f7e5-5508-8aa4-94d69a89732a, identifier: WK66%20VBY
2026-03-29 06:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP
2026-03-29 06:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP
2026-03-29 06:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP to the API
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX24%20WMP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '306d4f11-a9f2-57e1-bb53-83966f8fe885',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VX24 WMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX24%20WMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 7877,
 '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': 'VR3FPHNSTRY516793',
 'year': 2024}
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WMP%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Saving data for VX24%20WMP: {'auction_closing_time': 1775037600.0, 'created_time': 1774476657.124747, 'last_price_update_time': 1774765728.605688}
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX24%2520WMP') HTTP/1.1" 204 0
2026-03-29 06:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY
2026-03-29 06:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY
2026-03-29 06:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY to the API
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK66%20VBY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a16b4a14-f7e5-5508-8aa4-94d69a89732a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK66 VBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK66%20VBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A4 ALLROAD',
 'odometer': 114091,
 '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 ALLROAD 2.0 TDI 190 QUATTRO SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SPORT S-T',
 'vin': 'WAUZZZF46HA049668',
 'year': 2016}
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Saving data for WK66%20VBY: {'auction_closing_time': 1774864800.0, 'created_time': 1774476094.852099, 'last_price_update_time': 1774765728.875581}
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK66%2520VBY') HTTP/1.1" 204 0
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: YE72%20CKG
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 06:28:48 [bca.uk] INFO: Scrape type for YE72%20CKG: 2
2026-03-29 06:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG
2026-03-29 06:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c21a3795-c18c-5f3c-b387-3a61bb643996 with scrape type 2
2026-03-29 06:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c21a3795-c18c-5f3c-b387-3a61bb643996 with scrape type 2
2026-03-29 06:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c21a3795-c18c-5f3c-b387-3a61bb643996, identifier: YE72%20CKG
2026-03-29 06:28:48 [bca.uk] INFO: Found listing with ID: DS72%20VLC
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VLC%27 HTTP/1.1" 200 None
2026-03-29 06:28:49 [bca.uk] INFO: Scrape type for DS72%20VLC: 0
2026-03-29 06:28:49 [bca.uk] INFO: Found listing with ID: SH67%20GKV
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-29 06:28:49 [bca.uk] INFO: Scrape type for SH67%20GKV: 2
2026-03-29 06:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV
2026-03-29 06:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with scrape type 2
2026-03-29 06:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with scrape type 2
2026-03-29 06:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25, identifier: SH67%20GKV
2026-03-29 06:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG
2026-03-29 06:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG
2026-03-29 06:28:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG to the API
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE72%20CKG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c21a3795-c18c-5f3c-b387-3a61bb643996',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE72 CKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE72%20CKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'ALFA ROMEO',
 'model': 'GIULIA',
 'odometer': 23572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIA 2.0 TB 280 ESTREMA Saloon',
 'transmission': 'automatic',
 'trim': 'TB 280 ESTREMA',
 'vin': 'ZAREAELN5N7671420',
 'year': 2022}
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520CKG%27 HTTP/1.1" 200 None
2026-03-29 06:28:49 [bca.uk] INFO: Saving data for YE72%20CKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774476656.356044, 'last_price_update_time': 1774765729.387824}
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE72%2520CKG') HTTP/1.1" 204 0
2026-03-29 06:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV
2026-03-29 06:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV
2026-03-29 06:28:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV to the API
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH67%20GKV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '586a61e5-2e1e-54b6-9aa6-3995c3fd9d25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH67 GKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH67%20GKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 48238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.2 T 115 EXCEL Hatchback',
 'transmission': 'manual',
 'trim': 'T 115 EXCEL',
 'vin': 'NMTKY3BX50R024920',
 'year': 2017}
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-29 06:28:49 [bca.uk] INFO: Saving data for SH67%20GKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476276.19262, 'last_price_update_time': 1774765729.760564}
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH67%2520GKV') HTTP/1.1" 204 0
2026-03-29 06:28:49 [bca.uk] INFO: Found listing with ID: LM72%20XNW
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520XNW%27 HTTP/1.1" 200 None
2026-03-29 06:28:49 [bca.uk] INFO: Scrape type for LM72%20XNW: 2
2026-03-29 06:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW
2026-03-29 06:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with scrape type 2
2026-03-29 06:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with scrape type 2
2026-03-29 06:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d, identifier: LM72%20XNW
2026-03-29 06:28:49 [bca.uk] INFO: Found listing with ID: SB19%20LHM
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-29 06:28:49 [bca.uk] INFO: Scrape type for SB19%20LHM: 2
2026-03-29 06:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM
2026-03-29 06:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 233f5e58-2c11-553e-abc8-31dc8f89ca8b with scrape type 2
2026-03-29 06:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 233f5e58-2c11-553e-abc8-31dc8f89ca8b with scrape type 2
2026-03-29 06:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 233f5e58-2c11-553e-abc8-31dc8f89ca8b, identifier: SB19%20LHM
2026-03-29 06:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW
2026-03-29 06:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW
2026-03-29 06:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW to the API
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20XNW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa2038ce-f57a-54cc-b0bc-e84a8de80d9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM72 XNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20XNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 19339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183842N322008',
 'year': 2022}
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520XNW%27 HTTP/1.1" 200 None
2026-03-29 06:28:50 [bca.uk] INFO: Saving data for LM72%20XNW: {'auction_closing_time': 1775037600.0, 'created_time': 1774476659.094434, 'last_price_update_time': 1774765730.25781}
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520XNW') HTTP/1.1" 204 0
2026-03-29 06:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM
2026-03-29 06:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM
2026-03-29 06:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM to the API
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB19%20LHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '233f5e58-2c11-553e-abc8-31dc8f89ca8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB19 LHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB19%20LHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 112114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 GT LINE',
 'vin': 'VF3MCYHZJKS105935',
 'year': 2019}
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-29 06:28:50 [bca.uk] INFO: Saving data for SB19%20LHM: {'auction_closing_time': 1774864800.0, 'created_time': 1773933839.953843, 'last_price_update_time': 1774765730.550065}
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520LHM') HTTP/1.1" 204 0
2026-03-29 06:28:50 [bca.uk] INFO: Found listing with ID: YH23%20CMY
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520CMY%27 HTTP/1.1" 200 None
2026-03-29 06:28:50 [bca.uk] INFO: Scrape type for YH23%20CMY: 2
2026-03-29 06:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY
2026-03-29 06:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d843285-36be-5961-b504-7fa45c53a281 with scrape type 2
2026-03-29 06:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d843285-36be-5961-b504-7fa45c53a281 with scrape type 2
2026-03-29 06:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d843285-36be-5961-b504-7fa45c53a281, identifier: YH23%20CMY
2026-03-29 06:28:50 [bca.uk] INFO: Found listing with ID: S7%20GPO
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-29 06:28:50 [bca.uk] INFO: Scrape type for S7%20GPO: 2
2026-03-29 06:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO
2026-03-29 06:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 164ef0f9-993a-5399-858e-f5bfd0126c43 with scrape type 2
2026-03-29 06:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 164ef0f9-993a-5399-858e-f5bfd0126c43 with scrape type 2
2026-03-29 06:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 164ef0f9-993a-5399-858e-f5bfd0126c43, identifier: S7%20GPO
2026-03-29 06:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY
2026-03-29 06:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY
2026-03-29 06:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY to the API
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d843285-36be-5961-b504-7fa45c53a281',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH23 CMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH23%20CMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 17202,
 '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 EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I EDGE',
 'vin': 'JTDAGNAC200108402',
 'year': 2023}
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520CMY%27 HTTP/1.1" 200 None
2026-03-29 06:28:51 [bca.uk] INFO: Saving data for YH23%20CMY: {'auction_closing_time': 1775037600.0, 'created_time': 1774476633.547288, 'last_price_update_time': 1774765731.053837}
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520CMY') HTTP/1.1" 204 0
2026-03-29 06:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO
2026-03-29 06:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO
2026-03-29 06:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO to the API
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S7%20GPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '164ef0f9-993a-5399-858e-f5bfd0126c43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S7 GPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S7%20GPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '118D',
 'odometer': 90331,
 '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 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1S520X05C97466',
 'year': 2016}
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-29 06:28:51 [bca.uk] INFO: Saving data for S7%20GPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774479753.183266, 'last_price_update_time': 1774765731.343892}
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S7%2520GPO') HTTP/1.1" 204 0
2026-03-29 06:28:51 [bca.uk] INFO: Found listing with ID: BN25%20RHA
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:28:51 [bca.uk] INFO: Scrape type for BN25%20RHA: 2
2026-03-29 06:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA
2026-03-29 06:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f110f5b2-538b-5131-a956-95755902c5c4 with scrape type 2
2026-03-29 06:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f110f5b2-538b-5131-a956-95755902c5c4 with scrape type 2
2026-03-29 06:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f110f5b2-538b-5131-a956-95755902c5c4, identifier: BN25%20RHA
2026-03-29 06:28:51 [bca.uk] INFO: Found listing with ID: DN16%20EXE
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:28:51 [bca.uk] INFO: Scrape type for DN16%20EXE: 2
2026-03-29 06:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE
2026-03-29 06:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with scrape type 2
2026-03-29 06:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with scrape type 2
2026-03-29 06:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5, identifier: DN16%20EXE
2026-03-29 06:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA
2026-03-29 06:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA
2026-03-29 06:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA to the API
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RHA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f110f5b2-538b-5131-a956-95755902c5c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 11227,
 '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': 'VR3KAHPY3SS020605',
 'year': 2025}
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHA%27 HTTP/1.1" 200 None
2026-03-29 06:28:51 [bca.uk] INFO: Saving data for BN25%20RHA: {'auction_closing_time': 1775124000.0, 'created_time': 1774476656.738374, 'last_price_update_time': 1774765731.835394}
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RHA') HTTP/1.1" 204 0
2026-03-29 06:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE
2026-03-29 06:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE
2026-03-29 06:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE to the API
2026-03-29 06:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN16%20EXE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32c7f2e6-5074-56da-bf25-8e5d7a9a52a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN16 EXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN16%20EXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 111795,
 '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 E/F DESIGN S/S Estate',
 'transmission': 'manual',
 'trim': 'CDTI 136 E/F DESIGN S/S',
 'vin': 'W0LGM8E33G1084192',
 'year': 2016}
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-29 06:28:52 [bca.uk] INFO: Saving data for DN16%20EXE: {'auction_closing_time': 1774864800.0, 'created_time': 1773933838.873798, 'last_price_update_time': 1774765732.14227}
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN16%2520EXE') HTTP/1.1" 204 0
2026-03-29 06:28:52 [bca.uk] INFO: Found listing with ID: BN25%20RHF
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:28:52 [bca.uk] INFO: Scrape type for BN25%20RHF: 2
2026-03-29 06:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF
2026-03-29 06:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0686f668-56e9-53f7-a669-2be1215ee26b with scrape type 2
2026-03-29 06:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0686f668-56e9-53f7-a669-2be1215ee26b with scrape type 2
2026-03-29 06:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0686f668-56e9-53f7-a669-2be1215ee26b, identifier: BN25%20RHF
2026-03-29 06:28:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:28:52 [bca.uk] INFO: Found listing with ID: GM64%20DGZ
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:52 [bca.uk] INFO: Scrape type for GM64%20DGZ: 2
2026-03-29 06:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ
2026-03-29 06:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with scrape type 2
2026-03-29 06:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with scrape type 2
2026-03-29 06:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42, identifier: GM64%20DGZ
2026-03-29 06:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF
2026-03-29 06:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF
2026-03-29 06:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF to the API
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0686f668-56e9-53f7-a669-2be1215ee26b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 13878,
 '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': 'VR3KAHPYXSS020682',
 'year': 2025}
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHF%27 HTTP/1.1" 200 None
2026-03-29 06:28:52 [bca.uk] INFO: Saving data for BN25%20RHF: {'auction_closing_time': 1775124000.0, 'created_time': 1774476657.733409, 'last_price_update_time': 1774765732.635522}
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RHF') HTTP/1.1" 204 0
2026-03-29 06:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ
2026-03-29 06:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ
2026-03-29 06:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ to the API
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM64%20DGZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a88f54a0-b2f0-5c8e-b417-85d3bcda6f42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM64 DGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM64%20DGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'ABARTH',
 'model': '500',
 'odometer': 81479,
 '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': 'ABARTH 500 1.4 16V T-JET Hatchback',
 'transmission': 'manual',
 'trim': '16V T-JET',
 'vin': 'ZFA3120000J244525',
 'year': 2014}
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:52 [bca.uk] INFO: Saving data for GM64%20DGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479621.15354, 'last_price_update_time': 1774765732.920498}
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM64%2520DGZ') HTTP/1.1" 204 0
2026-03-29 06:28:52 [bca.uk] INFO: Found listing with ID: BT23%20KAX
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KAX%27 HTTP/1.1" 200 None
2026-03-29 06:28:52 [bca.uk] INFO: Scrape type for BT23%20KAX: 2
2026-03-29 06:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX
2026-03-29 06:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8dc297b-81c8-5cfa-9568-8a6765f7c232 with scrape type 2
2026-03-29 06:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8dc297b-81c8-5cfa-9568-8a6765f7c232 with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8dc297b-81c8-5cfa-9568-8a6765f7c232, identifier: BT23%20KAX
2026-03-29 06:28:53 [bca.uk] INFO: Found listing with ID: SO14%20MWA
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 06:28:53 [bca.uk] INFO: Scrape type for SO14%20MWA: 2
2026-03-29 06:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA
2026-03-29 06:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e, identifier: SO14%20MWA
2026-03-29 06:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX
2026-03-29 06:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX
2026-03-29 06:28:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX to the API
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT23%20KAX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8dc297b-81c8-5cfa-9568-8a6765f7c232',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT23 KAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT23%20KAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 9072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 100 PERFORMANCE LINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 PERFORMANCE LINE',
 'vin': 'VR1URHPVKPW030279',
 'year': 2023}
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KAX%27 HTTP/1.1" 200 None
2026-03-29 06:28:53 [bca.uk] INFO: Saving data for BT23%20KAX: {'auction_closing_time': 1775124000.0, 'created_time': 1774476716.007641, 'last_price_update_time': 1774765733.425783}
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT23%2520KAX') HTTP/1.1" 204 0
2026-03-29 06:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA
2026-03-29 06:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA
2026-03-29 06:28:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA to the API
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO14%20MWA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a0bac8d-4a3e-5c13-913f-f37141c86a9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO14 MWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO14%20MWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 64424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 E-HDI 115 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'E-HDI 115 ALLURE',
 'vin': 'VF3CU9HD8EY069439',
 'year': 2014}
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-29 06:28:53 [bca.uk] INFO: Saving data for SO14%20MWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774476499.39146, 'last_price_update_time': 1774765733.706595}
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO14%2520MWA') HTTP/1.1" 204 0
2026-03-29 06:28:53 [bca.uk] INFO: Found listing with ID: KN24%20BNV
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN24%2520BNV%27 HTTP/1.1" 200 None
2026-03-29 06:28:53 [bca.uk] INFO: Scrape type for KN24%20BNV: 2
2026-03-29 06:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV
2026-03-29 06:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa, identifier: KN24%20BNV
2026-03-29 06:28:53 [bca.uk] INFO: Found listing with ID: PJ62%20JKF
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-29 06:28:53 [bca.uk] INFO: Scrape type for PJ62%20JKF: 2
2026-03-29 06:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF
2026-03-29 06:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25a6133a-ba89-5401-9aea-abb33fdd22ea with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25a6133a-ba89-5401-9aea-abb33fdd22ea with scrape type 2
2026-03-29 06:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25a6133a-ba89-5401-9aea-abb33fdd22ea, identifier: PJ62%20JKF
2026-03-29 06:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV
2026-03-29 06:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV
2026-03-29 06:28:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV to the API
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN24%20BNV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '412d00d1-59c3-5eeb-abf4-06f84af1fdfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN24 BNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN24%20BNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 20084,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNSKPJ934432',
 'year': 2024}
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN24%2520BNV%27 HTTP/1.1" 200 None
2026-03-29 06:28:54 [bca.uk] INFO: Saving data for KN24%20BNV: {'auction_closing_time': 1775124000.0, 'created_time': 1774476717.796415, 'last_price_update_time': 1774765734.234387}
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN24%2520BNV') HTTP/1.1" 204 0
2026-03-29 06:28:54 [bca.uk] INFO: Total items found: 100
2026-03-29 06:28:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded
2026-03-29 06:28:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:28:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF
2026-03-29 06:28:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF
2026-03-29 06:28:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF to the API
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ62%20JKF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25a6133a-ba89-5401-9aea-abb33fdd22ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ62 JKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ62%20JKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 106937,
 '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 TREND Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I TREND',
 'vin': 'VNKKJ3D3X0A093137',
 'year': 2012}
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-29 06:28:54 [bca.uk] INFO: Saving data for PJ62%20JKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774476487.522106, 'last_price_update_time': 1774765734.651864}
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ62%2520JKF') HTTP/1.1" 204 0
2026-03-29 06:28:54 [bca.uk] INFO: Found listing with ID: MW74%20DVX
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVX%27 HTTP/1.1" 200 None
2026-03-29 06:28:54 [bca.uk] INFO: Scrape type for MW74%20DVX: 2
2026-03-29 06:28:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX
2026-03-29 06:28:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07ddc7eb-de98-537a-a825-d034b4d36272 with scrape type 2
2026-03-29 06:28:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07ddc7eb-de98-537a-a825-d034b4d36272 with scrape type 2
2026-03-29 06:28:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07ddc7eb-de98-537a-a825-d034b4d36272, identifier: MW74%20DVX
2026-03-29 06:28:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:28:54 [bca.uk] INFO: Found listing with ID: BX66%20ZNY
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-29 06:28:54 [bca.uk] INFO: Scrape type for BX66%20ZNY: 2
2026-03-29 06:28:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY
2026-03-29 06:28:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61265425-67a6-5c08-b06a-b74e013ae691 with scrape type 2
2026-03-29 06:28:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61265425-67a6-5c08-b06a-b74e013ae691 with scrape type 2
2026-03-29 06:28:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61265425-67a6-5c08-b06a-b74e013ae691, identifier: BX66%20ZNY
2026-03-29 06:28:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX
2026-03-29 06:28:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX
2026-03-29 06:28:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX to the API
2026-03-29 06:28:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DVX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07ddc7eb-de98-537a-a825-d034b4d36272',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 DVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 7666,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE5R4305465',
 'year': 2024}
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVX%27 HTTP/1.1" 200 None
2026-03-29 06:28:55 [bca.uk] INFO: Saving data for MW74%20DVX: {'auction_closing_time': 1775124000.0, 'created_time': 1774476713.054216, 'last_price_update_time': 1774765735.134938}
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DVX') HTTP/1.1" 204 0
2026-03-29 06:28:55 [bca.uk] INFO: Found listing with ID: OW24%20UHX
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-29 06:28:55 [bca.uk] INFO: Scrape type for OW24%20UHX: 2
2026-03-29 06:28:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX
2026-03-29 06:28:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b17c7383-392b-5c6d-a404-cf92ef1ad9ff with scrape type 2
2026-03-29 06:28:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b17c7383-392b-5c6d-a404-cf92ef1ad9ff with scrape type 2
2026-03-29 06:28:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b17c7383-392b-5c6d-a404-cf92ef1ad9ff, identifier: OW24%20UHX
2026-03-29 06:28:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:28:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY
2026-03-29 06:28:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY
2026-03-29 06:28:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY to the API
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX66%20ZNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61265425-67a6-5c08-b06a-b74e013ae691',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX66 ZNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX66%20ZNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 108139,
 '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 C220 D 2.1 AMG LINE Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2054042F473422',
 'year': 2017}
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-29 06:28:55 [bca.uk] INFO: Saving data for BX66%20ZNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479750.948018, 'last_price_update_time': 1774765735.513265}
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX66%2520ZNY') HTTP/1.1" 204 0
2026-03-29 06:28:55 [bca.uk] INFO: Found listing with ID: MW74%20NRE
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NRE%27 HTTP/1.1" 200 None
2026-03-29 06:28:55 [bca.uk] INFO: Scrape type for MW74%20NRE: 2
2026-03-29 06:28:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE
2026-03-29 06:28:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd28f1b0-1267-5266-8df2-933add6e90a5 with scrape type 2
2026-03-29 06:28:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd28f1b0-1267-5266-8df2-933add6e90a5 with scrape type 2
2026-03-29 06:28:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd28f1b0-1267-5266-8df2-933add6e90a5, identifier: MW74%20NRE
2026-03-29 06:28:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX
2026-03-29 06:28:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX
2026-03-29 06:28:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX to the API
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW24%20UHX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b17c7383-392b-5c6d-a404-cf92ef1ad9ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW24 UHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW24%20UHX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SMART',
 'model': '#3',
 'odometer': 7397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SMART #3 200KW 66KWH PRO PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '200KW 66KWH PRO PLUS',
 'vin': 'HESCR1C48PS237024',
 'year': 2024}
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-29 06:28:55 [bca.uk] INFO: Saving data for OW24%20UHX: {'auction_closing_time': 1774854000.0, 'created_time': 1773908341.971085, 'last_price_update_time': 1774765735.892744}
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW24%2520UHX') HTTP/1.1" 204 0
2026-03-29 06:28:55 [bca.uk] INFO: Found listing with ID: FH17%20VKP
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 06:28:55 [bca.uk] INFO: Scrape type for FH17%20VKP: 2
2026-03-29 06:28:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP
2026-03-29 06:28:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with scrape type 2
2026-03-29 06:28:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with scrape type 2
2026-03-29 06:28:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8, identifier: FH17%20VKP
2026-03-29 06:28:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE
2026-03-29 06:28:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE
2026-03-29 06:28:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE to the API
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28: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:28:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20NRE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd28f1b0-1267-5266-8df2-933add6e90a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 NRE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20NRE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 5072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNEXR4305347',
 'year': 2024}
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NRE%27 HTTP/1.1" 200 None
2026-03-29 06:28:56 [bca.uk] INFO: Saving data for MW74%20NRE: {'auction_closing_time': 1775124000.0, 'created_time': 1774476933.043219, 'last_price_update_time': 1774765736.301036}
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520NRE') HTTP/1.1" 204 0
2026-03-29 06:28:56 [bca.uk] INFO: Found listing with ID: SC69%20FVG
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520FVG%27 HTTP/1.1" 200 None
2026-03-29 06:28:56 [bca.uk] INFO: Scrape type for SC69%20FVG: 2
2026-03-29 06:28:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG
2026-03-29 06:28:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e981ad54-ed6a-5712-ac12-a6e9af93bf3c with scrape type 2
2026-03-29 06:28:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e981ad54-ed6a-5712-ac12-a6e9af93bf3c with scrape type 2
2026-03-29 06:28:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e981ad54-ed6a-5712-ac12-a6e9af93bf3c, identifier: SC69%20FVG
2026-03-29 06:28:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP
2026-03-29 06:28:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP
2026-03-29 06:28:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP to the API
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28: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:28:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH17%20VKP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24d1ea1d-19b7-5f19-b44e-e2088a0318d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH17 VKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH17%20VKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 98687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZBN646601522451',
 'year': 2017}
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-29 06:28:56 [bca.uk] INFO: Saving data for FH17%20VKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774479801.959733, 'last_price_update_time': 1774765736.706632}
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH17%2520VKP') HTTP/1.1" 204 0
2026-03-29 06:28:56 [bca.uk] INFO: Found listing with ID: BP74%20DXT
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520DXT%27 HTTP/1.1" 200 None
2026-03-29 06:28:56 [bca.uk] INFO: Scrape type for BP74%20DXT: 2
2026-03-29 06:28:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT
2026-03-29 06:28:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with scrape type 2
2026-03-29 06:28:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with scrape type 2
2026-03-29 06:28:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051, identifier: BP74%20DXT
2026-03-29 06:28:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG
2026-03-29 06:28:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG
2026-03-29 06:28:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG to the API
2026-03-29 06:28:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28: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:28:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC69%20FVG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e981ad54-ed6a-5712-ac12-a6e9af93bf3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC69 FVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC69%20FVG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 27816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1770872J169143',
 'year': 2020}
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520FVG%27 HTTP/1.1" 200 None
2026-03-29 06:28:57 [bca.uk] INFO: Saving data for SC69%20FVG: {'auction_closing_time': 1774854000.0, 'created_time': 1773843613.289859, 'last_price_update_time': 1774765737.092743}
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC69%2520FVG') HTTP/1.1" 204 0
2026-03-29 06:28:57 [bca.uk] INFO: Found listing with ID: LL18%20EVB
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-29 06:28:57 [bca.uk] INFO: Scrape type for LL18%20EVB: 2
2026-03-29 06:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB
2026-03-29 06:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe3b079-d5db-5d4a-ae03-549880076566 with scrape type 2
2026-03-29 06:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe3b079-d5db-5d4a-ae03-549880076566 with scrape type 2
2026-03-29 06:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe3b079-d5db-5d4a-ae03-549880076566, identifier: LL18%20EVB
2026-03-29 06:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT
2026-03-29 06:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT
2026-03-29 06:28:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT to the API
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP74%20DXT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c5b1c25-603e-5b1b-9a80-dde7ab49a051',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP74 DXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP74%20DXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 12485,
 '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 DEFENDER 90 3.0 D350 AWD X-DYNAMIC HSE(3ST)H/T Van',
 'transmission': 'automatic',
 'trim': 'D350 AWD X-DYNAMIC HSE(3ST)H/T',
 'vin': 'SALEACAW7S2403108',
 'year': 2024}
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520DXT%27 HTTP/1.1" 200 None
2026-03-29 06:28:57 [bca.uk] INFO: Saving data for BP74%20DXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774476933.446055, 'last_price_update_time': 1774765737.482882}
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP74%2520DXT') HTTP/1.1" 204 0
2026-03-29 06:28:57 [bca.uk] INFO: Found listing with ID: DS23%20OED
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-29 06:28:57 [bca.uk] INFO: Scrape type for DS23%20OED: 2
2026-03-29 06:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED
2026-03-29 06:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f78b977a-5c42-56dd-bdf5-315a3a72d23f with scrape type 2
2026-03-29 06:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f78b977a-5c42-56dd-bdf5-315a3a72d23f with scrape type 2
2026-03-29 06:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f78b977a-5c42-56dd-bdf5-315a3a72d23f, identifier: DS23%20OED
2026-03-29 06:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB
2026-03-29 06:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB
2026-03-29 06:28:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB to the API
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 86,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL18%20EVB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dfe3b079-d5db-5d4a-ae03-549880076566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL18 EVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL18%20EVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 122578,
 'odometer_reading_unit': '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 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTKZ3BXX0R166435',
 'year': 2018}
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-29 06:28:57 [bca.uk] INFO: Saving data for LL18%20EVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774479742.978291, 'last_price_update_time': 1774765737.896075}
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520EVB') HTTP/1.1" 204 0
2026-03-29 06:28:57 [bca.uk] INFO: Found listing with ID: BJ25%20XSZ
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520XSZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:57 [bca.uk] INFO: Scrape type for BJ25%20XSZ: 2
2026-03-29 06:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ
2026-03-29 06:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce9e564f-ff56-5d0b-8fee-485864c62914 with scrape type 2
2026-03-29 06:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce9e564f-ff56-5d0b-8fee-485864c62914 with scrape type 2
2026-03-29 06:28:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce9e564f-ff56-5d0b-8fee-485864c62914, identifier: BJ25%20XSZ
2026-03-29 06:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED
2026-03-29 06:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED
2026-03-29 06:28:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED to the API
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS23%20OED-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f78b977a-5c42-56dd-bdf5-315a3a72d23f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS23 OED',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS23%20OED&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 28595,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 120 PRO L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 PRO L1 H1',
 'vin': 'VXEVBYHVMP7814497',
 'year': 2023}
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-29 06:28:58 [bca.uk] INFO: Saving data for DS23%20OED: {'auction_closing_time': 1774940400.0, 'created_time': 1773833561.692154, 'last_price_update_time': 1774765738.315617}
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS23%2520OED') HTTP/1.1" 204 0
2026-03-29 06:28:58 [bca.uk] INFO: Found listing with ID: MD66%20HPN
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-29 06:28:58 [bca.uk] INFO: Scrape type for MD66%20HPN: 2
2026-03-29 06:28:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN
2026-03-29 06:28:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 494474fd-baaa-543b-83ca-b3f50b58d8ba with scrape type 2
2026-03-29 06:28:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 494474fd-baaa-543b-83ca-b3f50b58d8ba with scrape type 2
2026-03-29 06:28:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 494474fd-baaa-543b-83ca-b3f50b58d8ba, identifier: MD66%20HPN
2026-03-29 06:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ
2026-03-29 06:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ
2026-03-29 06:28:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ to the API
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ25%20XSZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce9e564f-ff56-5d0b-8fee-485864c62914',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ25 XSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ25%20XSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 7805,
 '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 DEFENDER 90 3.0 D350 AWD X-DYNAMIC HSE(3ST)H/T Van',
 'transmission': 'automatic',
 'trim': 'D350 AWD X-DYNAMIC HSE(3ST)H/T',
 'vin': 'SALEACAW7S2432723',
 'year': 2025}
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520XSZ%27 HTTP/1.1" 200 None
2026-03-29 06:28:58 [bca.uk] INFO: Saving data for BJ25%20XSZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774476645.004552, 'last_price_update_time': 1774765738.72992}
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ25%2520XSZ') HTTP/1.1" 204 0
2026-03-29 06:28:58 [bca.uk] INFO: Found listing with ID: DS72%20PZK
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-29 06:28:58 [bca.uk] INFO: Scrape type for DS72%20PZK: 2
2026-03-29 06:28:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK
2026-03-29 06:28:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b31994d-4959-52c7-bc21-a3f54396a9fb with scrape type 2
2026-03-29 06:28:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b31994d-4959-52c7-bc21-a3f54396a9fb with scrape type 2
2026-03-29 06:28:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b31994d-4959-52c7-bc21-a3f54396a9fb, identifier: DS72%20PZK
2026-03-29 06:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN
2026-03-29 06:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN
2026-03-29 06:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN to the API
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD66%20HPN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '494474fd-baaa-543b-83ca-b3f50b58d8ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD66 HPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD66%20HPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 101130,
 '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 220 GTI DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 220 GTI DSG',
 'vin': 'WVWZZZAUZHW156972',
 'year': 2017}
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-29 06:28:59 [bca.uk] INFO: Saving data for MD66%20HPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479739.552598, 'last_price_update_time': 1774765739.203022}
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD66%2520HPN') HTTP/1.1" 204 0
2026-03-29 06:28:59 [bca.uk] INFO: Found listing with ID: VO24%20OOV
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:28:59 [bca.uk] INFO: Scrape type for VO24%20OOV: 2
2026-03-29 06:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV
2026-03-29 06:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 449e217b-77f4-537f-9831-4c0a770cc50f with scrape type 2
2026-03-29 06:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 449e217b-77f4-537f-9831-4c0a770cc50f with scrape type 2
2026-03-29 06:28:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 449e217b-77f4-537f-9831-4c0a770cc50f, identifier: VO24%20OOV
2026-03-29 06:28:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK
2026-03-29 06:28:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK
2026-03-29 06:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK to the API
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20PZK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b31994d-4959-52c7-bc21-a3f54396a9fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS72 PZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20PZK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 56420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2023-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': 'VXEYCBPFCNG022694',
 'year': 2023}
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-29 06:28:59 [bca.uk] INFO: Saving data for DS72%20PZK: {'auction_closing_time': 1774940400.0, 'created_time': 1774265741.847773, 'last_price_update_time': 1774765739.586086}
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520PZK') HTTP/1.1" 204 0
2026-03-29 06:28:59 [bca.uk] INFO: Found listing with ID: AX15%20XZF
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-29 06:28:59 [bca.uk] INFO: Scrape type for AX15%20XZF: 2
2026-03-29 06:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF
2026-03-29 06:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b88f0001-2096-5bd9-a358-54ba848d45a8 with scrape type 2
2026-03-29 06:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b88f0001-2096-5bd9-a358-54ba848d45a8 with scrape type 2
2026-03-29 06:28:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b88f0001-2096-5bd9-a358-54ba848d45a8, identifier: AX15%20XZF
2026-03-29 06:28:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV
2026-03-29 06:28:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV
2026-03-29 06:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV to the API
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20OOV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '449e217b-77f4-537f-9831-4c0a770cc50f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 OOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20OOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 21467,
 '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': 'VR3FPHNSTRY514956',
 'year': 2024}
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OOV%27 HTTP/1.1" 200 None
2026-03-29 06:28:59 [bca.uk] INFO: Saving data for VO24%20OOV: {'auction_closing_time': 1775124000.0, 'created_time': 1774476651.603588, 'last_price_update_time': 1774765739.983514}
2026-03-29 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520OOV') HTTP/1.1" 204 0
2026-03-29 06:29:00 [bca.uk] INFO: Found listing with ID: DV56%20JXP
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV56%2520JXP%27 HTTP/1.1" 200 None
2026-03-29 06:29:00 [bca.uk] INFO: Scrape type for DV56%20JXP: 2
2026-03-29 06:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69e0e99e-752d-57ce-be94-ad6b1ff13ff2 with identifier: DV56%20JXP
2026-03-29 06:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69e0e99e-752d-57ce-be94-ad6b1ff13ff2 with scrape type 2
2026-03-29 06:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69e0e99e-752d-57ce-be94-ad6b1ff13ff2 with scrape type 2
2026-03-29 06:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69e0e99e-752d-57ce-be94-ad6b1ff13ff2, identifier: DV56%20JXP
2026-03-29 06:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF
2026-03-29 06:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF
2026-03-29 06:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF to the API
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX15%20XZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b88f0001-2096-5bd9-a358-54ba848d45a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX15 XZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX15%20XZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 98412,
 '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 CDI EXECUTIVE SE TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI EXECUTIVE SE TIP',
 'vin': 'WDD2043022G404738',
 'year': 2015}
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-29 06:29:00 [bca.uk] INFO: Saving data for AX15%20XZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774479572.857414, 'last_price_update_time': 1774765740.3973}
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX15%2520XZF') HTTP/1.1" 204 0
2026-03-29 06:29:00 [bca.uk] INFO: Found listing with ID: FB19%20ABX
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520ABX%27 HTTP/1.1" 200 None
2026-03-29 06:29:00 [bca.uk] INFO: Scrape type for FB19%20ABX: 0
2026-03-29 06:29:00 [bca.uk] INFO: Found listing with ID: FM67%20FFV
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520FFV%27 HTTP/1.1" 200 None
2026-03-29 06:29:00 [bca.uk] INFO: Scrape type for FM67%20FFV: 2
2026-03-29 06:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV
2026-03-29 06:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3734ba6-443c-5b9f-a325-751d65dce4e4 with scrape type 2
2026-03-29 06:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3734ba6-443c-5b9f-a325-751d65dce4e4 with scrape type 2
2026-03-29 06:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3734ba6-443c-5b9f-a325-751d65dce4e4, identifier: FM67%20FFV
2026-03-29 06:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69e0e99e-752d-57ce-be94-ad6b1ff13ff2 with identifier: DV56%20JXP
2026-03-29 06:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69e0e99e-752d-57ce-be94-ad6b1ff13ff2 with identifier: DV56%20JXP
2026-03-29 06:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69e0e99e-752d-57ce-be94-ad6b1ff13ff2 with identifier: DV56%20JXP to the API
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV56%20JXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69e0e99e-752d-57ce-be94-ad6b1ff13ff2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV56 JXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV56%20JXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 246964,
 '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 VIVARO 2.9T 1.9 CDTI 100 LWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 100 LWB',
 'vin': 'W0LF7BCB67V609097',
 'year': 2006}
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV56%2520JXP%27 HTTP/1.1" 200 None
2026-03-29 06:29:00 [bca.uk] INFO: Saving data for DV56%20JXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774476951.14452, 'last_price_update_time': 1774765740.786576}
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV56%2520JXP') HTTP/1.1" 204 0
2026-03-29 06:29:00 [bca.uk] INFO: Found listing with ID: BL63%20AUT
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 06:29:00 [bca.uk] INFO: Scrape type for BL63%20AUT: 2
2026-03-29 06:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT
2026-03-29 06:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 962a3e66-8ca0-52ae-8da4-3a391610225e with scrape type 2
2026-03-29 06:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 962a3e66-8ca0-52ae-8da4-3a391610225e with scrape type 2
2026-03-29 06:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 962a3e66-8ca0-52ae-8da4-3a391610225e, identifier: BL63%20AUT
2026-03-29 06:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV
2026-03-29 06:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV
2026-03-29 06:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV to the API
2026-03-29 06:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM67%20FFV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3734ba6-443c-5b9f-a325-751d65dce4e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM67 FFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM67%20FFV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 134068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 TDI 190 QUATTRO SE EXEC.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SE EXEC.S-T',
 'vin': 'WAUZZZ4G7JN013340',
 'year': 2018}
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520FFV%27 HTTP/1.1" 200 None
2026-03-29 06:29:01 [bca.uk] INFO: Saving data for FM67%20FFV: {'auction_closing_time': 1775026800.0, 'created_time': 1773907436.103488, 'last_price_update_time': 1774765741.182313}
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM67%2520FFV') HTTP/1.1" 204 0
2026-03-29 06:29:01 [bca.uk] INFO: Found listing with ID: KS62%20AHO
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS62%2520AHO%27 HTTP/1.1" 200 None
2026-03-29 06:29:01 [bca.uk] INFO: Scrape type for KS62%20AHO: 2
2026-03-29 06:29:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e16cb541-b7e7-55ac-a366-cac24bcf3227 with identifier: KS62%20AHO
2026-03-29 06:29:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e16cb541-b7e7-55ac-a366-cac24bcf3227 with scrape type 2
2026-03-29 06:29:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e16cb541-b7e7-55ac-a366-cac24bcf3227 with scrape type 2
2026-03-29 06:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e16cb541-b7e7-55ac-a366-cac24bcf3227, identifier: KS62%20AHO
2026-03-29 06:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT
2026-03-29 06:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT
2026-03-29 06:29:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT to the API
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL63%20AUT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '962a3e66-8ca0-52ae-8da4-3a391610225e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL63 AUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL63%20AUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 80568,
 '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 ONE 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWSR32030T787714',
 'year': 2014}
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-29 06:29:01 [bca.uk] INFO: Saving data for BL63%20AUT: {'auction_closing_time': 1774864800.0, 'created_time': 1774476492.540665, 'last_price_update_time': 1774765741.590582}
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL63%2520AUT') HTTP/1.1" 204 0
2026-03-29 06:29:01 [bca.uk] INFO: Found listing with ID: KY17%20MBX
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520MBX%27 HTTP/1.1" 200 None
2026-03-29 06:29:01 [bca.uk] INFO: Scrape type for KY17%20MBX: 2
2026-03-29 06:29:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX
2026-03-29 06:29:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with scrape type 2
2026-03-29 06:29:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with scrape type 2
2026-03-29 06:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e, identifier: KY17%20MBX
2026-03-29 06:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e16cb541-b7e7-55ac-a366-cac24bcf3227 with identifier: KS62%20AHO
2026-03-29 06:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e16cb541-b7e7-55ac-a366-cac24bcf3227 with identifier: KS62%20AHO
2026-03-29 06:29:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e16cb541-b7e7-55ac-a366-cac24bcf3227 with identifier: KS62%20AHO to the API
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS62%20AHO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e16cb541-b7e7-55ac-a366-cac24bcf3227',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS62 AHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS62%20AHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 313',
 'odometer': 273747,
 '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 SPRINTER 313 2.1 CDI 3.5T LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T LWB H/R',
 'vin': 'WDB9066352S753614',
 'year': 2012}
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS62%2520AHO%27 HTTP/1.1" 200 None
2026-03-29 06:29:01 [bca.uk] INFO: Saving data for KS62%20AHO: {'auction_closing_time': 1774778400.0, 'created_time': 1774479399.450641, 'last_price_update_time': 1774765741.984573}
2026-03-29 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS62%2520AHO') HTTP/1.1" 204 0
2026-03-29 06:29:02 [bca.uk] INFO: Found listing with ID: ND13%20LJE
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-29 06:29:02 [bca.uk] INFO: Scrape type for ND13%20LJE: 2
2026-03-29 06:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE
2026-03-29 06:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59028490-94ba-5e97-be88-5efd1ffd7371 with scrape type 2
2026-03-29 06:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59028490-94ba-5e97-be88-5efd1ffd7371 with scrape type 2
2026-03-29 06:29:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59028490-94ba-5e97-be88-5efd1ffd7371, identifier: ND13%20LJE
2026-03-29 06:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX
2026-03-29 06:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX
2026-03-29 06:29:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX to the API
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY17%20MBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY17 MBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY17%20MBX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 101216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI ULTRA 150 SPORT Estate',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 150 SPORT',
 'vin': 'WAUZZZF4XGA097060',
 'year': 2017}
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520MBX%27 HTTP/1.1" 200 None
2026-03-29 06:29:02 [bca.uk] INFO: Saving data for KY17%20MBX: {'auction_closing_time': 1775026800.0, 'created_time': 1773833908.360211, 'last_price_update_time': 1774765742.371093}
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY17%2520MBX') HTTP/1.1" 204 0
2026-03-29 06:29:02 [bca.uk] INFO: Found listing with ID: MA75%20FOJ
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:02 [bca.uk] INFO: Scrape type for MA75%20FOJ: 2
2026-03-29 06:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ
2026-03-29 06:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with scrape type 2
2026-03-29 06:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with scrape type 2
2026-03-29 06:29:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c, identifier: MA75%20FOJ
2026-03-29 06:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE
2026-03-29 06:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE
2026-03-29 06:29:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE to the API
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND13%20LJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59028490-94ba-5e97-be88-5efd1ffd7371',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND13 LJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20LJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 69742,
 '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 C3 1.2 VTI 82 VTR+ Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 82 VTR+',
 'vin': 'VF7SCHMZ0DW607207',
 'year': 2013}
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-29 06:29:02 [bca.uk] INFO: Saving data for ND13%20LJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774476474.195899, 'last_price_update_time': 1774765742.774012}
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520LJE') HTTP/1.1" 204 0
2026-03-29 06:29:02 [bca.uk] INFO: Found listing with ID: YL67%20YBR
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520YBR%27 HTTP/1.1" 200 None
2026-03-29 06:29:02 [bca.uk] INFO: Scrape type for YL67%20YBR: 0
2026-03-29 06:29:02 [bca.uk] INFO: Found listing with ID: CU11%20FXP
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU11%2520FXP%27 HTTP/1.1" 200 None
2026-03-29 06:29:02 [bca.uk] INFO: Scrape type for CU11%20FXP: 2
2026-03-29 06:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebd36907-214f-50ff-91d0-b44e01c4ce58 with identifier: CU11%20FXP
2026-03-29 06:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebd36907-214f-50ff-91d0-b44e01c4ce58 with scrape type 2
2026-03-29 06:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebd36907-214f-50ff-91d0-b44e01c4ce58 with scrape type 2
2026-03-29 06:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebd36907-214f-50ff-91d0-b44e01c4ce58, identifier: CU11%20FXP
2026-03-29 06:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=glacier+white HTTP/1.1" 200 None
2026-03-29 06:29:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:29: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:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ
2026-03-29 06:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ to the API
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA75%20FOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'glacier white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA75 FOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20FOJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 3354,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19500,
 'price_includes_vat': False,
 'registration_date': '2025-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': 'VF1FL000974697963',
 'year': 2025}
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:03 [bca.uk] INFO: Saving data for MA75%20FOJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773824041.691565, 'last_price_update_time': 1774765743.41281}
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520FOJ') HTTP/1.1" 204 0
2026-03-29 06:29:03 [bca.uk] INFO: Found listing with ID: DU15%20PDZ
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:03 [bca.uk] INFO: Scrape type for DU15%20PDZ: 2
2026-03-29 06:29:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ
2026-03-29 06:29:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c99e6f57-605f-5610-a8e3-f57c7cbc8dac with scrape type 2
2026-03-29 06:29:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c99e6f57-605f-5610-a8e3-f57c7cbc8dac with scrape type 2
2026-03-29 06:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c99e6f57-605f-5610-a8e3-f57c7cbc8dac, identifier: DU15%20PDZ
2026-03-29 06:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebd36907-214f-50ff-91d0-b44e01c4ce58 with identifier: CU11%20FXP
2026-03-29 06:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebd36907-214f-50ff-91d0-b44e01c4ce58 with identifier: CU11%20FXP
2026-03-29 06:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebd36907-214f-50ff-91d0-b44e01c4ce58 with identifier: CU11%20FXP to the API
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU11%20FXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebd36907-214f-50ff-91d0-b44e01c4ce58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU11 FXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU11%20FXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 129465,
 '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 NAVARA 2.5 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCVND40U0429660',
 'year': 2011}
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU11%2520FXP%27 HTTP/1.1" 200 None
2026-03-29 06:29:03 [bca.uk] INFO: Saving data for CU11%20FXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774505024.565992, 'last_price_update_time': 1774765743.820197}
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU11%2520FXP') HTTP/1.1" 204 0
2026-03-29 06:29:03 [bca.uk] INFO: Found listing with ID: MJ72%20HRU
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-29 06:29:03 [bca.uk] INFO: Scrape type for MJ72%20HRU: 2
2026-03-29 06:29:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU
2026-03-29 06:29:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc36f2a-80c4-5282-873a-4d0576bb1777 with scrape type 2
2026-03-29 06:29:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc36f2a-80c4-5282-873a-4d0576bb1777 with scrape type 2
2026-03-29 06:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dc36f2a-80c4-5282-873a-4d0576bb1777, identifier: MJ72%20HRU
2026-03-29 06:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ
2026-03-29 06:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ
2026-03-29 06:29:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ to the API
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU15%20PDZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c99e6f57-605f-5610-a8e3-f57c7cbc8dac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU15 PDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU15%20PDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 85351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 ELITE Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE6ED1FG084021',
 'year': 2015}
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:04 [bca.uk] INFO: Saving data for DU15%20PDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476477.259401, 'last_price_update_time': 1774765744.217338}
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU15%2520PDZ') HTTP/1.1" 204 0
2026-03-29 06:29:04 [bca.uk] INFO: Found listing with ID: HJ70%20WBF
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520WBF%27 HTTP/1.1" 200 None
2026-03-29 06:29:04 [bca.uk] INFO: Scrape type for HJ70%20WBF: 2
2026-03-29 06:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a616159-fb09-562d-bc3f-d30f61139c23 with identifier: HJ70%20WBF
2026-03-29 06:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a616159-fb09-562d-bc3f-d30f61139c23 with scrape type 2
2026-03-29 06:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a616159-fb09-562d-bc3f-d30f61139c23 with scrape type 2
2026-03-29 06:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a616159-fb09-562d-bc3f-d30f61139c23, identifier: HJ70%20WBF
2026-03-29 06:29:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU
2026-03-29 06:29:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU
2026-03-29 06:29:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU to the API
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 251,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20HRU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7dc36f2a-80c4-5282-873a-4d0576bb1777',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ72 HRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20HRU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 116506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7200,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LH BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LH BUSINESS',
 'vin': 'VF1MA000469699022',
 'year': 2022}
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-29 06:29:04 [bca.uk] INFO: Saving data for MJ72%20HRU: {'auction_closing_time': 1774940400.0, 'created_time': 1774265732.949179, 'last_price_update_time': 1774765744.626733}
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520HRU') HTTP/1.1" 204 0
2026-03-29 06:29:04 [bca.uk] INFO: Found listing with ID: DA63%20VOD
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:29:04 [bca.uk] INFO: Scrape type for DA63%20VOD: 2
2026-03-29 06:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD
2026-03-29 06:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61864e08-ceb6-5702-88a5-a1a035a9e026 with scrape type 2
2026-03-29 06:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61864e08-ceb6-5702-88a5-a1a035a9e026 with scrape type 2
2026-03-29 06:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61864e08-ceb6-5702-88a5-a1a035a9e026, identifier: DA63%20VOD
2026-03-29 06:29:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a616159-fb09-562d-bc3f-d30f61139c23 with identifier: HJ70%20WBF
2026-03-29 06:29:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a616159-fb09-562d-bc3f-d30f61139c23 with identifier: HJ70%20WBF
2026-03-29 06:29:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a616159-fb09-562d-bc3f-d30f61139c23 with identifier: HJ70%20WBF to the API
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ70%20WBF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0a616159-fb09-562d-bc3f-d30f61139c23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ70 WBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ70%20WBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 35811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLT33595',
 'year': 2021}
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520WBF%27 HTTP/1.1" 200 None
2026-03-29 06:29:05 [bca.uk] INFO: Saving data for HJ70%20WBF: {'auction_closing_time': 1774778400.0, 'created_time': 1774505024.101602, 'last_price_update_time': 1774765745.013701}
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ70%2520WBF') HTTP/1.1" 204 0
2026-03-29 06:29:05 [bca.uk] INFO: Found listing with ID: NL22%20GOJ
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:05 [bca.uk] INFO: Scrape type for NL22%20GOJ: 2
2026-03-29 06:29:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ
2026-03-29 06:29:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with scrape type 2
2026-03-29 06:29:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with scrape type 2
2026-03-29 06:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f, identifier: NL22%20GOJ
2026-03-29 06:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD
2026-03-29 06:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD
2026-03-29 06:29:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD to the API
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA63%20VOD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61864e08-ceb6-5702-88a5-a1a035a9e026',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA63 VOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA63%20VOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'QASHQAI +2',
 'odometer': 126570,
 '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 +2 1.6 117 360 MPV',
 'transmission': 'manual',
 'trim': '117 360',
 'vin': 'SJNJAAJ10U7197652',
 'year': 2013}
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:29:05 [bca.uk] INFO: Saving data for DA63%20VOD: {'auction_closing_time': 1774864800.0, 'created_time': 1774476460.7843, 'last_price_update_time': 1774765745.399047}
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA63%2520VOD') HTTP/1.1" 204 0
2026-03-29 06:29:05 [bca.uk] INFO: Found listing with ID: WF70%20UUZ
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520UUZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:05 [bca.uk] INFO: Scrape type for WF70%20UUZ: 2
2026-03-29 06:29:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 793f6b02-dcaf-5a49-954b-727c2123253d with identifier: WF70%20UUZ
2026-03-29 06:29:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 793f6b02-dcaf-5a49-954b-727c2123253d with scrape type 2
2026-03-29 06:29:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 793f6b02-dcaf-5a49-954b-727c2123253d with scrape type 2
2026-03-29 06:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 793f6b02-dcaf-5a49-954b-727c2123253d, identifier: WF70%20UUZ
2026-03-29 06:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ
2026-03-29 06:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ
2026-03-29 06:29:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ to the API
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c5a3b819-c0fe-570e-8bdb-4a3dfa99458f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL22 GOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20GOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R18',
 'odometer': 1573,
 'odometer_reading_unit': '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 MOTORRAD R18 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'MOTORBIKE',
 'vin': 'WB10L1102M6E11866',
 'year': 2022}
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:05 [bca.uk] INFO: Saving data for NL22%20GOJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476917.573124, 'last_price_update_time': 1774765745.80072}
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520GOJ') HTTP/1.1" 204 0
2026-03-29 06:29:05 [bca.uk] INFO: Found listing with ID: GY15%20CYU
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 06:29:05 [bca.uk] INFO: Scrape type for GY15%20CYU: 2
2026-03-29 06:29:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU
2026-03-29 06:29:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d33e3a3-a725-58b7-b838-c12461088cab with scrape type 2
2026-03-29 06:29:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d33e3a3-a725-58b7-b838-c12461088cab with scrape type 2
2026-03-29 06:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d33e3a3-a725-58b7-b838-c12461088cab, identifier: GY15%20CYU
2026-03-29 06:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 793f6b02-dcaf-5a49-954b-727c2123253d with identifier: WF70%20UUZ
2026-03-29 06:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 793f6b02-dcaf-5a49-954b-727c2123253d with identifier: WF70%20UUZ
2026-03-29 06:29:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 793f6b02-dcaf-5a49-954b-727c2123253d with identifier: WF70%20UUZ to the API
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF70%20UUZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '793f6b02-dcaf-5a49-954b-727c2123253d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF70 UUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF70%20UUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FIAT',
 'model': 'FIORINO CARGO',
 'odometer': 49009,
 '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 FIORINO CARGO 1.3 M/JET 80 TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/JET 80 TECNICO S/S',
 'vin': 'ZFA22500006S49469',
 'year': 2020}
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520UUZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:06 [bca.uk] INFO: Saving data for WF70%20UUZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774505023.286353, 'last_price_update_time': 1774765746.189828}
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF70%2520UUZ') HTTP/1.1" 204 0
2026-03-29 06:29:06 [bca.uk] INFO: Found listing with ID: BN67%20YZR
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:29:06 [bca.uk] INFO: Scrape type for BN67%20YZR: 2
2026-03-29 06:29:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d5664fd-0c61-51f7-b291-dc9394891bd0 with identifier: BN67%20YZR
2026-03-29 06:29:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d5664fd-0c61-51f7-b291-dc9394891bd0 with scrape type 2
2026-03-29 06:29:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d5664fd-0c61-51f7-b291-dc9394891bd0 with scrape type 2
2026-03-29 06:29:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d5664fd-0c61-51f7-b291-dc9394891bd0, identifier: BN67%20YZR
2026-03-29 06:29:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU
2026-03-29 06:29:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU
2026-03-29 06:29:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU to the API
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY15%20CYU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d33e3a3-a725-58b7-b838-c12461088cab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY15 CYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY15%20CYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CARENS',
 'odometer': 87092,
 '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 CARENS 1.7 CRDI 134 3 MPV',
 'transmission': 'manual',
 'trim': 'CRDI 134 3',
 'vin': 'KNAHU815LF7112413',
 'year': 2015}
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-29 06:29:06 [bca.uk] INFO: Saving data for GY15%20CYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476464.308472, 'last_price_update_time': 1774765746.594217}
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY15%2520CYU') HTTP/1.1" 204 0
2026-03-29 06:29:06 [bca.uk] INFO: Found listing with ID: LP15%20JMU
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520JMU%27 HTTP/1.1" 200 None
2026-03-29 06:29:06 [bca.uk] INFO: Scrape type for LP15%20JMU: 2
2026-03-29 06:29:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42f63bb6-22eb-52b1-930a-8f372f81556c with identifier: LP15%20JMU
2026-03-29 06:29:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42f63bb6-22eb-52b1-930a-8f372f81556c with scrape type 2
2026-03-29 06:29:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42f63bb6-22eb-52b1-930a-8f372f81556c with scrape type 2
2026-03-29 06:29:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42f63bb6-22eb-52b1-930a-8f372f81556c, identifier: LP15%20JMU
2026-03-29 06:29:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d5664fd-0c61-51f7-b291-dc9394891bd0 with identifier: BN67%20YZR
2026-03-29 06:29:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d5664fd-0c61-51f7-b291-dc9394891bd0 with identifier: BN67%20YZR
2026-03-29 06:29:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d5664fd-0c61-51f7-b291-dc9394891bd0 with identifier: BN67%20YZR to the API
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN67%20YZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d5664fd-0c61-51f7-b291-dc9394891bd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN67 YZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN67%20YZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 73630,
 '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 CONNECT 1.5 TDCI 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRHA53273',
 'year': 2017}
2026-03-29 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:29:07 [bca.uk] INFO: Saving data for BN67%20YZR: {'auction_closing_time': 1774778400.0, 'created_time': 1774476926.940266, 'last_price_update_time': 1774765747.008373}
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN67%2520YZR') HTTP/1.1" 204 0
2026-03-29 06:29:07 [bca.uk] INFO: Found listing with ID: HG70%20HSV
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-29 06:29:07 [bca.uk] INFO: Scrape type for HG70%20HSV: 2
2026-03-29 06:29:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV
2026-03-29 06:29:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8280371b-f980-50c8-8e49-146666b32387 with scrape type 2
2026-03-29 06:29:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8280371b-f980-50c8-8e49-146666b32387 with scrape type 2
2026-03-29 06:29:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8280371b-f980-50c8-8e49-146666b32387, identifier: HG70%20HSV
2026-03-29 06:29:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42f63bb6-22eb-52b1-930a-8f372f81556c with identifier: LP15%20JMU
2026-03-29 06:29:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42f63bb6-22eb-52b1-930a-8f372f81556c with identifier: LP15%20JMU
2026-03-29 06:29:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42f63bb6-22eb-52b1-930a-8f372f81556c with identifier: LP15%20JMU to the API
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP15%20JMU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42f63bb6-22eb-52b1-930a-8f372f81556c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP15 JMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP15%20JMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'BOXER 330',
 'odometer': 184421,
 '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 BOXER 330 2.2 HDI 110 L1 H1 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 110 L1 H1 PROFESSIONAL',
 'vin': 'VF3YASMFA12871610',
 'year': 2015}
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520JMU%27 HTTP/1.1" 200 None
2026-03-29 06:29:07 [bca.uk] INFO: Saving data for LP15%20JMU: {'auction_closing_time': 1774778400.0, 'created_time': 1774505009.625708, 'last_price_update_time': 1774765747.501484}
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP15%2520JMU') HTTP/1.1" 204 0
2026-03-29 06:29:07 [bca.uk] INFO: Found listing with ID: YD65%20WLG
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-29 06:29:07 [bca.uk] INFO: Scrape type for YD65%20WLG: 2
2026-03-29 06:29:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG
2026-03-29 06:29:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3d7345-3de3-581c-8497-b9aecc808edc with scrape type 2
2026-03-29 06:29:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3d7345-3de3-581c-8497-b9aecc808edc with scrape type 2
2026-03-29 06:29:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de3d7345-3de3-581c-8497-b9aecc808edc, identifier: YD65%20WLG
2026-03-29 06:29:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:29:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV
2026-03-29 06:29:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV
2026-03-29 06:29:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV to the API
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG70%20HSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8280371b-f980-50c8-8e49-146666b32387',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG70 HSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG70%20HSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 28414,
 '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 Q7 3.0 55 TFSI QUATTRO BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': '55 TFSI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZ4MXMD018533',
 'year': 2021}
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-29 06:29:07 [bca.uk] INFO: Saving data for HG70%20HSV: {'auction_closing_time': 1774864800.0, 'created_time': 1774264769.31601, 'last_price_update_time': 1774765747.894432}
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG70%2520HSV') HTTP/1.1" 204 0
2026-03-29 06:29:07 [bca.uk] INFO: Found listing with ID: WP23%20RVN
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 06:29:07 [bca.uk] INFO: Scrape type for WP23%20RVN: 2
2026-03-29 06:29:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN
2026-03-29 06:29:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a2de36-e657-5b87-8c45-e2d6f333424b with scrape type 2
2026-03-29 06:29:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3a2de36-e657-5b87-8c45-e2d6f333424b with scrape type 2
2026-03-29 06:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3a2de36-e657-5b87-8c45-e2d6f333424b, identifier: WP23%20RVN
2026-03-29 06:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG
2026-03-29 06:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG
2026-03-29 06:29:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG to the API
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD65%20WLG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de3d7345-3de3-581c-8497-b9aecc808edc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD65 WLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD65%20WLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '518D',
 'odometer': 89390,
 '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 518D 2.0 150 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': '150 M SPORT STEP',
 'vin': 'WBA5E32010G357553',
 'year': 2015}
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-29 06:29:08 [bca.uk] INFO: Saving data for YD65%20WLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476923.198143, 'last_price_update_time': 1774765748.296623}
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD65%2520WLG') HTTP/1.1" 204 0
2026-03-29 06:29:08 [bca.uk] INFO: Found listing with ID: GV13%20WKW
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-29 06:29:08 [bca.uk] INFO: Scrape type for GV13%20WKW: 2
2026-03-29 06:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW
2026-03-29 06:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d30f8ce-a890-598e-8885-e5c2f5592bfd with scrape type 2
2026-03-29 06:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d30f8ce-a890-598e-8885-e5c2f5592bfd with scrape type 2
2026-03-29 06:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d30f8ce-a890-598e-8885-e5c2f5592bfd, identifier: GV13%20WKW
2026-03-29 06:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN
2026-03-29 06:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN
2026-03-29 06:29:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN to the API
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20RVN-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b3a2de36-e657-5b87-8c45-e2d6f333424b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP23 RVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20RVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 850',
 'odometer': 14457,
 '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 MOTORRAD F 850 GS TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS TE MOTORBIKE',
 'vin': 'WB10B0907P6H61063',
 'year': 2023}
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 06:29:08 [bca.uk] INFO: Saving data for WP23%20RVN: {'auction_closing_time': 1775124000.0, 'created_time': 1774505012.438497, 'last_price_update_time': 1774765748.68298}
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520RVN') HTTP/1.1" 204 0
2026-03-29 06:29:08 [bca.uk] INFO: Found listing with ID: NA20%20NSK
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-29 06:29:08 [bca.uk] INFO: Scrape type for NA20%20NSK: 2
2026-03-29 06:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK
2026-03-29 06:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with scrape type 2
2026-03-29 06:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with scrape type 2
2026-03-29 06:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e, identifier: NA20%20NSK
2026-03-29 06:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW
2026-03-29 06:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW
2026-03-29 06:29:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW to the API
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV13%20WKW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d30f8ce-a890-598e-8885-e5c2f5592bfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV13 WKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV13%20WKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 93274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 105 SE DSG',
 'vin': 'WVWZZZAUZEP008917',
 'year': 2013}
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-29 06:29:09 [bca.uk] INFO: Saving data for GV13%20WKW: {'auction_closing_time': 1774864800.0, 'created_time': 1774476440.765456, 'last_price_update_time': 1774765749.06636}
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV13%2520WKW') HTTP/1.1" 204 0
2026-03-29 06:29:09 [bca.uk] INFO: Found listing with ID: E8%20LCL
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E8%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 06:29:09 [bca.uk] INFO: Scrape type for E8%20LCL: 2
2026-03-29 06:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d7b99a6-58f5-5a5d-a1a4-673eacade097 with identifier: E8%20LCL
2026-03-29 06:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d7b99a6-58f5-5a5d-a1a4-673eacade097 with scrape type 2
2026-03-29 06:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d7b99a6-58f5-5a5d-a1a4-673eacade097 with scrape type 2
2026-03-29 06:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d7b99a6-58f5-5a5d-a1a4-673eacade097, identifier: E8%20LCL
2026-03-29 06:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK
2026-03-29 06:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK
2026-03-29 06:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK to the API
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA20%20NSK-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '680c2f49-cf4e-53b5-a7de-bf70dfafbc3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA20 NSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20NSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 7060,
 '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 MOTORRAD F 900 XR MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'XR MOTORBIKE',
 'vin': 'WB10K2100L6D34700',
 'year': 2020}
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-29 06:29:09 [bca.uk] INFO: Saving data for NA20%20NSK: {'auction_closing_time': 1775124000.0, 'created_time': 1774476911.927995, 'last_price_update_time': 1774765749.452895}
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520NSK') HTTP/1.1" 204 0
2026-03-29 06:29:09 [bca.uk] INFO: Found listing with ID: DY68%20MOA
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-29 06:29:09 [bca.uk] INFO: Scrape type for DY68%20MOA: 2
2026-03-29 06:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA
2026-03-29 06:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d859e5e-815c-5847-a851-116ad807b8c5 with scrape type 2
2026-03-29 06:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d859e5e-815c-5847-a851-116ad807b8c5 with scrape type 2
2026-03-29 06:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d859e5e-815c-5847-a851-116ad807b8c5, identifier: DY68%20MOA
2026-03-29 06:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d7b99a6-58f5-5a5d-a1a4-673eacade097 with identifier: E8%20LCL
2026-03-29 06:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d7b99a6-58f5-5a5d-a1a4-673eacade097 with identifier: E8%20LCL
2026-03-29 06:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d7b99a6-58f5-5a5d-a1a4-673eacade097 with identifier: E8%20LCL to the API
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 260,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=E8%20LCL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d7b99a6-58f5-5a5d-a1a4-673eacade097',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'E8 LCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=E8%20LCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 40340,
 '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 L3 CrewCab Tipper',
 'transmission': 'manual',
 'trim': 'EBL 130 L3',
 'vin': 'WF0CXXTTRCLS23888',
 'year': 2021}
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E8%2520LCL%27 HTTP/1.1" 200 None
2026-03-29 06:29:09 [bca.uk] INFO: Saving data for E8%20LCL: {'auction_closing_time': 1774778400.0, 'created_time': 1774505013.41852, 'last_price_update_time': 1774765749.837301}
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='E8%2520LCL') HTTP/1.1" 204 0
2026-03-29 06:29:09 [bca.uk] INFO: Found listing with ID: YR15%20UCP
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520UCP%27 HTTP/1.1" 200 None
2026-03-29 06:29:09 [bca.uk] INFO: Scrape type for YR15%20UCP: 2
2026-03-29 06:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b4c98b-d44f-5141-947e-73feac43d9d8 with identifier: YR15%20UCP
2026-03-29 06:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b4c98b-d44f-5141-947e-73feac43d9d8 with scrape type 2
2026-03-29 06:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b4c98b-d44f-5141-947e-73feac43d9d8 with scrape type 2
2026-03-29 06:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b4c98b-d44f-5141-947e-73feac43d9d8, identifier: YR15%20UCP
2026-03-29 06:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA
2026-03-29 06:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA
2026-03-29 06:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA to the API
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY68%20MOA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d859e5e-815c-5847-a851-116ad807b8c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY68 MOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY68%20MOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 56473,
 'odometer_reading_unit': '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': 'W0V0XEP68K4010798',
 'year': 2018}
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-29 06:29:10 [bca.uk] INFO: Saving data for DY68%20MOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774476443.29146, 'last_price_update_time': 1774765750.23295}
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520MOA') HTTP/1.1" 204 0
2026-03-29 06:29:10 [bca.uk] INFO: Found listing with ID: FT73%20MXW
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT73%2520MXW%27 HTTP/1.1" 200 None
2026-03-29 06:29:10 [bca.uk] INFO: Scrape type for FT73%20MXW: 2
2026-03-29 06:29:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 330df5d7-3e38-56b8-8c6d-572e564025bc with identifier: FT73%20MXW
2026-03-29 06:29:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 330df5d7-3e38-56b8-8c6d-572e564025bc with scrape type 2
2026-03-29 06:29:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 330df5d7-3e38-56b8-8c6d-572e564025bc with scrape type 2
2026-03-29 06:29:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 330df5d7-3e38-56b8-8c6d-572e564025bc, identifier: FT73%20MXW
2026-03-29 06:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b4c98b-d44f-5141-947e-73feac43d9d8 with identifier: YR15%20UCP
2026-03-29 06:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b4c98b-d44f-5141-947e-73feac43d9d8 with identifier: YR15%20UCP
2026-03-29 06:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b4c98b-d44f-5141-947e-73feac43d9d8 with identifier: YR15%20UCP to the API
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR15%20UCP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4b4c98b-d44f-5141-947e-73feac43d9d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR15 UCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR15%20UCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 94577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PEG42722',
 'year': 2015}
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520UCP%27 HTTP/1.1" 200 None
2026-03-29 06:29:10 [bca.uk] INFO: Saving data for YR15%20UCP: {'auction_closing_time': 1774778400.0, 'created_time': 1774476913.170592, 'last_price_update_time': 1774765750.625727}
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR15%2520UCP') HTTP/1.1" 204 0
2026-03-29 06:29:10 [bca.uk] INFO: Total items found: 100
2026-03-29 06:29:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded
2026-03-29 06:29:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:29:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:29:10 [bca.uk] INFO: Found listing with ID: GL21%20VFF
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:29:10 [bca.uk] INFO: Scrape type for GL21%20VFF: 2
2026-03-29 06:29:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF
2026-03-29 06:29:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b89f3d-8671-5d10-9478-e4861a601fbe with scrape type 2
2026-03-29 06:29:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1b89f3d-8671-5d10-9478-e4861a601fbe with scrape type 2
2026-03-29 06:29:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1b89f3d-8671-5d10-9478-e4861a601fbe, identifier: GL21%20VFF
2026-03-29 06:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 330df5d7-3e38-56b8-8c6d-572e564025bc with identifier: FT73%20MXW
2026-03-29 06:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 330df5d7-3e38-56b8-8c6d-572e564025bc with identifier: FT73%20MXW
2026-03-29 06:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 330df5d7-3e38-56b8-8c6d-572e564025bc with identifier: FT73%20MXW to the API
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT73%20MXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '330df5d7-3e38-56b8-8c6d-572e564025bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT73 MXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT73%20MXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 38651,
 '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.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE X 4WD',
 'vin': 'AHTBA3CD106273731',
 'year': 2024}
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT73%2520MXW%27 HTTP/1.1" 200 None
2026-03-29 06:29:11 [bca.uk] INFO: Saving data for FT73%20MXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774505012.906638, 'last_price_update_time': 1774765751.044199}
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT73%2520MXW') HTTP/1.1" 204 0
2026-03-29 06:29:11 [bca.uk] INFO: Found listing with ID: CU72%20NHH
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 06:29:11 [bca.uk] INFO: Scrape type for CU72%20NHH: 2
2026-03-29 06:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH
2026-03-29 06:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de51391-8b07-55ca-8aac-beb5af8fac67 with scrape type 2
2026-03-29 06:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de51391-8b07-55ca-8aac-beb5af8fac67 with scrape type 2
2026-03-29 06:29:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2de51391-8b07-55ca-8aac-beb5af8fac67, identifier: CU72%20NHH
2026-03-29 06:29:11 [scrapy.extensions.logstats] INFO: Crawled 144 pages (at 7 pages/min), scraped 3277 items (at 129 items/min)
2026-03-29 06:29:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:29:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:29:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:29:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF
2026-03-29 06:29:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF
2026-03-29 06:29:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF to the API
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20VFF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c1b89f3d-8671-5d10-9478-e4861a601fbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 VFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20VFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 107549,
 '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 GT EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSULL096116',
 'year': 2021}
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-29 06:29:11 [bca.uk] INFO: Saving data for GL21%20VFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774265113.41178, 'last_price_update_time': 1774765751.448811}
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520VFF') HTTP/1.1" 204 0
2026-03-29 06:29:11 [bca.uk] INFO: Found listing with ID: RJ69%20LVN
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LVN%27 HTTP/1.1" 200 None
2026-03-29 06:29:11 [bca.uk] INFO: Scrape type for RJ69%20LVN: 2
2026-03-29 06:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa53e1e-6a3a-570b-a376-41ff4d646f57 with identifier: RJ69%20LVN
2026-03-29 06:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa53e1e-6a3a-570b-a376-41ff4d646f57 with scrape type 2
2026-03-29 06:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa53e1e-6a3a-570b-a376-41ff4d646f57 with scrape type 2
2026-03-29 06:29:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aa53e1e-6a3a-570b-a376-41ff4d646f57, identifier: RJ69%20LVN
2026-03-29 06:29:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH
2026-03-29 06:29:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH
2026-03-29 06:29:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH to the API
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU72%20NHH-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '2de51391-8b07-55ca-8aac-beb5af8fac67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU72 NHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU72%20NHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 6381,
 'odometer_reading_unit': '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 MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1108P6G71030',
 'year': 2022}
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 06:29:11 [bca.uk] INFO: Saving data for CU72%20NHH: {'auction_closing_time': 1775124000.0, 'created_time': 1774476884.81146, 'last_price_update_time': 1774765751.92011}
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU72%2520NHH') HTTP/1.1" 204 0
2026-03-29 06:29:11 [bca.uk] INFO: Found listing with ID: WG14%20MKX
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520MKX%27 HTTP/1.1" 200 None
2026-03-29 06:29:11 [bca.uk] INFO: Scrape type for WG14%20MKX: 2
2026-03-29 06:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX
2026-03-29 06:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4864dbb5-1973-55b5-af0c-757c5d5a3077 with scrape type 2
2026-03-29 06:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4864dbb5-1973-55b5-af0c-757c5d5a3077 with scrape type 2
2026-03-29 06:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4864dbb5-1973-55b5-af0c-757c5d5a3077, identifier: WG14%20MKX
2026-03-29 06:29: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:29:12 [bca.uk] INFO: Found listing with ID: ME23%20HPF
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-29 06:29:12 [bca.uk] INFO: Scrape type for ME23%20HPF: 2
2026-03-29 06:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF
2026-03-29 06:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce884908-4384-5898-962d-da71b12768a3 with scrape type 2
2026-03-29 06:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce884908-4384-5898-962d-da71b12768a3 with scrape type 2
2026-03-29 06:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce884908-4384-5898-962d-da71b12768a3, identifier: ME23%20HPF
2026-03-29 06:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aa53e1e-6a3a-570b-a376-41ff4d646f57 with identifier: RJ69%20LVN
2026-03-29 06:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aa53e1e-6a3a-570b-a376-41ff4d646f57 with identifier: RJ69%20LVN
2026-03-29 06:29:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aa53e1e-6a3a-570b-a376-41ff4d646f57 with identifier: RJ69%20LVN to the API
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ69%20LVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5aa53e1e-6a3a-570b-a376-41ff4d646f57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ69 LVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ69%20LVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 57957,
 'odometer_reading_unit': '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 AMAROK A33 3.0 V6 TDI 204 BMT HIGHLINE 4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 204 BMT HIGHLINE 4M',
 'vin': 'WV1ZZZ2HZLH008770',
 'year': 2019}
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LVN%27 HTTP/1.1" 200 None
2026-03-29 06:29:12 [bca.uk] INFO: Saving data for RJ69%20LVN: {'auction_closing_time': 1774778400.0, 'created_time': 1774505010.525645, 'last_price_update_time': 1774765752.492591}
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ69%2520LVN') HTTP/1.1" 204 0
2026-03-29 06:29:12 [bca.uk] INFO: Found listing with ID: CU22%20NHB
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-29 06:29:12 [bca.uk] INFO: Scrape type for CU22%20NHB: 2
2026-03-29 06:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB
2026-03-29 06:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06639fb-c70e-52b6-aafa-b18ed95ec297 with scrape type 2
2026-03-29 06:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06639fb-c70e-52b6-aafa-b18ed95ec297 with scrape type 2
2026-03-29 06:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06639fb-c70e-52b6-aafa-b18ed95ec297, identifier: CU22%20NHB
2026-03-29 06:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ice+blue HTTP/1.1" 200 None
2026-03-29 06:29:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:29: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:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX
2026-03-29 06:29:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX to the API
2026-03-29 06:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG14%20MKX-GB',
 'category': 'Car',
 'color': 'ice blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4864dbb5-1973-55b5-af0c-757c5d5a3077',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG14 MKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG14%20MKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'ONE CLUBMAN',
 'odometer': 130340,
 '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 ONE CLUBMAN 1.6 D Estate',
 'transmission': 'manual',
 'trim': 'D',
 'vin': 'WMWZH12070T715050',
 'year': 2014}
2026-03-29 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520MKX%27 HTTP/1.1" 200 None
2026-03-29 06:29:13 [bca.uk] INFO: Saving data for WG14%20MKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774045149.771194, 'last_price_update_time': 1774765753.884882}
2026-03-29 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG14%2520MKX') HTTP/1.1" 204 0
2026-03-29 06:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF
2026-03-29 06:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF
2026-03-29 06:29:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF to the API
2026-03-29 06:29:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 293,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME23%20HPF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce884908-4384-5898-962d-da71b12768a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ME23 HPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME23%20HPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 49226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANA01504',
 'year': 2023}
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-29 06:29:14 [bca.uk] INFO: Saving data for ME23%20HPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774476409.046837, 'last_price_update_time': 1774765754.16001}
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME23%2520HPF') HTTP/1.1" 204 0
2026-03-29 06:29:14 [bca.uk] INFO: Found listing with ID: VX72%20GWK
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520GWK%27 HTTP/1.1" 200 None
2026-03-29 06:29:14 [bca.uk] INFO: Scrape type for VX72%20GWK: 2
2026-03-29 06:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK
2026-03-29 06:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with scrape type 2
2026-03-29 06:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with scrape type 2
2026-03-29 06:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a5302b8-7c7b-5f70-b753-09ebac6629e9, identifier: VX72%20GWK
2026-03-29 06:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB
2026-03-29 06:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB
2026-03-29 06:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB to the API
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU22%20NHB-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c06639fb-c70e-52b6-aafa-b18ed95ec297',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU22 NHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU22%20NHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 9126,
 'odometer_reading_unit': '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 MOTORRAD R 1250 GS TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS TE MOTORBIKE',
 'vin': 'WB10M0105N6F12103',
 'year': 2022}
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-29 06:29:14 [bca.uk] INFO: Saving data for CU22%20NHB: {'auction_closing_time': 1775124000.0, 'created_time': 1774476880.724031, 'last_price_update_time': 1774765754.545178}
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU22%2520NHB') HTTP/1.1" 204 0
2026-03-29 06:29:14 [bca.uk] INFO: Found listing with ID: WX64%20BSZ
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX64%2520BSZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:14 [bca.uk] INFO: Scrape type for WX64%20BSZ: 2
2026-03-29 06:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ
2026-03-29 06:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with scrape type 2
2026-03-29 06:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with scrape type 2
2026-03-29 06:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c272ac9-05f9-5910-b5d4-55454f04c6f5, identifier: WX64%20BSZ
2026-03-29 06:29:14 [bca.uk] INFO: Found listing with ID: CE62%20FOV
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-29 06:29:14 [bca.uk] INFO: Scrape type for CE62%20FOV: 2
2026-03-29 06:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV
2026-03-29 06:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 261ded90-d372-59bd-96dd-58103aec5506 with scrape type 2
2026-03-29 06:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 261ded90-d372-59bd-96dd-58103aec5506 with scrape type 2
2026-03-29 06:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 261ded90-d372-59bd-96dd-58103aec5506, identifier: CE62%20FOV
2026-03-29 06:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK
2026-03-29 06:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK
2026-03-29 06:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK to the API
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX72%20GWK-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '1a5302b8-7c7b-5f70-b753-09ebac6629e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX72 GWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX72%20GWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R18',
 'odometer': 4021,
 'odometer_reading_unit': '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 MOTORRAD R18 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'MOTORBIKE',
 'vin': 'WB10L110XM6E53346',
 'year': 2022}
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520GWK%27 HTTP/1.1" 200 None
2026-03-29 06:29:15 [bca.uk] INFO: Saving data for VX72%20GWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774505012.025756, 'last_price_update_time': 1774765755.04212}
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX72%2520GWK') HTTP/1.1" 204 0
2026-03-29 06:29:15 [bca.uk] INFO: Found listing with ID: BX13%20TGK
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-29 06:29:15 [bca.uk] INFO: Scrape type for BX13%20TGK: 2
2026-03-29 06:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK
2026-03-29 06:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bdc8e3a-5629-51df-b388-d615d2576737 with scrape type 2
2026-03-29 06:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bdc8e3a-5629-51df-b388-d615d2576737 with scrape type 2
2026-03-29 06:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bdc8e3a-5629-51df-b388-d615d2576737, identifier: BX13%20TGK
2026-03-29 06:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ
2026-03-29 06:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ
2026-03-29 06:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ to the API
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX64%20BSZ-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c272ac9-05f9-5910-b5d4-55454f04c6f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX64 BSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX64%20BSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'FRONTIER',
 'odometer': 14801,
 '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': 'AUTO-TRAIL FRONTIER 2.3 DAKOTA MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'DAKOTA MOTORHOME',
 'vin': 'ZFA25000002496365',
 'year': 2014}
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX64%2520BSZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:15 [bca.uk] INFO: Saving data for WX64%20BSZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774479223.834026, 'last_price_update_time': 1774765755.426337}
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX64%2520BSZ') HTTP/1.1" 204 0
2026-03-29 06:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV
2026-03-29 06:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV
2026-03-29 06:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV to the API
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE62%20FOV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '261ded90-d372-59bd-96dd-58103aec5506',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE62 FOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE62%20FOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 147533,
 '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 A4 2.0 TDI 143 SE TECHNIK M-T Saloon',
 'transmission': 'manual',
 'trim': 'TDI 143 SE TECHNIK M-T',
 'vin': 'WAUZZZ8K5DA103418',
 'year': 2012}
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-29 06:29:15 [bca.uk] INFO: Saving data for CE62%20FOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476396.700573, 'last_price_update_time': 1774765755.71132}
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE62%2520FOV') HTTP/1.1" 204 0
2026-03-29 06:29:15 [bca.uk] INFO: Found listing with ID: NX69%20SXL
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520SXL%27 HTTP/1.1" 200 None
2026-03-29 06:29:15 [bca.uk] INFO: Scrape type for NX69%20SXL: 2
2026-03-29 06:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c15a9d9-d8ef-5b51-ad69-2521841dad58 with identifier: NX69%20SXL
2026-03-29 06:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c15a9d9-d8ef-5b51-ad69-2521841dad58 with scrape type 2
2026-03-29 06:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c15a9d9-d8ef-5b51-ad69-2521841dad58 with scrape type 2
2026-03-29 06:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c15a9d9-d8ef-5b51-ad69-2521841dad58, identifier: NX69%20SXL
2026-03-29 06:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK
2026-03-29 06:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK
2026-03-29 06:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK to the API
2026-03-29 06:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX13%20TGK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bdc8e3a-5629-51df-b388-d615d2576737',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX13 TGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX13%20TGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 80090,
 '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.2 60 MATCH Hatchback',
 'transmission': 'manual',
 'trim': '60 MATCH',
 'vin': 'WVWZZZ6RZDU036893',
 'year': 2013}
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-29 06:29:16 [bca.uk] INFO: Saving data for BX13%20TGK: {'auction_closing_time': 1774864800.0, 'created_time': 1774476832.281434, 'last_price_update_time': 1774765756.12705}
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX13%2520TGK') HTTP/1.1" 204 0
2026-03-29 06:29:16 [bca.uk] INFO: Found listing with ID: BN09%20FJU
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520FJU%27 HTTP/1.1" 200 None
2026-03-29 06:29:16 [bca.uk] INFO: Scrape type for BN09%20FJU: 2
2026-03-29 06:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU
2026-03-29 06:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with scrape type 2
2026-03-29 06:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with scrape type 2
2026-03-29 06:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a2ab1b8-d38a-5a74-9f02-1731535b6091, identifier: BN09%20FJU
2026-03-29 06:29:16 [bca.uk] INFO: Found listing with ID: WP21%20PWO
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-29 06:29:16 [bca.uk] INFO: Scrape type for WP21%20PWO: 2
2026-03-29 06:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO
2026-03-29 06:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc261f5-2f19-54fd-832f-58712a1c68e9 with scrape type 2
2026-03-29 06:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc261f5-2f19-54fd-832f-58712a1c68e9 with scrape type 2
2026-03-29 06:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbc261f5-2f19-54fd-832f-58712a1c68e9, identifier: WP21%20PWO
2026-03-29 06:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c15a9d9-d8ef-5b51-ad69-2521841dad58 with identifier: NX69%20SXL
2026-03-29 06:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c15a9d9-d8ef-5b51-ad69-2521841dad58 with identifier: NX69%20SXL
2026-03-29 06:29:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c15a9d9-d8ef-5b51-ad69-2521841dad58 with identifier: NX69%20SXL to the API
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX69%20SXL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c15a9d9-d8ef-5b51-ad69-2521841dad58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX69 SXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX69%20SXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LDV',
 'model': 'V80',
 'odometer': 61035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LDV V80 2.5 TD LWB Tipper',
 'transmission': 'manual',
 'trim': 'TD LWB',
 'vin': 'LSH14JTC1GA620185',
 'year': 2019}
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520SXL%27 HTTP/1.1" 200 None
2026-03-29 06:29:16 [bca.uk] INFO: Saving data for NX69%20SXL: {'auction_closing_time': 1774778400.0, 'created_time': 1774505008.779757, 'last_price_update_time': 1774765756.621065}
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX69%2520SXL') HTTP/1.1" 204 0
2026-03-29 06:29:16 [bca.uk] INFO: Found listing with ID: DN69%20AEV
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520AEV%27 HTTP/1.1" 200 None
2026-03-29 06:29:16 [bca.uk] INFO: Scrape type for DN69%20AEV: 2
2026-03-29 06:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed7035ad-f541-593c-b8d2-b31ffa4de013 with identifier: DN69%20AEV
2026-03-29 06:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed7035ad-f541-593c-b8d2-b31ffa4de013 with scrape type 2
2026-03-29 06:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed7035ad-f541-593c-b8d2-b31ffa4de013 with scrape type 2
2026-03-29 06:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed7035ad-f541-593c-b8d2-b31ffa4de013, identifier: DN69%20AEV
2026-03-29 06:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU
2026-03-29 06:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU
2026-03-29 06:29:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU to the API
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN09%20FJU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a2ab1b8-d38a-5a74-9f02-1731535b6091',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN09 FJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN09%20FJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 114456,
 '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.2 I-VTEC SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC SE',
 'vin': 'JHMGG17309S205028',
 'year': 2009}
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520FJU%27 HTTP/1.1" 200 None
2026-03-29 06:29:17 [bca.uk] INFO: Saving data for BN09%20FJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477294.142837, 'last_price_update_time': 1774765757.106888}
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN09%2520FJU') HTTP/1.1" 204 0
2026-03-29 06:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO
2026-03-29 06:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO
2026-03-29 06:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO to the API
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP21%20PWO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fbc261f5-2f19-54fd-832f-58712a1c68e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP21 PWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP21%20PWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q8',
 'odometer': 95683,
 '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 Q8 3.0 55 TFSI QUATTRO BLACK ED.TIP Coupe',
 'transmission': 'manual',
 'trim': '55 TFSI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZF11MD034770',
 'year': 2021}
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-29 06:29:17 [bca.uk] INFO: Saving data for WP21%20PWO: {'auction_closing_time': 1774864800.0, 'created_time': 1773840987.586522, 'last_price_update_time': 1774765757.407181}
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP21%2520PWO') HTTP/1.1" 204 0
2026-03-29 06:29:17 [bca.uk] INFO: Found listing with ID: EA67%20WLP
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520WLP%27 HTTP/1.1" 200 None
2026-03-29 06:29:17 [bca.uk] INFO: Scrape type for EA67%20WLP: 2
2026-03-29 06:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78 with identifier: EA67%20WLP
2026-03-29 06:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78 with scrape type 2
2026-03-29 06:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78 with scrape type 2
2026-03-29 06:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78, identifier: EA67%20WLP
2026-03-29 06:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed7035ad-f541-593c-b8d2-b31ffa4de013 with identifier: DN69%20AEV
2026-03-29 06:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed7035ad-f541-593c-b8d2-b31ffa4de013 with identifier: DN69%20AEV
2026-03-29 06:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed7035ad-f541-593c-b8d2-b31ffa4de013 with identifier: DN69%20AEV to the API
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN69%20AEV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed7035ad-f541-593c-b8d2-b31ffa4de013',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN69 AEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN69%20AEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 97426,
 'odometer_reading_unit': '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': 'W0VZT6EJ5K1043965',
 'year': 2019}
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520AEV%27 HTTP/1.1" 200 None
2026-03-29 06:29:17 [bca.uk] INFO: Saving data for DN69%20AEV: {'auction_closing_time': 1774778400.0, 'created_time': 1774476876.449806, 'last_price_update_time': 1774765757.788485}
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN69%2520AEV') HTTP/1.1" 204 0
2026-03-29 06:29:17 [bca.uk] INFO: Found listing with ID: EJ52%20FWV
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ52%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:29:17 [bca.uk] INFO: Scrape type for EJ52%20FWV: 2
2026-03-29 06:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV
2026-03-29 06:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38a98373-f0d1-58b2-bdbd-6db15e814f44 with scrape type 2
2026-03-29 06:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38a98373-f0d1-58b2-bdbd-6db15e814f44 with scrape type 2
2026-03-29 06:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38a98373-f0d1-58b2-bdbd-6db15e814f44, identifier: EJ52%20FWV
2026-03-29 06:29:17 [bca.uk] INFO: Found listing with ID: KP66%20LND
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-29 06:29:17 [bca.uk] INFO: Scrape type for KP66%20LND: 2
2026-03-29 06:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND
2026-03-29 06:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with scrape type 2
2026-03-29 06:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with scrape type 2
2026-03-29 06:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2, identifier: KP66%20LND
2026-03-29 06:29:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78 with identifier: EA67%20WLP
2026-03-29 06:29:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78 with identifier: EA67%20WLP
2026-03-29 06:29:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b4d5e91-0cde-5091-a3b5-93ffecdbbb78 with identifier: EA67%20WLP to the API
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA67%20WLP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b4d5e91-0cde-5091-a3b5-93ffecdbbb78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA67 WLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA67%20WLP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 65635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4800,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 140 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE',
 'vin': 'WF0JXXGAHJHK65822',
 'year': 2017}
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520WLP%27 HTTP/1.1" 200 None
2026-03-29 06:29:18 [bca.uk] INFO: Saving data for EA67%20WLP: {'auction_closing_time': 1775026800.0, 'created_time': 1773829611.676691, 'last_price_update_time': 1774765758.879721}
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA67%2520WLP') HTTP/1.1" 204 0
2026-03-29 06:29:18 [bca.uk] INFO: Found listing with ID: YP20%20HNW
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520HNW%27 HTTP/1.1" 200 None
2026-03-29 06:29:18 [bca.uk] INFO: Scrape type for YP20%20HNW: 2
2026-03-29 06:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15dd5e43-678b-58cf-869a-63e643096613 with identifier: YP20%20HNW
2026-03-29 06:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15dd5e43-678b-58cf-869a-63e643096613 with scrape type 2
2026-03-29 06:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15dd5e43-678b-58cf-869a-63e643096613 with scrape type 2
2026-03-29 06:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15dd5e43-678b-58cf-869a-63e643096613, identifier: YP20%20HNW
2026-03-29 06:29:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV
2026-03-29 06:29:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV
2026-03-29 06:29:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV to the API
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ52%20FWV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38a98373-f0d1-58b2-bdbd-6db15e814f44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ52 FWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ52%20FWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 50782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 ELEGANCE 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'ELEGANCE 16V',
 'vin': 'W0L0XCF6834095669',
 'year': 2002}
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ52%2520FWV%27 HTTP/1.1" 200 None
2026-03-29 06:29:19 [bca.uk] INFO: Saving data for EJ52%20FWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477290.599541, 'last_price_update_time': 1774765759.26567}
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ52%2520FWV') HTTP/1.1" 204 0
2026-03-29 06:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND
2026-03-29 06:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND
2026-03-29 06:29:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND to the API
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP66%20LND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP66 LND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP66%20LND&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 46371,
 '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 ENERGY MPV',
 'transmission': 'manual',
 'trim': 'T 140 ENERGY',
 'vin': 'W0LPD9EC4H1005748',
 'year': 2016}
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-29 06:29:19 [bca.uk] INFO: Saving data for KP66%20LND: {'auction_closing_time': 1774864800.0, 'created_time': 1774476424.296287, 'last_price_update_time': 1774765759.549618}
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP66%2520LND') HTTP/1.1" 204 0
2026-03-29 06:29:19 [bca.uk] INFO: Found listing with ID: FL71%20EKN
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520EKN%27 HTTP/1.1" 200 None
2026-03-29 06:29:19 [bca.uk] INFO: Scrape type for FL71%20EKN: 2
2026-03-29 06:29:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN
2026-03-29 06:29:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with scrape type 2
2026-03-29 06:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with scrape type 2
2026-03-29 06:29:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484, identifier: FL71%20EKN
2026-03-29 06:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15dd5e43-678b-58cf-869a-63e643096613 with identifier: YP20%20HNW
2026-03-29 06:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15dd5e43-678b-58cf-869a-63e643096613 with identifier: YP20%20HNW
2026-03-29 06:29:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15dd5e43-678b-58cf-869a-63e643096613 with identifier: YP20%20HNW to the API
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP20%20HNW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15dd5e43-678b-58cf-869a-63e643096613',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP20 HNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP20%20HNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 74248,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTREKP37763',
 'year': 2020}
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520HNW%27 HTTP/1.1" 200 None
2026-03-29 06:29:19 [bca.uk] INFO: Saving data for YP20%20HNW: {'auction_closing_time': 1774778400.0, 'created_time': 1774476875.093756, 'last_price_update_time': 1774765759.936418}
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP20%2520HNW') HTTP/1.1" 204 0
2026-03-29 06:29:19 [bca.uk] INFO: Found listing with ID: LT13%20TVF
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 06:29:19 [bca.uk] INFO: Scrape type for LT13%20TVF: 2
2026-03-29 06:29:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF
2026-03-29 06:29:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with scrape type 2
2026-03-29 06:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with scrape type 2
2026-03-29 06:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e, identifier: LT13%20TVF
2026-03-29 06:29:20 [bca.uk] INFO: Found listing with ID: LJ73%20POK
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520POK%27 HTTP/1.1" 200 None
2026-03-29 06:29:20 [bca.uk] INFO: Scrape type for LJ73%20POK: 0
2026-03-29 06:29:20 [bca.uk] INFO: Found listing with ID: AU14%20PRV
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-29 06:29:20 [bca.uk] INFO: Scrape type for AU14%20PRV: 2
2026-03-29 06:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV
2026-03-29 06:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with scrape type 2
2026-03-29 06:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with scrape type 2
2026-03-29 06:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02fb7c67-20a1-582b-94f6-c3a6ab76a257, identifier: AU14%20PRV
2026-03-29 06:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN
2026-03-29 06:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN
2026-03-29 06:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN to the API
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20EKN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '241b1f06-bcd8-5a77-8a6f-564fa5cd4484',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL71 EKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20EKN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q5 SPORTBACK',
 'odometer': 40244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 SPORTBACK 2.0 50 TFSI E Q SPORT S-T Coupe',
 'transmission': 'automatic',
 'trim': '50 TFSI E Q SPORT S-T',
 'vin': 'WAUZZZFY1M2119231',
 'year': 2021}
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520EKN%27 HTTP/1.1" 200 None
2026-03-29 06:29:20 [bca.uk] INFO: Saving data for FL71%20EKN: {'auction_closing_time': 1775026800.0, 'created_time': 1773833945.698863, 'last_price_update_time': 1774765760.471378}
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520EKN') HTTP/1.1" 204 0
2026-03-29 06:29:20 [bca.uk] INFO: Found listing with ID: YN15%20RPU
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520RPU%27 HTTP/1.1" 200 None
2026-03-29 06:29:20 [bca.uk] INFO: Scrape type for YN15%20RPU: 2
2026-03-29 06:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 675ff44a-7f35-569b-a0e0-cf91b86fb95f with identifier: YN15%20RPU
2026-03-29 06:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 675ff44a-7f35-569b-a0e0-cf91b86fb95f with scrape type 2
2026-03-29 06:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 675ff44a-7f35-569b-a0e0-cf91b86fb95f with scrape type 2
2026-03-29 06:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 675ff44a-7f35-569b-a0e0-cf91b86fb95f, identifier: YN15%20RPU
2026-03-29 06:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF
2026-03-29 06:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF
2026-03-29 06:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF to the API
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT13%20TVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4dbf9c7a-0c90-525a-8792-60d25c1c4a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT13 TVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT13%20TVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 61945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 EDGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'EDGE S/S',
 'vin': 'WF0UXXLTRUDB26621',
 'year': 2013}
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 06:29:20 [bca.uk] INFO: Saving data for LT13%20TVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477232.827078, 'last_price_update_time': 1774765760.855709}
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT13%2520TVF') HTTP/1.1" 204 0
2026-03-29 06:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV
2026-03-29 06:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV
2026-03-29 06:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV to the API
2026-03-29 06:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU14%20PRV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02fb7c67-20a1-582b-94f6-c3a6ab76a257',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU14 PRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU14%20PRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 116704,
 '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 ASTRA 2.0 CDTI 165 E/F ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F ELITE',
 'vin': 'W0LPE6EN6E8037455',
 'year': 2014}
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-29 06:29:21 [bca.uk] INFO: Saving data for AU14%20PRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476429.104548, 'last_price_update_time': 1774765761.151185}
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU14%2520PRV') HTTP/1.1" 204 0
2026-03-29 06:29:21 [bca.uk] INFO: Found listing with ID: FN66%20PKK
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520PKK%27 HTTP/1.1" 200 None
2026-03-29 06:29:21 [bca.uk] INFO: Scrape type for FN66%20PKK: 0
2026-03-29 06:29:21 [bca.uk] INFO: Found listing with ID: GJ68%20KUY
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520KUY%27 HTTP/1.1" 200 None
2026-03-29 06:29:21 [bca.uk] INFO: Scrape type for GJ68%20KUY: 2
2026-03-29 06:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a789c0e0-cd23-56b3-8756-55866c9c142c with identifier: GJ68%20KUY
2026-03-29 06:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a789c0e0-cd23-56b3-8756-55866c9c142c with scrape type 2
2026-03-29 06:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a789c0e0-cd23-56b3-8756-55866c9c142c with scrape type 2
2026-03-29 06:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a789c0e0-cd23-56b3-8756-55866c9c142c, identifier: GJ68%20KUY
2026-03-29 06:29:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 675ff44a-7f35-569b-a0e0-cf91b86fb95f with identifier: YN15%20RPU
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cream%2Fblack HTTP/1.1" 200 None
2026-03-29 06:29:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:29: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:29:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 675ff44a-7f35-569b-a0e0-cf91b86fb95f with identifier: YN15%20RPU
2026-03-29 06:29:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 675ff44a-7f35-569b-a0e0-cf91b86fb95f with identifier: YN15%20RPU to the API
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN15%20RPU-GB',
 'category': 'Car',
 'color': 'cream',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '675ff44a-7f35-569b-a0e0-cf91b86fb95f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN15 RPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN15%20RPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 65454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12RFL1H52581272',
 'year': 2015}
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520RPU%27 HTTP/1.1" 200 None
2026-03-29 06:29:21 [bca.uk] INFO: Saving data for YN15%20RPU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476875.650052, 'last_price_update_time': 1774765761.673293}
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN15%2520RPU') HTTP/1.1" 204 0
2026-03-29 06:29:21 [bca.uk] INFO: Found listing with ID: PF15%20TXD
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-29 06:29:21 [bca.uk] INFO: Scrape type for PF15%20TXD: 2
2026-03-29 06:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD
2026-03-29 06:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with scrape type 2
2026-03-29 06:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with scrape type 2
2026-03-29 06:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48cdfa2d-e21f-585b-acd8-8cf510e806f8, identifier: PF15%20TXD
2026-03-29 06:29:21 [bca.uk] INFO: Found listing with ID: RA19%20VWF
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520VWF%27 HTTP/1.1" 200 None
2026-03-29 06:29:21 [bca.uk] INFO: Scrape type for RA19%20VWF: 2
2026-03-29 06:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF
2026-03-29 06:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a9916f2-542d-59a5-91b0-a08964921555 with scrape type 2
2026-03-29 06:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a9916f2-542d-59a5-91b0-a08964921555 with scrape type 2
2026-03-29 06:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a9916f2-542d-59a5-91b0-a08964921555, identifier: RA19%20VWF
2026-03-29 06:29:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a789c0e0-cd23-56b3-8756-55866c9c142c with identifier: GJ68%20KUY
2026-03-29 06:29:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a789c0e0-cd23-56b3-8756-55866c9c142c with identifier: GJ68%20KUY
2026-03-29 06:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a789c0e0-cd23-56b3-8756-55866c9c142c with identifier: GJ68%20KUY to the API
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20KUY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a789c0e0-cd23-56b3-8756-55866c9c142c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ68 KUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20KUY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 88328,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5300,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.0 TSI 115 SE Estate',
 'transmission': 'manual',
 'trim': 'TSI 115 SE',
 'vin': 'TMBKP7NE7K0021478',
 'year': 2018}
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520KUY%27 HTTP/1.1" 200 None
2026-03-29 06:29:22 [bca.uk] INFO: Saving data for GJ68%20KUY: {'auction_closing_time': 1775026800.0, 'created_time': 1774276461.935824, 'last_price_update_time': 1774765762.270099}
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520KUY') HTTP/1.1" 204 0
2026-03-29 06:29:22 [bca.uk] INFO: Found listing with ID: LD65%20XMX
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520XMX%27 HTTP/1.1" 200 None
2026-03-29 06:29:22 [bca.uk] INFO: Scrape type for LD65%20XMX: 2
2026-03-29 06:29:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75cc7a16-2040-59fa-b3d7-a1033b86f353 with identifier: LD65%20XMX
2026-03-29 06:29:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75cc7a16-2040-59fa-b3d7-a1033b86f353 with scrape type 2
2026-03-29 06:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75cc7a16-2040-59fa-b3d7-a1033b86f353 with scrape type 2
2026-03-29 06:29:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75cc7a16-2040-59fa-b3d7-a1033b86f353, identifier: LD65%20XMX
2026-03-29 06:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD
2026-03-29 06:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD
2026-03-29 06:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD to the API
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF15%20TXD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48cdfa2d-e21f-585b-acd8-8cf510e806f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF15 TXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF15%20TXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 95002,
 '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': 'WF0DXXGAKDFL61046',
 'year': 2015}
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-29 06:29:22 [bca.uk] INFO: Saving data for PF15%20TXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774477270.658163, 'last_price_update_time': 1774765762.68238}
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF15%2520TXD') HTTP/1.1" 204 0
2026-03-29 06:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF
2026-03-29 06:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF
2026-03-29 06:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF to the API
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA19%20VWF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a9916f2-542d-59a5-91b0-a08964921555',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA19 VWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA19%20VWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 69918,
 'odometer_reading_unit': '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': 'WP1ZZZ9YZKDA11116',
 'year': 2019}
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520VWF%27 HTTP/1.1" 200 None
2026-03-29 06:29:22 [bca.uk] INFO: Saving data for RA19%20VWF: {'auction_closing_time': 1774864800.0, 'created_time': 1773933836.537082, 'last_price_update_time': 1774765762.968702}
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA19%2520VWF') HTTP/1.1" 204 0
2026-03-29 06:29:22 [bca.uk] INFO: Found listing with ID: KW21%20WFB
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for KW21%20WFB: 0
2026-03-29 06:29:23 [bca.uk] INFO: Found listing with ID: MW68%20AUV
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520AUV%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for MW68%20AUV: 0
2026-03-29 06:29:23 [bca.uk] INFO: Found listing with ID: SY21%20WBK
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520WBK%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for SY21%20WBK: 2
2026-03-29 06:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06e219d-a2d0-5c0e-a7fb-c188cfe0762b with identifier: SY21%20WBK
2026-03-29 06:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06e219d-a2d0-5c0e-a7fb-c188cfe0762b with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06e219d-a2d0-5c0e-a7fb-c188cfe0762b with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06e219d-a2d0-5c0e-a7fb-c188cfe0762b, identifier: SY21%20WBK
2026-03-29 06:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75cc7a16-2040-59fa-b3d7-a1033b86f353 with identifier: LD65%20XMX
2026-03-29 06:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75cc7a16-2040-59fa-b3d7-a1033b86f353 with identifier: LD65%20XMX
2026-03-29 06:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75cc7a16-2040-59fa-b3d7-a1033b86f353 with identifier: LD65%20XMX to the API
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20XMX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75cc7a16-2040-59fa-b3d7-a1033b86f353',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD65 XMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD65%20XMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 78344,
 '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': 'WF0DXXGAKDFM49339',
 'year': 2015}
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520XMX%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Saving data for LD65%20XMX: {'auction_closing_time': 1774778400.0, 'created_time': 1774476769.70316, 'last_price_update_time': 1774765763.40256}
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520XMX') HTTP/1.1" 204 0
2026-03-29 06:29:23 [bca.uk] INFO: Found listing with ID: FP62%20BPO
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for FP62%20BPO: 2
2026-03-29 06:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO
2026-03-29 06:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e410949-add1-5611-b30e-d3b682339d26 with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e410949-add1-5611-b30e-d3b682339d26 with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e410949-add1-5611-b30e-d3b682339d26, identifier: FP62%20BPO
2026-03-29 06:29:23 [bca.uk] INFO: Found listing with ID: LE74%20DYD
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520DYD%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for LE74%20DYD: 0
2026-03-29 06:29:23 [bca.uk] INFO: Found listing with ID: SJ19%20YDB
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for SJ19%20YDB: 2
2026-03-29 06:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB
2026-03-29 06:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33775d6e-bf93-5c95-99b3-5b51564c9813 with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33775d6e-bf93-5c95-99b3-5b51564c9813 with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33775d6e-bf93-5c95-99b3-5b51564c9813, identifier: SJ19%20YDB
2026-03-29 06:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06e219d-a2d0-5c0e-a7fb-c188cfe0762b with identifier: SY21%20WBK
2026-03-29 06:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06e219d-a2d0-5c0e-a7fb-c188cfe0762b with identifier: SY21%20WBK
2026-03-29 06:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06e219d-a2d0-5c0e-a7fb-c188cfe0762b with identifier: SY21%20WBK to the API
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY21%20WBK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c06e219d-a2d0-5c0e-a7fb-c188cfe0762b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY21 WBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY21%20WBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 84546,
 '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 BERLINGO M 1.5 BLUEHDI 75 650 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 650 ENTERPRISE',
 'vin': 'VR7EFYHWCMJ711839',
 'year': 2021}
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520WBK%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Saving data for SY21%20WBK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476709.586095, 'last_price_update_time': 1774765763.933025}
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY21%2520WBK') HTTP/1.1" 204 0
2026-03-29 06:29:23 [bca.uk] INFO: Found listing with ID: FN66%20BWA
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520BWA%27 HTTP/1.1" 200 None
2026-03-29 06:29:23 [bca.uk] INFO: Scrape type for FN66%20BWA: 2
2026-03-29 06:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e69d65f3-b22f-5e3a-a741-9c583c3e6d45 with identifier: FN66%20BWA
2026-03-29 06:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e69d65f3-b22f-5e3a-a741-9c583c3e6d45 with scrape type 2
2026-03-29 06:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e69d65f3-b22f-5e3a-a741-9c583c3e6d45 with scrape type 2
2026-03-29 06:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e69d65f3-b22f-5e3a-a741-9c583c3e6d45, identifier: FN66%20BWA
2026-03-29 06:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO
2026-03-29 06:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO
2026-03-29 06:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO to the API
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP62%20BPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e410949-add1-5611-b30e-d3b682339d26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP62 BPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP62%20BPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 65788,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0KXXGCBKCS86692',
 'year': 2012}
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-29 06:29:24 [bca.uk] INFO: Saving data for FP62%20BPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477241.757138, 'last_price_update_time': 1774765764.343803}
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP62%2520BPO') HTTP/1.1" 204 0
2026-03-29 06:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB
2026-03-29 06:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB
2026-03-29 06:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB to the API
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ19%20YDB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33775d6e-bf93-5c95-99b3-5b51564c9813',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ19 YDB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ19%20YDB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'KODIAQ',
 'odometer': 78643,
 'odometer_reading_unit': '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 KODIAQ 1.5 TSI 150 EDITION (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 150 EDITION (7S)',
 'vin': 'TMBKB7NS7K8017372',
 'year': 2019}
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-29 06:29:24 [bca.uk] INFO: Saving data for SJ19%20YDB: {'auction_closing_time': 1774864800.0, 'created_time': 1774278100.638726, 'last_price_update_time': 1774765764.645071}
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ19%2520YDB') HTTP/1.1" 204 0
2026-03-29 06:29:24 [bca.uk] INFO: Found listing with ID: WF74%20FKV
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF74%2520FKV%27 HTTP/1.1" 200 None
2026-03-29 06:29:24 [bca.uk] INFO: Scrape type for WF74%20FKV: 0
2026-03-29 06:29:24 [bca.uk] INFO: Found listing with ID: WJ73%20RYC
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ73%2520RYC%27 HTTP/1.1" 200 None
2026-03-29 06:29:24 [bca.uk] INFO: Scrape type for WJ73%20RYC: 0
2026-03-29 06:29:24 [bca.uk] INFO: Found listing with ID: WK72%20XPS
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520XPS%27 HTTP/1.1" 200 None
2026-03-29 06:29:24 [bca.uk] INFO: Scrape type for WK72%20XPS: 2
2026-03-29 06:29:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS
2026-03-29 06:29:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce8fb26-9ff1-5479-92fe-ce35f481046e with scrape type 2
2026-03-29 06:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce8fb26-9ff1-5479-92fe-ce35f481046e with scrape type 2
2026-03-29 06:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dce8fb26-9ff1-5479-92fe-ce35f481046e, identifier: WK72%20XPS
2026-03-29 06:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e69d65f3-b22f-5e3a-a741-9c583c3e6d45 with identifier: FN66%20BWA
2026-03-29 06:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e69d65f3-b22f-5e3a-a741-9c583c3e6d45 with identifier: FN66%20BWA
2026-03-29 06:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e69d65f3-b22f-5e3a-a741-9c583c3e6d45 with identifier: FN66%20BWA to the API
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN66%20BWA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e69d65f3-b22f-5e3a-a741-9c583c3e6d45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN66 BWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN66%20BWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 78314,
 '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 AYGO 1.0 VVT-I X-PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-PURE',
 'vin': 'JTDKGNEC80N196776',
 'year': 2016}
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520BWA%27 HTTP/1.1" 200 None
2026-03-29 06:29:25 [bca.uk] INFO: Saving data for FN66%20BWA: {'auction_closing_time': 1774778400.0, 'created_time': 1774476836.662349, 'last_price_update_time': 1774765765.072187}
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN66%2520BWA') HTTP/1.1" 204 0
2026-03-29 06:29:25 [bca.uk] INFO: Found listing with ID: KF07%20UOW
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-29 06:29:25 [bca.uk] INFO: Scrape type for KF07%20UOW: 2
2026-03-29 06:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW
2026-03-29 06:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with scrape type 2
2026-03-29 06:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with scrape type 2
2026-03-29 06:29:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3, identifier: KF07%20UOW
2026-03-29 06:29:25 [bca.uk] INFO: Found listing with ID: KO24%20RVN
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 06:29:25 [bca.uk] INFO: Scrape type for KO24%20RVN: 2
2026-03-29 06:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN
2026-03-29 06:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6da333bd-5bb8-51ed-bad2-98648e05a575 with scrape type 2
2026-03-29 06:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6da333bd-5bb8-51ed-bad2-98648e05a575 with scrape type 2
2026-03-29 06:29:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6da333bd-5bb8-51ed-bad2-98648e05a575, identifier: KO24%20RVN
2026-03-29 06:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS
2026-03-29 06:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS
2026-03-29 06:29:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS to the API
2026-03-29 06:29:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK72%20XPS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dce8fb26-9ff1-5479-92fe-ce35f481046e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK72 XPS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK72%20XPS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'DACIA',
 'model': 'JOGGER',
 'odometer': 9207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13300,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DACIA JOGGER 1.0 TCE EXTREME SE Estate',
 'transmission': 'manual',
 'trim': 'TCE EXTREME SE',
 'vin': 'UU1DJF00269412893',
 'year': 2022}
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520XPS%27 HTTP/1.1" 200 None
2026-03-29 06:29:26 [bca.uk] INFO: Saving data for WK72%20XPS: {'auction_closing_time': 1775026800.0, 'created_time': 1774304767.227896, 'last_price_update_time': 1774765766.3772}
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK72%2520XPS') HTTP/1.1" 204 0
2026-03-29 06:29:26 [bca.uk] INFO: Found listing with ID: YX19%20FWF
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-29 06:29:26 [bca.uk] INFO: Scrape type for YX19%20FWF: 2
2026-03-29 06:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF
2026-03-29 06:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed3abcf6-75c8-5807-89b6-ec94f864e336 with scrape type 2
2026-03-29 06:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed3abcf6-75c8-5807-89b6-ec94f864e336 with scrape type 2
2026-03-29 06:29:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed3abcf6-75c8-5807-89b6-ec94f864e336, identifier: YX19%20FWF
2026-03-29 06:29:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW
2026-03-29 06:29:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW
2026-03-29 06:29:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW to the API
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF07%20UOW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a20d2a4-7470-5077-8b2e-b91dea96f0b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF07 UOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF07%20UOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 24771,
 '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 YARIS 1.3 VVT-I ZINC MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I ZINC MMT',
 'vin': 'VNKKL96310A161707',
 'year': 2007}
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-29 06:29:26 [bca.uk] INFO: Saving data for KF07%20UOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774303825.092907, 'last_price_update_time': 1774765766.772393}
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF07%2520UOW') HTTP/1.1" 204 0
2026-03-29 06:29:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN
2026-03-29 06:29:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN
2026-03-29 06:29:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN to the API
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO24%20RVN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6da333bd-5bb8-51ed-bad2-98648e05a575',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO24 RVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO24%20RVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 50536,
 '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 X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2RC83196',
 'year': 2024}
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-29 06:29:27 [bca.uk] INFO: Saving data for KO24%20RVN: {'auction_closing_time': 1774864800.0, 'created_time': 1773840988.978279, 'last_price_update_time': 1774765767.085615}
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO24%2520RVN') HTTP/1.1" 204 0
2026-03-29 06:29:27 [bca.uk] INFO: Found listing with ID: YY17%20YYH
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YYH%27 HTTP/1.1" 200 None
2026-03-29 06:29:27 [bca.uk] INFO: Scrape type for YY17%20YYH: 0
2026-03-29 06:29:27 [bca.uk] INFO: Found listing with ID: SP22%20ZVJ
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:27 [bca.uk] INFO: Scrape type for SP22%20ZVJ: 2
2026-03-29 06:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ
2026-03-29 06:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ea486a-bf08-5163-9771-1a32780fa1e7 with scrape type 2
2026-03-29 06:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0ea486a-bf08-5163-9771-1a32780fa1e7 with scrape type 2
2026-03-29 06:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0ea486a-bf08-5163-9771-1a32780fa1e7, identifier: SP22%20ZVJ
2026-03-29 06:29:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF
2026-03-29 06:29:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF
2026-03-29 06:29:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF to the API
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX19%20FWF-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed3abcf6-75c8-5807-89b6-ec94f864e336',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX19 FWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX19%20FWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'ALLIANCE',
 'odometer': 7229,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BAILEY ALLIANCE 2.0 66-2 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '66-2 MOTORHOME',
 'vin': 'VF3YC3MAU12J19148',
 'year': 2019}
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-29 06:29:27 [bca.uk] INFO: Saving data for YX19%20FWF: {'auction_closing_time': 1775124000.0, 'created_time': 1774476835.599834, 'last_price_update_time': 1774765767.488777}
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX19%2520FWF') HTTP/1.1" 204 0
2026-03-29 06:29:27 [bca.uk] INFO: Found listing with ID: KY62%20XWE
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 06:29:27 [bca.uk] INFO: Scrape type for KY62%20XWE: 2
2026-03-29 06:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE
2026-03-29 06:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dde1018e-b62a-5eb8-a147-8c4707042708 with scrape type 2
2026-03-29 06:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dde1018e-b62a-5eb8-a147-8c4707042708 with scrape type 2
2026-03-29 06:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dde1018e-b62a-5eb8-a147-8c4707042708, identifier: KY62%20XWE
2026-03-29 06:29:27 [bca.uk] INFO: Found listing with ID: MC19%20WBE
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:29:27 [bca.uk] INFO: Scrape type for MC19%20WBE: 2
2026-03-29 06:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE
2026-03-29 06:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094a42ff-f6da-5a39-8719-e559462340ea with scrape type 2
2026-03-29 06:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 094a42ff-f6da-5a39-8719-e559462340ea with scrape type 2
2026-03-29 06:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 094a42ff-f6da-5a39-8719-e559462340ea, identifier: MC19%20WBE
2026-03-29 06:29:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ
2026-03-29 06:29:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ
2026-03-29 06:29:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ to the API
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP22%20ZVJ-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b0ea486a-bf08-5163-9771-1a32780fa1e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP22 ZVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP22%20ZVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 8691,
 'odometer_reading_unit': '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 MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1107N6F56755',
 'year': 2022}
2026-03-29 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:28 [bca.uk] INFO: Saving data for SP22%20ZVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476706.301289, 'last_price_update_time': 1774765768.007812}
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP22%2520ZVJ') HTTP/1.1" 204 0
2026-03-29 06:29:28 [bca.uk] INFO: Found listing with ID: HV73%20PZA
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:29:28 [bca.uk] INFO: Scrape type for HV73%20PZA: 2
2026-03-29 06:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA
2026-03-29 06:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3977926e-8f35-569b-9df6-6290a7772db4 with scrape type 2
2026-03-29 06:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3977926e-8f35-569b-9df6-6290a7772db4 with scrape type 2
2026-03-29 06:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3977926e-8f35-569b-9df6-6290a7772db4, identifier: HV73%20PZA
2026-03-29 06:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE
2026-03-29 06:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE
2026-03-29 06:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE to the API
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY62%20XWE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dde1018e-b62a-5eb8-a147-8c4707042708',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY62 XWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY62%20XWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 66459,
 '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 A4 1.8 TFSI 170 S LINE Saloon',
 'transmission': 'manual',
 'trim': 'TFSI 170 S LINE',
 'vin': 'WAUZZZ8K9DA116088',
 'year': 2012}
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-29 06:29:28 [bca.uk] INFO: Saving data for KY62%20XWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477238.845473, 'last_price_update_time': 1774765768.407581}
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY62%2520XWE') HTTP/1.1" 204 0
2026-03-29 06:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE
2026-03-29 06:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE
2026-03-29 06:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE to the API
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC19%20WBE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '094a42ff-f6da-5a39-8719-e559462340ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC19 WBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC19%20WBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 67199,
 'odometer_reading_unit': '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 Q2 1.5 35 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGA6KA078082',
 'year': 2019}
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:29:28 [bca.uk] INFO: Saving data for MC19%20WBE: {'auction_closing_time': 1774864800.0, 'created_time': 1773823624.885342, 'last_price_update_time': 1774765768.690061}
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC19%2520WBE') HTTP/1.1" 204 0
2026-03-29 06:29:28 [bca.uk] INFO: Found listing with ID: BL74%20UMS
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 06:29:28 [bca.uk] INFO: Scrape type for BL74%20UMS: 2
2026-03-29 06:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS
2026-03-29 06:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with scrape type 2
2026-03-29 06:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with scrape type 2
2026-03-29 06:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e, identifier: BL74%20UMS
2026-03-29 06:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA
2026-03-29 06:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA
2026-03-29 06:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA to the API
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 19,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV73%20PZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3977926e-8f35-569b-9df6-6290a7772db4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV73 PZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV73%20PZA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 29424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 62000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P440E DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P440E DYNAMIC SE',
 'vin': 'SAL1A2A44PA153024',
 'year': 2023}
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-29 06:29:29 [bca.uk] INFO: Saving data for HV73%20PZA: {'auction_closing_time': 1775026800.0, 'created_time': 1773826377.334957, 'last_price_update_time': 1774765769.096409}
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV73%2520PZA') HTTP/1.1" 204 0
2026-03-29 06:29:29 [bca.uk] INFO: Found listing with ID: LG18%20ETA
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 06:29:29 [bca.uk] INFO: Scrape type for LG18%20ETA: 2
2026-03-29 06:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA
2026-03-29 06:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d276f4a4-5d71-5734-9214-5355ea3ad8d7 with scrape type 2
2026-03-29 06:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d276f4a4-5d71-5734-9214-5355ea3ad8d7 with scrape type 2
2026-03-29 06:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d276f4a4-5d71-5734-9214-5355ea3ad8d7, identifier: LG18%20ETA
2026-03-29 06:29:29 [bca.uk] INFO: Found listing with ID: YT22%20VLG
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-29 06:29:29 [bca.uk] INFO: Scrape type for YT22%20VLG: 2
2026-03-29 06:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG
2026-03-29 06:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fd8209f-09f1-52e1-b692-380beb7d9e7b with scrape type 2
2026-03-29 06:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fd8209f-09f1-52e1-b692-380beb7d9e7b with scrape type 2
2026-03-29 06:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fd8209f-09f1-52e1-b692-380beb7d9e7b, identifier: YT22%20VLG
2026-03-29 06:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS
2026-03-29 06:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS
2026-03-29 06:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS to the API
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL74%20UMS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f22b086e-50cf-5aa1-a6ca-2bb2ea55600e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL74 UMS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL74%20UMS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 8437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 TREND Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRS11926',
 'year': 2025}
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520UMS%27 HTTP/1.1" 200 None
2026-03-29 06:29:29 [bca.uk] INFO: Saving data for BL74%20UMS: {'auction_closing_time': 1775026800.0, 'created_time': 1773820995.298224, 'last_price_update_time': 1774765769.642369}
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL74%2520UMS') HTTP/1.1" 204 0
2026-03-29 06:29:29 [bca.uk] INFO: Found listing with ID: BG71%20OLJ
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:29 [bca.uk] INFO: Scrape type for BG71%20OLJ: 2
2026-03-29 06:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ
2026-03-29 06:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with scrape type 2
2026-03-29 06:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with scrape type 2
2026-03-29 06:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd, identifier: BG71%20OLJ
2026-03-29 06:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA
2026-03-29 06:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA
2026-03-29 06:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA to the API
2026-03-29 06:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20ETA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd276f4a4-5d71-5734-9214-5355ea3ad8d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 ETA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20ETA&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'KIA',
 'model': 'OPTIMA SP/WAGON',
 'odometer': 99256,
 'odometer_reading_unit': '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': 'KNAGU815VJ5212223',
 'year': 2018}
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-29 06:29:30 [bca.uk] INFO: Saving data for LG18%20ETA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477230.19079, 'last_price_update_time': 1774765770.134892}
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520ETA') HTTP/1.1" 204 0
2026-03-29 06:29:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG
2026-03-29 06:29:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG
2026-03-29 06:29:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG to the API
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT22%20VLG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7fd8209f-09f1-52e1-b692-380beb7d9e7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT22 VLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT22%20VLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 20336,
 'odometer_reading_unit': '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 X ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD ST-LINE X ED.',
 'vin': 'WF0FXXWPMHME34317',
 'year': 2022}
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-29 06:29:30 [bca.uk] INFO: Saving data for YT22%20VLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476485.13393, 'last_price_update_time': 1774765770.417184}
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520VLG') HTTP/1.1" 204 0
2026-03-29 06:29:30 [bca.uk] INFO: Found listing with ID: BT74%20NGF
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520NGF%27 HTTP/1.1" 200 None
2026-03-29 06:29:30 [bca.uk] INFO: Scrape type for BT74%20NGF: 2
2026-03-29 06:29:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF
2026-03-29 06:29:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a613380-6832-57e9-8a6d-2317d4fa39c1 with scrape type 2
2026-03-29 06:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a613380-6832-57e9-8a6d-2317d4fa39c1 with scrape type 2
2026-03-29 06:29:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a613380-6832-57e9-8a6d-2317d4fa39c1, identifier: BT74%20NGF
2026-03-29 06:29:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ
2026-03-29 06:29:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ
2026-03-29 06:29:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ to the API
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20OLJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG71 OLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20OLJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 81433,
 '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': 'MASERATI LEVANTE 2.0 HYBRID GT StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID GT',
 'vin': 'ZN6AU61C00X393727',
 'year': 2022}
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:30 [bca.uk] INFO: Saving data for BG71%20OLJ: {'auction_closing_time': 1775026800.0, 'created_time': 1773821033.824025, 'last_price_update_time': 1774765770.786579}
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520OLJ') HTTP/1.1" 204 0
2026-03-29 06:29:30 [bca.uk] INFO: Found listing with ID: OE65%20LXT
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-29 06:29:30 [bca.uk] INFO: Scrape type for OE65%20LXT: 2
2026-03-29 06:29:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT
2026-03-29 06:29:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ecbe880-7b01-5796-a74e-855296de7c00 with scrape type 2
2026-03-29 06:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ecbe880-7b01-5796-a74e-855296de7c00 with scrape type 2
2026-03-29 06:29:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ecbe880-7b01-5796-a74e-855296de7c00, identifier: OE65%20LXT
2026-03-29 06:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:29:30 [bca.uk] INFO: Found listing with ID: RF21%20KJE
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-29 06:29:30 [bca.uk] INFO: Scrape type for RF21%20KJE: 2
2026-03-29 06:29:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE
2026-03-29 06:29:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cca11a93-ae63-5346-9475-e394f90b1761 with scrape type 2
2026-03-29 06:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cca11a93-ae63-5346-9475-e394f90b1761 with scrape type 2
2026-03-29 06:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cca11a93-ae63-5346-9475-e394f90b1761, identifier: RF21%20KJE
2026-03-29 06:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF
2026-03-29 06:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF
2026-03-29 06:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF to the API
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT74%20NGF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a613380-6832-57e9-8a6d-2317d4fa39c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT74 NGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT74%20NGF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 3499,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 TREND Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRS12527',
 'year': 2025}
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520NGF%27 HTTP/1.1" 200 None
2026-03-29 06:29:31 [bca.uk] INFO: Saving data for BT74%20NGF: {'auction_closing_time': 1775026800.0, 'created_time': 1773821462.274926, 'last_price_update_time': 1774765771.488712}
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT74%2520NGF') HTTP/1.1" 204 0
2026-03-29 06:29:31 [bca.uk] INFO: Found listing with ID: LA72%20ZKL
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-29 06:29:31 [bca.uk] INFO: Scrape type for LA72%20ZKL: 2
2026-03-29 06:29:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL
2026-03-29 06:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84fffa9-36f5-5ed1-a7b4-027e06003f4b with scrape type 2
2026-03-29 06:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c84fffa9-36f5-5ed1-a7b4-027e06003f4b with scrape type 2
2026-03-29 06:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c84fffa9-36f5-5ed1-a7b4-027e06003f4b, identifier: LA72%20ZKL
2026-03-29 06:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT
2026-03-29 06:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT
2026-03-29 06:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT to the API
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE65%20LXT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ecbe880-7b01-5796-a74e-855296de7c00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE65 LXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE65%20LXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 79800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 BLUEHDI 100 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 VTR+',
 'vin': 'VF73DBHY6FJ754884',
 'year': 2015}
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-29 06:29:31 [bca.uk] INFO: Saving data for OE65%20LXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477222.834919, 'last_price_update_time': 1774765771.885689}
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE65%2520LXT') HTTP/1.1" 204 0
2026-03-29 06:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE
2026-03-29 06:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE
2026-03-29 06:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE to the API
2026-03-29 06:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF21%20KJE-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': 'cca11a93-ae63-5346-9475-e394f90b1761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF21 KJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF21%20KJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 102634,
 '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 XCEED 1.6 GDI PHEV 3 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 3 DCT',
 'vin': 'U5YH5F1AVML016660',
 'year': 2021}
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-29 06:29:32 [bca.uk] INFO: Saving data for RF21%20KJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774476485.641794, 'last_price_update_time': 1774765772.167395}
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF21%2520KJE') HTTP/1.1" 204 0
2026-03-29 06:29:32 [bca.uk] INFO: Found listing with ID: RX74%20CCN
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CCN%27 HTTP/1.1" 200 None
2026-03-29 06:29:32 [bca.uk] INFO: Scrape type for RX74%20CCN: 2
2026-03-29 06:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN
2026-03-29 06:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with scrape type 2
2026-03-29 06:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with scrape type 2
2026-03-29 06:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135, identifier: RX74%20CCN
2026-03-29 06:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL
2026-03-29 06:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL
2026-03-29 06:29:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL to the API
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20ZKL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c84fffa9-36f5-5ed1-a7b4-027e06003f4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 ZKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20ZKL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 50716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16900,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 150KW 82KWH 80 LOFT (125KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 82KWH 80 LOFT (125KC)',
 'vin': 'TMBKC7NY4PF021254',
 'year': 2023}
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-29 06:29:32 [bca.uk] INFO: Saving data for LA72%20ZKL: {'auction_closing_time': 1775026800.0, 'created_time': 1773821021.832672, 'last_price_update_time': 1774765772.568001}
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520ZKL') HTTP/1.1" 204 0
2026-03-29 06:29:32 [bca.uk] INFO: Found listing with ID: SM67%20SNF
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-29 06:29:32 [bca.uk] INFO: Scrape type for SM67%20SNF: 2
2026-03-29 06:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF
2026-03-29 06:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with scrape type 2
2026-03-29 06:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with scrape type 2
2026-03-29 06:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a, identifier: SM67%20SNF
2026-03-29 06:29:32 [bca.uk] INFO: Found listing with ID: HT71%20GXX
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:29:32 [bca.uk] INFO: Scrape type for HT71%20GXX: 2
2026-03-29 06:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX
2026-03-29 06:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with scrape type 2
2026-03-29 06:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with scrape type 2
2026-03-29 06:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2, identifier: HT71%20GXX
2026-03-29 06:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN
2026-03-29 06:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN
2026-03-29 06:29:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN to the API
2026-03-29 06:29:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX74%20CCN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b2a1f36-c33b-5d95-b9d0-2c3bf246f135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX74 CCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX74%20CCN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 5826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30650,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LIMITED Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LIMITED',
 'vin': 'WF0MXXTTRMRK44366',
 'year': 2024}
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CCN%27 HTTP/1.1" 200 None
2026-03-29 06:29:33 [bca.uk] INFO: Saving data for RX74%20CCN: {'auction_closing_time': 1775026800.0, 'created_time': 1773821478.315434, 'last_price_update_time': 1774765773.111305}
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX74%2520CCN') HTTP/1.1" 204 0
2026-03-29 06:29:33 [bca.uk] INFO: Found listing with ID: MJ71%20HZT
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-29 06:29:33 [bca.uk] INFO: Scrape type for MJ71%20HZT: 2
2026-03-29 06:29:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT
2026-03-29 06:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b211de42-8018-5c79-8537-9e8ec300b322 with scrape type 2
2026-03-29 06:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b211de42-8018-5c79-8537-9e8ec300b322 with scrape type 2
2026-03-29 06:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b211de42-8018-5c79-8537-9e8ec300b322, identifier: MJ71%20HZT
2026-03-29 06:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF
2026-03-29 06:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF
2026-03-29 06:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF to the API
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM67%20SNF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM67 SNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM67%20SNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 49573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 0.9 TCE 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 LAUREATE',
 'vin': 'UU15SDL1C58478407',
 'year': 2018}
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-29 06:29:33 [bca.uk] INFO: Saving data for SM67%20SNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477217.714473, 'last_price_update_time': 1774765773.499396}
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM67%2520SNF') HTTP/1.1" 204 0
2026-03-29 06:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX
2026-03-29 06:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX
2026-03-29 06:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX to the API
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20GXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8b884642-b6b3-50cb-b5a6-2fa62a3c87e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT71 GXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20GXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 82297,
 'odometer_reading_unit': '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 PREMIUM PLUS ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS ED.DCT',
 'vin': 'W1K1771862J330154',
 'year': 2022}
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:29:33 [bca.uk] INFO: Saving data for HT71%20GXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774476476.906867, 'last_price_update_time': 1774765773.784522}
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520GXX') HTTP/1.1" 204 0
2026-03-29 06:29:33 [bca.uk] INFO: Found listing with ID: WT25%20UGC
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGC%27 HTTP/1.1" 200 None
2026-03-29 06:29:33 [bca.uk] INFO: Scrape type for WT25%20UGC: 2
2026-03-29 06:29:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC
2026-03-29 06:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d84b263-3b31-579e-ab95-a850998c6cb9 with scrape type 2
2026-03-29 06:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d84b263-3b31-579e-ab95-a850998c6cb9 with scrape type 2
2026-03-29 06:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d84b263-3b31-579e-ab95-a850998c6cb9, identifier: WT25%20UGC
2026-03-29 06:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT
2026-03-29 06:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT
2026-03-29 06:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT to the API
2026-03-29 06:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 83,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ71%20HZT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b211de42-8018-5c79-8537-9e8ec300b322',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ71 HZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ71%20HZT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 69050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26000,
 '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': 'SALWA2AY4NA212515',
 'year': 2021}
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-29 06:29:34 [bca.uk] INFO: Saving data for MJ71%20HZT: {'auction_closing_time': 1775026800.0, 'created_time': 1773821021.013734, 'last_price_update_time': 1774765774.176694}
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ71%2520HZT') HTTP/1.1" 204 0
2026-03-29 06:29:34 [bca.uk] INFO: Found listing with ID: YP15%20JHF
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-29 06:29:34 [bca.uk] INFO: Scrape type for YP15%20JHF: 2
2026-03-29 06:29:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF
2026-03-29 06:29:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with scrape type 2
2026-03-29 06:29:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with scrape type 2
2026-03-29 06:29:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3055a4d-1cdd-52b9-ab79-e49cb13cb170, identifier: YP15%20JHF
2026-03-29 06:29:34 [bca.uk] INFO: Found listing with ID: ML22%20ZRR
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-29 06:29:34 [bca.uk] INFO: Scrape type for ML22%20ZRR: 2
2026-03-29 06:29:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR
2026-03-29 06:29:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb7baa2-219c-5296-ae6e-5554ed10ce5e with scrape type 2
2026-03-29 06:29:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb7baa2-219c-5296-ae6e-5554ed10ce5e with scrape type 2
2026-03-29 06:29:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feb7baa2-219c-5296-ae6e-5554ed10ce5e, identifier: ML22%20ZRR
2026-03-29 06:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC
2026-03-29 06:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC
2026-03-29 06:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC to the API
2026-03-29 06:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UGC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d84b263-3b31-579e-ab95-a850998c6cb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UGC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 6548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25900,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM03656',
 'year': 2025}
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGC%27 HTTP/1.1" 200 None
2026-03-29 06:29:35 [bca.uk] INFO: Saving data for WT25%20UGC: {'auction_closing_time': 1775026800.0, 'created_time': 1773908133.944434, 'last_price_update_time': 1774765775.492308}
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGC') HTTP/1.1" 204 0
2026-03-29 06:29:35 [bca.uk] INFO: Found listing with ID: OV25%20VXC
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 06:29:35 [bca.uk] INFO: Scrape type for OV25%20VXC: 2
2026-03-29 06:29:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC
2026-03-29 06:29:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with scrape type 2
2026-03-29 06:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with scrape type 2
2026-03-29 06:29:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b, identifier: OV25%20VXC
2026-03-29 06:29:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF
2026-03-29 06:29:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF
2026-03-29 06:29:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF to the API
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP15%20JHF-GB',
 'category': 'Car',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3055a4d-1cdd-52b9-ab79-e49cb13cb170',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP15 JHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP15%20JHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 105865,
 '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': 'WMWXM520403A50492',
 'year': 2015}
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-29 06:29:36 [bca.uk] INFO: Saving data for YP15%20JHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477215.26102, 'last_price_update_time': 1774765776.067675}
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP15%2520JHF') HTTP/1.1" 204 0
2026-03-29 06:29:36 [bca.uk] INFO: Total items found: 100
2026-03-29 06:29:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded
2026-03-29 06:29:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:29:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:29:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR
2026-03-29 06:29:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR
2026-03-29 06:29:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR to the API
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML22%20ZRR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'feb7baa2-219c-5296-ae6e-5554ed10ce5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML22 ZRR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML22%20ZRR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 127940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMNL010786',
 'year': 2022}
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-29 06:29:36 [bca.uk] INFO: Saving data for ML22%20ZRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774476462.967807, 'last_price_update_time': 1774765776.365847}
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML22%2520ZRR') HTTP/1.1" 204 0
2026-03-29 06:29:36 [bca.uk] INFO: Found listing with ID: YM74%20KJY
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KJY%27 HTTP/1.1" 200 None
2026-03-29 06:29:36 [bca.uk] INFO: Scrape type for YM74%20KJY: 2
2026-03-29 06:29:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY
2026-03-29 06:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 244c2dcd-4a43-5238-8760-4b82e3178089 with scrape type 2
2026-03-29 06:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 244c2dcd-4a43-5238-8760-4b82e3178089 with scrape type 2
2026-03-29 06:29:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 244c2dcd-4a43-5238-8760-4b82e3178089, identifier: YM74%20KJY
2026-03-29 06:29:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC
2026-03-29 06:29:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC
2026-03-29 06:29:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC to the API
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV25%20VXC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7cb95016-faed-550b-b0f9-e7fe2ddfb30b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV25 VXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV25%20VXC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'POLESTAR',
 'model': '3',
 'odometer': 1618,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 46000,
 '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': 'YSMYKEAE0SB026310',
 'year': 2025}
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 06:29:36 [bca.uk] INFO: Saving data for OV25%20VXC: {'auction_closing_time': 1775026800.0, 'created_time': 1773821022.380318, 'last_price_update_time': 1774765776.763714}
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV25%2520VXC') HTTP/1.1" 204 0
2026-03-29 06:29:36 [bca.uk] INFO: Found listing with ID: FV08%20DVP
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 06:29:36 [bca.uk] INFO: Scrape type for FV08%20DVP: 2
2026-03-29 06:29:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP
2026-03-29 06:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with scrape type 2
2026-03-29 06:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with scrape type 2
2026-03-29 06:29:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e, identifier: FV08%20DVP
2026-03-29 06:29:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:29:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:29:36 [bca.uk] INFO: Found listing with ID: FN22%20KZM
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520KZM%27 HTTP/1.1" 200 None
2026-03-29 06:29:36 [bca.uk] INFO: Scrape type for FN22%20KZM: 2
2026-03-29 06:29:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM
2026-03-29 06:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5434daf-56b6-5c03-b27d-0929eb820af7 with scrape type 2
2026-03-29 06:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5434daf-56b6-5c03-b27d-0929eb820af7 with scrape type 2
2026-03-29 06:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5434daf-56b6-5c03-b27d-0929eb820af7, identifier: FN22%20KZM
2026-03-29 06:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY
2026-03-29 06:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY
2026-03-29 06:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY to the API
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KJY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '244c2dcd-4a43-5238-8760-4b82e3178089',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KJY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28200,
 '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': 'WF0MXXTTRMRE65771',
 'year': 2024}
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KJY%27 HTTP/1.1" 200 None
2026-03-29 06:29:37 [bca.uk] INFO: Saving data for YM74%20KJY: {'auction_closing_time': 1775026800.0, 'created_time': 1773820989.563627, 'last_price_update_time': 1774765777.261951}
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KJY') HTTP/1.1" 204 0
2026-03-29 06:29:37 [bca.uk] INFO: Found listing with ID: OV74%20CVH
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-29 06:29:37 [bca.uk] INFO: Scrape type for OV74%20CVH: 2
2026-03-29 06:29:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH
2026-03-29 06:29:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2240cfcb-3ad9-571f-9755-5f7befa824e8 with scrape type 2
2026-03-29 06:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2240cfcb-3ad9-571f-9755-5f7befa824e8 with scrape type 2
2026-03-29 06:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2240cfcb-3ad9-571f-9755-5f7befa824e8, identifier: OV74%20CVH
2026-03-29 06:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP
2026-03-29 06:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP
2026-03-29 06:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP to the API
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV08%20DVP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dc634fe-45bd-5bd8-856a-24a5dfd65c3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV08 DVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV08%20DVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 43414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375083214052',
 'year': 2008}
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-29 06:29:37 [bca.uk] INFO: Saving data for FV08%20DVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774476988.331897, 'last_price_update_time': 1774765777.657937}
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV08%2520DVP') HTTP/1.1" 204 0
2026-03-29 06:29:37 [bca.uk] INFO: Found listing with ID: BW70%20KKT
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 06:29:37 [bca.uk] INFO: Scrape type for BW70%20KKT: 2
2026-03-29 06:29:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT
2026-03-29 06:29:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with scrape type 2
2026-03-29 06:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with scrape type 2
2026-03-29 06:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5, identifier: BW70%20KKT
2026-03-29 06:29:37 [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:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM
2026-03-29 06:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM
2026-03-29 06:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM to the API
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN22%20KZM-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': 'e5434daf-56b6-5c03-b27d-0929eb820af7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN22 KZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN22%20KZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 24846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACB81CVN5526486',
 'year': 2022}
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520KZM%27 HTTP/1.1" 200 None
2026-03-29 06:29:38 [bca.uk] INFO: Saving data for FN22%20KZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774476443.775388, 'last_price_update_time': 1774765778.046288}
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN22%2520KZM') HTTP/1.1" 204 0
2026-03-29 06:29:38 [bca.uk] INFO: Found listing with ID: YM74%20KKS
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKS%27 HTTP/1.1" 200 None
2026-03-29 06:29:38 [bca.uk] INFO: Scrape type for YM74%20KKS: 2
2026-03-29 06:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS
2026-03-29 06:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with scrape type 2
2026-03-29 06:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with scrape type 2
2026-03-29 06:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4, identifier: YM74%20KKS
2026-03-29 06:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH
2026-03-29 06:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH
2026-03-29 06:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH to the API
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV74%20CVH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2240cfcb-3ad9-571f-9755-5f7befa824e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV74 CVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV74%20CVH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'GENESIS',
 'model': 'GV70 E',
 'odometer': 6621,
 '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': 'GENESIS GV70 E 360KW 77KWH AWD SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '360KW 77KWH AWD SPORT',
 'vin': 'KMTMA811RRU008991',
 'year': 2024}
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-29 06:29:38 [bca.uk] INFO: Saving data for OV74%20CVH: {'auction_closing_time': 1775026800.0, 'created_time': 1773821021.448803, 'last_price_update_time': 1774765778.438113}
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV74%2520CVH') HTTP/1.1" 204 0
2026-03-29 06:29:38 [bca.uk] INFO: Found listing with ID: HW63%20CYA
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 06:29:38 [bca.uk] INFO: Scrape type for HW63%20CYA: 2
2026-03-29 06:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA
2026-03-29 06:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390ee038-1813-52c5-9a07-7a979c28b3b5 with scrape type 2
2026-03-29 06:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390ee038-1813-52c5-9a07-7a979c28b3b5 with scrape type 2
2026-03-29 06:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 390ee038-1813-52c5-9a07-7a979c28b3b5, identifier: HW63%20CYA
2026-03-29 06:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT
2026-03-29 06:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT
2026-03-29 06:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT to the API
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW70%20KKT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW70 KKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW70%20KKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 122114,
 '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 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYLL39822',
 'year': 2021}
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KKT%27 HTTP/1.1" 200 None
2026-03-29 06:29:38 [bca.uk] INFO: Saving data for BW70%20KKT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477350.833061, 'last_price_update_time': 1774765778.835142}
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW70%2520KKT') HTTP/1.1" 204 0
2026-03-29 06:29:38 [bca.uk] INFO: Found listing with ID: AF72%20URN
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-29 06:29:38 [bca.uk] INFO: Scrape type for AF72%20URN: 2
2026-03-29 06:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN
2026-03-29 06:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with scrape type 2
2026-03-29 06:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with scrape type 2
2026-03-29 06:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb1980b1-1eb8-5ccc-ada7-28ce719ab849, identifier: AF72%20URN
2026-03-29 06:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS
2026-03-29 06:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS
2026-03-29 06:29:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS to the API
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KKS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6363f37d-70f4-5774-a3ef-b7517c4fb6f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KKS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 16361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26050,
 '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': 'WF0MXXTTRMRE62219',
 'year': 2024}
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKS%27 HTTP/1.1" 200 None
2026-03-29 06:29:39 [bca.uk] INFO: Saving data for YM74%20KKS: {'auction_closing_time': 1775026800.0, 'created_time': 1773820972.979557, 'last_price_update_time': 1774765779.214742}
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KKS') HTTP/1.1" 204 0
2026-03-29 06:29:39 [bca.uk] INFO: Found listing with ID: KP20%20WJK
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 06:29:39 [bca.uk] INFO: Scrape type for KP20%20WJK: 2
2026-03-29 06:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK
2026-03-29 06:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d528775-3398-5805-8395-b735c85b9da6 with scrape type 2
2026-03-29 06:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d528775-3398-5805-8395-b735c85b9da6 with scrape type 2
2026-03-29 06:29:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d528775-3398-5805-8395-b735c85b9da6, identifier: KP20%20WJK
2026-03-29 06:29:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA
2026-03-29 06:29:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA
2026-03-29 06:29:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA to the API
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW63%20CYA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '390ee038-1813-52c5-9a07-7a979c28b3b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW63 CYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW63%20CYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 144434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 1.6 I-DTEC 120 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE 2WD',
 'vin': 'SHSRE6740EU203875',
 'year': 2013}
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 06:29:39 [bca.uk] INFO: Saving data for HW63%20CYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477192.937381, 'last_price_update_time': 1774765779.614275}
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW63%2520CYA') HTTP/1.1" 204 0
2026-03-29 06:29:39 [bca.uk] INFO: Found listing with ID: DU23%20OGN
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OGN%27 HTTP/1.1" 200 None
2026-03-29 06:29:39 [bca.uk] INFO: Scrape type for DU23%20OGN: 2
2026-03-29 06:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN
2026-03-29 06:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97540a40-a4d5-5c1a-929c-8fb852809962 with scrape type 2
2026-03-29 06:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97540a40-a4d5-5c1a-929c-8fb852809962 with scrape type 2
2026-03-29 06:29:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97540a40-a4d5-5c1a-929c-8fb852809962, identifier: DU23%20OGN
2026-03-29 06:29:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN
2026-03-29 06:29:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN
2026-03-29 06:29:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN to the API
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20URN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fb1980b1-1eb8-5ccc-ada7-28ce719ab849',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 URN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20URN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 71417,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC447807',
 'year': 2022}
2026-03-29 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-29 06:29:40 [bca.uk] INFO: Saving data for AF72%20URN: {'auction_closing_time': 1774864800.0, 'created_time': 1774476450.587486, 'last_price_update_time': 1774765780.007628}
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520URN') HTTP/1.1" 204 0
2026-03-29 06:29:40 [bca.uk] INFO: Found listing with ID: YM74%20KLC
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 06:29:40 [bca.uk] INFO: Scrape type for YM74%20KLC: 2
2026-03-29 06:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC
2026-03-29 06:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24349137-33ce-55f7-ac40-2eb60605061a with scrape type 2
2026-03-29 06:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24349137-33ce-55f7-ac40-2eb60605061a with scrape type 2
2026-03-29 06:29:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24349137-33ce-55f7-ac40-2eb60605061a, identifier: YM74%20KLC
2026-03-29 06:29:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brilliant+blue+metallic HTTP/1.1" 200 None
2026-03-29 06:29:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:29:40 [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:29:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK
2026-03-29 06:29:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK to the API
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP20%20WJK-GB',
 'category': 'Car',
 'color': 'brilliant blue metallic',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d528775-3398-5805-8395-b735c85b9da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP20 WJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP20%20WJK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 51971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 D 2.0 AMG LINE ED.PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.PREMIUM 9G',
 'vin': 'WDD2050182R545624',
 'year': 2020}
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-29 06:29:40 [bca.uk] INFO: Saving data for KP20%20WJK: {'auction_closing_time': 1775026800.0, 'created_time': 1773842007.738251, 'last_price_update_time': 1774765780.6333}
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP20%2520WJK') HTTP/1.1" 204 0
2026-03-29 06:29:40 [bca.uk] INFO: Found listing with ID: PL63%20ABF
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-29 06:29:40 [bca.uk] INFO: Scrape type for PL63%20ABF: 2
2026-03-29 06:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF
2026-03-29 06:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5969d545-b84c-5753-8fdc-b5e2ae886489 with scrape type 2
2026-03-29 06:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5969d545-b84c-5753-8fdc-b5e2ae886489 with scrape type 2
2026-03-29 06:29:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5969d545-b84c-5753-8fdc-b5e2ae886489, identifier: PL63%20ABF
2026-03-29 06:29:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN
2026-03-29 06:29:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN
2026-03-29 06:29:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN to the API
2026-03-29 06:29:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU23%20OGN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '97540a40-a4d5-5c1a-929c-8fb852809962',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU23 OGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU23%20OGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'E-BERLINGO M',
 'odometer': 11100,
 '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-BERLINGO M 100KW 50KWH 800 ENTERPRISE ED. Van',
 'transmission': 'automatic',
 'trim': '100KW 50KWH 800 ENTERPRISE ED.',
 'vin': 'VR7EAZKXZNJ878503',
 'year': 2023}
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OGN%27 HTTP/1.1" 200 None
2026-03-29 06:29:41 [bca.uk] INFO: Saving data for DU23%20OGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477351.37276, 'last_price_update_time': 1774765781.015455}
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU23%2520OGN') HTTP/1.1" 204 0
2026-03-29 06:29:41 [bca.uk] INFO: Found listing with ID: LL70%20YVB
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-29 06:29:41 [bca.uk] INFO: Scrape type for LL70%20YVB: 2
2026-03-29 06:29:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB
2026-03-29 06:29:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with scrape type 2
2026-03-29 06:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with scrape type 2
2026-03-29 06:29:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c728ac81-d04c-5bd3-a5e1-6ba2d6377342, identifier: LL70%20YVB
2026-03-29 06:29:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC
2026-03-29 06:29:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC
2026-03-29 06:29:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC to the API
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KLC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24349137-33ce-55f7-ac40-2eb60605061a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KLC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 10918,
 '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': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE66829',
 'year': 2024}
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLC%27 HTTP/1.1" 200 None
2026-03-29 06:29:41 [bca.uk] INFO: Saving data for YM74%20KLC: {'auction_closing_time': 1775026800.0, 'created_time': 1773821465.564138, 'last_price_update_time': 1774765781.421074}
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KLC') HTTP/1.1" 204 0
2026-03-29 06:29:41 [bca.uk] INFO: Found listing with ID: PO21%20XJG
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 06:29:41 [bca.uk] INFO: Scrape type for PO21%20XJG: 2
2026-03-29 06:29:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG
2026-03-29 06:29:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7681616-8e7a-5331-99d5-0ea94d35a246 with scrape type 2
2026-03-29 06:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7681616-8e7a-5331-99d5-0ea94d35a246 with scrape type 2
2026-03-29 06:29:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7681616-8e7a-5331-99d5-0ea94d35a246, identifier: PO21%20XJG
2026-03-29 06:29:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF
2026-03-29 06:29:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF
2026-03-29 06:29:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF to the API
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL63%20ABF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5969d545-b84c-5753-8fdc-b5e2ae886489',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL63 ABF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL63%20ABF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 145080,
 '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': 'SJNFAAJ11U1034990',
 'year': 2014}
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-29 06:29:41 [bca.uk] INFO: Saving data for PL63%20ABF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477123.693196, 'last_price_update_time': 1774765781.79429}
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL63%2520ABF') HTTP/1.1" 204 0
2026-03-29 06:29:41 [bca.uk] INFO: Found listing with ID: DV19%20RMU
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 06:29:41 [bca.uk] INFO: Scrape type for DV19%20RMU: 2
2026-03-29 06:29:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU
2026-03-29 06:29:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42d0990b-b361-52af-a076-46a76d26e20f with scrape type 2
2026-03-29 06:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42d0990b-b361-52af-a076-46a76d26e20f with scrape type 2
2026-03-29 06:29:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42d0990b-b361-52af-a076-46a76d26e20f, identifier: DV19%20RMU
2026-03-29 06:29:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB
2026-03-29 06:29:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB
2026-03-29 06:29:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB to the API
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL70%20YVB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c728ac81-d04c-5bd3-a5e1-6ba2d6377342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL70 YVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20YVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330E',
 'odometer': 58144,
 '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': 'WBA5P52020FK76959',
 'year': 2021}
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-29 06:29:42 [bca.uk] INFO: Saving data for LL70%20YVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774476407.679853, 'last_price_update_time': 1774765782.181556}
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520YVB') HTTP/1.1" 204 0
2026-03-29 06:29:42 [bca.uk] INFO: Found listing with ID: YM74%20KLP
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 06:29:42 [bca.uk] INFO: Scrape type for YM74%20KLP: 2
2026-03-29 06:29:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP
2026-03-29 06:29:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10bb3ec-e298-5999-88eb-9e5c66c90be9 with scrape type 2
2026-03-29 06:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10bb3ec-e298-5999-88eb-9e5c66c90be9 with scrape type 2
2026-03-29 06:29:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d10bb3ec-e298-5999-88eb-9e5c66c90be9, identifier: YM74%20KLP
2026-03-29 06:29:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bodypanels+in+white HTTP/1.1" 200 None
2026-03-29 06:29:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:29:42 [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:29:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG
2026-03-29 06:29:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG to the API
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO21%20XJG-GB',
 'category': 'Car',
 'color': 'bodypanels in white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f7681616-8e7a-5331-99d5-0ea94d35a246',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO21 XJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO21%20XJG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'EQ FORFOUR',
 'odometer': 28253,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4900,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SMART EQ FORFOUR 17KWH 60KW PRIME EXCLS.(22KW) Hatchback',
 'transmission': 'automatic',
 'trim': '17KWH 60KW PRIME EXCLS.(22KW)',
 'vin': 'W1A4530912Y252716',
 'year': 2021}
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-29 06:29:42 [bca.uk] INFO: Saving data for PO21%20XJG: {'auction_closing_time': 1775026800.0, 'created_time': 1773841872.954683, 'last_price_update_time': 1774765782.716847}
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO21%2520XJG') HTTP/1.1" 204 0
2026-03-29 06:29:42 [bca.uk] INFO: Found listing with ID: DY16%20LZS
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 06:29:42 [bca.uk] INFO: Scrape type for DY16%20LZS: 2
2026-03-29 06:29:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS
2026-03-29 06:29:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75dc56c6-731a-598d-9881-493643fb3d02 with scrape type 2
2026-03-29 06:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75dc56c6-731a-598d-9881-493643fb3d02 with scrape type 2
2026-03-29 06:29:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75dc56c6-731a-598d-9881-493643fb3d02, identifier: DY16%20LZS
2026-03-29 06:29:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU
2026-03-29 06:29:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU
2026-03-29 06:29:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU to the API
2026-03-29 06:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV19%20RMU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42d0990b-b361-52af-a076-46a76d26e20f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV19 RMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV19%20RMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 85823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJJKL10KH005892',
 'year': 2019}
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520RMU%27 HTTP/1.1" 200 None
2026-03-29 06:29:43 [bca.uk] INFO: Saving data for DV19%20RMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477344.265311, 'last_price_update_time': 1774765783.098015}
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV19%2520RMU') HTTP/1.1" 204 0
2026-03-29 06:29:43 [bca.uk] INFO: Found listing with ID: BD71%20HWO
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 06:29:43 [bca.uk] INFO: Scrape type for BD71%20HWO: 2
2026-03-29 06:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO
2026-03-29 06:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with scrape type 2
2026-03-29 06:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with scrape type 2
2026-03-29 06:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36, identifier: BD71%20HWO
2026-03-29 06:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP
2026-03-29 06:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP
2026-03-29 06:29:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP to the API
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KLP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd10bb3ec-e298-5999-88eb-9e5c66c90be9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KLP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28200,
 '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': 'WF0MXXTTRMRE62455',
 'year': 2024}
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 06:29:43 [bca.uk] INFO: Saving data for YM74%20KLP: {'auction_closing_time': 1775026800.0, 'created_time': 1773820975.684005, 'last_price_update_time': 1774765783.477299}
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KLP') HTTP/1.1" 204 0
2026-03-29 06:29:43 [bca.uk] INFO: Found listing with ID: WG71%20AZO
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-29 06:29:43 [bca.uk] INFO: Scrape type for WG71%20AZO: 2
2026-03-29 06:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO
2026-03-29 06:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a51cc57b-209c-5dca-aae4-02bbd1792aa1 with scrape type 2
2026-03-29 06:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a51cc57b-209c-5dca-aae4-02bbd1792aa1 with scrape type 2
2026-03-29 06:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a51cc57b-209c-5dca-aae4-02bbd1792aa1, identifier: WG71%20AZO
2026-03-29 06:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS
2026-03-29 06:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS
2026-03-29 06:29:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS to the API
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY16%20LZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75dc56c6-731a-598d-9881-493643fb3d02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY16 LZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY16%20LZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 76990,
 '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 TECH LINE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'CDTI 136 TECH LINE 2WD',
 'vin': 'W0LJC7EC0GB629598',
 'year': 2016}
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-29 06:29:43 [bca.uk] INFO: Saving data for DY16%20LZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774477078.967404, 'last_price_update_time': 1774765783.867642}
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY16%2520LZS') HTTP/1.1" 204 0
2026-03-29 06:29:43 [bca.uk] INFO: Found listing with ID: NL21%20OVA
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520OVA%27 HTTP/1.1" 200 None
2026-03-29 06:29:43 [bca.uk] INFO: Scrape type for NL21%20OVA: 2
2026-03-29 06:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA
2026-03-29 06:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccc9fbea-4ef3-50e9-9141-d43ced87937f with scrape type 2
2026-03-29 06:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccc9fbea-4ef3-50e9-9141-d43ced87937f with scrape type 2
2026-03-29 06:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccc9fbea-4ef3-50e9-9141-d43ced87937f, identifier: NL21%20OVA
2026-03-29 06:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO
2026-03-29 06:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO
2026-03-29 06:29:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO to the API
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD71%20HWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BD71 HWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD71%20HWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 39766,
 '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': 'LRW3F7FA3MC404626',
 'year': 2021}
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-29 06:29:44 [bca.uk] INFO: Saving data for BD71%20HWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774476449.389558, 'last_price_update_time': 1774765784.261953}
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD71%2520HWO') HTTP/1.1" 204 0
2026-03-29 06:29:44 [bca.uk] INFO: Found listing with ID: YM74%20KLU
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLU%27 HTTP/1.1" 200 None
2026-03-29 06:29:44 [bca.uk] INFO: Scrape type for YM74%20KLU: 2
2026-03-29 06:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU
2026-03-29 06:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with scrape type 2
2026-03-29 06:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with scrape type 2
2026-03-29 06:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff, identifier: YM74%20KLU
2026-03-29 06:29:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO
2026-03-29 06:29:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO
2026-03-29 06:29:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO to the API
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG71%20AZO-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a51cc57b-209c-5dca-aae4-02bbd1792aa1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG71 AZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG71%20AZO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250 E',
 'odometer': 40962,
 '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': 'MERCEDES-BENZ GLA 250 E 1.3 EXCLUSIVE ED.PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE ED.PREMIUM DCT',
 'vin': 'W1N2477862J313006',
 'year': 2022}
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-29 06:29:44 [bca.uk] INFO: Saving data for WG71%20AZO: {'auction_closing_time': 1775026800.0, 'created_time': 1773842659.076869, 'last_price_update_time': 1774765784.666167}
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520AZO') HTTP/1.1" 204 0
2026-03-29 06:29:44 [bca.uk] INFO: Found listing with ID: WN14%20NWW
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-29 06:29:44 [bca.uk] INFO: Scrape type for WN14%20NWW: 2
2026-03-29 06:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW
2026-03-29 06:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3817ef2c-2274-5563-a805-6cdfcc29084e with scrape type 2
2026-03-29 06:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3817ef2c-2274-5563-a805-6cdfcc29084e with scrape type 2
2026-03-29 06:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3817ef2c-2274-5563-a805-6cdfcc29084e, identifier: WN14%20NWW
2026-03-29 06:29:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA
2026-03-29 06:29:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA
2026-03-29 06:29:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA to the API
2026-03-29 06:29:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL21%20OVA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ccc9fbea-4ef3-50e9-9141-d43ced87937f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL21 OVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL21%20OVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 47624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ACTIVE 4WD',
 'vin': 'AHTKB3CD102635996',
 'year': 2021}
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520OVA%27 HTTP/1.1" 200 None
2026-03-29 06:29:45 [bca.uk] INFO: Saving data for NL21%20OVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477331.234059, 'last_price_update_time': 1774765785.144124}
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL21%2520OVA') HTTP/1.1" 204 0
2026-03-29 06:29:45 [bca.uk] INFO: Found listing with ID: LV67%20VRD
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 06:29:45 [bca.uk] INFO: Scrape type for LV67%20VRD: 2
2026-03-29 06:29:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD
2026-03-29 06:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with scrape type 2
2026-03-29 06:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with scrape type 2
2026-03-29 06:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23, identifier: LV67%20VRD
2026-03-29 06:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU
2026-03-29 06:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU
2026-03-29 06:29:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU to the API
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KLU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KLU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 7210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28100,
 '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': 'WF0MXXTTRMRE65724',
 'year': 2024}
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLU%27 HTTP/1.1" 200 None
2026-03-29 06:29:45 [bca.uk] INFO: Saving data for YM74%20KLU: {'auction_closing_time': 1775026800.0, 'created_time': 1773841131.992183, 'last_price_update_time': 1774765785.534286}
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KLU') HTTP/1.1" 204 0
2026-03-29 06:29:45 [bca.uk] INFO: Found listing with ID: WX73%20VAV
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 06:29:45 [bca.uk] INFO: Scrape type for WX73%20VAV: 2
2026-03-29 06:29:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV
2026-03-29 06:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc70b6f-102a-5fcb-b237-551396a61ed4 with scrape type 2
2026-03-29 06:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc70b6f-102a-5fcb-b237-551396a61ed4 with scrape type 2
2026-03-29 06:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc70b6f-102a-5fcb-b237-551396a61ed4, identifier: WX73%20VAV
2026-03-29 06:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW
2026-03-29 06:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW
2026-03-29 06:29:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW to the API
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20NWW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3817ef2c-2274-5563-a805-6cdfcc29084e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 NWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20NWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 49125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CCHMZ0EW024162',
 'year': 2014}
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-29 06:29:45 [bca.uk] INFO: Saving data for WN14%20NWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477073.304022, 'last_price_update_time': 1774765785.916193}
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520NWW') HTTP/1.1" 204 0
2026-03-29 06:29:45 [bca.uk] INFO: Found listing with ID: YK72%20USO
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520USO%27 HTTP/1.1" 200 None
2026-03-29 06:29:45 [bca.uk] INFO: Scrape type for YK72%20USO: 2
2026-03-29 06:29:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO
2026-03-29 06:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with scrape type 2
2026-03-29 06:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with scrape type 2
2026-03-29 06:29:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e, identifier: YK72%20USO
2026-03-29 06:29:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD
2026-03-29 06:29:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD
2026-03-29 06:29:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD to the API
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV67%20VRD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a26ccd2-2740-53c1-91ea-ad39b5bdbb23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV67 VRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV67%20VRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 99076,
 '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 LANDMARK Hatchback',
 'transmission': 'manual',
 'trim': 'TD4 180 4WD LANDMARK',
 'vin': 'SALVA2CNXJH274050',
 'year': 2017}
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 06:29:46 [bca.uk] INFO: Saving data for LV67%20VRD: {'auction_closing_time': 1774951200.0, 'created_time': 1774476405.351009, 'last_price_update_time': 1774765786.373945}
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV67%2520VRD') HTTP/1.1" 204 0
2026-03-29 06:29:46 [bca.uk] INFO: Found listing with ID: YP74%20VLO
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLO%27 HTTP/1.1" 200 None
2026-03-29 06:29:46 [bca.uk] INFO: Scrape type for YP74%20VLO: 2
2026-03-29 06:29:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO
2026-03-29 06:29:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f13da83-e289-5d59-9439-4022f1233df7 with scrape type 2
2026-03-29 06:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f13da83-e289-5d59-9439-4022f1233df7 with scrape type 2
2026-03-29 06:29:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f13da83-e289-5d59-9439-4022f1233df7, identifier: YP74%20VLO
2026-03-29 06:29:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV
2026-03-29 06:29:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV
2026-03-29 06:29:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV to the API
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX73%20VAV-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8cc70b6f-102a-5fcb-b237-551396a61ed4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WX73 VAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX73%20VAV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 9237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K3F8HB0RN320649',
 'year': 2023}
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 06:29:46 [bca.uk] INFO: Saving data for WX73%20VAV: {'auction_closing_time': 1775026800.0, 'created_time': 1773842659.980637, 'last_price_update_time': 1774765786.766257}
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX73%2520VAV') HTTP/1.1" 204 0
2026-03-29 06:29:46 [bca.uk] INFO: Found listing with ID: YG61%20RVP
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 06:29:46 [bca.uk] INFO: Scrape type for YG61%20RVP: 2
2026-03-29 06:29:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP
2026-03-29 06:29:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with scrape type 2
2026-03-29 06:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with scrape type 2
2026-03-29 06:29:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01, identifier: YG61%20RVP
2026-03-29 06:29:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO
2026-03-29 06:29:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO
2026-03-29 06:29:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO to the API
2026-03-29 06:29:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK72%20USO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK72 USO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK72%20USO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 88705,
 'odometer_reading_unit': '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 3.0 D300 R-DYNAMIC HSE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC HSE COMMERCIAL',
 'vin': 'SALRACAW3P2474959',
 'year': 2022}
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520USO%27 HTTP/1.1" 200 None
2026-03-29 06:29:47 [bca.uk] INFO: Saving data for YK72%20USO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477308.868291, 'last_price_update_time': 1774765787.177038}
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK72%2520USO') HTTP/1.1" 204 0
2026-03-29 06:29:47 [bca.uk] INFO: Found listing with ID: BV72%20ZJZ
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:47 [bca.uk] INFO: Scrape type for BV72%20ZJZ: 2
2026-03-29 06:29:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ
2026-03-29 06:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 951cce0b-e225-5568-ad1a-4bb0e68201b7 with scrape type 2
2026-03-29 06:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 951cce0b-e225-5568-ad1a-4bb0e68201b7 with scrape type 2
2026-03-29 06:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 951cce0b-e225-5568-ad1a-4bb0e68201b7, identifier: BV72%20ZJZ
2026-03-29 06:29:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO
2026-03-29 06:29:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO
2026-03-29 06:29:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO to the API
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP74%20VLO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f13da83-e289-5d59-9439-4022f1233df7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP74 VLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20VLO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 14096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRC33789',
 'year': 2024}
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLO%27 HTTP/1.1" 200 None
2026-03-29 06:29:47 [bca.uk] INFO: Saving data for YP74%20VLO: {'auction_closing_time': 1775026800.0, 'created_time': 1773841116.968089, 'last_price_update_time': 1774765787.578935}
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520VLO') HTTP/1.1" 204 0
2026-03-29 06:29:47 [bca.uk] INFO: Found listing with ID: DL73%20KOV
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 06:29:47 [bca.uk] INFO: Scrape type for DL73%20KOV: 2
2026-03-29 06:29:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV
2026-03-29 06:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ebc277-4e0d-5811-bb31-62fc9254246a with scrape type 2
2026-03-29 06:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6ebc277-4e0d-5811-bb31-62fc9254246a with scrape type 2
2026-03-29 06:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6ebc277-4e0d-5811-bb31-62fc9254246a, identifier: DL73%20KOV
2026-03-29 06:29:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP
2026-03-29 06:29:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP
2026-03-29 06:29:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP to the API
2026-03-29 06:29:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG61%20RVP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f7e1db1-0fa7-5028-97d4-4cbeee948b01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG61 RVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG61%20RVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 46123,
 '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 VVT EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCITE',
 'vin': 'W0L0SDL68C4006689',
 'year': 2011}
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 06:29:48 [bca.uk] INFO: Saving data for YG61%20RVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477072.645629, 'last_price_update_time': 1774765788.099839}
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG61%2520RVP') HTTP/1.1" 204 0
2026-03-29 06:29:48 [bca.uk] INFO: Found listing with ID: CX71%20BVB
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:29:48 [bca.uk] INFO: Scrape type for CX71%20BVB: 2
2026-03-29 06:29:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB
2026-03-29 06:29:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5c36405-259d-5a59-9960-fa6aaf1f2ffc with scrape type 2
2026-03-29 06:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5c36405-259d-5a59-9960-fa6aaf1f2ffc with scrape type 2
2026-03-29 06:29:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5c36405-259d-5a59-9960-fa6aaf1f2ffc, identifier: CX71%20BVB
2026-03-29 06:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ
2026-03-29 06:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ
2026-03-29 06:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ to the API
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV72%20ZJZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '951cce0b-e225-5568-ad1a-4bb0e68201b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV72 ZJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV72%20ZJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 37361,
 'odometer_reading_unit': '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': 'SALZA2AT6PH201270',
 'year': 2022}
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:48 [bca.uk] INFO: Saving data for BV72%20ZJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479510.71937, 'last_price_update_time': 1774765788.483806}
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520ZJZ') HTTP/1.1" 204 0
2026-03-29 06:29:48 [bca.uk] INFO: Found listing with ID: YM17%20LFO
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520LFO%27 HTTP/1.1" 200 None
2026-03-29 06:29:48 [bca.uk] INFO: Scrape type for YM17%20LFO: 2
2026-03-29 06:29:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804bc342-d9d9-5911-9bd0-a1af7515f22c with identifier: YM17%20LFO
2026-03-29 06:29:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804bc342-d9d9-5911-9bd0-a1af7515f22c with scrape type 2
2026-03-29 06:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804bc342-d9d9-5911-9bd0-a1af7515f22c with scrape type 2
2026-03-29 06:29:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 804bc342-d9d9-5911-9bd0-a1af7515f22c, identifier: YM17%20LFO
2026-03-29 06:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV
2026-03-29 06:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV
2026-03-29 06:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV to the API
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KOV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6ebc277-4e0d-5811-bb31-62fc9254246a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KOV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10800,
 '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': 'VXKUPHMHDP4266107',
 'year': 2023}
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-29 06:29:48 [bca.uk] INFO: Saving data for DL73%20KOV: {'auction_closing_time': 1775026800.0, 'created_time': 1773839645.636328, 'last_price_update_time': 1774765788.860132}
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KOV') HTTP/1.1" 204 0
2026-03-29 06:29:48 [bca.uk] INFO: Found listing with ID: BN65%20OAW
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 06:29:48 [bca.uk] INFO: Scrape type for BN65%20OAW: 2
2026-03-29 06:29:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW
2026-03-29 06:29:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 356a891e-f757-5303-b8c3-7db1abe20531 with scrape type 2
2026-03-29 06:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 356a891e-f757-5303-b8c3-7db1abe20531 with scrape type 2
2026-03-29 06:29:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 356a891e-f757-5303-b8c3-7db1abe20531, identifier: BN65%20OAW
2026-03-29 06:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB
2026-03-29 06:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB
2026-03-29 06:29:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB to the API
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX71%20BVB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5c36405-259d-5a59-9960-fa6aaf1f2ffc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX71 BVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX71%20BVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 37440,
 '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 DOBLO MAXI 1.6 M/J 105 L2 TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/J 105 L2 TECNICO S/S',
 'vin': 'ZFA26300006V24668',
 'year': 2021}
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BVB%27 HTTP/1.1" 200 None
2026-03-29 06:29:49 [bca.uk] INFO: Saving data for CX71%20BVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477330.460489, 'last_price_update_time': 1774765789.258382}
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX71%2520BVB') HTTP/1.1" 204 0
2026-03-29 06:29:49 [bca.uk] INFO: Found listing with ID: KP22%20GXA
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 06:29:49 [bca.uk] INFO: Scrape type for KP22%20GXA: 0
2026-03-29 06:29:49 [bca.uk] INFO: Found listing with ID: YB71%20LWG
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520LWG%27 HTTP/1.1" 200 None
2026-03-29 06:29:49 [bca.uk] INFO: Scrape type for YB71%20LWG: 2
2026-03-29 06:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8ccf32e-ba63-599c-8279-b7c0c5192010 with identifier: YB71%20LWG
2026-03-29 06:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8ccf32e-ba63-599c-8279-b7c0c5192010 with scrape type 2
2026-03-29 06:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8ccf32e-ba63-599c-8279-b7c0c5192010 with scrape type 2
2026-03-29 06:29:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8ccf32e-ba63-599c-8279-b7c0c5192010, identifier: YB71%20LWG
2026-03-29 06:29:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 804bc342-d9d9-5911-9bd0-a1af7515f22c with identifier: YM17%20LFO
2026-03-29 06:29:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 804bc342-d9d9-5911-9bd0-a1af7515f22c with identifier: YM17%20LFO
2026-03-29 06:29:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 804bc342-d9d9-5911-9bd0-a1af7515f22c with identifier: YM17%20LFO to the API
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM17%20LFO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '804bc342-d9d9-5911-9bd0-a1af7515f22c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM17 LFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM17%20LFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 50300,
 '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 CONNECT 1.5 TDCI 75 210 L2 L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 210 L2 L/R',
 'vin': 'WF0SXXWPGSHR01091',
 'year': 2017}
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520LFO%27 HTTP/1.1" 200 None
2026-03-29 06:29:49 [bca.uk] INFO: Saving data for YM17%20LFO: {'auction_closing_time': 1774778400.0, 'created_time': 1774476927.289195, 'last_price_update_time': 1774765789.774876}
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM17%2520LFO') HTTP/1.1" 204 0
2026-03-29 06:29:49 [bca.uk] INFO: Found listing with ID: DL73%20KTF
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-29 06:29:49 [bca.uk] INFO: Scrape type for DL73%20KTF: 2
2026-03-29 06:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF
2026-03-29 06:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30983d1e-4e35-547c-9bc3-17435461f551 with scrape type 2
2026-03-29 06:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30983d1e-4e35-547c-9bc3-17435461f551 with scrape type 2
2026-03-29 06:29:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30983d1e-4e35-547c-9bc3-17435461f551, identifier: DL73%20KTF
2026-03-29 06:29:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW
2026-03-29 06:29:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW
2026-03-29 06:29:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW to the API
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN65%20OAW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '356a891e-f757-5303-b8c3-7db1abe20531',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN65 OAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN65%20OAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 92627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC S',
 'vin': 'WF05XXGCC5FJ88409',
 'year': 2015}
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 06:29:50 [bca.uk] INFO: Saving data for BN65%20OAW: {'auction_closing_time': 1774864800.0, 'created_time': 1773837567.625132, 'last_price_update_time': 1774765790.186829}
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN65%2520OAW') HTTP/1.1" 204 0
2026-03-29 06:29:50 [bca.uk] INFO: Found listing with ID: YM18%20PKV
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM18%2520PKV%27 HTTP/1.1" 200 None
2026-03-29 06:29:50 [bca.uk] INFO: Scrape type for YM18%20PKV: 2
2026-03-29 06:29:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV
2026-03-29 06:29:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with scrape type 2
2026-03-29 06:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with scrape type 2
2026-03-29 06:29:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8, identifier: YM18%20PKV
2026-03-29 06:29:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8ccf32e-ba63-599c-8279-b7c0c5192010 with identifier: YB71%20LWG
2026-03-29 06:29:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8ccf32e-ba63-599c-8279-b7c0c5192010 with identifier: YB71%20LWG
2026-03-29 06:29:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8ccf32e-ba63-599c-8279-b7c0c5192010 with identifier: YB71%20LWG to the API
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 251,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20LWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8ccf32e-ba63-599c-8279-b7c0c5192010',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB71 LWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20LWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 86662,
 '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 FWD 2.0 EBL 130 L4 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMK13482',
 'year': 2021}
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520LWG%27 HTTP/1.1" 200 None
2026-03-29 06:29:50 [bca.uk] INFO: Saving data for YB71%20LWG: {'auction_closing_time': 1774778400.0, 'created_time': 1774476620.537941, 'last_price_update_time': 1774765790.582203}
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520LWG') HTTP/1.1" 204 0
2026-03-29 06:29:50 [bca.uk] INFO: Found listing with ID: DC72%20MDK
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC72%2520MDK%27 HTTP/1.1" 200 None
2026-03-29 06:29:50 [bca.uk] INFO: Scrape type for DC72%20MDK: 0
2026-03-29 06:29:50 [bca.uk] INFO: Found listing with ID: EF68%20NYN
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF68%2520NYN%27 HTTP/1.1" 200 None
2026-03-29 06:29:50 [bca.uk] INFO: Scrape type for EF68%20NYN: 2
2026-03-29 06:29:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN
2026-03-29 06:29:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4de33efe-45e2-5775-b84f-39dff4cca09b with scrape type 2
2026-03-29 06:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4de33efe-45e2-5775-b84f-39dff4cca09b with scrape type 2
2026-03-29 06:29:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4de33efe-45e2-5775-b84f-39dff4cca09b, identifier: EF68%20NYN
2026-03-29 06:29:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF
2026-03-29 06:29:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF
2026-03-29 06:29:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF to the API
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KTF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30983d1e-4e35-547c-9bc3-17435461f551',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KTF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13163,
 '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': 'VXKUPHMHDP4288848',
 'year': 2023}
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-29 06:29:50 [bca.uk] INFO: Saving data for DL73%20KTF: {'auction_closing_time': 1775026800.0, 'created_time': 1773833259.930144, 'last_price_update_time': 1774765790.991678}
2026-03-29 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KTF') HTTP/1.1" 204 0
2026-03-29 06:29:51 [bca.uk] INFO: Found listing with ID: ND61%20FXY
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520FXY%27 HTTP/1.1" 200 None
2026-03-29 06:29:51 [bca.uk] INFO: Scrape type for ND61%20FXY: 0
2026-03-29 06:29:51 [bca.uk] INFO: Found listing with ID: NV13%20UCS
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 06:29:51 [bca.uk] INFO: Scrape type for NV13%20UCS: 2
2026-03-29 06:29:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS
2026-03-29 06:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbc6831-10e3-51f7-9430-ddefba9b4bea with scrape type 2
2026-03-29 06:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bbc6831-10e3-51f7-9430-ddefba9b4bea with scrape type 2
2026-03-29 06:29:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bbc6831-10e3-51f7-9430-ddefba9b4bea, identifier: NV13%20UCS
2026-03-29 06:29:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV
2026-03-29 06:29:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV
2026-03-29 06:29:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV to the API
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM18%20PKV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM18 PKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM18%20PKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 43027,
 'odometer_reading_unit': '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 L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJT79708',
 'year': 2018}
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM18%2520PKV%27 HTTP/1.1" 200 None
2026-03-29 06:29:51 [bca.uk] INFO: Saving data for YM18%20PKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477332.89689, 'last_price_update_time': 1774765791.393015}
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM18%2520PKV') HTTP/1.1" 204 0
2026-03-29 06:29:51 [bca.uk] INFO: Found listing with ID: NU20%20ZTD
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29: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%2520ZTD%27 HTTP/1.1" 200 None
2026-03-29 06:29:51 [bca.uk] INFO: Scrape type for NU20%20ZTD: 2
2026-03-29 06:29:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD
2026-03-29 06:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c685c378-40bd-5c0b-aaf6-faaf37ef295e with scrape type 2
2026-03-29 06:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c685c378-40bd-5c0b-aaf6-faaf37ef295e with scrape type 2
2026-03-29 06:29:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c685c378-40bd-5c0b-aaf6-faaf37ef295e, identifier: NU20%20ZTD
2026-03-29 06:29:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN
2026-03-29 06:29:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN
2026-03-29 06:29:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN to the API
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF68%20NYN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4de33efe-45e2-5775-b84f-39dff4cca09b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF68 NYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF68%20NYN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 54242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2018-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': 'WAUZZZFY8J2237367',
 'year': 2018}
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF68%2520NYN%27 HTTP/1.1" 200 None
2026-03-29 06:29:51 [bca.uk] INFO: Saving data for EF68%20NYN: {'auction_closing_time': 1775026800.0, 'created_time': 1773933602.526193, 'last_price_update_time': 1774765791.785753}
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF68%2520NYN') HTTP/1.1" 204 0
2026-03-29 06:29:51 [bca.uk] INFO: Found listing with ID: DL73%20KUR
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-29 06:29:51 [bca.uk] INFO: Scrape type for DL73%20KUR: 2
2026-03-29 06:29:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR
2026-03-29 06:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bde08866-e8a9-573f-80c9-98a26bba4074 with scrape type 2
2026-03-29 06:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bde08866-e8a9-573f-80c9-98a26bba4074 with scrape type 2
2026-03-29 06:29:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bde08866-e8a9-573f-80c9-98a26bba4074, identifier: DL73%20KUR
2026-03-29 06:29:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS
2026-03-29 06:29:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS
2026-03-29 06:29:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS to the API
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV13%20UCS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bbc6831-10e3-51f7-9430-ddefba9b4bea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV13 UCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV13%20UCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C3 PICASSO',
 'odometer': 62130,
 '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 C3 PICASSO 1.6 VTI EXCLUSIVE EGS6 MPV',
 'transmission': 'automatic',
 'trim': 'VTI EXCLUSIVE EGS6',
 'vin': 'VF7SH5FS8DT536717',
 'year': 2013}
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-29 06:29:52 [bca.uk] INFO: Saving data for NV13%20UCS: {'auction_closing_time': 1774864800.0, 'created_time': 1774479201.133506, 'last_price_update_time': 1774765792.176171}
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV13%2520UCS') HTTP/1.1" 204 0
2026-03-29 06:29:52 [bca.uk] INFO: Found listing with ID: CA72%20FPZ
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520FPZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:52 [bca.uk] INFO: Scrape type for CA72%20FPZ: 2
2026-03-29 06:29:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ
2026-03-29 06:29:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b17a351-f8eb-51bd-a970-c377b74a206c with scrape type 2
2026-03-29 06:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b17a351-f8eb-51bd-a970-c377b74a206c with scrape type 2
2026-03-29 06:29:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b17a351-f8eb-51bd-a970-c377b74a206c, identifier: CA72%20FPZ
2026-03-29 06:29:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD
2026-03-29 06:29:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD
2026-03-29 06:29:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD to the API
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20ZTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c685c378-40bd-5c0b-aaf6-faaf37ef295e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 ZTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20ZTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LDV',
 'model': 'V80',
 'odometer': 99134,
 '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': 'LDV V80 2.5 TD LWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TD LWB M/R',
 'vin': 'LSKG5GL17GA227035',
 'year': 2020}
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520ZTD%27 HTTP/1.1" 200 None
2026-03-29 06:29:52 [bca.uk] INFO: Saving data for NU20%20ZTD: {'auction_closing_time': 1774951200.0, 'created_time': 1774479445.973365, 'last_price_update_time': 1774765792.578122}
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520ZTD') HTTP/1.1" 204 0
2026-03-29 06:29:52 [bca.uk] INFO: Found listing with ID: GX20%20UMK
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520UMK%27 HTTP/1.1" 200 None
2026-03-29 06:29:52 [bca.uk] INFO: Scrape type for GX20%20UMK: 2
2026-03-29 06:29:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK
2026-03-29 06:29:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a8dee7-fd80-5d7b-9a83-84687261bf01 with scrape type 2
2026-03-29 06:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92a8dee7-fd80-5d7b-9a83-84687261bf01 with scrape type 2
2026-03-29 06:29:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92a8dee7-fd80-5d7b-9a83-84687261bf01, identifier: GX20%20UMK
2026-03-29 06:29:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR
2026-03-29 06:29:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR
2026-03-29 06:29:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR to the API
2026-03-29 06:29:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KUR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bde08866-e8a9-573f-80c9-98a26bba4074',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KUR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 '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': 'VXKUPHMHDP4269802',
 'year': 2023}
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-29 06:29:53 [bca.uk] INFO: Saving data for DL73%20KUR: {'auction_closing_time': 1775026800.0, 'created_time': 1773833259.561775, 'last_price_update_time': 1774765793.06793}
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KUR') HTTP/1.1" 204 0
2026-03-29 06:29:53 [bca.uk] INFO: Found listing with ID: NY60%20FRX
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 06:29:53 [bca.uk] INFO: Scrape type for NY60%20FRX: 2
2026-03-29 06:29:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX
2026-03-29 06:29:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with scrape type 2
2026-03-29 06:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with scrape type 2
2026-03-29 06:29:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd, identifier: NY60%20FRX
2026-03-29 06:29:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ
2026-03-29 06:29:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ
2026-03-29 06:29:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ to the API
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20FPZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b17a351-f8eb-51bd-a970-c377b74a206c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA72 FPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20FPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 27954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 LONG PROF.PREMIUM PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 LONG PROF.PREMIUM',
 'vin': 'VF3VBYHRMN7047240',
 'year': 2022}
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520FPZ%27 HTTP/1.1" 200 None
2026-03-29 06:29:53 [bca.uk] INFO: Saving data for CA72%20FPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477333.277501, 'last_price_update_time': 1774765793.44914}
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520FPZ') HTTP/1.1" 204 0
2026-03-29 06:29:53 [bca.uk] INFO: Found listing with ID: YP72%20RVU
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520RVU%27 HTTP/1.1" 200 None
2026-03-29 06:29:53 [bca.uk] INFO: Scrape type for YP72%20RVU: 2
2026-03-29 06:29:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU
2026-03-29 06:29:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with scrape type 2
2026-03-29 06:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with scrape type 2
2026-03-29 06:29:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc, identifier: YP72%20RVU
2026-03-29 06:29:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK
2026-03-29 06:29:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK
2026-03-29 06:29:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK to the API
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX20%20UMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92a8dee7-fd80-5d7b-9a83-84687261bf01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX20 UMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX20%20UMK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 90007,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK5L2427904',
 'year': 2020}
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520UMK%27 HTTP/1.1" 200 None
2026-03-29 06:29:53 [bca.uk] INFO: Saving data for GX20%20UMK: {'auction_closing_time': 1775026800.0, 'created_time': 1774015644.555659, 'last_price_update_time': 1774765793.835072}
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX20%2520UMK') HTTP/1.1" 204 0
2026-03-29 06:29:53 [bca.uk] INFO: Found listing with ID: DL73%20KXJ
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:53 [bca.uk] INFO: Scrape type for DL73%20KXJ: 2
2026-03-29 06:29:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ
2026-03-29 06:29:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c039f86a-dbb3-53af-a590-f9787380703f with scrape type 2
2026-03-29 06:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c039f86a-dbb3-53af-a590-f9787380703f with scrape type 2
2026-03-29 06:29:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c039f86a-dbb3-53af-a590-f9787380703f, identifier: DL73%20KXJ
2026-03-29 06:29:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX
2026-03-29 06:29:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX
2026-03-29 06:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX to the API
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NY60%20FRX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f3923d4-bb65-5aa7-bbe5-d0b031b193bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NY60 FRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NY60%20FRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 79462,
 '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': 'automatic',
 'trim': 'I-DTEC EX',
 'vin': 'SHSRE6870BU000285',
 'year': 2010}
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-29 06:29:54 [bca.uk] INFO: Saving data for NY60%20FRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774479070.10371, 'last_price_update_time': 1774765794.233608}
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NY60%2520FRX') HTTP/1.1" 204 0
2026-03-29 06:29:54 [bca.uk] INFO: Found listing with ID: CX71%20BUW
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 06:29:54 [bca.uk] INFO: Scrape type for CX71%20BUW: 2
2026-03-29 06:29:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW
2026-03-29 06:29:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with scrape type 2
2026-03-29 06:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with scrape type 2
2026-03-29 06:29:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6fbdb1f-ae5b-5b78-a274-e6a68c503513, identifier: CX71%20BUW
2026-03-29 06:29:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU
2026-03-29 06:29:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU
2026-03-29 06:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU to the API
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20RVU-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': '2aa0c58a-a40d-5b75-99ee-7c64650b2acc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP72 RVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20RVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 70466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV CORE BRIGHT StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV CORE BRIGHT',
 'vin': 'YV1XZBWV0P2975965',
 'year': 2022}
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29: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%2520RVU%27 HTTP/1.1" 200 None
2026-03-29 06:29:54 [bca.uk] INFO: Saving data for YP72%20RVU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476672.260825, 'last_price_update_time': 1774765794.637252}
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520RVU') HTTP/1.1" 204 0
2026-03-29 06:29:54 [bca.uk] INFO: Found listing with ID: GY14%20NPF
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NPF%27 HTTP/1.1" 200 None
2026-03-29 06:29:54 [bca.uk] INFO: Scrape type for GY14%20NPF: 2
2026-03-29 06:29:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF
2026-03-29 06:29:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a9379e-2926-5693-a162-1fc2b174a0c2 with scrape type 2
2026-03-29 06:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a9379e-2926-5693-a162-1fc2b174a0c2 with scrape type 2
2026-03-29 06:29:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68a9379e-2926-5693-a162-1fc2b174a0c2, identifier: GY14%20NPF
2026-03-29 06:29:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ
2026-03-29 06:29:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ
2026-03-29 06:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ to the API
2026-03-29 06:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KXJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c039f86a-dbb3-53af-a590-f9787380703f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KXJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 15882,
 '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': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4281969',
 'year': 2023}
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-29 06:29:55 [bca.uk] INFO: Saving data for DL73%20KXJ: {'auction_closing_time': 1775026800.0, 'created_time': 1773833248.527747, 'last_price_update_time': 1774765795.019429}
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KXJ') HTTP/1.1" 204 0
2026-03-29 06:29:55 [bca.uk] INFO: Found listing with ID: VX65%20LMY
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-29 06:29:55 [bca.uk] INFO: Scrape type for VX65%20LMY: 2
2026-03-29 06:29:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY
2026-03-29 06:29:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6161605-771d-56bc-a5e4-505f733c787b with scrape type 2
2026-03-29 06:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6161605-771d-56bc-a5e4-505f733c787b with scrape type 2
2026-03-29 06:29:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6161605-771d-56bc-a5e4-505f733c787b, identifier: VX65%20LMY
2026-03-29 06:29:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW
2026-03-29 06:29:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW
2026-03-29 06:29:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW to the API
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX71%20BUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6fbdb1f-ae5b-5b78-a274-e6a68c503513',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX71 BUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX71%20BUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 47692,
 '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 DOBLO MAXI 1.6 M/J 105 L2 TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/J 105 L2 TECNICO S/S',
 'vin': 'ZFA26300006V25341',
 'year': 2021}
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BUW%27 HTTP/1.1" 200 None
2026-03-29 06:29:55 [bca.uk] INFO: Saving data for CX71%20BUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477336.817011, 'last_price_update_time': 1774765795.411834}
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX71%2520BUW') HTTP/1.1" 204 0
2026-03-29 06:29:55 [bca.uk] INFO: Found listing with ID: LC69%20LPN
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-29 06:29:55 [bca.uk] INFO: Scrape type for LC69%20LPN: 2
2026-03-29 06:29:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN
2026-03-29 06:29:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875392ac-7c41-5447-b404-7dfc57b86917 with scrape type 2
2026-03-29 06:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875392ac-7c41-5447-b404-7dfc57b86917 with scrape type 2
2026-03-29 06:29:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875392ac-7c41-5447-b404-7dfc57b86917, identifier: LC69%20LPN
2026-03-29 06:29:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF
2026-03-29 06:29:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF
2026-03-29 06:29:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF to the API
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 71,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY14%20NPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '68a9379e-2926-5693-a162-1fc2b174a0c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY14 NPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY14%20NPF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'PORSCHE',
 'model': 'PANAMERA',
 'odometer': 100769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PORSCHE PANAMERA 3.0 V6 S E-HYBRID TIPTRONIC S Hatchback',
 'transmission': 'manual',
 'trim': 'V6 S E-HYBRID TIPTRONIC S',
 'vin': 'WP0ZZZ97ZEL041486',
 'year': 2014}
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NPF%27 HTTP/1.1" 200 None
2026-03-29 06:29:55 [bca.uk] INFO: Saving data for GY14%20NPF: {'auction_closing_time': 1775026800.0, 'created_time': 1773825661.444875, 'last_price_update_time': 1774765795.79985}
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY14%2520NPF') HTTP/1.1" 204 0
2026-03-29 06:29:55 [bca.uk] INFO: Found listing with ID: DL73%20KZW
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:29:55 [bca.uk] INFO: Scrape type for DL73%20KZW: 2
2026-03-29 06:29:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW
2026-03-29 06:29:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf19696-430b-565f-9dfe-d777ae2ce322 with scrape type 2
2026-03-29 06:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf19696-430b-565f-9dfe-d777ae2ce322 with scrape type 2
2026-03-29 06:29:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adf19696-430b-565f-9dfe-d777ae2ce322, identifier: DL73%20KZW
2026-03-29 06:29:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY
2026-03-29 06:29:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY
2026-03-29 06:29:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY to the API
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX65%20LMY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6161605-771d-56bc-a5e4-505f733c787b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX65 LMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX65%20LMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 54450,
 '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': 'WF0CXXGAKCFY88128',
 'year': 2015}
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-29 06:29:56 [bca.uk] INFO: Saving data for VX65%20LMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479050.556058, 'last_price_update_time': 1774765796.165293}
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX65%2520LMY') HTTP/1.1" 204 0
2026-03-29 06:29:56 [bca.uk] INFO: Found listing with ID: YM23%20NFL
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 06:29:56 [bca.uk] INFO: Scrape type for YM23%20NFL: 2
2026-03-29 06:29:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL
2026-03-29 06:29:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447b6c62-e42b-543f-b05e-817a8b43ba56 with scrape type 2
2026-03-29 06:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447b6c62-e42b-543f-b05e-817a8b43ba56 with scrape type 2
2026-03-29 06:29:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 447b6c62-e42b-543f-b05e-817a8b43ba56, identifier: YM23%20NFL
2026-03-29 06:29:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN
2026-03-29 06:29:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN
2026-03-29 06:29:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN to the API
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC69%20LPN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '875392ac-7c41-5447-b404-7dfc57b86917',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC69 LPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20LPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 101826,
 'odometer_reading_unit': '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 ZETEC P/S Estate',
 'transmission': 'automatic',
 'trim': 'EBL 120 ZETEC P/S',
 'vin': 'WF0PXXGCHPKU49214',
 'year': 2019}
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-29 06:29:56 [bca.uk] INFO: Saving data for LC69%20LPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479418.791447, 'last_price_update_time': 1774765796.545123}
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520LPN') HTTP/1.1" 204 0
2026-03-29 06:29:56 [bca.uk] INFO: Found listing with ID: GY64%20NJV
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520NJV%27 HTTP/1.1" 200 None
2026-03-29 06:29:56 [bca.uk] INFO: Scrape type for GY64%20NJV: 2
2026-03-29 06:29:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV
2026-03-29 06:29:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eff39763-2e3d-5764-b142-f82713443b14 with scrape type 2
2026-03-29 06:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eff39763-2e3d-5764-b142-f82713443b14 with scrape type 2
2026-03-29 06:29:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eff39763-2e3d-5764-b142-f82713443b14, identifier: GY64%20NJV
2026-03-29 06:29:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW
2026-03-29 06:29:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW
2026-03-29 06:29:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW to the API
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'adf19696-430b-565f-9dfe-d777ae2ce322',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KZW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19842,
 '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': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4270675',
 'year': 2023}
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:29:56 [bca.uk] INFO: Saving data for DL73%20KZW: {'auction_closing_time': 1775026800.0, 'created_time': 1773842147.001582, 'last_price_update_time': 1774765796.938248}
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KZW') HTTP/1.1" 204 0
2026-03-29 06:29:57 [bca.uk] INFO: Found listing with ID: BD11%20UYV
2026-03-29 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-29 06:29:57 [bca.uk] INFO: Scrape type for BD11%20UYV: 2
2026-03-29 06:29:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV
2026-03-29 06:29:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1512bce-a641-5268-8b90-0d7f84744787 with scrape type 2
2026-03-29 06:29:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1512bce-a641-5268-8b90-0d7f84744787 with scrape type 2
2026-03-29 06:29:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1512bce-a641-5268-8b90-0d7f84744787, identifier: BD11%20UYV
2026-03-29 06:29:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL
2026-03-29 06:29:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL
2026-03-29 06:29:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL to the API
2026-03-29 06:29:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM23%20NFL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '447b6c62-e42b-543f-b05e-817a8b43ba56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM23 NFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM23%20NFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 28331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNG12446',
 'year': 2023}
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520NFL%27 HTTP/1.1" 200 None
2026-03-29 06:29:58 [bca.uk] INFO: Saving data for YM23%20NFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477337.177853, 'last_price_update_time': 1774765798.009439}
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM23%2520NFL') HTTP/1.1" 204 0
2026-03-29 06:29:58 [bca.uk] INFO: Found listing with ID: HN16%20WFK
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-29 06:29:58 [bca.uk] INFO: Scrape type for HN16%20WFK: 2
2026-03-29 06:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK
2026-03-29 06:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with scrape type 2
2026-03-29 06:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with scrape type 2
2026-03-29 06:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0, identifier: HN16%20WFK
2026-03-29 06:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV
2026-03-29 06:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV
2026-03-29 06:29:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV to the API
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY64%20NJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eff39763-2e3d-5764-b142-f82713443b14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY64 NJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY64%20NJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 92644,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6600,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D SE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D SE STEP',
 'vin': 'WBAWZ520700K88459',
 'year': 2014}
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520NJV%27 HTTP/1.1" 200 None
2026-03-29 06:29:58 [bca.uk] INFO: Saving data for GY64%20NJV: {'auction_closing_time': 1775026800.0, 'created_time': 1773829928.719167, 'last_price_update_time': 1774765798.429607}
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY64%2520NJV') HTTP/1.1" 204 0
2026-03-29 06:29:58 [bca.uk] INFO: Found listing with ID: DL73%20LFM
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 06:29:58 [bca.uk] INFO: Scrape type for DL73%20LFM: 2
2026-03-29 06:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM
2026-03-29 06:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81c7fdc5-d395-59ad-9385-476fbc6dc136 with scrape type 2
2026-03-29 06:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81c7fdc5-d395-59ad-9385-476fbc6dc136 with scrape type 2
2026-03-29 06:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81c7fdc5-d395-59ad-9385-476fbc6dc136, identifier: DL73%20LFM
2026-03-29 06:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV
2026-03-29 06:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV
2026-03-29 06:29:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV to the API
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD11%20UYV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd1512bce-a641-5268-8b90-0d7f84744787',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD11 UYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD11%20UYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 56816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 125 TITANIUM',
 'vin': 'WF0KXXGCBKBD12026',
 'year': 2011}
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-29 06:29:58 [bca.uk] INFO: Saving data for BD11%20UYV: {'auction_closing_time': 1774864800.0, 'created_time': 1774479041.015069, 'last_price_update_time': 1774765798.819966}
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD11%2520UYV') HTTP/1.1" 204 0
2026-03-29 06:29:58 [bca.uk] INFO: Found listing with ID: SJ21%20AZP
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520AZP%27 HTTP/1.1" 200 None
2026-03-29 06:29:58 [bca.uk] INFO: Scrape type for SJ21%20AZP: 2
2026-03-29 06:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP
2026-03-29 06:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b978732-3701-5c54-8b04-9e6e54f3cd67 with scrape type 2
2026-03-29 06:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b978732-3701-5c54-8b04-9e6e54f3cd67 with scrape type 2
2026-03-29 06:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b978732-3701-5c54-8b04-9e6e54f3cd67, identifier: SJ21%20AZP
2026-03-29 06:29:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK
2026-03-29 06:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK
2026-03-29 06:29:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK to the API
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN16%20WFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e1d4fed-d572-5d98-be35-b8cef71ee0c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN16 WFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN16%20WFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '116D',
 'odometer': 95795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 EFD PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'EFD PLUS',
 'vin': 'WBA1V92010V770747',
 'year': 2016}
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-29 06:29:59 [bca.uk] INFO: Saving data for HN16%20WFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774479424.965595, 'last_price_update_time': 1774765799.212305}
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN16%2520WFK') HTTP/1.1" 204 0
2026-03-29 06:29:59 [bca.uk] INFO: Found listing with ID: LB68%20CAV
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520CAV%27 HTTP/1.1" 200 None
2026-03-29 06:29:59 [bca.uk] INFO: Scrape type for LB68%20CAV: 2
2026-03-29 06:29:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV
2026-03-29 06:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 269d41eb-79eb-5607-a205-e8e8b8f6a816 with scrape type 2
2026-03-29 06:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 269d41eb-79eb-5607-a205-e8e8b8f6a816 with scrape type 2
2026-03-29 06:29:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 269d41eb-79eb-5607-a205-e8e8b8f6a816, identifier: LB68%20CAV
2026-03-29 06:29:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM
2026-03-29 06:29:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM
2026-03-29 06:29:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM to the API
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81c7fdc5-d395-59ad-9385-476fbc6dc136',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4289378',
 'year': 2023}
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-29 06:29:59 [bca.uk] INFO: Saving data for DL73%20LFM: {'auction_closing_time': 1775026800.0, 'created_time': 1773841495.108597, 'last_price_update_time': 1774765799.600308}
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFM') HTTP/1.1" 204 0
2026-03-29 06:29:59 [bca.uk] INFO: Found listing with ID: RO11%20CRF
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-29 06:29:59 [bca.uk] INFO: Scrape type for RO11%20CRF: 2
2026-03-29 06:29:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF
2026-03-29 06:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with scrape type 2
2026-03-29 06:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with scrape type 2
2026-03-29 06:29:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db, identifier: RO11%20CRF
2026-03-29 06:29:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP
2026-03-29 06:29:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP
2026-03-29 06:29:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP to the API
2026-03-29 06:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:29: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:29:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20AZP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b978732-3701-5c54-8b04-9e6e54f3cd67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ21 AZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20AZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 64470,
 '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': 'MPATFS87JMT001932',
 'year': 2021}
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520AZP%27 HTTP/1.1" 200 None
2026-03-29 06:30:00 [bca.uk] INFO: Saving data for SJ21%20AZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477320.291512, 'last_price_update_time': 1774765800.034814}
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520AZP') HTTP/1.1" 204 0
2026-03-29 06:30:00 [bca.uk] INFO: Found listing with ID: P20%20OPT
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-29 06:30:00 [bca.uk] INFO: Scrape type for P20%20OPT: 2
2026-03-29 06:30:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT
2026-03-29 06:30:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 831d7f0e-d34b-57d2-9517-76e5d363a427 with scrape type 2
2026-03-29 06:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 831d7f0e-d34b-57d2-9517-76e5d363a427 with scrape type 2
2026-03-29 06:30:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 831d7f0e-d34b-57d2-9517-76e5d363a427, identifier: P20%20OPT
2026-03-29 06:30:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV
2026-03-29 06:30:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV
2026-03-29 06:30:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV to the API
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB68%20CAV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '269d41eb-79eb-5607-a205-e8e8b8f6a816',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB68 CAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB68%20CAV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 116224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9800,
 'price_includes_vat': False,
 'registration_date': '2018-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': 'SADFA2AX4K1Z48059',
 'year': 2018}
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520CAV%27 HTTP/1.1" 200 None
2026-03-29 06:30:00 [bca.uk] INFO: Saving data for LB68%20CAV: {'auction_closing_time': 1775026800.0, 'created_time': 1773933597.085044, 'last_price_update_time': 1774765800.532415}
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB68%2520CAV') HTTP/1.1" 204 0
2026-03-29 06:30:00 [bca.uk] INFO: Found listing with ID: DL73%20LFW
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-29 06:30:00 [bca.uk] INFO: Scrape type for DL73%20LFW: 2
2026-03-29 06:30:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW
2026-03-29 06:30:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 929d9e4b-f385-5d57-a360-6394c76e2a10 with scrape type 2
2026-03-29 06:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 929d9e4b-f385-5d57-a360-6394c76e2a10 with scrape type 2
2026-03-29 06:30:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 929d9e4b-f385-5d57-a360-6394c76e2a10, identifier: DL73%20LFW
2026-03-29 06:30:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF
2026-03-29 06:30:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF
2026-03-29 06:30:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF to the API
2026-03-29 06:30:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO11%20CRF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO11 CRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO11%20CRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CR-Z',
 'odometer': 42632,
 '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': 'JHMZF1360BS211554',
 'year': 2011}
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-29 06:30:01 [bca.uk] INFO: Saving data for RO11%20CRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774479373.024501, 'last_price_update_time': 1774765801.032528}
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO11%2520CRF') HTTP/1.1" 204 0
2026-03-29 06:30:01 [bca.uk] INFO: Found listing with ID: BG72%20FXX
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520FXX%27 HTTP/1.1" 200 None
2026-03-29 06:30:01 [bca.uk] INFO: Scrape type for BG72%20FXX: 2
2026-03-29 06:30:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX
2026-03-29 06:30:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with scrape type 2
2026-03-29 06:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with scrape type 2
2026-03-29 06:30:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee, identifier: BG72%20FXX
2026-03-29 06:30:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT
2026-03-29 06:30:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT
2026-03-29 06:30:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT to the API
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P20%20OPT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '831d7f0e-d34b-57d2-9517-76e5d363a427',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'P20 OPT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=P20%20OPT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 111686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A5 3.0 TDI 245 QUATTRO BLACK ED.S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ8T6EA069791',
 'year': 2014}
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-29 06:30:01 [bca.uk] INFO: Saving data for P20%20OPT: {'auction_closing_time': 1774951200.0, 'created_time': 1774476613.206776, 'last_price_update_time': 1774765801.541983}
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P20%2520OPT') HTTP/1.1" 204 0
2026-03-29 06:30:01 [bca.uk] INFO: Found listing with ID: MV59%20XBC
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 06:30:01 [bca.uk] INFO: Scrape type for MV59%20XBC: 2
2026-03-29 06:30:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC
2026-03-29 06:30:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 885ee24f-d81c-5449-ac11-a15c3cb7715b with scrape type 2
2026-03-29 06:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 885ee24f-d81c-5449-ac11-a15c3cb7715b with scrape type 2
2026-03-29 06:30:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 885ee24f-d81c-5449-ac11-a15c3cb7715b, identifier: MV59%20XBC
2026-03-29 06:30:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW
2026-03-29 06:30:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW
2026-03-29 06:30:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW to the API
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '929d9e4b-f385-5d57-a360-6394c76e2a10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18134,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277304',
 'year': 2023}
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-29 06:30:01 [bca.uk] INFO: Saving data for DL73%20LFW: {'auction_closing_time': 1775026800.0, 'created_time': 1773842119.323796, 'last_price_update_time': 1774765801.9629}
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFW') HTTP/1.1" 204 0
2026-03-29 06:30:01 [bca.uk] INFO: Found listing with ID: VK04%20TUA
2026-03-29 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-29 06:30:02 [bca.uk] INFO: Scrape type for VK04%20TUA: 2
2026-03-29 06:30:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA
2026-03-29 06:30:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 679782da-2c1f-5a5d-930e-030a43e6ffaa with scrape type 2
2026-03-29 06:30:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 679782da-2c1f-5a5d-930e-030a43e6ffaa with scrape type 2
2026-03-29 06:30:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 679782da-2c1f-5a5d-930e-030a43e6ffaa, identifier: VK04%20TUA
2026-03-29 06:30:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX
2026-03-29 06:30:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX
2026-03-29 06:30:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX to the API
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG72%20FXX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9d936378-b5dc-5ae2-a8d5-9c288ef240ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG72 FXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG72%20FXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 43515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNM37231',
 'year': 2022}
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520FXX%27 HTTP/1.1" 200 None
2026-03-29 06:30:02 [bca.uk] INFO: Saving data for BG72%20FXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477320.653022, 'last_price_update_time': 1774765802.385996}
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG72%2520FXX') HTTP/1.1" 204 0
2026-03-29 06:30:02 [bca.uk] INFO: Found listing with ID: FN72%20OKB
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 06:30:02 [bca.uk] INFO: Scrape type for FN72%20OKB: 2
2026-03-29 06:30:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB
2026-03-29 06:30:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bde7660b-c0e0-544d-99aa-d3f7ec069312 with scrape type 2
2026-03-29 06:30:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bde7660b-c0e0-544d-99aa-d3f7ec069312 with scrape type 2
2026-03-29 06:30:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bde7660b-c0e0-544d-99aa-d3f7ec069312, identifier: FN72%20OKB
2026-03-29 06:30:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC
2026-03-29 06:30:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC
2026-03-29 06:30:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC to the API
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV59%20XBC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '885ee24f-d81c-5449-ac11-a15c3cb7715b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV59 XBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV59%20XBC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'LEXUS',
 'model': 'RX',
 'odometer': 110527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4800,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'LEXUS RX 3.5 450 H SE-L StationWagon',
 'transmission': 'automatic',
 'trim': '450 H SE-L',
 'vin': 'JTJBC11A202007448',
 'year': 2009}
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520XBC%27 HTTP/1.1" 200 None
2026-03-29 06:30:02 [bca.uk] INFO: Saving data for MV59%20XBC: {'auction_closing_time': 1775026800.0, 'created_time': 1774005125.011111, 'last_price_update_time': 1774765802.937633}
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV59%2520XBC') HTTP/1.1" 204 0
2026-03-29 06:30:02 [bca.uk] INFO: Found listing with ID: DL73%20LGO
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 06:30:02 [bca.uk] INFO: Scrape type for DL73%20LGO: 2
2026-03-29 06:30:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO
2026-03-29 06:30:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2621925d-dae8-59d6-a032-9b82de0757c5 with scrape type 2
2026-03-29 06:30:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2621925d-dae8-59d6-a032-9b82de0757c5 with scrape type 2
2026-03-29 06:30:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2621925d-dae8-59d6-a032-9b82de0757c5, identifier: DL73%20LGO
2026-03-29 06:30:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA
2026-03-29 06:30:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA
2026-03-29 06:30:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA to the API
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK04%20TUA-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '679782da-2c1f-5a5d-930e-030a43e6ffaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK04 TUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK04%20TUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 36292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.5 V6 Saloon',
 'transmission': 'automatic',
 'trim': 'V6',
 'vin': 'SAJAC52M54XE05152',
 'year': 2004}
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-29 06:30:03 [bca.uk] INFO: Saving data for VK04%20TUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774478976.462392, 'last_price_update_time': 1774765803.357138}
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK04%2520TUA') HTTP/1.1" 204 0
2026-03-29 06:30:03 [bca.uk] INFO: Found listing with ID: DL72%20TYU
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520TYU%27 HTTP/1.1" 200 None
2026-03-29 06:30:03 [bca.uk] INFO: Scrape type for DL72%20TYU: 2
2026-03-29 06:30:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU
2026-03-29 06:30:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06c8958-ca4a-59be-a1da-7f417a8883d8 with scrape type 2
2026-03-29 06:30:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06c8958-ca4a-59be-a1da-7f417a8883d8 with scrape type 2
2026-03-29 06:30:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06c8958-ca4a-59be-a1da-7f417a8883d8, identifier: DL72%20TYU
2026-03-29 06:30:03 [bca.uk] INFO: Total items found: 100
2026-03-29 06:30:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded
2026-03-29 06:30:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:30:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:30:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB
2026-03-29 06:30:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB
2026-03-29 06:30:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB to the API
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN72%20OKB-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': 'bde7660b-c0e0-544d-99aa-d3f7ec069312',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN72 OKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN72%20OKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 63377,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 4WD ULTIMATE',
 'vin': 'TMAJE812SNJ137244',
 'year': 2022}
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-29 06:30:03 [bca.uk] INFO: Saving data for FN72%20OKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774476621.931345, 'last_price_update_time': 1774765803.923749}
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN72%2520OKB') HTTP/1.1" 204 0
2026-03-29 06:30:03 [bca.uk] INFO: Found listing with ID: SB69%20UXK
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520UXK%27 HTTP/1.1" 200 None
2026-03-29 06:30:03 [bca.uk] INFO: Scrape type for SB69%20UXK: 0
2026-03-29 06:30:03 [bca.uk] INFO: Found listing with ID: SL15%20VMP
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520VMP%27 HTTP/1.1" 200 None
2026-03-29 06:30:03 [bca.uk] INFO: Scrape type for SL15%20VMP: 2
2026-03-29 06:30:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP
2026-03-29 06:30:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74974fcf-4aba-51e0-b6aa-f53ef38d804f with scrape type 2
2026-03-29 06:30:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74974fcf-4aba-51e0-b6aa-f53ef38d804f with scrape type 2
2026-03-29 06:30:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74974fcf-4aba-51e0-b6aa-f53ef38d804f, identifier: SL15%20VMP
2026-03-29 06:30:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO
2026-03-29 06:30:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO
2026-03-29 06:30:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO to the API
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2621925d-dae8-59d6-a032-9b82de0757c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LGO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277571',
 'year': 2023}
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-29 06:30:04 [bca.uk] INFO: Saving data for DL73%20LGO: {'auction_closing_time': 1775026800.0, 'created_time': 1773841447.718594, 'last_price_update_time': 1774765804.508987}
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LGO') HTTP/1.1" 204 0
2026-03-29 06:30:04 [bca.uk] INFO: Found listing with ID: BV71%20OTX
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-29 06:30:04 [bca.uk] INFO: Scrape type for BV71%20OTX: 2
2026-03-29 06:30:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX
2026-03-29 06:30:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38057940-2c0c-501a-a704-d78c4a45721c with scrape type 2
2026-03-29 06:30:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38057940-2c0c-501a-a704-d78c4a45721c with scrape type 2
2026-03-29 06:30:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38057940-2c0c-501a-a704-d78c4a45721c, identifier: BV71%20OTX
2026-03-29 06:30:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU
2026-03-29 06:30:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU
2026-03-29 06:30:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU to the API
2026-03-29 06:30:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL72%20TYU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a06c8958-ca4a-59be-a1da-7f417a8883d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL72 TYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL72%20TYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 34278,
 '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 VIVARO 3100 2.0 D 145 PRO L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 145 PRO L2 H1',
 'vin': 'VXEVFEHTMN7080300',
 'year': 2023}
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520TYU%27 HTTP/1.1" 200 None
2026-03-29 06:30:05 [bca.uk] INFO: Saving data for DL72%20TYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477321.240128, 'last_price_update_time': 1774765805.126605}
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520TYU') HTTP/1.1" 204 0
2026-03-29 06:30:05 [bca.uk] INFO: Found listing with ID: DV13%20WTF
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520WTF%27 HTTP/1.1" 200 None
2026-03-29 06:30:05 [bca.uk] INFO: Scrape type for DV13%20WTF: 2
2026-03-29 06:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d977c9-0acb-5460-b0be-1ba2739f4e27 with identifier: DV13%20WTF
2026-03-29 06:30:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d977c9-0acb-5460-b0be-1ba2739f4e27 with scrape type 2
2026-03-29 06:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05d977c9-0acb-5460-b0be-1ba2739f4e27 with scrape type 2
2026-03-29 06:30:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05d977c9-0acb-5460-b0be-1ba2739f4e27, identifier: DV13%20WTF
2026-03-29 06:30:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP
2026-03-29 06:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP
2026-03-29 06:30:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP to the API
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL15%20VMP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74974fcf-4aba-51e0-b6aa-f53ef38d804f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL15 VMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL15%20VMP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '640D',
 'odometer': 150455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5600,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 640D 3.0 M SPORT Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBALZ72090D937573',
 'year': 2015}
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520VMP%27 HTTP/1.1" 200 None
2026-03-29 06:30:05 [bca.uk] INFO: Saving data for SL15%20VMP: {'auction_closing_time': 1775026800.0, 'created_time': 1773825616.876297, 'last_price_update_time': 1774765805.613053}
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL15%2520VMP') HTTP/1.1" 204 0
2026-03-29 06:30:05 [bca.uk] INFO: Found listing with ID: DL73%20LTA
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-29 06:30:05 [bca.uk] INFO: Scrape type for DL73%20LTA: 2
2026-03-29 06:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA
2026-03-29 06:30:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with scrape type 2
2026-03-29 06:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with scrape type 2
2026-03-29 06:30:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e651e9ab-ad33-5b14-a06e-6f68c0fc8691, identifier: DL73%20LTA
2026-03-29 06:30:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX
2026-03-29 06:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX
2026-03-29 06:30:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX to the API
2026-03-29 06:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV71%20OTX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38057940-2c0c-501a-a704-d78c4a45721c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV71 OTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV71%20OTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI',
 'odometer': 8896,
 'odometer_reading_unit': '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 CADDY MAXI 1.5 TSI 114 LIFE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TSI 114 LIFE DSG',
 'vin': 'WV2ZZZSKZNX009289',
 'year': 2022}
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-29 06:30:07 [bca.uk] INFO: Saving data for BV71%20OTX: {'auction_closing_time': 1775037600.0, 'created_time': 1774477310.477301, 'last_price_update_time': 1774765807.034086}
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV71%2520OTX') HTTP/1.1" 204 0
2026-03-29 06:30:07 [bca.uk] INFO: Found listing with ID: ML23%20OXU
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OXU%27 HTTP/1.1" 200 None
2026-03-29 06:30:07 [bca.uk] INFO: Scrape type for ML23%20OXU: 2
2026-03-29 06:30:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU
2026-03-29 06:30:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48af4b9a-5953-5007-b4c9-6ce72052143a with scrape type 2
2026-03-29 06:30:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48af4b9a-5953-5007-b4c9-6ce72052143a with scrape type 2
2026-03-29 06:30:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48af4b9a-5953-5007-b4c9-6ce72052143a, identifier: ML23%20OXU
2026-03-29 06:30:07 [bca.uk] INFO: Found listing with ID: HK21%20NMJ
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:07 [bca.uk] INFO: Scrape type for HK21%20NMJ: 2
2026-03-29 06:30:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ
2026-03-29 06:30:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc867386-a5ae-500f-82f5-da659122d474 with scrape type 2
2026-03-29 06:30:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc867386-a5ae-500f-82f5-da659122d474 with scrape type 2
2026-03-29 06:30:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc867386-a5ae-500f-82f5-da659122d474, identifier: HK21%20NMJ
2026-03-29 06:30:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05d977c9-0acb-5460-b0be-1ba2739f4e27 with identifier: DV13%20WTF
2026-03-29 06:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05d977c9-0acb-5460-b0be-1ba2739f4e27 with identifier: DV13%20WTF
2026-03-29 06:30:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05d977c9-0acb-5460-b0be-1ba2739f4e27 with identifier: DV13%20WTF to the API
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV13%20WTF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05d977c9-0acb-5460-b0be-1ba2739f4e27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV13 WTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV13%20WTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 96655,
 '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 E/F 160 ELITE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F 160 ELITE S/S',
 'vin': 'W0LGT6EM9D1074021',
 'year': 2013}
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520WTF%27 HTTP/1.1" 200 None
2026-03-29 06:30:07 [bca.uk] INFO: Saving data for DV13%20WTF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476517.834488, 'last_price_update_time': 1774765807.562063}
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV13%2520WTF') HTTP/1.1" 204 0
2026-03-29 06:30:07 [bca.uk] INFO: Found listing with ID: HJ74%20VSC
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ74%2520VSC%27 HTTP/1.1" 200 None
2026-03-29 06:30:07 [bca.uk] INFO: Scrape type for HJ74%20VSC: 0
2026-03-29 06:30:07 [bca.uk] INFO: Found listing with ID: KR70%20YJP
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 06:30:07 [bca.uk] INFO: Scrape type for KR70%20YJP: 2
2026-03-29 06:30:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP
2026-03-29 06:30:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with scrape type 2
2026-03-29 06:30:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with scrape type 2
2026-03-29 06:30:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92, identifier: KR70%20YJP
2026-03-29 06:30:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA
2026-03-29 06:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA
2026-03-29 06:30:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA to the API
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LTA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e651e9ab-ad33-5b14-a06e-6f68c0fc8691',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LTA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4259967',
 'year': 2023}
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-29 06:30:08 [bca.uk] INFO: Saving data for DL73%20LTA: {'auction_closing_time': 1775026800.0, 'created_time': 1773842117.555847, 'last_price_update_time': 1774765808.02763}
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LTA') HTTP/1.1" 204 0
2026-03-29 06:30:08 [bca.uk] INFO: Found listing with ID: KV67%20KHA
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 06:30:08 [bca.uk] INFO: Scrape type for KV67%20KHA: 2
2026-03-29 06:30:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA
2026-03-29 06:30:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c143b2eb-fe0f-5746-85a5-57db803c81f0 with scrape type 2
2026-03-29 06:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c143b2eb-fe0f-5746-85a5-57db803c81f0 with scrape type 2
2026-03-29 06:30:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c143b2eb-fe0f-5746-85a5-57db803c81f0, identifier: KV67%20KHA
2026-03-29 06:30:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU
2026-03-29 06:30:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU
2026-03-29 06:30:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU to the API
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20OXU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '48af4b9a-5953-5007-b4c9-6ce72052143a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML23 OXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20OXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 23082,
 '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 PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE PRO',
 'vin': 'VF7VBYHRMN7066628',
 'year': 2023}
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OXU%27 HTTP/1.1" 200 None
2026-03-29 06:30:08 [bca.uk] INFO: Saving data for ML23%20OXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477321.916151, 'last_price_update_time': 1774765808.547456}
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520OXU') HTTP/1.1" 204 0
2026-03-29 06:30:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black+sapphire%40 HTTP/1.1" 200 None
2026-03-29 06:30:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:30: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:30:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ
2026-03-29 06:30:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ to the API
2026-03-29 06:30:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK21%20NMJ-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dc867386-a5ae-500f-82f5-da659122d474',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HK21 NMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK21%20NMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '330E',
 'odometer': 48303,
 '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': 'WBA5P52000FL22093',
 'year': 2021}
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:09 [bca.uk] INFO: Saving data for HK21%20NMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477677.020043, 'last_price_update_time': 1774765809.820658}
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK21%2520NMJ') HTTP/1.1" 204 0
2026-03-29 06:30:09 [bca.uk] INFO: Found listing with ID: KU11%20VAK
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520VAK%27 HTTP/1.1" 200 None
2026-03-29 06:30:09 [bca.uk] INFO: Scrape type for KU11%20VAK: 2
2026-03-29 06:30:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea with identifier: KU11%20VAK
2026-03-29 06:30:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea with scrape type 2
2026-03-29 06:30:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea with scrape type 2
2026-03-29 06:30:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea, identifier: KU11%20VAK
2026-03-29 06:30:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP
2026-03-29 06:30:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP
2026-03-29 06:30:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP to the API
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR70%20YJP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f0f154c4-95a6-5234-a7d5-2e76f9cbbf92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR70 YJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR70%20YJP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 26380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16350,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1771862J279477',
 'year': 2020}
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520YJP%27 HTTP/1.1" 200 None
2026-03-29 06:30:10 [bca.uk] INFO: Saving data for KR70%20YJP: {'auction_closing_time': 1775026800.0, 'created_time': 1774265873.042468, 'last_price_update_time': 1774765810.251534}
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR70%2520YJP') HTTP/1.1" 204 0
2026-03-29 06:30:10 [bca.uk] INFO: Found listing with ID: DL73%20ULU
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 06:30:10 [bca.uk] INFO: Scrape type for DL73%20ULU: 2
2026-03-29 06:30:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU
2026-03-29 06:30:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3651c454-849d-5912-9ffd-038de7f71e06 with scrape type 2
2026-03-29 06:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3651c454-849d-5912-9ffd-038de7f71e06 with scrape type 2
2026-03-29 06:30:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3651c454-849d-5912-9ffd-038de7f71e06, identifier: DL73%20ULU
2026-03-29 06:30:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA
2026-03-29 06:30:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA
2026-03-29 06:30:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA to the API
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV67%20KHA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c143b2eb-fe0f-5746-85a5-57db803c81f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV67 KHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV67%20KHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 50924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 N-CONNECTA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 N-CONNECTA XTRONIC',
 'vin': 'SJNFDAJ11U2047433',
 'year': 2017}
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-29 06:30:10 [bca.uk] INFO: Saving data for KV67%20KHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774479384.17241, 'last_price_update_time': 1774765810.657859}
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV67%2520KHA') HTTP/1.1" 204 0
2026-03-29 06:30:10 [bca.uk] INFO: Found listing with ID: MF70%20UMB
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520UMB%27 HTTP/1.1" 200 None
2026-03-29 06:30:10 [bca.uk] INFO: Scrape type for MF70%20UMB: 2
2026-03-29 06:30:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB
2026-03-29 06:30:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7429b135-9c59-5898-a88c-160fbfa95c1f with scrape type 2
2026-03-29 06:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7429b135-9c59-5898-a88c-160fbfa95c1f with scrape type 2
2026-03-29 06:30:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7429b135-9c59-5898-a88c-160fbfa95c1f, identifier: MF70%20UMB
2026-03-29 06:30:10 [bca.uk] INFO: Found listing with ID: BK23%20XZX
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-29 06:30:10 [bca.uk] INFO: Scrape type for BK23%20XZX: 2
2026-03-29 06:30:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX
2026-03-29 06:30:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 221122e0-258b-5105-b745-65c0360694bb with scrape type 2
2026-03-29 06:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 221122e0-258b-5105-b745-65c0360694bb with scrape type 2
2026-03-29 06:30:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 221122e0-258b-5105-b745-65c0360694bb, identifier: BK23%20XZX
2026-03-29 06:30:10 [scrapy.extensions.logstats] INFO: Crawled 146 pages (at 2 pages/min), scraped 3404 items (at 127 items/min)
2026-03-29 06:30:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:30:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea with identifier: KU11%20VAK
2026-03-29 06:30:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea with identifier: KU11%20VAK
2026-03-29 06:30:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea with identifier: KU11%20VAK to the API
2026-03-29 06:30:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU11%20VAK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a882859-ee8f-5f8e-bd3d-fc23cc2e9cea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU11 VAK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU11%20VAK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 102465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 TDV6 SE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 SE',
 'vin': 'SALLSAAG3BA294213',
 'year': 2011}
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520VAK%27 HTTP/1.1" 200 None
2026-03-29 06:30:12 [bca.uk] INFO: Saving data for KU11%20VAK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476600.729864, 'last_price_update_time': 1774765812.130812}
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU11%2520VAK') HTTP/1.1" 204 0
2026-03-29 06:30:12 [bca.uk] INFO: Found listing with ID: VU21%20WPR
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520WPR%27 HTTP/1.1" 200 None
2026-03-29 06:30:12 [bca.uk] INFO: Scrape type for VU21%20WPR: 2
2026-03-29 06:30:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR
2026-03-29 06:30:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with scrape type 2
2026-03-29 06:30:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with scrape type 2
2026-03-29 06:30:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9, identifier: VU21%20WPR
2026-03-29 06:30:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU
2026-03-29 06:30:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU
2026-03-29 06:30:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU to the API
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20ULU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3651c454-849d-5912-9ffd-038de7f71e06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 ULU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20ULU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 1411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4314780',
 'year': 2023}
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-29 06:30:12 [bca.uk] INFO: Saving data for DL73%20ULU: {'auction_closing_time': 1775026800.0, 'created_time': 1773821535.700198, 'last_price_update_time': 1774765812.536556}
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520ULU') HTTP/1.1" 204 0
2026-03-29 06:30:12 [bca.uk] INFO: Found listing with ID: OV70%20HLC
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-29 06:30:12 [bca.uk] INFO: Scrape type for OV70%20HLC: 2
2026-03-29 06:30:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC
2026-03-29 06:30:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dfbde1e-5aee-5777-860a-bb1600483976 with scrape type 2
2026-03-29 06:30:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dfbde1e-5aee-5777-860a-bb1600483976 with scrape type 2
2026-03-29 06:30:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5dfbde1e-5aee-5777-860a-bb1600483976, identifier: OV70%20HLC
2026-03-29 06:30:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB
2026-03-29 06:30:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB
2026-03-29 06:30:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB to the API
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF70%20UMB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7429b135-9c59-5898-a88c-160fbfa95c1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF70 UMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF70%20UMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'KANGOO MAXI',
 'odometer': 61972,
 '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 KANGOO MAXI 1.5 LL21DCI ENERGY 115 BUSINESS Van',
 'transmission': 'manual',
 'trim': 'LL21DCI ENERGY 115 BUSINESS',
 'vin': 'VF1WF000465355420',
 'year': 2020}
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520UMB%27 HTTP/1.1" 200 None
2026-03-29 06:30:12 [bca.uk] INFO: Saving data for MF70%20UMB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477301.471592, 'last_price_update_time': 1774765812.994039}
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF70%2520UMB') HTTP/1.1" 204 0
2026-03-29 06:30:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX
2026-03-29 06:30:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX
2026-03-29 06:30:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX to the API
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20XZX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '221122e0-258b-5105-b745-65c0360694bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK23 XZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20XZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TOURNEO CONNECT',
 'odometer': 16686,
 '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 TOURNEO CONNECT 1.5 E/B ACTIVE MPV',
 'transmission': 'manual',
 'trim': 'E/B ACTIVE',
 'vin': 'WF0EXXSKXPX001437',
 'year': 2023}
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-29 06:30:13 [bca.uk] INFO: Saving data for BK23%20XZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774477951.356961, 'last_price_update_time': 1774765813.330485}
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520XZX') HTTP/1.1" 204 0
2026-03-29 06:30:13 [bca.uk] INFO: Found listing with ID: KT13%20LZJ
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT13%2520LZJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:13 [bca.uk] INFO: Scrape type for KT13%20LZJ: 2
2026-03-29 06:30:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8397455-5d26-534a-bfb1-b4ac00102a23 with identifier: KT13%20LZJ
2026-03-29 06:30:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8397455-5d26-534a-bfb1-b4ac00102a23 with scrape type 2
2026-03-29 06:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8397455-5d26-534a-bfb1-b4ac00102a23 with scrape type 2
2026-03-29 06:30:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8397455-5d26-534a-bfb1-b4ac00102a23, identifier: KT13%20LZJ
2026-03-29 06:30:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR
2026-03-29 06:30:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR
2026-03-29 06:30:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR to the API
2026-03-29 06:30:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU21%20WPR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3dc03a42-22b2-5518-a1c9-ce67b646a8e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU21 WPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU21%20WPR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 82277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.5 BLUEHDI 100 GT Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 GT',
 'vin': 'VR3UBYHTKLT142461',
 'year': 2021}
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520WPR%27 HTTP/1.1" 200 None
2026-03-29 06:30:14 [bca.uk] INFO: Saving data for VU21%20WPR: {'auction_closing_time': 1775026800.0, 'created_time': 1774265862.353073, 'last_price_update_time': 1774765814.674018}
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU21%2520WPR') HTTP/1.1" 204 0
2026-03-29 06:30:14 [bca.uk] INFO: Found listing with ID: DY71%20OAA
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-29 06:30:14 [bca.uk] INFO: Scrape type for DY71%20OAA: 2
2026-03-29 06:30:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA
2026-03-29 06:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30966cbc-0229-5f4f-8860-48735feb08f0 with scrape type 2
2026-03-29 06:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30966cbc-0229-5f4f-8860-48735feb08f0 with scrape type 2
2026-03-29 06:30:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30966cbc-0229-5f4f-8860-48735feb08f0, identifier: DY71%20OAA
2026-03-29 06:30:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC
2026-03-29 06:30:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC
2026-03-29 06:30:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC to the API
2026-03-29 06:30:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV70%20HLC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5dfbde1e-5aee-5777-860a-bb1600483976',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV70 HLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV70%20HLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 71262,
 '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 CROSSLAND X 1.2 T 110 GRIFFIN (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 GRIFFIN (6)S/S',
 'vin': 'W0V7D9ED4L4339799',
 'year': 2020}
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Saving data for OV70%20HLC: {'auction_closing_time': 1774864800.0, 'created_time': 1774479383.814869, 'last_price_update_time': 1774765815.131735}
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV70%2520HLC') HTTP/1.1" 204 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: NA69%20KUG
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for NA69%20KUG: 2
2026-03-29 06:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG
2026-03-29 06:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c7a512-76e5-5bd5-a353-5620978523cc with scrape type 2
2026-03-29 06:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c7a512-76e5-5bd5-a353-5620978523cc with scrape type 2
2026-03-29 06:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70c7a512-76e5-5bd5-a353-5620978523cc, identifier: NA69%20KUG
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: LB23%20GYM
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for LB23%20GYM: 2
2026-03-29 06:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM
2026-03-29 06:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with scrape type 2
2026-03-29 06:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with scrape type 2
2026-03-29 06:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58, identifier: LB23%20GYM
2026-03-29 06:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8397455-5d26-534a-bfb1-b4ac00102a23 with identifier: KT13%20LZJ
2026-03-29 06:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8397455-5d26-534a-bfb1-b4ac00102a23 with identifier: KT13%20LZJ
2026-03-29 06:30:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8397455-5d26-534a-bfb1-b4ac00102a23 with identifier: KT13%20LZJ to the API
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT13%20LZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8397455-5d26-534a-bfb1-b4ac00102a23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT13 LZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT13%20LZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'DS3 CABRIOLET',
 'odometer': 90983,
 '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 CABRIOLET 1.6 THP 155 DSPORT PLUS Convertible',
 'transmission': 'manual',
 'trim': 'THP 155 DSPORT PLUS',
 'vin': 'VF7SB5FV8DW556490',
 'year': 2013}
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT13%2520LZJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Saving data for KT13%20LZJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476520.559455, 'last_price_update_time': 1774765815.637399}
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT13%2520LZJ') HTTP/1.1" 204 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: BU68%20VHV
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520VHV%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for BU68%20VHV: 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: CN72%20XPC
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN72%2520XPC%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for CN72%20XPC: 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: CU67%20XHE
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520XHE%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for CU67%20XHE: 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: CU71%20KKR
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520KKR%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for CU71%20KKR: 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: CU71%20MJJ
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520MJJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for CU71%20MJJ: 0
2026-03-29 06:30:15 [bca.uk] INFO: Found listing with ID: CV74%20NFE
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV74%2520NFE%27 HTTP/1.1" 200 None
2026-03-29 06:30:15 [bca.uk] INFO: Scrape type for CV74%20NFE: 2
2026-03-29 06:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE
2026-03-29 06:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b549573c-0ff5-57c0-9c38-ac252b23699f with scrape type 2
2026-03-29 06:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b549573c-0ff5-57c0-9c38-ac252b23699f with scrape type 2
2026-03-29 06:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b549573c-0ff5-57c0-9c38-ac252b23699f, identifier: CV74%20NFE
2026-03-29 06:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA
2026-03-29 06:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA
2026-03-29 06:30:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA to the API
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY71%20OAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30966cbc-0229-5f4f-8860-48735feb08f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY71 OAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY71%20OAA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 23292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNEKM4306880',
 'year': 2021}
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-29 06:30:16 [bca.uk] INFO: Saving data for DY71%20OAA: {'auction_closing_time': 1775026800.0, 'created_time': 1773933805.008778, 'last_price_update_time': 1774765816.969119}
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520OAA') HTTP/1.1" 204 0
2026-03-29 06:30:16 [bca.uk] INFO: Found listing with ID: HK19%20PCZ
2026-03-29 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:17 [bca.uk] INFO: Scrape type for HK19%20PCZ: 2
2026-03-29 06:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ
2026-03-29 06:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with scrape type 2
2026-03-29 06:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with scrape type 2
2026-03-29 06:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3, identifier: HK19%20PCZ
2026-03-29 06:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG
2026-03-29 06:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG
2026-03-29 06:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG to the API
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20KUG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70c7a512-76e5-5bd5-a353-5620978523cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA69 KUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20KUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 57873,
 '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': 'VR7EFYHWCKJ832801',
 'year': 2020}
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-29 06:30:17 [bca.uk] INFO: Saving data for NA69%20KUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477305.599412, 'last_price_update_time': 1774765817.36745}
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520KUG') HTTP/1.1" 204 0
2026-03-29 06:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM
2026-03-29 06:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM
2026-03-29 06:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM to the API
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20GYM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6767b66b-3c5f-5c5a-b8eb-524e3790ff58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB23 GYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20GYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 2440,
 '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 BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ767793',
 'year': 2023}
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-29 06:30:17 [bca.uk] INFO: Saving data for LB23%20GYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774478336.365614, 'last_price_update_time': 1774765817.66471}
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520GYM') HTTP/1.1" 204 0
2026-03-29 06:30:17 [bca.uk] INFO: Found listing with ID: DA15%20XTH
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:30:17 [bca.uk] INFO: Scrape type for DA15%20XTH: 2
2026-03-29 06:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 625e3345-8dfb-533d-94a2-45e5439356a4 with identifier: DA15%20XTH
2026-03-29 06:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 625e3345-8dfb-533d-94a2-45e5439356a4 with scrape type 2
2026-03-29 06:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 625e3345-8dfb-533d-94a2-45e5439356a4 with scrape type 2
2026-03-29 06:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 625e3345-8dfb-533d-94a2-45e5439356a4, identifier: DA15%20XTH
2026-03-29 06:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE
2026-03-29 06:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE
2026-03-29 06:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE to the API
2026-03-29 06:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 16,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV74%20NFE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b549573c-0ff5-57c0-9c38-ac252b23699f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV74 NFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV74%20NFE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 6091,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 73000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P460E DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P460E DYNAMIC SE',
 'vin': 'SAL1A2A41RA190938',
 'year': 2024}
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV74%2520NFE%27 HTTP/1.1" 200 None
2026-03-29 06:30:18 [bca.uk] INFO: Saving data for CV74%20NFE: {'auction_closing_time': 1775026800.0, 'created_time': 1774304838.320579, 'last_price_update_time': 1774765818.106402}
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV74%2520NFE') HTTP/1.1" 204 0
2026-03-29 06:30:18 [bca.uk] INFO: Found listing with ID: DL73%20KOA
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-29 06:30:18 [bca.uk] INFO: Scrape type for DL73%20KOA: 2
2026-03-29 06:30:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA
2026-03-29 06:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18eeb64-d4b8-567f-938a-9d04583e6b09 with scrape type 2
2026-03-29 06:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f18eeb64-d4b8-567f-938a-9d04583e6b09 with scrape type 2
2026-03-29 06:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f18eeb64-d4b8-567f-938a-9d04583e6b09, identifier: DL73%20KOA
2026-03-29 06:30:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ
2026-03-29 06:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ
2026-03-29 06:30:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ to the API
2026-03-29 06:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK19%20PCZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '080d3aef-350f-5914-a7fa-2eb1b1b9f8e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK19 PCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK19%20PCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 80924,
 'odometer_reading_unit': '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 CLIO 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R9800062377922',
 'year': 2019}
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:19 [bca.uk] INFO: Saving data for HK19%20PCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479054.920674, 'last_price_update_time': 1774765819.486162}
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK19%2520PCZ') HTTP/1.1" 204 0
2026-03-29 06:30:19 [bca.uk] INFO: Found listing with ID: YHZ%207217
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-29 06:30:19 [bca.uk] INFO: Scrape type for YHZ%207217: 2
2026-03-29 06:30:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217
2026-03-29 06:30:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with scrape type 2
2026-03-29 06:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with scrape type 2
2026-03-29 06:30:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a, identifier: YHZ%207217
2026-03-29 06:30:19 [bca.uk] INFO: Found listing with ID: EO74%20KJN
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:30:19 [bca.uk] INFO: Scrape type for EO74%20KJN: 2
2026-03-29 06:30:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN
2026-03-29 06:30:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with scrape type 2
2026-03-29 06:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with scrape type 2
2026-03-29 06:30:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13eddf5c-ac83-5aea-8dec-3870dc4075b5, identifier: EO74%20KJN
2026-03-29 06:30:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 625e3345-8dfb-533d-94a2-45e5439356a4 with identifier: DA15%20XTH
2026-03-29 06:30:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 625e3345-8dfb-533d-94a2-45e5439356a4 with identifier: DA15%20XTH
2026-03-29 06:30:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 625e3345-8dfb-533d-94a2-45e5439356a4 with identifier: DA15%20XTH to the API
2026-03-29 06:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA15%20XTH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '625e3345-8dfb-533d-94a2-45e5439356a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA15 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA15%20XTH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 63996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 ACENTA',
 'vin': 'SJNFEAF15U7136570',
 'year': 2015}
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:30:20 [bca.uk] INFO: Saving data for DA15%20XTH: {'auction_closing_time': 1774778400.0, 'created_time': 1774476545.91576, 'last_price_update_time': 1774765820.023442}
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA15%2520XTH') HTTP/1.1" 204 0
2026-03-29 06:30:20 [bca.uk] INFO: Found listing with ID: MA20%20BKJ
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520BKJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:20 [bca.uk] INFO: Scrape type for MA20%20BKJ: 0
2026-03-29 06:30:20 [bca.uk] INFO: Found listing with ID: YK22%20LPZ
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:20 [bca.uk] INFO: Scrape type for YK22%20LPZ: 2
2026-03-29 06:30:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ
2026-03-29 06:30:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad84e836-7360-51ce-bac9-3e4b586bddc2 with scrape type 2
2026-03-29 06:30:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad84e836-7360-51ce-bac9-3e4b586bddc2 with scrape type 2
2026-03-29 06:30:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad84e836-7360-51ce-bac9-3e4b586bddc2, identifier: YK22%20LPZ
2026-03-29 06:30:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA
2026-03-29 06:30:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA
2026-03-29 06:30:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA to the API
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KOA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f18eeb64-d4b8-567f-938a-9d04583e6b09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KOA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 3816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 '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': 'VXKUPHMHDP4266100',
 'year': 2023}
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-29 06:30:20 [bca.uk] INFO: Saving data for DL73%20KOA: {'auction_closing_time': 1775026800.0, 'created_time': 1773841756.443434, 'last_price_update_time': 1774765820.538919}
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KOA') HTTP/1.1" 204 0
2026-03-29 06:30:20 [bca.uk] INFO: Found listing with ID: SD12%20EHL
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-29 06:30:20 [bca.uk] INFO: Scrape type for SD12%20EHL: 2
2026-03-29 06:30:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL
2026-03-29 06:30:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6813bc0-5631-5c60-a4f6-a2c819867993 with scrape type 2
2026-03-29 06:30:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6813bc0-5631-5c60-a4f6-a2c819867993 with scrape type 2
2026-03-29 06:30:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6813bc0-5631-5c60-a4f6-a2c819867993, identifier: SD12%20EHL
2026-03-29 06:30:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217
2026-03-29 06:30:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217
2026-03-29 06:30:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217 to the API
2026-03-29 06:30:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YHZ%207217-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YHZ 7217',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YHZ%207217&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 21514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS87JMT013741',
 'year': 2022}
2026-03-29 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-29 06:30:21 [bca.uk] INFO: Saving data for YHZ%207217: {'auction_closing_time': 1774864800.0, 'created_time': 1774477307.420228, 'last_price_update_time': 1774765821.7968}
2026-03-29 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YHZ%25207217') HTTP/1.1" 204 0
2026-03-29 06:30:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN
2026-03-29 06:30:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN
2026-03-29 06:30:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN to the API
2026-03-29 06:30:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO74%20KJN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13eddf5c-ac83-5aea-8dec-3870dc4075b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO74 KJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO74%20KJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'RELAY 3500',
 'odometer': 543,
 '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 RELAY 3500 2.2 B/HDI 140 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L2 H2 ENTERPRISE',
 'vin': 'VF7YCF6F1RMA00479',
 'year': 2024}
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-29 06:30:22 [bca.uk] INFO: Saving data for EO74%20KJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774478313.478278, 'last_price_update_time': 1774765822.098522}
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO74%2520KJN') HTTP/1.1" 204 0
2026-03-29 06:30:22 [bca.uk] INFO: Found listing with ID: WN75%20GDK
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 06:30:22 [bca.uk] INFO: Scrape type for WN75%20GDK: 0
2026-03-29 06:30:22 [bca.uk] INFO: Found listing with ID: BD73%20HLH
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD73%2520HLH%27 HTTP/1.1" 200 None
2026-03-29 06:30:22 [bca.uk] INFO: Scrape type for BD73%20HLH: 2
2026-03-29 06:30:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH
2026-03-29 06:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with scrape type 2
2026-03-29 06:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with scrape type 2
2026-03-29 06:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5, identifier: BD73%20HLH
2026-03-29 06:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ
2026-03-29 06:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ
2026-03-29 06:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ to the API
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20LPZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad84e836-7360-51ce-bac9-3e4b586bddc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK22 LPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20LPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 65650,
 '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': 'MERCEDES-BENZ GLC 220 D 2.0 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'W1N2539152G056268',
 'year': 2022}
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:22 [bca.uk] INFO: Saving data for YK22%20LPZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773933185.088597, 'last_price_update_time': 1774765822.518997}
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520LPZ') HTTP/1.1" 204 0
2026-03-29 06:30:22 [bca.uk] INFO: Found listing with ID: DL73%20KPZ
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:22 [bca.uk] INFO: Scrape type for DL73%20KPZ: 2
2026-03-29 06:30:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ
2026-03-29 06:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 122e4443-75c9-58d3-8177-4382acff5d52 with scrape type 2
2026-03-29 06:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 122e4443-75c9-58d3-8177-4382acff5d52 with scrape type 2
2026-03-29 06:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 122e4443-75c9-58d3-8177-4382acff5d52, identifier: DL73%20KPZ
2026-03-29 06:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL
2026-03-29 06:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL
2026-03-29 06:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL to the API
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD12%20EHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6813bc0-5631-5c60-a4f6-a2c819867993',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD12 EHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD12%20EHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 95862,
 '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 SHIRO Hatchback',
 'transmission': 'manual',
 'trim': 'DCI SHIRO',
 'vin': 'SJNFCAF15U6214631',
 'year': 2012}
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-29 06:30:22 [bca.uk] INFO: Saving data for SD12%20EHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774479176.503131, 'last_price_update_time': 1774765822.994596}
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD12%2520EHL') HTTP/1.1" 204 0
2026-03-29 06:30:23 [bca.uk] INFO: Found listing with ID: DU70%20TNX
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 06:30:23 [bca.uk] INFO: Scrape type for DU70%20TNX: 2
2026-03-29 06:30:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX
2026-03-29 06:30:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with scrape type 2
2026-03-29 06:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with scrape type 2
2026-03-29 06:30:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c, identifier: DU70%20TNX
2026-03-29 06:30:23 [bca.uk] INFO: Found listing with ID: EK20%20XGG
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 06:30:23 [bca.uk] INFO: Scrape type for EK20%20XGG: 2
2026-03-29 06:30:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG
2026-03-29 06:30:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6629eee4-e62a-59ac-bcac-eb3b158f1647 with scrape type 2
2026-03-29 06:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6629eee4-e62a-59ac-bcac-eb3b158f1647 with scrape type 2
2026-03-29 06:30:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6629eee4-e62a-59ac-bcac-eb3b158f1647, identifier: EK20%20XGG
2026-03-29 06:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH
2026-03-29 06:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH
2026-03-29 06:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH to the API
2026-03-29 06:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD73%20HLH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0be404b5-fd68-59fa-a8a3-582dc58fd7a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD73 HLH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD73%20HLH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 35720,
 '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': 'SEAT TARRACO 2.0 TDI 150 XPERIENCE LUX DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 XPERIENCE LUX DSG',
 'vin': 'VSSZZZKN1RW002908',
 'year': 2023}
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD73%2520HLH%27 HTTP/1.1" 200 None
2026-03-29 06:30:24 [bca.uk] INFO: Saving data for BD73%20HLH: {'auction_closing_time': 1774864800.0, 'created_time': 1774479425.410026, 'last_price_update_time': 1774765824.538174}
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD73%2520HLH') HTTP/1.1" 204 0
2026-03-29 06:30:24 [bca.uk] INFO: Found listing with ID: NL62%20UCG
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL62%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 06:30:24 [bca.uk] INFO: Scrape type for NL62%20UCG: 2
2026-03-29 06:30:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb with identifier: NL62%20UCG
2026-03-29 06:30:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb with scrape type 2
2026-03-29 06:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb with scrape type 2
2026-03-29 06:30:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb, identifier: NL62%20UCG
2026-03-29 06:30:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ
2026-03-29 06:30:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ
2026-03-29 06:30:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ to the API
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KPZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '122e4443-75c9-58d3-8177-4382acff5d52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 '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': 'VXKUPHMHDP4269799',
 'year': 2023}
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:24 [bca.uk] INFO: Saving data for DL73%20KPZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773935658.347293, 'last_price_update_time': 1774765824.970157}
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KPZ') HTTP/1.1" 204 0
2026-03-29 06:30:24 [bca.uk] INFO: Found listing with ID: WU63%20VWS
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 06:30:25 [bca.uk] INFO: Scrape type for WU63%20VWS: 2
2026-03-29 06:30:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS
2026-03-29 06:30:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b7a440b-12fd-5804-802b-324ad311c45f with scrape type 2
2026-03-29 06:30:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b7a440b-12fd-5804-802b-324ad311c45f with scrape type 2
2026-03-29 06:30:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b7a440b-12fd-5804-802b-324ad311c45f, identifier: WU63%20VWS
2026-03-29 06:30:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX
2026-03-29 06:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX
2026-03-29 06:30:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX to the API
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU70%20TNX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7199bb2b-3249-51b7-9c78-6de1ab2ad04c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU70 TNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU70%20TNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'E-NV200',
 'odometer': 15301,
 '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 E-NV200 40KWH 109 ACENTA (6.6/50KC) PanelVan',
 'transmission': 'automatic',
 'trim': '40KWH 109 ACENTA (6.6/50KC)',
 'vin': 'VSKYAAME0U0612058',
 'year': 2020}
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 06:30:25 [bca.uk] INFO: Saving data for DU70%20TNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477293.103439, 'last_price_update_time': 1774765825.460649}
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU70%2520TNX') HTTP/1.1" 204 0
2026-03-29 06:30:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG
2026-03-29 06:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG
2026-03-29 06:30:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG to the API
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6629eee4-e62a-59ac-bcac-eb3b158f1647',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK20 XGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20XGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 70705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 RAPTOR CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 RAPTOR',
 'vin': '6FPPXXMJ2PKS27690',
 'year': 2020}
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-29 06:30:25 [bca.uk] INFO: Saving data for EK20%20XGG: {'auction_closing_time': 1774951200.0, 'created_time': 1774477880.83609, 'last_price_update_time': 1774765825.767337}
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520XGG') HTTP/1.1" 204 0
2026-03-29 06:30:25 [bca.uk] INFO: Found listing with ID: DT24%20NXY
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 06:30:25 [bca.uk] INFO: Scrape type for DT24%20NXY: 2
2026-03-29 06:30:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY
2026-03-29 06:30:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807afbee-ba3e-55a7-8db2-ab78618ce00b with scrape type 2
2026-03-29 06:30:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 807afbee-ba3e-55a7-8db2-ab78618ce00b with scrape type 2
2026-03-29 06:30:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 807afbee-ba3e-55a7-8db2-ab78618ce00b, identifier: DT24%20NXY
2026-03-29 06:30:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb with identifier: NL62%20UCG
2026-03-29 06:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb with identifier: NL62%20UCG
2026-03-29 06:30:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb with identifier: NL62%20UCG to the API
2026-03-29 06:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL62%20UCG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b1c8eedf-8e84-532a-8f5d-b8de7e1c29eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL62 UCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL62%20UCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI C20',
 'odometer': 102013,
 '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 CADDY MAXI C20 1.6 TDI 102 Van',
 'transmission': 'manual',
 'trim': 'TDI 102',
 'vin': 'WV1ZZZ2KZDX020043',
 'year': 2012}
2026-03-29 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL62%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 06:30:26 [bca.uk] INFO: Saving data for NL62%20UCG: {'auction_closing_time': 1774778400.0, 'created_time': 1774476914.351701, 'last_price_update_time': 1774765826.96564}
2026-03-29 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL62%2520UCG') HTTP/1.1" 204 0
2026-03-29 06:30:27 [bca.uk] INFO: Found listing with ID: DL73%20UHR
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 06:30:27 [bca.uk] INFO: Scrape type for DL73%20UHR: 2
2026-03-29 06:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR
2026-03-29 06:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db9e237c-1b09-5109-9c49-e136de211c5c with scrape type 2
2026-03-29 06:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db9e237c-1b09-5109-9c49-e136de211c5c with scrape type 2
2026-03-29 06:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db9e237c-1b09-5109-9c49-e136de211c5c, identifier: DL73%20UHR
2026-03-29 06:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=british+racing+green HTTP/1.1" 200 None
2026-03-29 06:30:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:30:27 [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:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS
2026-03-29 06:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS to the API
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU63%20VWS-GB',
 'category': 'Car',
 'color': 'british racing green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b7a440b-12fd-5804-802b-324ad311c45f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU63 VWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU63%20VWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 77098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWZM32000T582218',
 'year': 2013}
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-29 06:30:27 [bca.uk] INFO: Saving data for WU63%20VWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774479188.864677, 'last_price_update_time': 1774765827.567268}
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU63%2520VWS') HTTP/1.1" 204 0
2026-03-29 06:30:27 [bca.uk] INFO: Found listing with ID: EO20%20HXG
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-29 06:30:27 [bca.uk] INFO: Scrape type for EO20%20HXG: 2
2026-03-29 06:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG
2026-03-29 06:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 920fce49-8782-50f5-a011-929cf8b2a9b6 with scrape type 2
2026-03-29 06:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 920fce49-8782-50f5-a011-929cf8b2a9b6 with scrape type 2
2026-03-29 06:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 920fce49-8782-50f5-a011-929cf8b2a9b6, identifier: EO20%20HXG
2026-03-29 06:30:27 [bca.uk] INFO: Found listing with ID: BJ17%20FKT
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FKT%27 HTTP/1.1" 200 None
2026-03-29 06:30:27 [bca.uk] INFO: Scrape type for BJ17%20FKT: 2
2026-03-29 06:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afb0c0e5-e85b-5c96-8c9f-27cba48e986b with identifier: BJ17%20FKT
2026-03-29 06:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afb0c0e5-e85b-5c96-8c9f-27cba48e986b with scrape type 2
2026-03-29 06:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afb0c0e5-e85b-5c96-8c9f-27cba48e986b with scrape type 2
2026-03-29 06:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afb0c0e5-e85b-5c96-8c9f-27cba48e986b, identifier: BJ17%20FKT
2026-03-29 06:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY
2026-03-29 06:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY
2026-03-29 06:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY to the API
2026-03-29 06:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT24%20NXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '807afbee-ba3e-55a7-8db2-ab78618ce00b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT24 NXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT24%20NXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 15814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 160KW 65KWH N LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 65KWH N LINE S',
 'vin': 'TMAH781A4RJ033311',
 'year': 2024}
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 06:30:28 [bca.uk] INFO: Saving data for DT24%20NXY: {'auction_closing_time': 1775037600.0, 'created_time': 1774505035.688881, 'last_price_update_time': 1774765828.138954}
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT24%2520NXY') HTTP/1.1" 204 0
2026-03-29 06:30:28 [bca.uk] INFO: Found listing with ID: SP21%20EKK
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP21%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:30:28 [bca.uk] INFO: Scrape type for SP21%20EKK: 2
2026-03-29 06:30:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baeee230-850e-58fc-801b-4457919474b2 with identifier: SP21%20EKK
2026-03-29 06:30:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baeee230-850e-58fc-801b-4457919474b2 with scrape type 2
2026-03-29 06:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baeee230-850e-58fc-801b-4457919474b2 with scrape type 2
2026-03-29 06:30:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baeee230-850e-58fc-801b-4457919474b2, identifier: SP21%20EKK
2026-03-29 06:30:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR
2026-03-29 06:30:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR
2026-03-29 06:30:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR to the API
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20UHR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db9e237c-1b09-5109-9c49-e136de211c5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 UHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20UHR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5345,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4310171',
 'year': 2023}
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-29 06:30:28 [bca.uk] INFO: Saving data for DL73%20UHR: {'auction_closing_time': 1775026800.0, 'created_time': 1774004658.219349, 'last_price_update_time': 1774765828.576476}
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520UHR') HTTP/1.1" 204 0
2026-03-29 06:30:28 [bca.uk] INFO: Found listing with ID: VK71%20FYB
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-29 06:30:28 [bca.uk] INFO: Scrape type for VK71%20FYB: 2
2026-03-29 06:30:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB
2026-03-29 06:30:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07afedee-ed3b-585c-a352-a6537f285e23 with scrape type 2
2026-03-29 06:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07afedee-ed3b-585c-a352-a6537f285e23 with scrape type 2
2026-03-29 06:30:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07afedee-ed3b-585c-a352-a6537f285e23, identifier: VK71%20FYB
2026-03-29 06:30:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG
2026-03-29 06:30:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG
2026-03-29 06:30:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG to the API
2026-03-29 06:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO20%20HXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '920fce49-8782-50f5-a011-929cf8b2a9b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO20 HXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO20%20HXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 38835,
 '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 LWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYLB75943',
 'year': 2020}
2026-03-29 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-29 06:30:29 [bca.uk] INFO: Saving data for EO20%20HXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477292.333356, 'last_price_update_time': 1774765829.729336}
2026-03-29 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO20%2520HXG') HTTP/1.1" 204 0
2026-03-29 06:30:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afb0c0e5-e85b-5c96-8c9f-27cba48e986b with identifier: BJ17%20FKT
2026-03-29 06:30:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afb0c0e5-e85b-5c96-8c9f-27cba48e986b with identifier: BJ17%20FKT
2026-03-29 06:30:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afb0c0e5-e85b-5c96-8c9f-27cba48e986b with identifier: BJ17%20FKT to the API
2026-03-29 06:30:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ17%20FKT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afb0c0e5-e85b-5c96-8c9f-27cba48e986b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ17 FKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ17%20FKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 129805,
 '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 290 LWB L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDCI 130 290 LWB L/R',
 'vin': 'WF0ZXXTTGZHU83760',
 'year': 2017}
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FKT%27 HTTP/1.1" 200 None
2026-03-29 06:30:30 [bca.uk] INFO: Saving data for BJ17%20FKT: {'auction_closing_time': 1774778400.0, 'created_time': 1774505155.922779, 'last_price_update_time': 1774765830.11965}
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ17%2520FKT') HTTP/1.1" 204 0
2026-03-29 06:30:30 [bca.uk] INFO: Found listing with ID: DY71%20ODW
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 06:30:30 [bca.uk] INFO: Scrape type for DY71%20ODW: 2
2026-03-29 06:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW
2026-03-29 06:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with scrape type 2
2026-03-29 06:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with scrape type 2
2026-03-29 06:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c371c66-1af6-5ccd-9e5d-ec5218124a41, identifier: DY71%20ODW
2026-03-29 06:30:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baeee230-850e-58fc-801b-4457919474b2 with identifier: SP21%20EKK
2026-03-29 06:30:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baeee230-850e-58fc-801b-4457919474b2 with identifier: SP21%20EKK
2026-03-29 06:30:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baeee230-850e-58fc-801b-4457919474b2 with identifier: SP21%20EKK to the API
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP21%20EKK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'baeee230-850e-58fc-801b-4457919474b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP21 EKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP21%20EKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN SPORT',
 'odometer': 42614,
 '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': 'MITSUBISHI SHOGUN SPORT 2.4 DI-DC COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'DI-DC COMMERCIAL',
 'vin': 'MMAGUKS10KH001448',
 'year': 2021}
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP21%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:30:30 [bca.uk] INFO: Saving data for SP21%20EKK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476913.575503, 'last_price_update_time': 1774765830.616984}
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP21%2520EKK') HTTP/1.1" 204 0
2026-03-29 06:30:30 [bca.uk] INFO: Found listing with ID: GX15%20AOW
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 06:30:30 [bca.uk] INFO: Scrape type for GX15%20AOW: 2
2026-03-29 06:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW
2026-03-29 06:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d0cbf3a-17fa-559c-9f92-38074377d49b with scrape type 2
2026-03-29 06:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d0cbf3a-17fa-559c-9f92-38074377d49b with scrape type 2
2026-03-29 06:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d0cbf3a-17fa-559c-9f92-38074377d49b, identifier: GX15%20AOW
2026-03-29 06:30:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB
2026-03-29 06:30:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB
2026-03-29 06:30:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB to the API
2026-03-29 06:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK71%20FYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07afedee-ed3b-585c-a352-a6537f285e23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK71 FYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK71%20FYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 64344,
 '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': 'SEAT LEON 1.5 TSI EVO 150 FR Estate',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 FR',
 'vin': 'VSSZZZKLZNR010067',
 'year': 2021}
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-29 06:30:31 [bca.uk] INFO: Saving data for VK71%20FYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774477324.107314, 'last_price_update_time': 1774765831.329971}
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520FYB') HTTP/1.1" 204 0
2026-03-29 06:30:31 [bca.uk] INFO: Found listing with ID: LB22%20JGZ
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:31 [bca.uk] INFO: Scrape type for LB22%20JGZ: 2
2026-03-29 06:30:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ
2026-03-29 06:30:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabfedfe-2f73-575e-ac2f-160ccd678e73 with scrape type 2
2026-03-29 06:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fabfedfe-2f73-575e-ac2f-160ccd678e73 with scrape type 2
2026-03-29 06:30:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fabfedfe-2f73-575e-ac2f-160ccd678e73, identifier: LB22%20JGZ
2026-03-29 06:30:31 [bca.uk] INFO: Found listing with ID: AJ68%20WHV
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520WHV%27 HTTP/1.1" 200 None
2026-03-29 06:30:31 [bca.uk] INFO: Scrape type for AJ68%20WHV: 0
2026-03-29 06:30:31 [bca.uk] INFO: Found listing with ID: FP10%20YEK
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520YEK%27 HTTP/1.1" 200 None
2026-03-29 06:30:31 [bca.uk] INFO: Scrape type for FP10%20YEK: 2
2026-03-29 06:30:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK
2026-03-29 06:30:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with scrape type 2
2026-03-29 06:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with scrape type 2
2026-03-29 06:30:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698, identifier: FP10%20YEK
2026-03-29 06:30:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW
2026-03-29 06:30:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW
2026-03-29 06:30:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW to the API
2026-03-29 06:30:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY71%20ODW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c371c66-1af6-5ccd-9e5d-ec5218124a41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY71 ODW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY71%20ODW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 35845,
 'odometer_reading_unit': '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 GRANDLAND X 1.5 TURBO D 130 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 130 SRI',
 'vin': 'W0VZCYHZ2MS241798',
 'year': 2022}
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520ODW%27 HTTP/1.1" 200 None
2026-03-29 06:30:32 [bca.uk] INFO: Saving data for DY71%20ODW: {'auction_closing_time': 1775037600.0, 'created_time': 1774505040.923698, 'last_price_update_time': 1774765832.352977}
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520ODW') HTTP/1.1" 204 0
2026-03-29 06:30:32 [bca.uk] INFO: Found listing with ID: CE22%20FFH
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520FFH%27 HTTP/1.1" 200 None
2026-03-29 06:30:32 [bca.uk] INFO: Scrape type for CE22%20FFH: 2
2026-03-29 06:30:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH
2026-03-29 06:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6ef03a7-8e74-5e83-8516-21bc78de28fe with scrape type 2
2026-03-29 06:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6ef03a7-8e74-5e83-8516-21bc78de28fe with scrape type 2
2026-03-29 06:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6ef03a7-8e74-5e83-8516-21bc78de28fe, identifier: CE22%20FFH
2026-03-29 06:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW
2026-03-29 06:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW
2026-03-29 06:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW to the API
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX15%20AOW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d0cbf3a-17fa-559c-9f92-38074377d49b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX15 AOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX15%20AOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 126498,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.0 TDCI 185 ST-3 Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 185 ST-3',
 'vin': 'WF05XXGCC5FE32469',
 'year': 2015}
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 06:30:32 [bca.uk] INFO: Saving data for GX15%20AOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774364044.289687, 'last_price_update_time': 1774765832.774334}
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX15%2520AOW') HTTP/1.1" 204 0
2026-03-29 06:30:32 [bca.uk] INFO: Found listing with ID: VU17%20TSX
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-29 06:30:32 [bca.uk] INFO: Scrape type for VU17%20TSX: 2
2026-03-29 06:30:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX
2026-03-29 06:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15103dbf-f6f6-5356-b612-98e03fb5d98e with scrape type 2
2026-03-29 06:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15103dbf-f6f6-5356-b612-98e03fb5d98e with scrape type 2
2026-03-29 06:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15103dbf-f6f6-5356-b612-98e03fb5d98e, identifier: VU17%20TSX
2026-03-29 06:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ
2026-03-29 06:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ
2026-03-29 06:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ to the API
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20JGZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fabfedfe-2f73-575e-ac2f-160ccd678e73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB22 JGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20JGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 76887,
 'odometer_reading_unit': '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': 'WF0YXXTTGYNS53507',
 'year': 2022}
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:33 [bca.uk] INFO: Saving data for LB22%20JGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477242.477766, 'last_price_update_time': 1774765833.262637}
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520JGZ') HTTP/1.1" 204 0
2026-03-29 06:30:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK
2026-03-29 06:30:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK
2026-03-29 06:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK to the API
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20YEK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c5672db-c0e6-55f9-aaa8-10d8f9e14698',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP10 YEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20YEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 106006,
 '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': 'W0LPD6ED4A8074802',
 'year': 2010}
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520YEK%27 HTTP/1.1" 200 None
2026-03-29 06:30:33 [bca.uk] INFO: Saving data for FP10%20YEK: {'auction_closing_time': 1774951200.0, 'created_time': 1774505283.671956, 'last_price_update_time': 1774765833.566381}
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520YEK') HTTP/1.1" 204 0
2026-03-29 06:30:33 [bca.uk] INFO: Found listing with ID: MV74%20ENU
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV74%2520ENU%27 HTTP/1.1" 200 None
2026-03-29 06:30:33 [bca.uk] INFO: Scrape type for MV74%20ENU: 2
2026-03-29 06:30:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU
2026-03-29 06:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with scrape type 2
2026-03-29 06:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with scrape type 2
2026-03-29 06:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc4d062a-e2a7-5f10-92cb-fc30f82bc958, identifier: MV74%20ENU
2026-03-29 06:30:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH
2026-03-29 06:30:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH
2026-03-29 06:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH to the API
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE22%20FFH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b6ef03a7-8e74-5e83-8516-21bc78de28fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE22 FFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE22%20FFH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 52693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH EDITION 1 Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH EDITION 1',
 'vin': 'WAUZZZFZ4NP024448',
 'year': 2022}
2026-03-29 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520FFH%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Saving data for CE22%20FFH: {'auction_closing_time': 1775026800.0, 'created_time': 1773931843.588963, 'last_price_update_time': 1774765834.005981}
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE22%2520FFH') HTTP/1.1" 204 0
2026-03-29 06:30:34 [bca.uk] INFO: Found listing with ID: SG23%20VHH
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Scrape type for SG23%20VHH: 2
2026-03-29 06:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH
2026-03-29 06:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c6728d-b412-589e-b653-cd63c67a23ea with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c6728d-b412-589e-b653-cd63c67a23ea with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63c6728d-b412-589e-b653-cd63c67a23ea, identifier: SG23%20VHH
2026-03-29 06:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX
2026-03-29 06:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX
2026-03-29 06:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX to the API
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU17%20TSX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15103dbf-f6f6-5356-b612-98e03fb5d98e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU17 TSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU17%20TSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'PULSAR',
 'odometer': 135281,
 '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': 'VSKDAAC13U0100540',
 'year': 2017}
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Saving data for VU17%20TSX: {'auction_closing_time': 1775037600.0, 'created_time': 1774477304.802947, 'last_price_update_time': 1774765834.446095}
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520TSX') HTTP/1.1" 204 0
2026-03-29 06:30:34 [bca.uk] INFO: Found listing with ID: LG72%20RFE
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Scrape type for LG72%20RFE: 2
2026-03-29 06:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE
2026-03-29 06:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba80c00-3d16-589a-8db3-1f24edc64cd8 with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba80c00-3d16-589a-8db3-1f24edc64cd8 with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba80c00-3d16-589a-8db3-1f24edc64cd8, identifier: LG72%20RFE
2026-03-29 06:30:34 [bca.uk] INFO: Found listing with ID: LT70%20AUR
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Scrape type for LT70%20AUR: 2
2026-03-29 06:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR
2026-03-29 06:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a352c399-4492-518e-bd20-56c237aedd23 with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a352c399-4492-518e-bd20-56c237aedd23 with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a352c399-4492-518e-bd20-56c237aedd23, identifier: LT70%20AUR
2026-03-29 06:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU
2026-03-29 06:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU
2026-03-29 06:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU to the API
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV74%20ENU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cc4d062a-e2a7-5f10-92cb-fc30f82bc958',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV74 ENU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV74%20ENU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 8270,
 '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 DEFENDER 90 3.0 D250 AWD S (3ST) HARD TOP Van',
 'transmission': 'automatic',
 'trim': 'D250 AWD S (3ST) HARD TOP',
 'vin': 'SALEACAW8S2372256',
 'year': 2024}
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV74%2520ENU%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Saving data for MV74%20ENU: {'auction_closing_time': 1775037600.0, 'created_time': 1774505033.681768, 'last_price_update_time': 1774765834.954926}
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV74%2520ENU') HTTP/1.1" 204 0
2026-03-29 06:30:34 [bca.uk] INFO: Found listing with ID: CF71%20VNY
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520VNY%27 HTTP/1.1" 200 None
2026-03-29 06:30:34 [bca.uk] INFO: Scrape type for CF71%20VNY: 2
2026-03-29 06:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY
2026-03-29 06:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with scrape type 2
2026-03-29 06:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with scrape type 2
2026-03-29 06:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9980eaef-7bea-510a-b6ce-0c5abd1ea652, identifier: CF71%20VNY
2026-03-29 06:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH
2026-03-29 06:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH
2026-03-29 06:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH to the API
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG23%20VHH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ice white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '63c6728d-b412-589e-b653-cd63c67a23ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG23 VHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG23%20VHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'E-PARTNER STD',
 'odometer': 12163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-PARTNER STD 100KW 50KWH 800 PROF.PREM+ Van',
 'transmission': 'automatic',
 'trim': '100KW 50KWH 800 PROF.PREM+',
 'vin': 'VR3EAZKXZPJ543047',
 'year': 2023}
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-29 06:30:35 [bca.uk] INFO: Saving data for SG23%20VHH: {'auction_closing_time': 1775026800.0, 'created_time': 1773828685.44168, 'last_price_update_time': 1774765835.357863}
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520VHH') HTTP/1.1" 204 0
2026-03-29 06:30:35 [bca.uk] INFO: Found listing with ID: WO66%20PUY
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-29 06:30:35 [bca.uk] INFO: Scrape type for WO66%20PUY: 2
2026-03-29 06:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY
2026-03-29 06:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28032964-4118-5644-8e1e-9e4ba89dbd5b with scrape type 2
2026-03-29 06:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28032964-4118-5644-8e1e-9e4ba89dbd5b with scrape type 2
2026-03-29 06:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28032964-4118-5644-8e1e-9e4ba89dbd5b, identifier: WO66%20PUY
2026-03-29 06:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE
2026-03-29 06:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE
2026-03-29 06:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE to the API
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG72%20RFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aba80c00-3d16-589a-8db3-1f24edc64cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG72 RFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG72%20RFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 59011,
 'odometer_reading_unit': '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': 'WF0YXXTTGYNU63393',
 'year': 2022}
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-29 06:30:35 [bca.uk] INFO: Saving data for LG72%20RFE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477246.986922, 'last_price_update_time': 1774765835.742169}
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520RFE') HTTP/1.1" 204 0
2026-03-29 06:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR
2026-03-29 06:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR
2026-03-29 06:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR to the API
2026-03-29 06:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 296,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a352c399-4492-518e-bd20-56c237aedd23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT70 AUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT70%20AUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 82395,
 '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 GRANSPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'V6 350 GRANSPORT',
 'vin': 'ZN6XU61C00X349378',
 'year': 2020}
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520AUR%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Saving data for LT70%20AUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774652112.568005, 'last_price_update_time': 1774765836.021405}
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT70%2520AUR') HTTP/1.1" 204 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: LF23%20NFW
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520NFW%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for LF23%20NFW: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: YF23%20UMR
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UMR%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for YF23%20UMR: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: BX22%20SFY
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for BX22%20SFY: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: DN25%20TKK
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520TKK%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for DN25%20TKK: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: ND72%20HSA
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520HSA%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for ND72%20HSA: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: LX66%20UPG
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX66%2520UPG%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for LX66%20UPG: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: MJ24%20WPP
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520WPP%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for MJ24%20WPP: 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: DY74%20BXA
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXA%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for DY74%20BXA: 0
2026-03-29 06:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY
2026-03-29 06:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY
2026-03-29 06:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY to the API
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20VNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '9980eaef-7bea-510a-b6ce-0c5abd1ea652',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF71 VNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20VNY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 39705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZXNP027127',
 'year': 2022}
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520VNY%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Saving data for CF71%20VNY: {'auction_closing_time': 1775026800.0, 'created_time': 1773935713.077903, 'last_price_update_time': 1774765836.481847}
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520VNY') HTTP/1.1" 204 0
2026-03-29 06:30:36 [bca.uk] INFO: Found listing with ID: CK17%20NPX
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 06:30:36 [bca.uk] INFO: Scrape type for CK17%20NPX: 2
2026-03-29 06:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX
2026-03-29 06:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with scrape type 2
2026-03-29 06:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with scrape type 2
2026-03-29 06:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd, identifier: CK17%20NPX
2026-03-29 06:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey+met. HTTP/1.1" 200 None
2026-03-29 06:30:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:30:36 [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:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY
2026-03-29 06:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY to the API
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO66%20PUY-GB',
 'category': 'Car',
 'color': 'moonwalk gray with',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28032964-4118-5644-8e1e-9e4ba89dbd5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO66 PUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO66%20PUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 78987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 192 S Hatchback',
 'transmission': 'automatic',
 'trim': '192 S',
 'vin': 'WMWXM720702E24756',
 'year': 2017}
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-29 06:30:37 [bca.uk] INFO: Saving data for WO66%20PUY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477305.193114, 'last_price_update_time': 1774765837.065119}
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO66%2520PUY') HTTP/1.1" 204 0
2026-03-29 06:30:37 [bca.uk] INFO: Found listing with ID: MA21%20ZPP
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-29 06:30:37 [bca.uk] INFO: Scrape type for MA21%20ZPP: 2
2026-03-29 06:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP
2026-03-29 06:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f749ff3-1b0c-5309-a4e2-4834671739d6 with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f749ff3-1b0c-5309-a4e2-4834671739d6 with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f749ff3-1b0c-5309-a4e2-4834671739d6, identifier: MA21%20ZPP
2026-03-29 06:30:37 [bca.uk] INFO: Found listing with ID: VX67%20KZW
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:30:37 [bca.uk] INFO: Scrape type for VX67%20KZW: 2
2026-03-29 06:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW
2026-03-29 06:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 830e6aa3-940d-5e31-8864-b92616d5db75 with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 830e6aa3-940d-5e31-8864-b92616d5db75 with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 830e6aa3-940d-5e31-8864-b92616d5db75, identifier: VX67%20KZW
2026-03-29 06:30:37 [bca.uk] INFO: Found listing with ID: DX71%20FVV
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 06:30:37 [bca.uk] INFO: Scrape type for DX71%20FVV: 2
2026-03-29 06:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV
2026-03-29 06:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf, identifier: DX71%20FVV
2026-03-29 06:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX
2026-03-29 06:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX
2026-03-29 06:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX to the API
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK17%20NPX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK17 NPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK17%20NPX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 90745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7200,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.6 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1760432J610563',
 'year': 2017}
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-29 06:30:37 [bca.uk] INFO: Saving data for CK17%20NPX: {'auction_closing_time': 1774854000.0, 'created_time': 1773908206.16596, 'last_price_update_time': 1774765837.756203}
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK17%2520NPX') HTTP/1.1" 204 0
2026-03-29 06:30:37 [bca.uk] INFO: Found listing with ID: WV16%20KMY
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 06:30:37 [bca.uk] INFO: Scrape type for WV16%20KMY: 2
2026-03-29 06:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY
2026-03-29 06:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb7571a6-a759-50b9-81b1-3360b523add3 with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb7571a6-a759-50b9-81b1-3360b523add3 with scrape type 2
2026-03-29 06:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb7571a6-a759-50b9-81b1-3360b523add3, identifier: WV16%20KMY
2026-03-29 06:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP
2026-03-29 06:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP
2026-03-29 06:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP to the API
2026-03-29 06:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20ZPP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f749ff3-1b0c-5309-a4e2-4834671739d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA21 ZPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20ZPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 118426,
 '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': 'WF0YXXTTGYLT62070',
 'year': 2021}
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-29 06:30:38 [bca.uk] INFO: Saving data for MA21%20ZPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477294.959121, 'last_price_update_time': 1774765838.157804}
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520ZPP') HTTP/1.1" 204 0
2026-03-29 06:30:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW
2026-03-29 06:30:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW
2026-03-29 06:30:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW to the API
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '830e6aa3-940d-5e31-8864-b92616d5db75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX67 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX67%20KZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA ST',
 'odometer': 46693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA ST 1.6 TURBO D 136 ECOTEC DESIGN Estate',
 'transmission': 'manual',
 'trim': 'TURBO D 136 ECOTEC DESIGN',
 'vin': 'W0VZM8EF3J1054093',
 'year': 2017}
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520KZW%27 HTTP/1.1" 200 None
2026-03-29 06:30:38 [bca.uk] INFO: Saving data for VX67%20KZW: {'auction_closing_time': 1774951200.0, 'created_time': 1774505284.061339, 'last_price_update_time': 1774765838.433757}
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX67%2520KZW') HTTP/1.1" 204 0
2026-03-29 06:30:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV
2026-03-29 06:30:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV
2026-03-29 06:30:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV to the API
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX71%20FVV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f5ced8e4-44d7-57dc-ac74-0065bc1e72cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX71 FVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX71%20FVV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 105761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV INSCRIPTION',
 'vin': 'YV1XZBBVFN2683419',
 'year': 2021}
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520FVV%27 HTTP/1.1" 200 None
2026-03-29 06:30:38 [bca.uk] INFO: Saving data for DX71%20FVV: {'auction_closing_time': 1775026800.0, 'created_time': 1773908208.09953, 'last_price_update_time': 1774765838.711621}
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX71%2520FVV') HTTP/1.1" 204 0
2026-03-29 06:30:38 [bca.uk] INFO: Found listing with ID: DY69%20SYR
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-29 06:30:38 [bca.uk] INFO: Scrape type for DY69%20SYR: 2
2026-03-29 06:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR
2026-03-29 06:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with scrape type 2
2026-03-29 06:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with scrape type 2
2026-03-29 06:30:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c, identifier: DY69%20SYR
2026-03-29 06:30:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY
2026-03-29 06:30:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY
2026-03-29 06:30:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY to the API
2026-03-29 06:30:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV16%20KMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fb7571a6-a759-50b9-81b1-3360b523add3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV16 KMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV16%20KMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 57393,
 '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 PICANTO 1.0 65 1 Hatchback',
 'transmission': 'manual',
 'trim': '65 1',
 'vin': 'KNABE511LGT206054',
 'year': 2016}
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Saving data for WV16%20KMY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477290.970638, 'last_price_update_time': 1774765839.100199}
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV16%2520KMY') HTTP/1.1" 204 0
2026-03-29 06:30:39 [bca.uk] INFO: Found listing with ID: HT71%20UDN
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Scrape type for HT71%20UDN: 2
2026-03-29 06:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN
2026-03-29 06:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf, identifier: HT71%20UDN
2026-03-29 06:30:39 [bca.uk] INFO: Found listing with ID: YF69%20KXX
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520KXX%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Scrape type for YF69%20KXX: 0
2026-03-29 06:30:39 [bca.uk] INFO: Found listing with ID: MV10%20UHJ
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Scrape type for MV10%20UHJ: 2
2026-03-29 06:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 887d026f-8f00-59e5-b2d4-a9464021109a with identifier: MV10%20UHJ
2026-03-29 06:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 887d026f-8f00-59e5-b2d4-a9464021109a with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 887d026f-8f00-59e5-b2d4-a9464021109a with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 887d026f-8f00-59e5-b2d4-a9464021109a, identifier: MV10%20UHJ
2026-03-29 06:30:39 [bca.uk] INFO: Found listing with ID: DX72%20XDH
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX72%2520XDH%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Scrape type for DX72%20XDH: 2
2026-03-29 06:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH
2026-03-29 06:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc52bad8-97b7-5071-a19f-63bb74abfc5d with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc52bad8-97b7-5071-a19f-63bb74abfc5d with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc52bad8-97b7-5071-a19f-63bb74abfc5d, identifier: DX72%20XDH
2026-03-29 06:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR
2026-03-29 06:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR
2026-03-29 06:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR to the API
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY69%20SYR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY69 SYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY69%20SYR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'FIAT',
 'model': '500',
 'odometer': 55532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FIAT 500 0.9 TWINAIR 85 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'TWINAIR 85 LOUNGE',
 'vin': 'ZFA3120000JB34453',
 'year': 2020}
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Saving data for DY69%20SYR: {'auction_closing_time': 1774854000.0, 'created_time': 1773908181.806047, 'last_price_update_time': 1774765839.726719}
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY69%2520SYR') HTTP/1.1" 204 0
2026-03-29 06:30:39 [bca.uk] INFO: Found listing with ID: YY23%20OMA
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 06:30:39 [bca.uk] INFO: Scrape type for YY23%20OMA: 2
2026-03-29 06:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA
2026-03-29 06:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5951f4c6-dad2-5993-a453-d95a0ed902dd with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5951f4c6-dad2-5993-a453-d95a0ed902dd with scrape type 2
2026-03-29 06:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5951f4c6-dad2-5993-a453-d95a0ed902dd, identifier: YY23%20OMA
2026-03-29 06:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN
2026-03-29 06:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN
2026-03-29 06:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN to the API
2026-03-29 06:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20UDN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21700b9a-a79f-5d56-8a09-90fdc9ada8cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT71 UDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20UDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 95940,
 'odometer_reading_unit': '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 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 130 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZME52321',
 'year': 2022}
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 06:30:40 [bca.uk] INFO: Saving data for HT71%20UDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477242.123767, 'last_price_update_time': 1774765840.439723}
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520UDN') HTTP/1.1" 204 0
2026-03-29 06:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 887d026f-8f00-59e5-b2d4-a9464021109a with identifier: MV10%20UHJ
2026-03-29 06:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 887d026f-8f00-59e5-b2d4-a9464021109a with identifier: MV10%20UHJ
2026-03-29 06:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 887d026f-8f00-59e5-b2d4-a9464021109a with identifier: MV10%20UHJ to the API
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV10%20UHJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '887d026f-8f00-59e5-b2d4-a9464021109a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV10 UHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV10%20UHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 126445,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.5 D-4D 144 HL2 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D-4D 144 HL2 4WD',
 'vin': 'AHTFR22G006026491',
 'year': 2010}
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:40 [bca.uk] INFO: Saving data for MV10%20UHJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774478124.870519, 'last_price_update_time': 1774765840.805323}
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV10%2520UHJ') HTTP/1.1" 204 0
2026-03-29 06:30:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:30:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH
2026-03-29 06:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH
2026-03-29 06:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH to the API
2026-03-29 06:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX72%20XDH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bc52bad8-97b7-5071-a19f-63bb74abfc5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX72 XDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX72%20XDH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 87558,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZ8PP012922',
 'year': 2022}
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX72%2520XDH%27 HTTP/1.1" 200 None
2026-03-29 06:30:41 [bca.uk] INFO: Saving data for DX72%20XDH: {'auction_closing_time': 1775026800.0, 'created_time': 1773842145.848994, 'last_price_update_time': 1774765841.088821}
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX72%2520XDH') HTTP/1.1" 204 0
2026-03-29 06:30:41 [bca.uk] INFO: Found listing with ID: KT17%20OAW
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 06:30:41 [bca.uk] INFO: Scrape type for KT17%20OAW: 2
2026-03-29 06:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW
2026-03-29 06:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07, identifier: KT17%20OAW
2026-03-29 06:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA
2026-03-29 06:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA
2026-03-29 06:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA to the API
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY23%20OMA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5951f4c6-dad2-5993-a453-d95a0ed902dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY23 OMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY23%20OMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 38557,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 3.3 SKY-D 200 EXCLUSIVE-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'SKY-D 200 EXCLUSIVE-LINE',
 'vin': 'JMZKH0CF501122488',
 'year': 2023}
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-29 06:30:41 [bca.uk] INFO: Saving data for YY23%20OMA: {'auction_closing_time': 1775037600.0, 'created_time': 1774477292.728576, 'last_price_update_time': 1774765841.479376}
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY23%2520OMA') HTTP/1.1" 204 0
2026-03-29 06:30:41 [bca.uk] INFO: Found listing with ID: HV72%20XWP
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-29 06:30:41 [bca.uk] INFO: Scrape type for HV72%20XWP: 2
2026-03-29 06:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP
2026-03-29 06:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b486e1c-811e-560a-be6e-b35b01c2bbe2, identifier: HV72%20XWP
2026-03-29 06:30:41 [bca.uk] INFO: Found listing with ID: GF70%20OVT
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520OVT%27 HTTP/1.1" 200 None
2026-03-29 06:30:41 [bca.uk] INFO: Scrape type for GF70%20OVT: 2
2026-03-29 06:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5c98a87-7d6d-5ad2-90bf-43144a04a185 with identifier: GF70%20OVT
2026-03-29 06:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5c98a87-7d6d-5ad2-90bf-43144a04a185 with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5c98a87-7d6d-5ad2-90bf-43144a04a185 with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5c98a87-7d6d-5ad2-90bf-43144a04a185, identifier: GF70%20OVT
2026-03-29 06:30: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:30:41 [bca.uk] INFO: Found listing with ID: GJ71%20VJZ
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VJZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:41 [bca.uk] INFO: Scrape type for GJ71%20VJZ: 2
2026-03-29 06:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ
2026-03-29 06:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d406080b-0cda-55ea-ac60-3d0493a23dec with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d406080b-0cda-55ea-ac60-3d0493a23dec with scrape type 2
2026-03-29 06:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d406080b-0cda-55ea-ac60-3d0493a23dec, identifier: GJ71%20VJZ
2026-03-29 06:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW
2026-03-29 06:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW
2026-03-29 06:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW to the API
2026-03-29 06:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT17%20OAW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a3eea6a-0f5c-5dd5-851f-542530fb4a07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT17 OAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT17%20OAW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'C200',
 'odometer': 110571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 2.0 T SPORT PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'T SPORT PREMIUM 9G',
 'vin': 'WDD2050422R290074',
 'year': 2017}
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 06:30:42 [bca.uk] INFO: Saving data for KT17%20OAW: {'auction_closing_time': 1774854000.0, 'created_time': 1773834327.94595, 'last_price_update_time': 1774765842.096376}
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT17%2520OAW') HTTP/1.1" 204 0
2026-03-29 06:30:42 [bca.uk] INFO: Found listing with ID: YY72%20OHG
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 06:30:42 [bca.uk] INFO: Scrape type for YY72%20OHG: 2
2026-03-29 06:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG
2026-03-29 06:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with scrape type 2
2026-03-29 06:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with scrape type 2
2026-03-29 06:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b2c4233-1d27-5d04-bb67-fb0c528fa496, identifier: YY72%20OHG
2026-03-29 06:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP
2026-03-29 06:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP
2026-03-29 06:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP to the API
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV72%20XWP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b486e1c-811e-560a-be6e-b35b01c2bbe2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV72 XWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV72%20XWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 52129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNM34765',
 'year': 2022}
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-29 06:30:42 [bca.uk] INFO: Saving data for HV72%20XWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477272.223599, 'last_price_update_time': 1774765842.521001}
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV72%2520XWP') HTTP/1.1" 204 0
2026-03-29 06:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5c98a87-7d6d-5ad2-90bf-43144a04a185 with identifier: GF70%20OVT
2026-03-29 06:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5c98a87-7d6d-5ad2-90bf-43144a04a185 with identifier: GF70%20OVT
2026-03-29 06:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5c98a87-7d6d-5ad2-90bf-43144a04a185 with identifier: GF70%20OVT to the API
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF70%20OVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd5c98a87-7d6d-5ad2-90bf-43144a04a185',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF70 OVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF70%20OVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 57848,
 '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 T/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 MWB T/L H/R',
 'vin': 'WV1ZZZSYZM9007529',
 'year': 2020}
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520OVT%27 HTTP/1.1" 200 None
2026-03-29 06:30:42 [bca.uk] INFO: Saving data for GF70%20OVT: {'auction_closing_time': 1774778400.0, 'created_time': 1774478094.097521, 'last_price_update_time': 1774765842.806309}
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF70%2520OVT') HTTP/1.1" 204 0
2026-03-29 06:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ
2026-03-29 06:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ
2026-03-29 06:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ to the API
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ71%20VJZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd406080b-0cda-55ea-ac60-3d0493a23dec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ71 VJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ71%20VJZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 88465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10600,
 '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': 'LRW3F7FA4MC335512',
 'year': 2021}
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VJZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:43 [bca.uk] INFO: Saving data for GJ71%20VJZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773932244.122046, 'last_price_update_time': 1774765843.107228}
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ71%2520VJZ') HTTP/1.1" 204 0
2026-03-29 06:30:43 [bca.uk] INFO: Found listing with ID: LO19%20APU
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-29 06:30:43 [bca.uk] INFO: Scrape type for LO19%20APU: 2
2026-03-29 06:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU
2026-03-29 06:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 522b9793-ed2c-5476-a49d-04351d9fc739 with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 522b9793-ed2c-5476-a49d-04351d9fc739 with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 522b9793-ed2c-5476-a49d-04351d9fc739, identifier: LO19%20APU
2026-03-29 06:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG
2026-03-29 06:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG
2026-03-29 06:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG to the API
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY72%20OHG-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b2c4233-1d27-5d04-bb67-fb0c528fa496',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY72 OHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY72%20OHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 14110,
 'odometer_reading_unit': '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 2.0 S RESOLUTE ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'S RESOLUTE ED.',
 'vin': 'WMW52DK0202T98222',
 'year': 2022}
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-29 06:30:43 [bca.uk] INFO: Saving data for YY72%20OHG: {'auction_closing_time': 1775037600.0, 'created_time': 1774477233.218022, 'last_price_update_time': 1774765843.525385}
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY72%2520OHG') HTTP/1.1" 204 0
2026-03-29 06:30:43 [bca.uk] INFO: Found listing with ID: MX21%20XUK
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:30:43 [bca.uk] INFO: Scrape type for MX21%20XUK: 2
2026-03-29 06:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK
2026-03-29 06:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a05d35-33ec-5b8b-999c-872c7d7cd241 with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a05d35-33ec-5b8b-999c-872c7d7cd241 with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a05d35-33ec-5b8b-999c-872c7d7cd241, identifier: MX21%20XUK
2026-03-29 06:30:43 [bca.uk] INFO: Found listing with ID: YL71%20HYC
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 06:30:43 [bca.uk] INFO: Scrape type for YL71%20HYC: 2
2026-03-29 06:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e with identifier: YL71%20HYC
2026-03-29 06:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e, identifier: YL71%20HYC
2026-03-29 06:30:43 [bca.uk] INFO: Found listing with ID: GM21%20MXU
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520MXU%27 HTTP/1.1" 200 None
2026-03-29 06:30:43 [bca.uk] INFO: Scrape type for GM21%20MXU: 2
2026-03-29 06:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU
2026-03-29 06:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with scrape type 2
2026-03-29 06:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6, identifier: GM21%20MXU
2026-03-29 06:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU
2026-03-29 06:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU
2026-03-29 06:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU to the API
2026-03-29 06:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO19%20APU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '522b9793-ed2c-5476-a49d-04351d9fc739',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO19 APU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO19%20APU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'JEEP',
 'model': 'COMPASS',
 'odometer': 58640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7400,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JEEP COMPASS 1.4 M/AIR 140 2WD NIGHT EAGLE StationWagon',
 'transmission': 'manual',
 'trim': 'M/AIR 140 2WD NIGHT EAGLE',
 'vin': 'MCANJPBH6KFA42511',
 'year': 2019}
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-29 06:30:44 [bca.uk] INFO: Saving data for LO19%20APU: {'auction_closing_time': 1774854000.0, 'created_time': 1774005395.345507, 'last_price_update_time': 1774765844.178477}
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO19%2520APU') HTTP/1.1" 204 0
2026-03-29 06:30:44 [bca.uk] INFO: Found listing with ID: BG23%20YSW
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-29 06:30:44 [bca.uk] INFO: Scrape type for BG23%20YSW: 2
2026-03-29 06:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW
2026-03-29 06:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0921e688-e6f2-5d3b-8939-2722bc3e842e with scrape type 2
2026-03-29 06:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0921e688-e6f2-5d3b-8939-2722bc3e842e with scrape type 2
2026-03-29 06:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0921e688-e6f2-5d3b-8939-2722bc3e842e, identifier: BG23%20YSW
2026-03-29 06:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK
2026-03-29 06:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK
2026-03-29 06:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK to the API
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX21%20XUK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58a05d35-33ec-5b8b-999c-872c7d7cd241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX21 XUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX21%20XUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 146208,
 '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 L3 H3 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 TREND',
 'vin': 'WF0EXXTTRELY68241',
 'year': 2021}
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-29 06:30:44 [bca.uk] INFO: Saving data for MX21%20XUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477273.70674, 'last_price_update_time': 1774765844.641188}
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX21%2520XUK') HTTP/1.1" 204 0
2026-03-29 06:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e with identifier: YL71%20HYC
2026-03-29 06:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e with identifier: YL71%20HYC
2026-03-29 06:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bad72b0-6584-542f-8e92-8f4ce0d7fb1e with identifier: YL71%20HYC to the API
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL71%20HYC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5bad72b0-6584-542f-8e92-8f4ce0d7fb1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL71 HYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL71%20HYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 141921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H1 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H1 PROGRESSIVE',
 'vin': 'W1V9076332P397893',
 'year': 2021}
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520HYC%27 HTTP/1.1" 200 None
2026-03-29 06:30:44 [bca.uk] INFO: Saving data for YL71%20HYC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478126.030643, 'last_price_update_time': 1774765844.928861}
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL71%2520HYC') HTTP/1.1" 204 0
2026-03-29 06:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU
2026-03-29 06:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU
2026-03-29 06:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU to the API
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM21%20MXU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '02fa49f2-dc9d-5cef-8671-e9a40addcdb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GM21 MXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM21%20MXU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 34979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZMP079009',
 'year': 2021}
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520MXU%27 HTTP/1.1" 200 None
2026-03-29 06:30:45 [bca.uk] INFO: Saving data for GM21%20MXU: {'auction_closing_time': 1775026800.0, 'created_time': 1773935700.892811, 'last_price_update_time': 1774765845.219475}
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM21%2520MXU') HTTP/1.1" 204 0
2026-03-29 06:30:45 [bca.uk] INFO: Found listing with ID: NU68%20MFY
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520MFY%27 HTTP/1.1" 200 None
2026-03-29 06:30:45 [bca.uk] INFO: Scrape type for NU68%20MFY: 2
2026-03-29 06:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY
2026-03-29 06:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97931a67-55ad-5eb1-b958-496d849d8fdc with scrape type 2
2026-03-29 06:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97931a67-55ad-5eb1-b958-496d849d8fdc with scrape type 2
2026-03-29 06:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97931a67-55ad-5eb1-b958-496d849d8fdc, identifier: NU68%20MFY
2026-03-29 06:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW
2026-03-29 06:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW
2026-03-29 06:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW to the API
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG23%20YSW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0921e688-e6f2-5d3b-8939-2722bc3e842e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG23 YSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG23%20YSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 64175,
 '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 MPI 80 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 80 LIFE',
 'vin': 'WVWZZZAWZPU038437',
 'year': 2023}
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-29 06:30:45 [bca.uk] INFO: Saving data for BG23%20YSW: {'auction_closing_time': 1775037600.0, 'created_time': 1774477246.268387, 'last_price_update_time': 1774765845.655595}
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG23%2520YSW') HTTP/1.1" 204 0
2026-03-29 06:30:45 [bca.uk] INFO: Found listing with ID: YT68%20VAV
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 06:30:45 [bca.uk] INFO: Scrape type for YT68%20VAV: 2
2026-03-29 06:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV
2026-03-29 06:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffbe7ac-8c81-58da-b37d-03deb09da127 with scrape type 2
2026-03-29 06:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffbe7ac-8c81-58da-b37d-03deb09da127 with scrape type 2
2026-03-29 06:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffbe7ac-8c81-58da-b37d-03deb09da127, identifier: YT68%20VAV
2026-03-29 06:30:45 [bca.uk] INFO: Found listing with ID: EO21%20HZT
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520HZT%27 HTTP/1.1" 200 None
2026-03-29 06:30:45 [bca.uk] INFO: Scrape type for EO21%20HZT: 2
2026-03-29 06:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b788295b-080e-5f7a-8049-d870b6349d21 with identifier: EO21%20HZT
2026-03-29 06:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b788295b-080e-5f7a-8049-d870b6349d21 with scrape type 2
2026-03-29 06:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b788295b-080e-5f7a-8049-d870b6349d21 with scrape type 2
2026-03-29 06:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b788295b-080e-5f7a-8049-d870b6349d21, identifier: EO21%20HZT
2026-03-29 06:30:45 [bca.uk] INFO: Found listing with ID: KN23%20UGL
2026-03-29 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 06:30:46 [bca.uk] INFO: Scrape type for KN23%20UGL: 2
2026-03-29 06:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL
2026-03-29 06:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with scrape type 2
2026-03-29 06:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with scrape type 2
2026-03-29 06:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0222bf4f-be1c-5549-9ae3-3011f0d29c43, identifier: KN23%20UGL
2026-03-29 06:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY
2026-03-29 06:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY
2026-03-29 06:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY to the API
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU68%20MFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97931a67-55ad-5eb1-b958-496d849d8fdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU68 MFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU68%20MFY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 115832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDC1569432J572012',
 'year': 2018}
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520MFY%27 HTTP/1.1" 200 None
2026-03-29 06:30:46 [bca.uk] INFO: Saving data for NU68%20MFY: {'auction_closing_time': 1774854000.0, 'created_time': 1773834131.72225, 'last_price_update_time': 1774765846.380463}
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU68%2520MFY') HTTP/1.1" 204 0
2026-03-29 06:30:46 [bca.uk] INFO: Found listing with ID: BW17%20BYB
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520BYB%27 HTTP/1.1" 200 None
2026-03-29 06:30:46 [bca.uk] INFO: Scrape type for BW17%20BYB: 2
2026-03-29 06:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB
2026-03-29 06:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b244de-5058-5f0a-a246-cbe4b107d2f0 with scrape type 2
2026-03-29 06:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b244de-5058-5f0a-a246-cbe4b107d2f0 with scrape type 2
2026-03-29 06:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44b244de-5058-5f0a-a246-cbe4b107d2f0, identifier: BW17%20BYB
2026-03-29 06:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV
2026-03-29 06:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV
2026-03-29 06:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV to the API
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT68%20VAV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ffbe7ac-8c81-58da-b37d-03deb09da127',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT68 VAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT68%20VAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36156,
 'odometer_reading_unit': '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 320 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 320 SWB L/R',
 'vin': 'WF0YXXTTGYJM51964',
 'year': 2018}
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-29 06:30:46 [bca.uk] INFO: Saving data for YT68%20VAV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477280.328757, 'last_price_update_time': 1774765846.783597}
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520VAV') HTTP/1.1" 204 0
2026-03-29 06:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b788295b-080e-5f7a-8049-d870b6349d21 with identifier: EO21%20HZT
2026-03-29 06:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b788295b-080e-5f7a-8049-d870b6349d21 with identifier: EO21%20HZT
2026-03-29 06:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b788295b-080e-5f7a-8049-d870b6349d21 with identifier: EO21%20HZT to the API
2026-03-29 06:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO21%20HZT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b788295b-080e-5f7a-8049-d870b6349d21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO21 HZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO21%20HZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 44884,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRLS10423',
 'year': 2021}
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520HZT%27 HTTP/1.1" 200 None
2026-03-29 06:30:47 [bca.uk] INFO: Saving data for EO21%20HZT: {'auction_closing_time': 1774778400.0, 'created_time': 1774478110.554768, 'last_price_update_time': 1774765847.071239}
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO21%2520HZT') HTTP/1.1" 204 0
2026-03-29 06:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL
2026-03-29 06:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL
2026-03-29 06:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL to the API
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN23%20UGL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '0222bf4f-be1c-5549-9ae3-3011f0d29c43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN23 UGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN23%20UGL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 32917,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20000,
 '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': 'KNAC481AUP5107143',
 'year': 2023}
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UGL%27 HTTP/1.1" 200 None
2026-03-29 06:30:47 [bca.uk] INFO: Saving data for KN23%20UGL: {'auction_closing_time': 1775026800.0, 'created_time': 1773935697.538686, 'last_price_update_time': 1774765847.351738}
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520UGL') HTTP/1.1" 204 0
2026-03-29 06:30:47 [bca.uk] INFO: Found listing with ID: NX70%20VVE
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-29 06:30:47 [bca.uk] INFO: Scrape type for NX70%20VVE: 2
2026-03-29 06:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE
2026-03-29 06:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with scrape type 2
2026-03-29 06:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with scrape type 2
2026-03-29 06:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b, identifier: NX70%20VVE
2026-03-29 06:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB
2026-03-29 06:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB
2026-03-29 06:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB to the API
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW17%20BYB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44b244de-5058-5f0a-a246-cbe4b107d2f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW17 BYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW17%20BYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 21481,
 '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 1.4 TSI 150 BMT 2WD SE NAV StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 150 BMT 2WD SE NAV',
 'vin': 'WVGZZZ5NZHW939632',
 'year': 2017}
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520BYB%27 HTTP/1.1" 200 None
2026-03-29 06:30:47 [bca.uk] INFO: Saving data for BW17%20BYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774477295.32385, 'last_price_update_time': 1774765847.763402}
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW17%2520BYB') HTTP/1.1" 204 0
2026-03-29 06:30:47 [bca.uk] INFO: Found listing with ID: AF71%20VKZ
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:47 [bca.uk] INFO: Scrape type for AF71%20VKZ: 2
2026-03-29 06:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ
2026-03-29 06:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6458e10f-e475-5d94-9d72-35c630bd8b3c with scrape type 2
2026-03-29 06:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6458e10f-e475-5d94-9d72-35c630bd8b3c with scrape type 2
2026-03-29 06:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6458e10f-e475-5d94-9d72-35c630bd8b3c, identifier: AF71%20VKZ
2026-03-29 06:30:47 [bca.uk] INFO: Found listing with ID: NV19%20HTN
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520HTN%27 HTTP/1.1" 200 None
2026-03-29 06:30:47 [bca.uk] INFO: Scrape type for NV19%20HTN: 2
2026-03-29 06:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5431b5ab-5446-509b-8517-515d6f11c8b6 with identifier: NV19%20HTN
2026-03-29 06:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5431b5ab-5446-509b-8517-515d6f11c8b6 with scrape type 2
2026-03-29 06:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5431b5ab-5446-509b-8517-515d6f11c8b6 with scrape type 2
2026-03-29 06:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5431b5ab-5446-509b-8517-515d6f11c8b6, identifier: NV19%20HTN
2026-03-29 06:30:47 [bca.uk] INFO: Found listing with ID: MM19%20WRX
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRX%27 HTTP/1.1" 200 None
2026-03-29 06:30:48 [bca.uk] INFO: Scrape type for MM19%20WRX: 2
2026-03-29 06:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX
2026-03-29 06:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8fd25f-d81e-566f-99c1-e5afaa327c77 with scrape type 2
2026-03-29 06:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa8fd25f-d81e-566f-99c1-e5afaa327c77 with scrape type 2
2026-03-29 06:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa8fd25f-d81e-566f-99c1-e5afaa327c77, identifier: MM19%20WRX
2026-03-29 06:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE
2026-03-29 06:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE
2026-03-29 06:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE to the API
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX70%20VVE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ace3dfd-f749-59c1-9000-9c3d02e3c80b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX70 VVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX70%20VVE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 47406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 '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': 'VNVK1400865028390',
 'year': 2020}
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-29 06:30:48 [bca.uk] INFO: Saving data for NX70%20VVE: {'auction_closing_time': 1774854000.0, 'created_time': 1773842800.300722, 'last_price_update_time': 1774765848.378363}
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX70%2520VVE') HTTP/1.1" 204 0
2026-03-29 06:30:48 [bca.uk] INFO: Found listing with ID: DV62%20RWO
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520RWO%27 HTTP/1.1" 200 None
2026-03-29 06:30:48 [bca.uk] INFO: Scrape type for DV62%20RWO: 2
2026-03-29 06:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO
2026-03-29 06:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5779fba-2297-58b2-88ff-99192f3e738c with scrape type 2
2026-03-29 06:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5779fba-2297-58b2-88ff-99192f3e738c with scrape type 2
2026-03-29 06:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5779fba-2297-58b2-88ff-99192f3e738c, identifier: DV62%20RWO
2026-03-29 06:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ
2026-03-29 06:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ
2026-03-29 06:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ to the API
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF71%20VKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6458e10f-e475-5d94-9d72-35c630bd8b3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF71 VKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF71%20VKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SSANGYONG',
 'model': 'KORANDO',
 'odometer': 53271,
 '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': 'SSANGYONG KORANDO 1.5 T 161 ULTIMATE StationWagon',
 'transmission': 'manual',
 'trim': 'T 161 ULTIMATE',
 'vin': 'KPT70A1YSKP014914',
 'year': 2021}
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:48 [bca.uk] INFO: Saving data for AF71%20VKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774477253.456917, 'last_price_update_time': 1774765848.755183}
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520VKZ') HTTP/1.1" 204 0
2026-03-29 06:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5431b5ab-5446-509b-8517-515d6f11c8b6 with identifier: NV19%20HTN
2026-03-29 06:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5431b5ab-5446-509b-8517-515d6f11c8b6 with identifier: NV19%20HTN
2026-03-29 06:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5431b5ab-5446-509b-8517-515d6f11c8b6 with identifier: NV19%20HTN to the API
2026-03-29 06:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV19%20HTN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5431b5ab-5446-509b-8517-515d6f11c8b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV19 HTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV19%20HTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 RWD',
 'odometer': 151700,
 'odometer_reading_unit': '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 CRAFTER 35 RWD 2.0 TDI 140 LWB S/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB S/L H/R',
 'vin': 'WV1ZZZSYZK9029561',
 'year': 2019}
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520HTN%27 HTTP/1.1" 200 None
2026-03-29 06:30:49 [bca.uk] INFO: Saving data for NV19%20HTN: {'auction_closing_time': 1774778400.0, 'created_time': 1774478113.63083, 'last_price_update_time': 1774765849.041358}
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV19%2520HTN') HTTP/1.1" 204 0
2026-03-29 06:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX
2026-03-29 06:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX
2026-03-29 06:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX to the API
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM19%20WRX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa8fd25f-d81e-566f-99c1-e5afaa327c77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM19 WRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM19%20WRX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 107544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4900,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 125 ECOTEC LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 125 ECOTEC LWB SPORTIVE',
 'vin': 'W0VF7D607KV642294',
 'year': 2019}
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRX%27 HTTP/1.1" 200 None
2026-03-29 06:30:49 [bca.uk] INFO: Saving data for MM19%20WRX: {'auction_closing_time': 1775026800.0, 'created_time': 1773846543.35877, 'last_price_update_time': 1774765849.332518}
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM19%2520WRX') HTTP/1.1" 204 0
2026-03-29 06:30:49 [bca.uk] INFO: Found listing with ID: YY69%20FEJ
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:49 [bca.uk] INFO: Scrape type for YY69%20FEJ: 2
2026-03-29 06:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ
2026-03-29 06:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82946d27-65df-5153-b4f6-5d17fce7fbb4 with scrape type 2
2026-03-29 06:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82946d27-65df-5153-b4f6-5d17fce7fbb4 with scrape type 2
2026-03-29 06:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82946d27-65df-5153-b4f6-5d17fce7fbb4, identifier: YY69%20FEJ
2026-03-29 06:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO
2026-03-29 06:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO
2026-03-29 06:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO to the API
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV62%20RWO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5779fba-2297-58b2-88ff-99192f3e738c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV62 RWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV62%20RWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 109265,
 '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 E250 2.1 CDI B/E SPORT EDITION 125 Convertible',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT EDITION 125',
 'vin': 'WDD2074032F145846',
 'year': 2012}
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520RWO%27 HTTP/1.1" 200 None
2026-03-29 06:30:49 [bca.uk] INFO: Saving data for DV62%20RWO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477232.005735, 'last_price_update_time': 1774765849.76918}
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV62%2520RWO') HTTP/1.1" 204 0
2026-03-29 06:30:49 [bca.uk] INFO: Found listing with ID: YS69%20PBU
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PBU%27 HTTP/1.1" 200 None
2026-03-29 06:30:49 [bca.uk] INFO: Scrape type for YS69%20PBU: 2
2026-03-29 06:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU
2026-03-29 06:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with scrape type 2
2026-03-29 06:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with scrape type 2
2026-03-29 06:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87, identifier: YS69%20PBU
2026-03-29 06:30:49 [bca.uk] INFO: Found listing with ID: TG03%20MMM
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TG03%2520MMM%27 HTTP/1.1" 200 None
2026-03-29 06:30:49 [bca.uk] INFO: Scrape type for TG03%20MMM: 2
2026-03-29 06:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9 with identifier: TG03%20MMM
2026-03-29 06:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9 with scrape type 2
2026-03-29 06:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9 with scrape type 2
2026-03-29 06:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9, identifier: TG03%20MMM
2026-03-29 06:30:50 [bca.uk] INFO: Found listing with ID: OV71%20YGZ
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:50 [bca.uk] INFO: Scrape type for OV71%20YGZ: 2
2026-03-29 06:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ
2026-03-29 06:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c00721a8-1ee8-52a0-bc1e-462a9218f926 with scrape type 2
2026-03-29 06:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c00721a8-1ee8-52a0-bc1e-462a9218f926 with scrape type 2
2026-03-29 06:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c00721a8-1ee8-52a0-bc1e-462a9218f926, identifier: OV71%20YGZ
2026-03-29 06:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ
2026-03-29 06:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ
2026-03-29 06:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ to the API
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY69%20FEJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82946d27-65df-5153-b4f6-5d17fce7fbb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY69 FEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY69%20FEJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 103823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7700,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZ8V0LA016342',
 'year': 2019}
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:50 [bca.uk] INFO: Saving data for YY69%20FEJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773834166.524723, 'last_price_update_time': 1774765850.411664}
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY69%2520FEJ') HTTP/1.1" 204 0
2026-03-29 06:30:50 [bca.uk] INFO: Found listing with ID: FJ68%20NRO
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 06:30:50 [bca.uk] INFO: Scrape type for FJ68%20NRO: 2
2026-03-29 06:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO
2026-03-29 06:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f421436-25f2-5ced-ae29-fd7579c0d73d with scrape type 2
2026-03-29 06:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f421436-25f2-5ced-ae29-fd7579c0d73d with scrape type 2
2026-03-29 06:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f421436-25f2-5ced-ae29-fd7579c0d73d, identifier: FJ68%20NRO
2026-03-29 06:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU
2026-03-29 06:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU
2026-03-29 06:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU to the API
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20PBU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12a8ae4e-5598-509a-b5e1-38cd1bce4b87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 PBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20PBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 51956,
 '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': 'WF0YXXTTGYKM11761',
 'year': 2020}
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PBU%27 HTTP/1.1" 200 None
2026-03-29 06:30:50 [bca.uk] INFO: Saving data for YS69%20PBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477256.603196, 'last_price_update_time': 1774765850.918187}
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520PBU') HTTP/1.1" 204 0
2026-03-29 06:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9 with identifier: TG03%20MMM
2026-03-29 06:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9 with identifier: TG03%20MMM
2026-03-29 06:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9 with identifier: TG03%20MMM to the API
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TG03%20MMM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7cb0eb43-c9f2-5f44-82ce-ca8e45e626c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'TG03 MMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=TG03%20MMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 26749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 125 E/F SWB LTD.ED. PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 125 E/F SWB LTD.ED.',
 'vin': 'W0VF7D608JV616902',
 'year': 2018}
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TG03%2520MMM%27 HTTP/1.1" 200 None
2026-03-29 06:30:51 [bca.uk] INFO: Saving data for TG03%20MMM: {'auction_closing_time': 1774778400.0, 'created_time': 1774478112.26979, 'last_price_update_time': 1774765851.223236}
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TG03%2520MMM') HTTP/1.1" 204 0
2026-03-29 06:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ
2026-03-29 06:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ
2026-03-29 06:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ to the API
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV71%20YGZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c00721a8-1ee8-52a0-bc1e-462a9218f926',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV71 YGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV71%20YGZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 14882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16900,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 165KW 64KWH SM2 STD.RANGE Coupe',
 'transmission': 'automatic',
 'trim': '165KW 64KWH SM2 STD.RANGE',
 'vin': 'LPSVSECEKNL057659',
 'year': 2021}
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520YGZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:51 [bca.uk] INFO: Saving data for OV71%20YGZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773935709.122227, 'last_price_update_time': 1774765851.51762}
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520YGZ') HTTP/1.1" 204 0
2026-03-29 06:30:51 [bca.uk] INFO: Found listing with ID: DA12%20RCV
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-29 06:30:51 [bca.uk] INFO: Scrape type for DA12%20RCV: 2
2026-03-29 06:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV
2026-03-29 06:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adedde83-09ce-53d2-bf1b-e0105643a22d with scrape type 2
2026-03-29 06:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adedde83-09ce-53d2-bf1b-e0105643a22d with scrape type 2
2026-03-29 06:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adedde83-09ce-53d2-bf1b-e0105643a22d, identifier: DA12%20RCV
2026-03-29 06:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO
2026-03-29 06:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO
2026-03-29 06:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO to the API
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ68%20NRO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f421436-25f2-5ced-ae29-fd7579c0d73d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ68 NRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ68%20NRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 102403,
 'odometer_reading_unit': '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 RANGER 2.2 TDCI 160 LIMITED 2 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 160 LIMITED 2 4WD',
 'vin': '6FPPXXMJ2PJR43723',
 'year': 2019}
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520NRO%27 HTTP/1.1" 200 None
2026-03-29 06:30:51 [bca.uk] INFO: Saving data for FJ68%20NRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477269.56546, 'last_price_update_time': 1774765851.90571}
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ68%2520NRO') HTTP/1.1" 204 0
2026-03-29 06:30:51 [bca.uk] INFO: Found listing with ID: YT19%20ERL
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-29 06:30:51 [bca.uk] INFO: Scrape type for YT19%20ERL: 2
2026-03-29 06:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL
2026-03-29 06:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c604a440-c402-5db6-a5e9-34dd5fd7f745 with scrape type 2
2026-03-29 06:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c604a440-c402-5db6-a5e9-34dd5fd7f745 with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c604a440-c402-5db6-a5e9-34dd5fd7f745, identifier: YT19%20ERL
2026-03-29 06:30:52 [bca.uk] INFO: Found listing with ID: GU67%20ZFW
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-29 06:30:52 [bca.uk] INFO: Scrape type for GU67%20ZFW: 2
2026-03-29 06:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 307c0d61-e744-51a7-b212-847627a1b1fd with identifier: GU67%20ZFW
2026-03-29 06:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 307c0d61-e744-51a7-b212-847627a1b1fd with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 307c0d61-e744-51a7-b212-847627a1b1fd with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 307c0d61-e744-51a7-b212-847627a1b1fd, identifier: GU67%20ZFW
2026-03-29 06:30:52 [bca.uk] INFO: Found listing with ID: WN22%20HMC
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HMC%27 HTTP/1.1" 200 None
2026-03-29 06:30:52 [bca.uk] INFO: Scrape type for WN22%20HMC: 2
2026-03-29 06:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC
2026-03-29 06:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4261836d-c034-59ad-8082-4124d60c7990 with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4261836d-c034-59ad-8082-4124d60c7990 with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4261836d-c034-59ad-8082-4124d60c7990, identifier: WN22%20HMC
2026-03-29 06:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV
2026-03-29 06:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV
2026-03-29 06:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV to the API
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA12%20RCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'adedde83-09ce-53d2-bf1b-e0105643a22d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA12 RCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA12%20RCV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 118432,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 600,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2',
 'vin': 'U5YPC815LCL188261',
 'year': 2012}
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-29 06:30:52 [bca.uk] INFO: Saving data for DA12%20RCV: {'auction_closing_time': 1775026800.0, 'created_time': 1773825803.9702, 'last_price_update_time': 1774765852.560335}
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA12%2520RCV') HTTP/1.1" 204 0
2026-03-29 06:30:52 [bca.uk] INFO: Found listing with ID: HN59%20OAH
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 06:30:52 [bca.uk] INFO: Scrape type for HN59%20OAH: 2
2026-03-29 06:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH
2026-03-29 06:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10fa289d-769e-5f80-bfdd-f81c3304a597 with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10fa289d-769e-5f80-bfdd-f81c3304a597 with scrape type 2
2026-03-29 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10fa289d-769e-5f80-bfdd-f81c3304a597, identifier: HN59%20OAH
2026-03-29 06:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL
2026-03-29 06:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL
2026-03-29 06:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL to the API
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT19%20ERL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c604a440-c402-5db6-a5e9-34dd5fd7f745',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT19 ERL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT19%20ERL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 49443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYKD06914',
 'year': 2019}
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-29 06:30:52 [bca.uk] INFO: Saving data for YT19%20ERL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477238.16636, 'last_price_update_time': 1774765852.945926}
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT19%2520ERL') HTTP/1.1" 204 0
2026-03-29 06:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 307c0d61-e744-51a7-b212-847627a1b1fd with identifier: GU67%20ZFW
2026-03-29 06:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 307c0d61-e744-51a7-b212-847627a1b1fd with identifier: GU67%20ZFW
2026-03-29 06:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 307c0d61-e744-51a7-b212-847627a1b1fd with identifier: GU67%20ZFW to the API
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU67%20ZFW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '307c0d61-e744-51a7-b212-847627a1b1fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU67 ZFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU67%20ZFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 118028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 102 BMT T/L SWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT T/L SWB',
 'vin': 'WV1ZZZ7HZJX011689',
 'year': 2017}
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-29 06:30:53 [bca.uk] INFO: Saving data for GU67%20ZFW: {'auction_closing_time': 1774778400.0, 'created_time': 1774478113.99583, 'last_price_update_time': 1774765853.324055}
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU67%2520ZFW') HTTP/1.1" 204 0
2026-03-29 06:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC
2026-03-29 06:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC
2026-03-29 06:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC to the API
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20HMC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4261836d-c034-59ad-8082-4124d60c7990',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 HMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20HMC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 59719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19400,
 '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': 'LRWYHCEK7NC239880',
 'year': 2022}
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HMC%27 HTTP/1.1" 200 None
2026-03-29 06:30:53 [bca.uk] INFO: Saving data for WN22%20HMC: {'auction_closing_time': 1775026800.0, 'created_time': 1773935705.428684, 'last_price_update_time': 1774765853.613084}
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520HMC') HTTP/1.1" 204 0
2026-03-29 06:30:53 [bca.uk] INFO: Found listing with ID: FE53%20KTN
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE53%2520KTN%27 HTTP/1.1" 200 None
2026-03-29 06:30:53 [bca.uk] INFO: Scrape type for FE53%20KTN: 0
2026-03-29 06:30:53 [bca.uk] INFO: Found listing with ID: FV57%20MYX
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-29 06:30:53 [bca.uk] INFO: Scrape type for FV57%20MYX: 2
2026-03-29 06:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX
2026-03-29 06:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with scrape type 2
2026-03-29 06:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with scrape type 2
2026-03-29 06:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb, identifier: FV57%20MYX
2026-03-29 06:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH
2026-03-29 06:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH
2026-03-29 06:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH to the API
2026-03-29 06:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN59%20OAH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10fa289d-769e-5f80-bfdd-f81c3304a597',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN59 OAH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN59%20OAH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 49749,
 '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 AYGO 1.0 VVT-I BLUE MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I BLUE MMT',
 'vin': 'JTDKG18C70N422777',
 'year': 2009}
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 06:30:54 [bca.uk] INFO: Saving data for HN59%20OAH: {'auction_closing_time': 1775037600.0, 'created_time': 1774477271.5097, 'last_price_update_time': 1774765854.073421}
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN59%2520OAH') HTTP/1.1" 204 0
2026-03-29 06:30:54 [bca.uk] INFO: Found listing with ID: HN25%20VNT
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-29 06:30:54 [bca.uk] INFO: Scrape type for HN25%20VNT: 2
2026-03-29 06:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT
2026-03-29 06:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d5bc86-0570-59a8-ac3e-6f6384582e92 with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d5bc86-0570-59a8-ac3e-6f6384582e92 with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d5bc86-0570-59a8-ac3e-6f6384582e92, identifier: HN25%20VNT
2026-03-29 06:30:54 [bca.uk] INFO: Found listing with ID: BD13%20XHZ
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:54 [bca.uk] INFO: Scrape type for BD13%20XHZ: 2
2026-03-29 06:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac561e1-5340-527c-958b-cc53878e795b with identifier: BD13%20XHZ
2026-03-29 06:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac561e1-5340-527c-958b-cc53878e795b with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac561e1-5340-527c-958b-cc53878e795b with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aac561e1-5340-527c-958b-cc53878e795b, identifier: BD13%20XHZ
2026-03-29 06:30:54 [bca.uk] INFO: Found listing with ID: SA73%20BZJ
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520BZJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:54 [bca.uk] INFO: Scrape type for SA73%20BZJ: 2
2026-03-29 06:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ
2026-03-29 06:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ed8bca-7a71-50e8-b02a-911ac24704dc with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ed8bca-7a71-50e8-b02a-911ac24704dc with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ed8bca-7a71-50e8-b02a-911ac24704dc, identifier: SA73%20BZJ
2026-03-29 06:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX
2026-03-29 06:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX
2026-03-29 06:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX to the API
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV57%20MYX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4740e150-7d09-5dcd-b6e0-36bc56ba64bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV57 MYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV57%20MYX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 120439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 600,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 SPECIAL EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'SPECIAL EDITION',
 'vin': 'WAUZZZ8P18A088501',
 'year': 2007}
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-29 06:30:54 [bca.uk] INFO: Saving data for FV57%20MYX: {'auction_closing_time': 1775026800.0, 'created_time': 1774005062.929788, 'last_price_update_time': 1774765854.719214}
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV57%2520MYX') HTTP/1.1" 204 0
2026-03-29 06:30:54 [bca.uk] INFO: Found listing with ID: LS69%20FWL
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520FWL%27 HTTP/1.1" 200 None
2026-03-29 06:30:54 [bca.uk] INFO: Scrape type for LS69%20FWL: 2
2026-03-29 06:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL
2026-03-29 06:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6334a468-bf84-5f1c-abd0-8fde505c4a97 with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6334a468-bf84-5f1c-abd0-8fde505c4a97 with scrape type 2
2026-03-29 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6334a468-bf84-5f1c-abd0-8fde505c4a97, identifier: LS69%20FWL
2026-03-29 06:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT
2026-03-29 06:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT
2026-03-29 06:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT to the API
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN25%20VNT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2d5bc86-0570-59a8-ac3e-6f6384582e92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN25 VNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN25%20VNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RRY87857',
 'year': 2025}
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-29 06:30:55 [bca.uk] INFO: Saving data for HN25%20VNT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477240.272192, 'last_price_update_time': 1774765855.217724}
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN25%2520VNT') HTTP/1.1" 204 0
2026-03-29 06:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aac561e1-5340-527c-958b-cc53878e795b with identifier: BD13%20XHZ
2026-03-29 06:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aac561e1-5340-527c-958b-cc53878e795b with identifier: BD13%20XHZ
2026-03-29 06:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aac561e1-5340-527c-958b-cc53878e795b with identifier: BD13%20XHZ to the API
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD13%20XHZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aac561e1-5340-527c-958b-cc53878e795b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD13 XHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD13%20XHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 181765,
 '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 TRANSPORTER T30 2.0 TDI 102 LWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 LWB',
 'vin': 'WV1ZZZ7HZDH121018',
 'year': 2013}
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520XHZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:55 [bca.uk] INFO: Saving data for BD13%20XHZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774478114.37149, 'last_price_update_time': 1774765855.514066}
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD13%2520XHZ') HTTP/1.1" 204 0
2026-03-29 06:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ
2026-03-29 06:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ
2026-03-29 06:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ to the API
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA73%20BZJ-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '16ed8bca-7a71-50e8-b02a-911ac24704dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA73 BZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA73%20BZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 750',
 'odometer': 1313,
 '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 MOTORRAD F 750 GS TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS TE MOTORBIKE',
 'vin': 'WB10B0809P6H64435',
 'year': 2023}
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520BZJ%27 HTTP/1.1" 200 None
2026-03-29 06:30:55 [bca.uk] INFO: Saving data for SA73%20BZJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476853.271661, 'last_price_update_time': 1774765855.811421}
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA73%2520BZJ') HTTP/1.1" 204 0
2026-03-29 06:30:55 [bca.uk] INFO: Found listing with ID: LR67%20UVK
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 06:30:55 [bca.uk] INFO: Scrape type for LR67%20UVK: 2
2026-03-29 06:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK
2026-03-29 06:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b68316-e4f0-5964-bcdf-4e86c4738363 with scrape type 2
2026-03-29 06:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b68316-e4f0-5964-bcdf-4e86c4738363 with scrape type 2
2026-03-29 06:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b68316-e4f0-5964-bcdf-4e86c4738363, identifier: LR67%20UVK
2026-03-29 06:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL
2026-03-29 06:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL
2026-03-29 06:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL to the API
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS69%20FWL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6334a468-bf84-5f1c-abd0-8fde505c4a97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS69 FWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS69%20FWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 S/B',
 'odometer': 97465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 S/B 2.0 AMG LINE NIGHT ED.PLUS 4M DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE NIGHT ED.PLUS 4M DCT',
 'vin': 'WDD1179472N768522',
 'year': 2019}
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520FWL%27 HTTP/1.1" 200 None
2026-03-29 06:30:56 [bca.uk] INFO: Saving data for LS69%20FWL: {'auction_closing_time': 1775037600.0, 'created_time': 1774477278.457328, 'last_price_update_time': 1774765856.199657}
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520FWL') HTTP/1.1" 204 0
2026-03-29 06:30:56 [bca.uk] INFO: Found listing with ID: WA21%20OKE
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 06:30:56 [bca.uk] INFO: Scrape type for WA21%20OKE: 2
2026-03-29 06:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE
2026-03-29 06:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12ce5e07-dccd-55b7-865f-6811c872b0a9 with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12ce5e07-dccd-55b7-865f-6811c872b0a9 with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12ce5e07-dccd-55b7-865f-6811c872b0a9, identifier: WA21%20OKE
2026-03-29 06:30:56 [bca.uk] INFO: Found listing with ID: DA71%20FBV
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 06:30:56 [bca.uk] INFO: Scrape type for DA71%20FBV: 2
2026-03-29 06:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ea9930f-9e5f-591f-9880-1421e334ecd1 with identifier: DA71%20FBV
2026-03-29 06:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ea9930f-9e5f-591f-9880-1421e334ecd1 with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ea9930f-9e5f-591f-9880-1421e334ecd1 with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ea9930f-9e5f-591f-9880-1421e334ecd1, identifier: DA71%20FBV
2026-03-29 06:30:56 [bca.uk] INFO: Found listing with ID: NM08%20UTX
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NM08%2520UTX%27 HTTP/1.1" 200 None
2026-03-29 06:30:56 [bca.uk] INFO: Scrape type for NM08%20UTX: 2
2026-03-29 06:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a184b460-8da1-5830-8956-6f33a424326b with identifier: NM08%20UTX
2026-03-29 06:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a184b460-8da1-5830-8956-6f33a424326b with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a184b460-8da1-5830-8956-6f33a424326b with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a184b460-8da1-5830-8956-6f33a424326b, identifier: NM08%20UTX
2026-03-29 06:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK
2026-03-29 06:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK
2026-03-29 06:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK to the API
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR67%20UVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1b68316-e4f0-5964-bcdf-4e86c4738363',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR67 UVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR67%20UVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'E200 D',
 'odometer': 85673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7600,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130132A310457',
 'year': 2017}
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-29 06:30:56 [bca.uk] INFO: Saving data for LR67%20UVK: {'auction_closing_time': 1775026800.0, 'created_time': 1773825712.068598, 'last_price_update_time': 1774765856.805229}
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR67%2520UVK') HTTP/1.1" 204 0
2026-03-29 06:30:56 [bca.uk] INFO: Found listing with ID: LS72%20ZVO
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:30:56 [bca.uk] INFO: Scrape type for LS72%20ZVO: 2
2026-03-29 06:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO
2026-03-29 06:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc1f3837-1223-59c8-9c8d-00e401a9be0f with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc1f3837-1223-59c8-9c8d-00e401a9be0f with scrape type 2
2026-03-29 06:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc1f3837-1223-59c8-9c8d-00e401a9be0f, identifier: LS72%20ZVO
2026-03-29 06:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE
2026-03-29 06:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE
2026-03-29 06:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE to the API
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA21%20OKE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12ce5e07-dccd-55b7-865f-6811c872b0a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA21 OKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA21%20OKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'DOBLO CARGO',
 'odometer': 51786,
 '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 DOBLO CARGO 1.3 M/JET 95 SWB TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/JET 95 SWB TECNICO S/S',
 'vin': 'ZFA26300006T35628',
 'year': 2021}
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-29 06:30:57 [bca.uk] INFO: Saving data for WA21%20OKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477243.234, 'last_price_update_time': 1774765857.183929}
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA21%2520OKE') HTTP/1.1" 204 0
2026-03-29 06:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ea9930f-9e5f-591f-9880-1421e334ecd1 with identifier: DA71%20FBV
2026-03-29 06:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ea9930f-9e5f-591f-9880-1421e334ecd1 with identifier: DA71%20FBV
2026-03-29 06:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ea9930f-9e5f-591f-9880-1421e334ecd1 with identifier: DA71%20FBV to the API
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA71%20FBV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ea9930f-9e5f-591f-9880-1421e334ecd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA71 FBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA71%20FBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 66760,
 '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 75 2000 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO D 75 2000 SPORTIVE',
 'vin': 'W0VEFYHWCMJ853847',
 'year': 2021}
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30: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%2520FBV%27 HTTP/1.1" 200 None
2026-03-29 06:30:57 [bca.uk] INFO: Saving data for DA71%20FBV: {'auction_closing_time': 1774778400.0, 'created_time': 1774478114.743683, 'last_price_update_time': 1774765857.467375}
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520FBV') HTTP/1.1" 204 0
2026-03-29 06:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a184b460-8da1-5830-8956-6f33a424326b with identifier: NM08%20UTX
2026-03-29 06:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a184b460-8da1-5830-8956-6f33a424326b with identifier: NM08%20UTX
2026-03-29 06:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a184b460-8da1-5830-8956-6f33a424326b with identifier: NM08%20UTX to the API
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NM08%20UTX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a184b460-8da1-5830-8956-6f33a424326b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NM08 UTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NM08%20UTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': 'DOBLO CARGO',
 'odometer': 76120,
 '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 DOBLO CARGO 1.3 M/JET 16V Van',
 'transmission': 'manual',
 'trim': 'M/JET 16V',
 'vin': 'ZFA22300005545059',
 'year': 2008}
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NM08%2520UTX%27 HTTP/1.1" 200 None
2026-03-29 06:30:57 [bca.uk] INFO: Saving data for NM08%20UTX: {'auction_closing_time': 1774778400.0, 'created_time': 1774476874.184113, 'last_price_update_time': 1774765857.750572}
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NM08%2520UTX') HTTP/1.1" 204 0
2026-03-29 06:30:57 [bca.uk] INFO: Found listing with ID: MW68%20CLN
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-29 06:30:57 [bca.uk] INFO: Scrape type for MW68%20CLN: 2
2026-03-29 06:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN
2026-03-29 06:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811231c5-0828-51b2-8136-5d31975acdc6 with scrape type 2
2026-03-29 06:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811231c5-0828-51b2-8136-5d31975acdc6 with scrape type 2
2026-03-29 06:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 811231c5-0828-51b2-8136-5d31975acdc6, identifier: MW68%20CLN
2026-03-29 06:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO
2026-03-29 06:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO
2026-03-29 06:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO to the API
2026-03-29 06:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20ZVO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc1f3837-1223-59c8-9c8d-00e401a9be0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS72 ZVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20ZVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 11786,
 'odometer_reading_unit': '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 3008 1.2 P/T 130 GT PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MRHNSUNS133130',
 'year': 2022}
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Saving data for LS72%20ZVO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477257.744162, 'last_price_update_time': 1774765858.157175}
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520ZVO') HTTP/1.1" 204 0
2026-03-29 06:30:58 [bca.uk] INFO: Found listing with ID: BU18%20NKA
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Scrape type for BU18%20NKA: 2
2026-03-29 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA
2026-03-29 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1, identifier: BU18%20NKA
2026-03-29 06:30:58 [bca.uk] INFO: Found listing with ID: FN18%20KKS
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN18%2520KKS%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Scrape type for FN18%20KKS: 2
2026-03-29 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 236821c8-f804-5400-a362-4deddf4a3c68 with identifier: FN18%20KKS
2026-03-29 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 236821c8-f804-5400-a362-4deddf4a3c68 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 236821c8-f804-5400-a362-4deddf4a3c68 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 236821c8-f804-5400-a362-4deddf4a3c68, identifier: FN18%20KKS
2026-03-29 06:30:58 [bca.uk] INFO: Found listing with ID: LC66%20BWN
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520BWN%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Scrape type for LC66%20BWN: 0
2026-03-29 06:30:58 [bca.uk] INFO: Found listing with ID: HT68%20HFO
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520HFO%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Scrape type for HT68%20HFO: 2
2026-03-29 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbb540f5-8791-5a79-9cd5-b24e792fb9c3 with identifier: HT68%20HFO
2026-03-29 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbb540f5-8791-5a79-9cd5-b24e792fb9c3 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbb540f5-8791-5a79-9cd5-b24e792fb9c3 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbb540f5-8791-5a79-9cd5-b24e792fb9c3, identifier: HT68%20HFO
2026-03-29 06:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN
2026-03-29 06:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN
2026-03-29 06:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN to the API
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW68%20CLN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '811231c5-0828-51b2-8136-5d31975acdc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW68 CLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW68%20CLN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 60310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7600,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI SPORT',
 'vin': 'WAUZZZGB3KR008761',
 'year': 2018}
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Saving data for MW68%20CLN: {'auction_closing_time': 1775026800.0, 'created_time': 1773825656.854498, 'last_price_update_time': 1774765858.78938}
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW68%2520CLN') HTTP/1.1" 204 0
2026-03-29 06:30:58 [bca.uk] INFO: Found listing with ID: MM15%20KJZ
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520KJZ%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Scrape type for MM15%20KJZ: 0
2026-03-29 06:30:58 [bca.uk] INFO: Found listing with ID: NV65%20RVM
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-29 06:30:58 [bca.uk] INFO: Scrape type for NV65%20RVM: 2
2026-03-29 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM
2026-03-29 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4407c34f-e25e-5409-9b3c-d4291af910d6 with scrape type 2
2026-03-29 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4407c34f-e25e-5409-9b3c-d4291af910d6 with scrape type 2
2026-03-29 06:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4407c34f-e25e-5409-9b3c-d4291af910d6, identifier: NV65%20RVM
2026-03-29 06:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA
2026-03-29 06:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA
2026-03-29 06:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA to the API
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU18%20NKA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0af10bb-2bf5-589b-a4df-f4a8ad4589d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU18 NKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU18%20NKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 77214,
 'odometer_reading_unit': '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 MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2',
 'vin': 'W0VMRY607HB138959',
 'year': 2018}
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-29 06:30:59 [bca.uk] INFO: Saving data for BU18%20NKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477227.379537, 'last_price_update_time': 1774765859.308001}
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU18%2520NKA') HTTP/1.1" 204 0
2026-03-29 06:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 236821c8-f804-5400-a362-4deddf4a3c68 with identifier: FN18%20KKS
2026-03-29 06:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 236821c8-f804-5400-a362-4deddf4a3c68 with identifier: FN18%20KKS
2026-03-29 06:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 236821c8-f804-5400-a362-4deddf4a3c68 with identifier: FN18%20KKS to the API
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN18%20KKS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '236821c8-f804-5400-a362-4deddf4a3c68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN18 KKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN18%20KKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'PROACE',
 'odometer': 73766,
 'odometer_reading_unit': '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 PROACE 2.0 D 120 LONG PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 LONG',
 'vin': 'YARVFAHKHGZ113896',
 'year': 2018}
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN18%2520KKS%27 HTTP/1.1" 200 None
2026-03-29 06:30:59 [bca.uk] INFO: Saving data for FN18%20KKS: {'auction_closing_time': 1774778400.0, 'created_time': 1774478115.142216, 'last_price_update_time': 1774765859.60675}
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN18%2520KKS') HTTP/1.1" 204 0
2026-03-29 06:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbb540f5-8791-5a79-9cd5-b24e792fb9c3 with identifier: HT68%20HFO
2026-03-29 06:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbb540f5-8791-5a79-9cd5-b24e792fb9c3 with identifier: HT68%20HFO
2026-03-29 06:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbb540f5-8791-5a79-9cd5-b24e792fb9c3 with identifier: HT68%20HFO to the API
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:30: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:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT68%20HFO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cbb540f5-8791-5a79-9cd5-b24e792fb9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT68 HFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT68%20HFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'X250 D',
 'odometer': 46950,
 'odometer_reading_unit': '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 X250 D 2.3 190 4MATIC POWER CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': '190 4MATIC POWER',
 'vin': 'WDF4702312G017828',
 'year': 2018}
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520HFO%27 HTTP/1.1" 200 None
2026-03-29 06:30:59 [bca.uk] INFO: Saving data for HT68%20HFO: {'auction_closing_time': 1774778400.0, 'created_time': 1774476929.944627, 'last_price_update_time': 1774765859.893754}
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT68%2520HFO') HTTP/1.1" 204 0
2026-03-29 06:30:59 [bca.uk] INFO: Found listing with ID: NC06%20MUP
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 06:30:59 [bca.uk] INFO: Scrape type for NC06%20MUP: 2
2026-03-29 06:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP
2026-03-29 06:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a81b77d2-51e6-5c23-9680-ff6d3838916a with scrape type 2
2026-03-29 06:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a81b77d2-51e6-5c23-9680-ff6d3838916a with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a81b77d2-51e6-5c23-9680-ff6d3838916a, identifier: NC06%20MUP
2026-03-29 06:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM
2026-03-29 06:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM
2026-03-29 06:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM to the API
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV65%20RVM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4407c34f-e25e-5409-9b3c-d4291af910d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV65 RVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV65%20RVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 130400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D5 220 AWD SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 220 AWD SE LUX G/T',
 'vin': 'YV1DZ97C6G2869445',
 'year': 2015}
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-29 06:31:00 [bca.uk] INFO: Saving data for NV65%20RVM: {'auction_closing_time': 1775037600.0, 'created_time': 1774477224.319849, 'last_price_update_time': 1774765860.313444}
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV65%2520RVM') HTTP/1.1" 204 0
2026-03-29 06:31:00 [bca.uk] INFO: Found listing with ID: KD16%20UTF
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-29 06:31:00 [bca.uk] INFO: Scrape type for KD16%20UTF: 2
2026-03-29 06:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF
2026-03-29 06:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d2a01a-44a4-52ee-8489-2124d69bd35d with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d2a01a-44a4-52ee-8489-2124d69bd35d with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d2a01a-44a4-52ee-8489-2124d69bd35d, identifier: KD16%20UTF
2026-03-29 06:31:00 [bca.uk] INFO: Found listing with ID: NL07%20KFK
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL07%2520KFK%27 HTTP/1.1" 200 None
2026-03-29 06:31:00 [bca.uk] INFO: Scrape type for NL07%20KFK: 2
2026-03-29 06:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ca49d11-7985-5c18-aa17-b8d1252d1adf with identifier: NL07%20KFK
2026-03-29 06:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ca49d11-7985-5c18-aa17-b8d1252d1adf with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ca49d11-7985-5c18-aa17-b8d1252d1adf with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ca49d11-7985-5c18-aa17-b8d1252d1adf, identifier: NL07%20KFK
2026-03-29 06:31:00 [bca.uk] INFO: Found listing with ID: GF71%20TYU
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-29 06:31:00 [bca.uk] INFO: Scrape type for GF71%20TYU: 2
2026-03-29 06:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU
2026-03-29 06:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93bea594-7e36-5c50-8480-1b11dd41eb54 with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93bea594-7e36-5c50-8480-1b11dd41eb54 with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93bea594-7e36-5c50-8480-1b11dd41eb54, identifier: GF71%20TYU
2026-03-29 06:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP
2026-03-29 06:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP
2026-03-29 06:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP to the API
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC06%20MUP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a81b77d2-51e6-5c23-9680-ff6d3838916a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NC06 MUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC06%20MUP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 79109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 400,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 115 GHIA Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 115 GHIA',
 'vin': 'WF05XXWPD56J74604',
 'year': 2006}
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-29 06:31:00 [bca.uk] INFO: Saving data for NC06%20MUP: {'auction_closing_time': 1775026800.0, 'created_time': 1774005143.954507, 'last_price_update_time': 1774765860.937668}
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC06%2520MUP') HTTP/1.1" 204 0
2026-03-29 06:31:00 [bca.uk] INFO: Found listing with ID: OW69%20CEO
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 06:31:00 [bca.uk] INFO: Scrape type for OW69%20CEO: 2
2026-03-29 06:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO
2026-03-29 06:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2202f4da-5759-5871-9066-fb9caf04b2aa with scrape type 2
2026-03-29 06:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2202f4da-5759-5871-9066-fb9caf04b2aa with scrape type 2
2026-03-29 06:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2202f4da-5759-5871-9066-fb9caf04b2aa, identifier: OW69%20CEO
2026-03-29 06:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF
2026-03-29 06:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF
2026-03-29 06:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF to the API
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD16%20UTF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80d2a01a-44a4-52ee-8489-2124d69bd35d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD16 UTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD16%20UTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'NP300 NAVARA',
 'odometer': 96003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NP300 NAVARA 2.3 DCI 190 4WD N-CONNECTA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 4WD N-CONNECTA',
 'vin': 'VSKCTND23U0027458',
 'year': 2016}
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-29 06:31:01 [bca.uk] INFO: Saving data for KD16%20UTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477165.620158, 'last_price_update_time': 1774765861.335476}
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD16%2520UTF') HTTP/1.1" 204 0
2026-03-29 06:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ca49d11-7985-5c18-aa17-b8d1252d1adf with identifier: NL07%20KFK
2026-03-29 06:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ca49d11-7985-5c18-aa17-b8d1252d1adf with identifier: NL07%20KFK
2026-03-29 06:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ca49d11-7985-5c18-aa17-b8d1252d1adf with identifier: NL07%20KFK to the API
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL07%20KFK-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ca49d11-7985-5c18-aa17-b8d1252d1adf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL07 KFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL07%20KFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 155366,
 '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 TRANSPORTER T28 1.9 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZ7H060574',
 'year': 2007}
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL07%2520KFK%27 HTTP/1.1" 200 None
2026-03-29 06:31:01 [bca.uk] INFO: Saving data for NL07%20KFK: {'auction_closing_time': 1774778400.0, 'created_time': 1774478116.182237, 'last_price_update_time': 1774765861.608541}
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL07%2520KFK') HTTP/1.1" 204 0
2026-03-29 06:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU
2026-03-29 06:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU
2026-03-29 06:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU to the API
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF71%20TYU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '93bea594-7e36-5c50-8480-1b11dd41eb54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF71 TYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF71%20TYU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 46866,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB7MC400492',
 'year': 2021}
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-29 06:31:01 [bca.uk] INFO: Saving data for GF71%20TYU: {'auction_closing_time': 1774854000.0, 'created_time': 1774277605.917067, 'last_price_update_time': 1774765861.894778}
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520TYU') HTTP/1.1" 204 0
2026-03-29 06:31:01 [bca.uk] INFO: Found listing with ID: PE11%20XTH
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:31:01 [bca.uk] INFO: Scrape type for PE11%20XTH: 2
2026-03-29 06:31:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH
2026-03-29 06:31:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with scrape type 2
2026-03-29 06:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2, identifier: PE11%20XTH
2026-03-29 06:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO
2026-03-29 06:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO
2026-03-29 06:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO to the API
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW69%20CEO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2202f4da-5759-5871-9066-fb9caf04b2aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW69 CEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW69%20CEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 92385,
 '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 HSE (7ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE (7ST)',
 'vin': 'SALCA2AN1LH858236',
 'year': 2020}
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Saving data for OW69%20CEO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477208.279653, 'last_price_update_time': 1774765862.30961}
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW69%2520CEO') HTTP/1.1" 204 0
2026-03-29 06:31:02 [bca.uk] INFO: Found listing with ID: VK23%20GOJ
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Scrape type for VK23%20GOJ: 2
2026-03-29 06:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ
2026-03-29 06:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 541da209-ee36-5c7e-873e-b3804756249f with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 541da209-ee36-5c7e-873e-b3804756249f with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 541da209-ee36-5c7e-873e-b3804756249f, identifier: VK23%20GOJ
2026-03-29 06:31:02 [bca.uk] INFO: Found listing with ID: MF03%20FOY
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF03%2520FOY%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Scrape type for MF03%20FOY: 2
2026-03-29 06:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f127d672-df8e-58e1-aa83-316b8e59fd59 with identifier: MF03%20FOY
2026-03-29 06:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f127d672-df8e-58e1-aa83-316b8e59fd59 with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f127d672-df8e-58e1-aa83-316b8e59fd59 with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f127d672-df8e-58e1-aa83-316b8e59fd59, identifier: MF03%20FOY
2026-03-29 06:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:31:02 [bca.uk] INFO: Found listing with ID: LV23%20WOH
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520WOH%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Scrape type for LV23%20WOH: 0
2026-03-29 06:31:02 [bca.uk] INFO: Found listing with ID: WV70%20XUT
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Scrape type for WV70%20XUT: 0
2026-03-29 06:31:02 [bca.uk] INFO: Found listing with ID: MT71%20NLD
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520NLD%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Scrape type for MT71%20NLD: 2
2026-03-29 06:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD
2026-03-29 06:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae4dd49-5ead-5146-a59e-65d7b888e397 with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae4dd49-5ead-5146-a59e-65d7b888e397 with scrape type 2
2026-03-29 06:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ae4dd49-5ead-5146-a59e-65d7b888e397, identifier: MT71%20NLD
2026-03-29 06:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH
2026-03-29 06:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH
2026-03-29 06:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH to the API
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE11%20XTH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81e99e16-55cb-5f9a-95e0-83e0d1c654d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE11 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE11%20XTH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 139680,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1000,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32050WL73738',
 'year': 2011}
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:31:02 [bca.uk] INFO: Saving data for PE11%20XTH: {'auction_closing_time': 1775026800.0, 'created_time': 1774005185.275086, 'last_price_update_time': 1774765862.978671}
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE11%2520XTH') HTTP/1.1" 204 0
2026-03-29 06:31:03 [bca.uk] INFO: Found listing with ID: YA69%20BZC
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 06:31:03 [bca.uk] INFO: Scrape type for YA69%20BZC: 2
2026-03-29 06:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC
2026-03-29 06:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47240ee9-f915-5991-93f9-94101bccd4b0 with scrape type 2
2026-03-29 06:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47240ee9-f915-5991-93f9-94101bccd4b0 with scrape type 2
2026-03-29 06:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47240ee9-f915-5991-93f9-94101bccd4b0, identifier: YA69%20BZC
2026-03-29 06:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ
2026-03-29 06:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ
2026-03-29 06:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ to the API
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 223,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK23%20GOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '541da209-ee36-5c7e-873e-b3804756249f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK23 GOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK23%20GOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 35613,
 '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 CRAFTER 35 FWD 2.0 TDI 140 MWB S/L BUSINESS H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 MWB S/L BUSINESS H/R',
 'vin': 'WV1ZZZSY1P9043861',
 'year': 2023}
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:03 [bca.uk] INFO: Saving data for VK23%20GOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477214.192391, 'last_price_update_time': 1774765863.479928}
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK23%2520GOJ') HTTP/1.1" 204 0
2026-03-29 06:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f127d672-df8e-58e1-aa83-316b8e59fd59 with identifier: MF03%20FOY
2026-03-29 06:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f127d672-df8e-58e1-aa83-316b8e59fd59 with identifier: MF03%20FOY
2026-03-29 06:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f127d672-df8e-58e1-aa83-316b8e59fd59 with identifier: MF03%20FOY to the API
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF03%20FOY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f127d672-df8e-58e1-aa83-316b8e59fd59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF03 FOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF03%20FOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 100863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 204 BMT SPORTLINE SWB DSG '
          'CrewCab Van',
 'transmission': 'automatic',
 'trim': 'TDI 204 BMT SPORTLINE SWB DSG',
 'vin': 'WV1ZZZ7HZJH034365',
 'year': 2017}
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF03%2520FOY%27 HTTP/1.1" 200 None
2026-03-29 06:31:03 [bca.uk] INFO: Saving data for MF03%20FOY: {'auction_closing_time': 1774778400.0, 'created_time': 1774478116.753498, 'last_price_update_time': 1774765863.855983}
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF03%2520FOY') HTTP/1.1" 204 0
2026-03-29 06:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD
2026-03-29 06:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD
2026-03-29 06:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD to the API
2026-03-29 06:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT71%20NLD-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': '0ae4dd49-5ead-5146-a59e-65d7b888e397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT71 NLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT71%20NLD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 34805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AT0NH166027',
 'year': 2021}
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520NLD%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Saving data for MT71%20NLD: {'auction_closing_time': 1774854000.0, 'created_time': 1773825018.269203, 'last_price_update_time': 1774765864.158962}
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520NLD') HTTP/1.1" 204 0
2026-03-29 06:31:04 [bca.uk] INFO: Found listing with ID: PX66%20XYP
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX66%2520XYP%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Scrape type for PX66%20XYP: 0
2026-03-29 06:31:04 [bca.uk] INFO: Found listing with ID: WA64%20EWR
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Scrape type for WA64%20EWR: 0
2026-03-29 06:31:04 [bca.uk] INFO: Found listing with ID: WD13%20EZZ
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Scrape type for WD13%20EZZ: 2
2026-03-29 06:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ
2026-03-29 06:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7bded9-8cf1-5163-b752-372b3badf97b with scrape type 2
2026-03-29 06:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7bded9-8cf1-5163-b752-372b3badf97b with scrape type 2
2026-03-29 06:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e7bded9-8cf1-5163-b752-372b3badf97b, identifier: WD13%20EZZ
2026-03-29 06:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC
2026-03-29 06:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC
2026-03-29 06:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC to the API
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA69%20BZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47240ee9-f915-5991-93f9-94101bccd4b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA69 BZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA69%20BZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 92050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK7L2422980',
 'year': 2019}
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Saving data for YA69%20BZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774477171.710083, 'last_price_update_time': 1774765864.635556}
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA69%2520BZC') HTTP/1.1" 204 0
2026-03-29 06:31:04 [bca.uk] INFO: Found listing with ID: WU11%20YEF
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Scrape type for WU11%20YEF: 2
2026-03-29 06:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF
2026-03-29 06:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eacef89b-52b8-5ba8-9a5d-3db367087e9e with scrape type 2
2026-03-29 06:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eacef89b-52b8-5ba8-9a5d-3db367087e9e with scrape type 2
2026-03-29 06:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eacef89b-52b8-5ba8-9a5d-3db367087e9e, identifier: WU11%20YEF
2026-03-29 06:31:04 [bca.uk] INFO: Found listing with ID: MW72%20VBF
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW72%2520VBF%27 HTTP/1.1" 200 None
2026-03-29 06:31:04 [bca.uk] INFO: Scrape type for MW72%20VBF: 2
2026-03-29 06:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efdf36ef-4344-5518-9d85-fd5d44633f10 with identifier: MW72%20VBF
2026-03-29 06:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efdf36ef-4344-5518-9d85-fd5d44633f10 with scrape type 2
2026-03-29 06:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efdf36ef-4344-5518-9d85-fd5d44633f10 with scrape type 2
2026-03-29 06:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efdf36ef-4344-5518-9d85-fd5d44633f10, identifier: MW72%20VBF
2026-03-29 06:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ
2026-03-29 06:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ
2026-03-29 06:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ to the API
2026-03-29 06:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD13%20EZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e7bded9-8cf1-5163-b752-372b3badf97b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD13 EZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD13%20EZZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118D',
 'odometer': 128317,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1800,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1C12080J090956',
 'year': 2013}
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:05 [bca.uk] INFO: Saving data for WD13%20EZZ: {'auction_closing_time': 1775026800.0, 'created_time': 1774005116.793941, 'last_price_update_time': 1774765865.14712}
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD13%2520EZZ') HTTP/1.1" 204 0
2026-03-29 06:31:05 [bca.uk] INFO: Found listing with ID: BU19%20KKE
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 06:31:05 [bca.uk] INFO: Scrape type for BU19%20KKE: 2
2026-03-29 06:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE
2026-03-29 06:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17748f10-ab4f-5d67-9d68-e7093ab3d766 with scrape type 2
2026-03-29 06:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17748f10-ab4f-5d67-9d68-e7093ab3d766 with scrape type 2
2026-03-29 06:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17748f10-ab4f-5d67-9d68-e7093ab3d766, identifier: BU19%20KKE
2026-03-29 06:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF
2026-03-29 06:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF
2026-03-29 06:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF to the API
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU11%20YEF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eacef89b-52b8-5ba8-9a5d-3db367087e9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU11 YEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU11%20YEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 77020,
 '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 JUKE 1.6 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'TEKNA',
 'vin': 'SJNFBAF15U6051903',
 'year': 2011}
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-29 06:31:05 [bca.uk] INFO: Saving data for WU11%20YEF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477216.598143, 'last_price_update_time': 1774765865.532653}
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU11%2520YEF') HTTP/1.1" 204 0
2026-03-29 06:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efdf36ef-4344-5518-9d85-fd5d44633f10 with identifier: MW72%20VBF
2026-03-29 06:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efdf36ef-4344-5518-9d85-fd5d44633f10 with identifier: MW72%20VBF
2026-03-29 06:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efdf36ef-4344-5518-9d85-fd5d44633f10 with identifier: MW72%20VBF to the API
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW72%20VBF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'efdf36ef-4344-5518-9d85-fd5d44633f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW72 VBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW72%20VBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 18437,
 'odometer_reading_unit': '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 MOVANO 3500 FWD 2.2 TD 140 L3 H2 DYNAMIC PanelVan',
 'transmission': 'manual',
 'trim': 'TD 140 L3 H2 DYNAMIC',
 'vin': 'VXEYCBPFCNG011944',
 'year': 2022}
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW72%2520VBF%27 HTTP/1.1" 200 None
2026-03-29 06:31:05 [bca.uk] INFO: Saving data for MW72%20VBF: {'auction_closing_time': 1774778400.0, 'created_time': 1774478097.428911, 'last_price_update_time': 1774765865.815322}
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW72%2520VBF') HTTP/1.1" 204 0
2026-03-29 06:31:05 [bca.uk] INFO: Found listing with ID: BD20%20FSX
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-29 06:31:05 [bca.uk] INFO: Scrape type for BD20%20FSX: 2
2026-03-29 06:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX
2026-03-29 06:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9127bb72-0470-5e11-82bd-f01bc8ad7afa with scrape type 2
2026-03-29 06:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9127bb72-0470-5e11-82bd-f01bc8ad7afa with scrape type 2
2026-03-29 06:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9127bb72-0470-5e11-82bd-f01bc8ad7afa, identifier: BD20%20FSX
2026-03-29 06:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE
2026-03-29 06:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE
2026-03-29 06:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE to the API
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU19%20KKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17748f10-ab4f-5d67-9d68-e7093ab3d766',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU19 KKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU19%20KKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 39451,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ST-LINE',
 'vin': 'WF0FXXGAHFKK85552',
 'year': 2019}
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-29 06:31:06 [bca.uk] INFO: Saving data for BU19%20KKE: {'auction_closing_time': 1775124000.0, 'created_time': 1774477174.101569, 'last_price_update_time': 1774765866.23993}
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU19%2520KKE') HTTP/1.1" 204 0
2026-03-29 06:31:06 [bca.uk] INFO: Found listing with ID: WP07%20XKZ
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:06 [bca.uk] INFO: Scrape type for WP07%20XKZ: 2
2026-03-29 06:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ
2026-03-29 06:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with scrape type 2
2026-03-29 06:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with scrape type 2
2026-03-29 06:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df84cdb0-e4e0-53f8-94d4-03d0351d20f9, identifier: WP07%20XKZ
2026-03-29 06:31:06 [bca.uk] INFO: Found listing with ID: SM16%20KFW
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 06:31:06 [bca.uk] INFO: Scrape type for SM16%20KFW: 2
2026-03-29 06:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9b7224-1d05-535d-a87d-c15b30a1e462 with identifier: SM16%20KFW
2026-03-29 06:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9b7224-1d05-535d-a87d-c15b30a1e462 with scrape type 2
2026-03-29 06:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a9b7224-1d05-535d-a87d-c15b30a1e462 with scrape type 2
2026-03-29 06:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a9b7224-1d05-535d-a87d-c15b30a1e462, identifier: SM16%20KFW
2026-03-29 06:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX
2026-03-29 06:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX
2026-03-29 06:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX to the API
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD20%20FSX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9127bb72-0470-5e11-82bd-f01bc8ad7afa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD20 FSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD20%20FSX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 97553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4200,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0JXXGAHJLB52577',
 'year': 2020}
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-29 06:31:06 [bca.uk] INFO: Saving data for BD20%20FSX: {'auction_closing_time': 1774854000.0, 'created_time': 1774005437.021805, 'last_price_update_time': 1774765866.741043}
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD20%2520FSX') HTTP/1.1" 204 0
2026-03-29 06:31:06 [bca.uk] INFO: Found listing with ID: VK66%20AEX
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-29 06:31:06 [bca.uk] INFO: Scrape type for VK66%20AEX: 2
2026-03-29 06:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX
2026-03-29 06:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with scrape type 2
2026-03-29 06:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with scrape type 2
2026-03-29 06:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4, identifier: VK66%20AEX
2026-03-29 06:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ
2026-03-29 06:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ
2026-03-29 06:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ to the API
2026-03-29 06:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP07%20XKZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df84cdb0-e4e0-53f8-94d4-03d0351d20f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP07 XKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP07%20XKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SUZUKI',
 'model': 'SX4',
 'odometer': 181682,
 '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': 'SUZUKI SX4 1.6 GLX Hatchback',
 'transmission': 'manual',
 'trim': 'GLX',
 'vin': 'TSMEYA21S00190948',
 'year': 2007}
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:07 [bca.uk] INFO: Saving data for WP07%20XKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477220.127187, 'last_price_update_time': 1774765867.133228}
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP07%2520XKZ') HTTP/1.1" 204 0
2026-03-29 06:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a9b7224-1d05-535d-a87d-c15b30a1e462 with identifier: SM16%20KFW
2026-03-29 06:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a9b7224-1d05-535d-a87d-c15b30a1e462 with identifier: SM16%20KFW
2026-03-29 06:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a9b7224-1d05-535d-a87d-c15b30a1e462 with identifier: SM16%20KFW to the API
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM16%20KFW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a9b7224-1d05-535d-a87d-c15b30a1e462',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM16 KFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM16%20KFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 161825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 290 SWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDCI 125 290 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZGR83549',
 'year': 2016}
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520KFW%27 HTTP/1.1" 200 None
2026-03-29 06:31:07 [bca.uk] INFO: Saving data for SM16%20KFW: {'auction_closing_time': 1774778400.0, 'created_time': 1774478098.440941, 'last_price_update_time': 1774765867.503422}
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM16%2520KFW') HTTP/1.1" 204 0
2026-03-29 06:31:07 [bca.uk] INFO: Total items found: 100
2026-03-29 06:31:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded
2026-03-29 06:31:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:31:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:31:07 [bca.uk] INFO: Found listing with ID: FL70%20SUA
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SUA%27 HTTP/1.1" 200 None
2026-03-29 06:31:07 [bca.uk] INFO: Scrape type for FL70%20SUA: 2
2026-03-29 06:31:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390f35bb-2e38-59a2-a876-c808d6bbb5ad with identifier: FL70%20SUA
2026-03-29 06:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390f35bb-2e38-59a2-a876-c808d6bbb5ad with scrape type 2
2026-03-29 06:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390f35bb-2e38-59a2-a876-c808d6bbb5ad with scrape type 2
2026-03-29 06:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 390f35bb-2e38-59a2-a876-c808d6bbb5ad, identifier: FL70%20SUA
2026-03-29 06:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX
2026-03-29 06:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX
2026-03-29 06:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX to the API
2026-03-29 06:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK66%20AEX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK66 AEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK66%20AEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 94358,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.2 D SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'D SPORT',
 'vin': 'JMZBN642601501919',
 'year': 2016}
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-29 06:31:08 [bca.uk] INFO: Saving data for VK66%20AEX: {'auction_closing_time': 1775124000.0, 'created_time': 1774477174.757573, 'last_price_update_time': 1774765868.028902}
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK66%2520AEX') HTTP/1.1" 204 0
2026-03-29 06:31:08 [bca.uk] INFO: Found listing with ID: WL64%20CXC
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-29 06:31:08 [bca.uk] INFO: Scrape type for WL64%20CXC: 2
2026-03-29 06:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC
2026-03-29 06:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8fa288c-af01-59fa-9bb4-073f3a01920a with scrape type 2
2026-03-29 06:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8fa288c-af01-59fa-9bb4-073f3a01920a with scrape type 2
2026-03-29 06:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8fa288c-af01-59fa-9bb4-073f3a01920a, identifier: WL64%20CXC
2026-03-29 06:31:08 [bca.uk] INFO: Found listing with ID: NX25%20UWF
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX25%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 06:31:08 [bca.uk] INFO: Scrape type for NX25%20UWF: 2
2026-03-29 06:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e9e81f5-b10d-5f3a-b548-55be50fa26f7 with identifier: NX25%20UWF
2026-03-29 06:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e9e81f5-b10d-5f3a-b548-55be50fa26f7 with scrape type 2
2026-03-29 06:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e9e81f5-b10d-5f3a-b548-55be50fa26f7 with scrape type 2
2026-03-29 06:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e9e81f5-b10d-5f3a-b548-55be50fa26f7, identifier: NX25%20UWF
2026-03-29 06:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 390f35bb-2e38-59a2-a876-c808d6bbb5ad with identifier: FL70%20SUA
2026-03-29 06:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 390f35bb-2e38-59a2-a876-c808d6bbb5ad with identifier: FL70%20SUA
2026-03-29 06:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 390f35bb-2e38-59a2-a876-c808d6bbb5ad with identifier: FL70%20SUA to the API
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL70%20SUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '390f35bb-2e38-59a2-a876-c808d6bbb5ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL70 SUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL70%20SUA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 34905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 MPI 60 SE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 SE',
 'vin': 'TMBFA6NJ0MZ027356',
 'year': 2020}
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SUA%27 HTTP/1.1" 200 None
2026-03-29 06:31:08 [bca.uk] INFO: Saving data for FL70%20SUA: {'auction_closing_time': 1774854000.0, 'created_time': 1773932443.931866, 'last_price_update_time': 1774765868.540169}
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520SUA') HTTP/1.1" 204 0
2026-03-29 06:31:08 [bca.uk] INFO: Found listing with ID: GU18%20LFN
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520LFN%27 HTTP/1.1" 200 None
2026-03-29 06:31:08 [bca.uk] INFO: Scrape type for GU18%20LFN: 2
2026-03-29 06:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN
2026-03-29 06:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708c26d3-94ce-5879-ab18-8ad44d9d3810 with scrape type 2
2026-03-29 06:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708c26d3-94ce-5879-ab18-8ad44d9d3810 with scrape type 2
2026-03-29 06:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708c26d3-94ce-5879-ab18-8ad44d9d3810, identifier: GU18%20LFN
2026-03-29 06:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC
2026-03-29 06:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC
2026-03-29 06:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC to the API
2026-03-29 06:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL64%20CXC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8fa288c-af01-59fa-9bb4-073f3a01920a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL64 CXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL64%20CXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '116D',
 'odometer': 176363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1C72020P584455',
 'year': 2014}
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-29 06:31:10 [bca.uk] INFO: Saving data for WL64%20CXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774477206.676473, 'last_price_update_time': 1774765870.31485}
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL64%2520CXC') HTTP/1.1" 204 0
2026-03-29 06:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e9e81f5-b10d-5f3a-b548-55be50fa26f7 with identifier: NX25%20UWF
2026-03-29 06:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e9e81f5-b10d-5f3a-b548-55be50fa26f7 with identifier: NX25%20UWF
2026-03-29 06:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e9e81f5-b10d-5f3a-b548-55be50fa26f7 with identifier: NX25%20UWF to the API
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX25%20UWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e9e81f5-b10d-5f3a-b548-55be50fa26f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX25 UWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX25%20UWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 5874,
 '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 HILUX 2.8 D-4D MHEV INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D MHEV INVINCIBLE X 4WD',
 'vin': 'AHTBE3CD007455225',
 'year': 2025}
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX25%2520UWF%27 HTTP/1.1" 200 None
2026-03-29 06:31:10 [bca.uk] INFO: Saving data for NX25%20UWF: {'auction_closing_time': 1774778400.0, 'created_time': 1774478099.062399, 'last_price_update_time': 1774765870.605441}
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX25%2520UWF') HTTP/1.1" 204 0
2026-03-29 06:31:10 [bca.uk] INFO: Found listing with ID: YL68%20JTV
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520JTV%27 HTTP/1.1" 200 None
2026-03-29 06:31:10 [bca.uk] INFO: Scrape type for YL68%20JTV: 0
2026-03-29 06:31:10 [bca.uk] INFO: Found listing with ID: WP71%20XJO
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJO%27 HTTP/1.1" 200 None
2026-03-29 06:31:10 [bca.uk] INFO: Scrape type for WP71%20XJO: 0
2026-03-29 06:31:10 [bca.uk] INFO: Found listing with ID: WA66%20PMY
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 06:31:10 [bca.uk] INFO: Scrape type for WA66%20PMY: 2
2026-03-29 06:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY
2026-03-29 06:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with scrape type 2
2026-03-29 06:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with scrape type 2
2026-03-29 06:31:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f, identifier: WA66%20PMY
2026-03-29 06:31:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:31:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:31:10 [scrapy.extensions.logstats] INFO: Crawled 147 pages (at 1 pages/min), scraped 3522 items (at 118 items/min)
2026-03-29 06:31:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:31:10 [bca.uk] INFO: Found listing with ID: LV65%20GGO
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-29 06:31:10 [bca.uk] INFO: Scrape type for LV65%20GGO: 2
2026-03-29 06:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO
2026-03-29 06:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef1bccc5-dc41-5825-bbbd-f68987ca58ef with scrape type 2
2026-03-29 06:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef1bccc5-dc41-5825-bbbd-f68987ca58ef with scrape type 2
2026-03-29 06:31:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef1bccc5-dc41-5825-bbbd-f68987ca58ef, identifier: LV65%20GGO
2026-03-29 06:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN
2026-03-29 06:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN
2026-03-29 06:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN to the API
2026-03-29 06:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU18%20LFN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '708c26d3-94ce-5879-ab18-8ad44d9d3810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU18 LFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU18%20LFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 35966,
 'odometer_reading_unit': '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 StationWagon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDC1569432J508619',
 'year': 2018}
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520LFN%27 HTTP/1.1" 200 None
2026-03-29 06:31:11 [bca.uk] INFO: Saving data for GU18%20LFN: {'auction_closing_time': 1775124000.0, 'created_time': 1774477158.283767, 'last_price_update_time': 1774765871.158578}
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU18%2520LFN') HTTP/1.1" 204 0
2026-03-29 06:31:11 [bca.uk] INFO: Found listing with ID: WM25%20EUZ
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:11 [bca.uk] INFO: Scrape type for WM25%20EUZ: 2
2026-03-29 06:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ
2026-03-29 06:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be97a92f-7a79-5fc1-bab0-580a5141ef99 with scrape type 2
2026-03-29 06:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be97a92f-7a79-5fc1-bab0-580a5141ef99 with scrape type 2
2026-03-29 06:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be97a92f-7a79-5fc1-bab0-580a5141ef99, identifier: WM25%20EUZ
2026-03-29 06:31:11 [bca.uk] INFO: Found listing with ID: MK69%20OVL
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520OVL%27 HTTP/1.1" 200 None
2026-03-29 06:31:11 [bca.uk] INFO: Scrape type for MK69%20OVL: 2
2026-03-29 06:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af with identifier: MK69%20OVL
2026-03-29 06:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af with scrape type 2
2026-03-29 06:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af with scrape type 2
2026-03-29 06:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af, identifier: MK69%20OVL
2026-03-29 06:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY
2026-03-29 06:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY
2026-03-29 06:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY to the API
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA66%20PMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b87b5dcd-8630-54b3-b13b-6efdda7a4f4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA66 PMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA66%20PMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200 D',
 'odometer': 126168,
 '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 CLA 200 D 2.1 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1173082N421218',
 'year': 2016}
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520PMY%27 HTTP/1.1" 200 None
2026-03-29 06:31:11 [bca.uk] INFO: Saving data for WA66%20PMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774263900.737856, 'last_price_update_time': 1774765871.688489}
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA66%2520PMY') HTTP/1.1" 204 0
2026-03-29 06:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO
2026-03-29 06:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO
2026-03-29 06:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO to the API
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV65%20GGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef1bccc5-dc41-5825-bbbd-f68987ca58ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV65 GGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV65%20GGO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 83636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4500,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DIG-T TEKNA (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA (5ST)',
 'vin': 'JN1TDAT32U0000853',
 'year': 2015}
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-29 06:31:11 [bca.uk] INFO: Saving data for LV65%20GGO: {'auction_closing_time': 1774854000.0, 'created_time': 1773907914.922011, 'last_price_update_time': 1774765871.980702}
2026-03-29 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV65%2520GGO') HTTP/1.1" 204 0
2026-03-29 06:31:12 [bca.uk] INFO: Found listing with ID: SW18%20VAU
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-29 06:31:12 [bca.uk] INFO: Scrape type for SW18%20VAU: 2
2026-03-29 06:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU
2026-03-29 06:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with scrape type 2
2026-03-29 06:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with scrape type 2
2026-03-29 06:31:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca, identifier: SW18%20VAU
2026-03-29 06:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey+matter HTTP/1.1" 200 None
2026-03-29 06:31:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:31: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:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ
2026-03-29 06:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ to the API
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM25%20EUZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be97a92f-7a79-5fc1-bab0-580a5141ef99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM25 EUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM25%20EUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 14560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 TRAIL',
 'vin': 'WF0RXXTA6RRT40372',
 'year': 2025}
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:12 [bca.uk] INFO: Saving data for WM25%20EUZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773841326.764624, 'last_price_update_time': 1774765872.608663}
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM25%2520EUZ') HTTP/1.1" 204 0
2026-03-29 06:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af with identifier: MK69%20OVL
2026-03-29 06:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af with identifier: MK69%20OVL
2026-03-29 06:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cae6c54-6ad4-559e-b0e1-6c5f5629b1af with identifier: MK69%20OVL to the API
2026-03-29 06:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK69%20OVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cae6c54-6ad4-559e-b0e1-6c5f5629b1af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK69 OVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK69%20OVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 89779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 75 650 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 650 ENTERPRISE',
 'vin': 'VR7EFYHWCKJ774769',
 'year': 2019}
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520OVL%27 HTTP/1.1" 200 None
2026-03-29 06:31:13 [bca.uk] INFO: Saving data for MK69%20OVL: {'auction_closing_time': 1774778400.0, 'created_time': 1774478099.731302, 'last_price_update_time': 1774765873.046779}
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK69%2520OVL') HTTP/1.1" 204 0
2026-03-29 06:31:13 [bca.uk] INFO: Found listing with ID: FX63%20KFF
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520KFF%27 HTTP/1.1" 200 None
2026-03-29 06:31:13 [bca.uk] INFO: Scrape type for FX63%20KFF: 2
2026-03-29 06:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF
2026-03-29 06:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de, identifier: FX63%20KFF
2026-03-29 06:31:13 [bca.uk] INFO: Found listing with ID: VE15%20EKR
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-29 06:31:13 [bca.uk] INFO: Scrape type for VE15%20EKR: 2
2026-03-29 06:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR
2026-03-29 06:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90db445a-d5e8-5a1e-bb2e-524c03ad9425, identifier: VE15%20EKR
2026-03-29 06:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU
2026-03-29 06:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU
2026-03-29 06:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU to the API
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW18%20VAU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92eec7da-7c6a-5e8f-ae4c-1925b92b7fca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW18 VAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW18%20VAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 38812,
 'odometer_reading_unit': '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 SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 SPORT',
 'vin': 'W0VZRHNY2JS300953',
 'year': 2018}
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-29 06:31:13 [bca.uk] INFO: Saving data for SW18%20VAU: {'auction_closing_time': 1775124000.0, 'created_time': 1774477159.955459, 'last_price_update_time': 1774765873.562955}
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW18%2520VAU') HTTP/1.1" 204 0
2026-03-29 06:31:13 [bca.uk] INFO: Found listing with ID: RO62%20YXR
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 06:31:13 [bca.uk] INFO: Scrape type for RO62%20YXR: 2
2026-03-29 06:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR
2026-03-29 06:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a154e206-3f56-5bba-9c77-38a094b26ac7 with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a154e206-3f56-5bba-9c77-38a094b26ac7 with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a154e206-3f56-5bba-9c77-38a094b26ac7, identifier: RO62%20YXR
2026-03-29 06:31:13 [bca.uk] INFO: Found listing with ID: RO72%20HSZ
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520HSZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:13 [bca.uk] INFO: Scrape type for RO72%20HSZ: 2
2026-03-29 06:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4 with identifier: RO72%20HSZ
2026-03-29 06:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4 with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4 with scrape type 2
2026-03-29 06:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4, identifier: RO72%20HSZ
2026-03-29 06:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF
2026-03-29 06:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF
2026-03-29 06:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF to the API
2026-03-29 06:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX63%20KFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eebb6b1b-1c4b-585f-8cb4-a25a51bb35de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX63 KFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX63%20KFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 96783,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I TR M/DRIVE-S Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I TR M/DRIVE-S',
 'vin': 'VNKKJ3D300A170209',
 'year': 2013}
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520KFF%27 HTTP/1.1" 200 None
2026-03-29 06:31:14 [bca.uk] INFO: Saving data for FX63%20KFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774046059.429968, 'last_price_update_time': 1774765874.081316}
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX63%2520KFF') HTTP/1.1" 204 0
2026-03-29 06:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR
2026-03-29 06:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR
2026-03-29 06:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR to the API
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE15%20EKR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90db445a-d5e8-5a1e-bb2e-524c03ad9425',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE15 EKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE15%20EKR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 21059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5200,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 V-MATIC ICON Hatchback',
 'transmission': 'manual',
 'trim': 'V-MATIC ICON',
 'vin': 'SB1ME3JE30E082554',
 'year': 2015}
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-29 06:31:14 [bca.uk] INFO: Saving data for VE15%20EKR: {'auction_closing_time': 1774854000.0, 'created_time': 1773823459.397538, 'last_price_update_time': 1774765874.391023}
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE15%2520EKR') HTTP/1.1" 204 0
2026-03-29 06:31:14 [bca.uk] INFO: Found listing with ID: NJ18%20FYE
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 06:31:14 [bca.uk] INFO: Scrape type for NJ18%20FYE: 2
2026-03-29 06:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE
2026-03-29 06:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with scrape type 2
2026-03-29 06:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with scrape type 2
2026-03-29 06:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0, identifier: NJ18%20FYE
2026-03-29 06:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR
2026-03-29 06:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR
2026-03-29 06:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR to the API
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO62%20YXR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a154e206-3f56-5bba-9c77-38a094b26ac7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO62 YXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO62%20YXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 152684,
 '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 GALAXY 2.0 TDCI 140 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 140 TITANIUM X',
 'vin': 'WF0MXXGBWMCE49403',
 'year': 2012}
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-29 06:31:14 [bca.uk] INFO: Saving data for RO62%20YXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774477206.328687, 'last_price_update_time': 1774765874.785601}
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO62%2520YXR') HTTP/1.1" 204 0
2026-03-29 06:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4 with identifier: RO72%20HSZ
2026-03-29 06:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4 with identifier: RO72%20HSZ
2026-03-29 06:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4 with identifier: RO72%20HSZ to the API
2026-03-29 06:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20HSZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ac5e62a-4ce7-50d0-b156-e93ff0a67ff4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO72 HSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20HSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 161509,
 'odometer_reading_unit': '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 CRAFTER 35 FWD 2.0 TDI 140 LWB T/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB T/L H/R',
 'vin': 'WV1ZZZSY4P9015553',
 'year': 2022}
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520HSZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Saving data for RO72%20HSZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774478089.615702, 'last_price_update_time': 1774765875.084169}
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520HSZ') HTTP/1.1" 204 0
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: WP71%20XJE
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJE%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for WP71%20XJE: 2
2026-03-29 06:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE
2026-03-29 06:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f27c20-f587-5e7f-82e1-2de30935aae1 with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99f27c20-f587-5e7f-82e1-2de30935aae1 with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99f27c20-f587-5e7f-82e1-2de30935aae1, identifier: WP71%20XJE
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: AD19%20BYV
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520BYV%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for AD19%20BYV: 2
2026-03-29 06:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV
2026-03-29 06:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa71f155-4da1-5ab9-90d0-40baedfeb5ba with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa71f155-4da1-5ab9-90d0-40baedfeb5ba with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa71f155-4da1-5ab9-90d0-40baedfeb5ba, identifier: AD19%20BYV
2026-03-29 06:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE
2026-03-29 06:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE
2026-03-29 06:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE to the API
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20FYE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 FYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20FYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 81236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1173422N653284',
 'year': 2018}
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Saving data for NJ18%20FYE: {'auction_closing_time': 1775124000.0, 'created_time': 1774477163.803626, 'last_price_update_time': 1774765875.583708}
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520FYE') HTTP/1.1" 204 0
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: CJ25%20GZF
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520GZF%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for CJ25%20GZF: 0
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: WN75%20CVV
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CVV%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for WN75%20CVV: 0
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: WN24%20KZZ
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520KZZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for WN24%20KZZ: 0
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: NU60%20DNX
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for NU60%20DNX: 2
2026-03-29 06:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX
2026-03-29 06:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e562a786-4e83-5a92-b139-ec44c6b002b2 with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e562a786-4e83-5a92-b139-ec44c6b002b2 with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e562a786-4e83-5a92-b139-ec44c6b002b2, identifier: NU60%20DNX
2026-03-29 06:31:15 [bca.uk] INFO: Found listing with ID: RK69%20UJT
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 06:31:15 [bca.uk] INFO: Scrape type for RK69%20UJT: 2
2026-03-29 06:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13c1d02e-2e69-5c44-b5fd-81e4654f296c with identifier: RK69%20UJT
2026-03-29 06:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13c1d02e-2e69-5c44-b5fd-81e4654f296c with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13c1d02e-2e69-5c44-b5fd-81e4654f296c with scrape type 2
2026-03-29 06:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13c1d02e-2e69-5c44-b5fd-81e4654f296c, identifier: RK69%20UJT
2026-03-29 06:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE
2026-03-29 06:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE
2026-03-29 06:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE to the API
2026-03-29 06:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '99f27c20-f587-5e7f-82e1-2de30935aae1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 22750,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000168514870',
 'year': 2021}
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJE%27 HTTP/1.1" 200 None
2026-03-29 06:31:16 [bca.uk] INFO: Saving data for WP71%20XJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774304940.310397, 'last_price_update_time': 1774765876.166395}
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJE') HTTP/1.1" 204 0
2026-03-29 06:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV
2026-03-29 06:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV
2026-03-29 06:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV to the API
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD19%20BYV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa71f155-4da1-5ab9-90d0-40baedfeb5ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AD19 BYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD19%20BYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 79050,
 'odometer_reading_unit': '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': 'SALCA2AN4KH796698',
 'year': 2019}
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520BYV%27 HTTP/1.1" 200 None
2026-03-29 06:31:16 [bca.uk] INFO: Saving data for AD19%20BYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774479073.101165, 'last_price_update_time': 1774765876.545718}
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520BYV') HTTP/1.1" 204 0
2026-03-29 06:31:16 [bca.uk] INFO: Found listing with ID: YC16%20WHU
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-29 06:31:16 [bca.uk] INFO: Scrape type for YC16%20WHU: 2
2026-03-29 06:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU
2026-03-29 06:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8615e756-983e-567a-84f9-55f15715f147 with scrape type 2
2026-03-29 06:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8615e756-983e-567a-84f9-55f15715f147 with scrape type 2
2026-03-29 06:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8615e756-983e-567a-84f9-55f15715f147, identifier: YC16%20WHU
2026-03-29 06:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX
2026-03-29 06:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX
2026-03-29 06:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX to the API
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU60%20DNX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e562a786-4e83-5a92-b139-ec44c6b002b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU60 DNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU60%20DNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 159759,
 '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 ZAFIRA 1.6 VVT 115 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCLUSIV',
 'vin': 'W0L0AHM75B2006334',
 'year': 2010}
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-29 06:31:16 [bca.uk] INFO: Saving data for NU60%20DNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477127.701808, 'last_price_update_time': 1774765876.939677}
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU60%2520DNX') HTTP/1.1" 204 0
2026-03-29 06:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13c1d02e-2e69-5c44-b5fd-81e4654f296c with identifier: RK69%20UJT
2026-03-29 06:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13c1d02e-2e69-5c44-b5fd-81e4654f296c with identifier: RK69%20UJT
2026-03-29 06:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13c1d02e-2e69-5c44-b5fd-81e4654f296c with identifier: RK69%20UJT to the API
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK69%20UJT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13c1d02e-2e69-5c44-b5fd-81e4654f296c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK69 UJT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK69%20UJT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 46807,
 'odometer_reading_unit': '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 AMAROK A33 3.0 V6 TDI 258 BMT AVENTURA 4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 258 BMT AVENTURA 4M',
 'vin': 'WV1ZZZ2HZLH009077',
 'year': 2019}
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520UJT%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Saving data for RK69%20UJT: {'auction_closing_time': 1774778400.0, 'created_time': 1774478090.348405, 'last_price_update_time': 1774765877.227531}
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK69%2520UJT') HTTP/1.1" 204 0
2026-03-29 06:31:17 [bca.uk] INFO: Found listing with ID: GV66%20KCE
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Scrape type for GV66%20KCE: 0
2026-03-29 06:31:17 [bca.uk] INFO: Found listing with ID: CN16%20WVR
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520WVR%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Scrape type for CN16%20WVR: 2
2026-03-29 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR
2026-03-29 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1b1a18-7781-5718-8b74-31c4716a562b with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1b1a18-7781-5718-8b74-31c4716a562b with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1b1a18-7781-5718-8b74-31c4716a562b, identifier: CN16%20WVR
2026-03-29 06:31:17 [bca.uk] INFO: Found listing with ID: WM65%20NGY
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520NGY%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Scrape type for WM65%20NGY: 2
2026-03-29 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY
2026-03-29 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c307c381-8712-5885-9ef4-0fb20d125fb0 with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c307c381-8712-5885-9ef4-0fb20d125fb0 with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c307c381-8712-5885-9ef4-0fb20d125fb0, identifier: WM65%20NGY
2026-03-29 06:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU
2026-03-29 06:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU
2026-03-29 06:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU to the API
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC16%20WHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8615e756-983e-567a-84f9-55f15715f147',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC16 WHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC16%20WHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 98288,
 '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': 'manual',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2CNXGH139367',
 'year': 2016}
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Saving data for YC16%20WHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774477146.968438, 'last_price_update_time': 1774765877.754568}
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC16%2520WHU') HTTP/1.1" 204 0
2026-03-29 06:31:17 [bca.uk] INFO: Found listing with ID: HY60%20OHT
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Scrape type for HY60%20OHT: 2
2026-03-29 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT
2026-03-29 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94746625-fffb-5c78-b7d6-0e49201305cd with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94746625-fffb-5c78-b7d6-0e49201305cd with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94746625-fffb-5c78-b7d6-0e49201305cd, identifier: HY60%20OHT
2026-03-29 06:31:17 [bca.uk] INFO: Found listing with ID: HV74%20BWD
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 06:31:17 [bca.uk] INFO: Scrape type for HV74%20BWD: 2
2026-03-29 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD
2026-03-29 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69ce2029-ee37-539e-84c7-ee44d7febe1a with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69ce2029-ee37-539e-84c7-ee44d7febe1a with scrape type 2
2026-03-29 06:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69ce2029-ee37-539e-84c7-ee44d7febe1a, identifier: HV74%20BWD
2026-03-29 06:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR
2026-03-29 06:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR
2026-03-29 06:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR to the API
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN16%20WVR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a1b1a18-7781-5718-8b74-31c4716a562b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN16 WVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN16%20WVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 75164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLACK EDITION',
 'vin': 'WF0UXXLTRUFT67066',
 'year': 2016}
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520WVR%27 HTTP/1.1" 200 None
2026-03-29 06:31:18 [bca.uk] INFO: Saving data for CN16%20WVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774015857.356516, 'last_price_update_time': 1774765878.293126}
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN16%2520WVR') HTTP/1.1" 204 0
2026-03-29 06:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY
2026-03-29 06:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY
2026-03-29 06:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY to the API
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM65%20NGY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c307c381-8712-5885-9ef4-0fb20d125fb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM65 NGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM65%20NGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 85707,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM',
 'vin': 'WF0AXXWPMAFP07338',
 'year': 2015}
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520NGY%27 HTTP/1.1" 200 None
2026-03-29 06:31:18 [bca.uk] INFO: Saving data for WM65%20NGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479193.108088, 'last_price_update_time': 1774765878.578737}
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM65%2520NGY') HTTP/1.1" 204 0
2026-03-29 06:31:18 [bca.uk] INFO: Found listing with ID: WX69%20UXG
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 06:31:18 [bca.uk] INFO: Scrape type for WX69%20UXG: 2
2026-03-29 06:31:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG
2026-03-29 06:31:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a81d5350-224d-5ab6-abf5-84e49bdd3fbf with scrape type 2
2026-03-29 06:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a81d5350-224d-5ab6-abf5-84e49bdd3fbf with scrape type 2
2026-03-29 06:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a81d5350-224d-5ab6-abf5-84e49bdd3fbf, identifier: WX69%20UXG
2026-03-29 06:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT
2026-03-29 06:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT
2026-03-29 06:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT to the API
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY60%20OHT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94746625-fffb-5c78-b7d6-0e49201305cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY60 OHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY60%20OHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320D',
 'odometer': 138665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 184 ES Saloon',
 'transmission': 'manual',
 'trim': '184 ES',
 'vin': 'WBAPP12030A916272',
 'year': 2010}
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-29 06:31:18 [bca.uk] INFO: Saving data for HY60%20OHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477172.51997, 'last_price_update_time': 1774765878.956035}
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY60%2520OHT') HTTP/1.1" 204 0
2026-03-29 06:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD
2026-03-29 06:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD
2026-03-29 06:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD to the API
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV74%20BWD-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69ce2029-ee37-539e-84c7-ee44d7febe1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV74 BWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV74%20BWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KNAUS',
 'model': 'TOURER VAN',
 'odometer': 1436,
 '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': 'KNAUS TOURER VAN 2.0 500 LT VANSATION MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': '500 LT VANSATION MOTORHOME',
 'vin': 'WV3ZZZ7J9PX038731',
 'year': 2024}
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-29 06:31:19 [bca.uk] INFO: Saving data for HV74%20BWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774478087.300642, 'last_price_update_time': 1774765879.244499}
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520BWD') HTTP/1.1" 204 0
2026-03-29 06:31:19 [bca.uk] INFO: Found listing with ID: WV12%20VMF
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520VMF%27 HTTP/1.1" 200 None
2026-03-29 06:31:19 [bca.uk] INFO: Scrape type for WV12%20VMF: 2
2026-03-29 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF
2026-03-29 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c682069-fc6a-51c7-a29b-35c9d14ffd02, identifier: WV12%20VMF
2026-03-29 06:31:19 [bca.uk] INFO: Found listing with ID: YH61%20CKP
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520CKP%27 HTTP/1.1" 200 None
2026-03-29 06:31:19 [bca.uk] INFO: Scrape type for YH61%20CKP: 2
2026-03-29 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP
2026-03-29 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e730fcc7-2a16-5eec-a464-aad3cbbc02f8, identifier: YH61%20CKP
2026-03-29 06:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG
2026-03-29 06:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG
2026-03-29 06:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG to the API
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX69%20UXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a81d5350-224d-5ab6-abf5-84e49bdd3fbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX69 UXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX69%20UXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 31682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J664832',
 'year': 2019}
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-29 06:31:19 [bca.uk] INFO: Saving data for WX69%20UXG: {'auction_closing_time': 1775124000.0, 'created_time': 1774477151.988724, 'last_price_update_time': 1774765879.744256}
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX69%2520UXG') HTTP/1.1" 204 0
2026-03-29 06:31:19 [bca.uk] INFO: Found listing with ID: BT21%20EOV
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 06:31:19 [bca.uk] INFO: Scrape type for BT21%20EOV: 2
2026-03-29 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c997ee9-c9cd-5cbf-8263-7c32594fcaac with identifier: BT21%20EOV
2026-03-29 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c997ee9-c9cd-5cbf-8263-7c32594fcaac with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c997ee9-c9cd-5cbf-8263-7c32594fcaac with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c997ee9-c9cd-5cbf-8263-7c32594fcaac, identifier: BT21%20EOV
2026-03-29 06:31:19 [bca.uk] INFO: Found listing with ID: LC71%20HKG
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HKG%27 HTTP/1.1" 200 None
2026-03-29 06:31:19 [bca.uk] INFO: Scrape type for LC71%20HKG: 2
2026-03-29 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 098d3795-81ec-5d24-b893-1bce42edd626 with identifier: LC71%20HKG
2026-03-29 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098d3795-81ec-5d24-b893-1bce42edd626 with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 098d3795-81ec-5d24-b893-1bce42edd626 with scrape type 2
2026-03-29 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 098d3795-81ec-5d24-b893-1bce42edd626, identifier: LC71%20HKG
2026-03-29 06:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF
2026-03-29 06:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF
2026-03-29 06:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF to the API
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV12%20VMF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0c682069-fc6a-51c7-a29b-35c9d14ffd02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV12 VMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV12%20VMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 133704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA TOURER 2.0 CDTI 160 SRI Estate',
 'transmission': 'manual',
 'trim': 'CDTI 160 SRI',
 'vin': 'W0LGS8EM3C1090308',
 'year': 2012}
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520VMF%27 HTTP/1.1" 200 None
2026-03-29 06:31:20 [bca.uk] INFO: Saving data for WV12%20VMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774015825.822851, 'last_price_update_time': 1774765880.253199}
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV12%2520VMF') HTTP/1.1" 204 0
2026-03-29 06:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=reef+blue HTTP/1.1" 200 None
2026-03-29 06:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 06:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP
2026-03-29 06:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP to the API
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH61%20CKP-GB',
 'category': 'Car',
 'color': 'reef blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e730fcc7-2a16-5eec-a464-aad3cbbc02f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH61 CKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH61%20CKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER CLUBMAN',
 'odometer': 45135,
 '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 HAMPTON Estate',
 'transmission': 'automatic',
 'trim': 'D HAMPTON',
 'vin': 'WMWXE520X0T146184',
 'year': 2011}
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520CKP%27 HTTP/1.1" 200 None
2026-03-29 06:31:20 [bca.uk] INFO: Saving data for YH61%20CKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774045151.709203, 'last_price_update_time': 1774765880.724776}
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH61%2520CKP') HTTP/1.1" 204 0
2026-03-29 06:31:20 [bca.uk] INFO: Found listing with ID: CA68%20NBN
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-29 06:31:20 [bca.uk] INFO: Scrape type for CA68%20NBN: 2
2026-03-29 06:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN
2026-03-29 06:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 633dcc8c-1839-5714-ab79-df07e047e7cc with scrape type 2
2026-03-29 06:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 633dcc8c-1839-5714-ab79-df07e047e7cc with scrape type 2
2026-03-29 06:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 633dcc8c-1839-5714-ab79-df07e047e7cc, identifier: CA68%20NBN
2026-03-29 06:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c997ee9-c9cd-5cbf-8263-7c32594fcaac with identifier: BT21%20EOV
2026-03-29 06:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c997ee9-c9cd-5cbf-8263-7c32594fcaac with identifier: BT21%20EOV
2026-03-29 06:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c997ee9-c9cd-5cbf-8263-7c32594fcaac with identifier: BT21%20EOV to the API
2026-03-29 06:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT21%20EOV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c997ee9-c9cd-5cbf-8263-7c32594fcaac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT21 EOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT21%20EOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 87683,
 '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 MHEV 130 340 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'MHEV 130 340 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMU02145',
 'year': 2021}
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520EOV%27 HTTP/1.1" 200 None
2026-03-29 06:31:21 [bca.uk] INFO: Saving data for BT21%20EOV: {'auction_closing_time': 1774778400.0, 'created_time': 1774477190.435178, 'last_price_update_time': 1774765881.114868}
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT21%2520EOV') HTTP/1.1" 204 0
2026-03-29 06:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 098d3795-81ec-5d24-b893-1bce42edd626 with identifier: LC71%20HKG
2026-03-29 06:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 098d3795-81ec-5d24-b893-1bce42edd626 with identifier: LC71%20HKG
2026-03-29 06:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 098d3795-81ec-5d24-b893-1bce42edd626 with identifier: LC71%20HKG to the API
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20HKG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '098d3795-81ec-5d24-b893-1bce42edd626',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC71 HKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20HKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 78867,
 '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 TRAFIC 28 2.0 DCI 120 SL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 SL BUSINESS+',
 'vin': 'VF1FL000368036193',
 'year': 2021}
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HKG%27 HTTP/1.1" 200 None
2026-03-29 06:31:21 [bca.uk] INFO: Saving data for LC71%20HKG: {'auction_closing_time': 1774778400.0, 'created_time': 1774478079.037388, 'last_price_update_time': 1774765881.423523}
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520HKG') HTTP/1.1" 204 0
2026-03-29 06:31:21 [bca.uk] INFO: Found listing with ID: WP71%20XJD
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:31:21 [bca.uk] INFO: Scrape type for WP71%20XJD: 2
2026-03-29 06:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD
2026-03-29 06:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with scrape type 2
2026-03-29 06:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with scrape type 2
2026-03-29 06:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aadc749-4c00-5332-8546-9f3a1b2b2d90, identifier: WP71%20XJD
2026-03-29 06:31:21 [bca.uk] INFO: Found listing with ID: EX70%20PYS
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX70%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 06:31:21 [bca.uk] INFO: Scrape type for EX70%20PYS: 2
2026-03-29 06:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS
2026-03-29 06:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c075daf-67f2-5e83-9626-1b7623cd6a20 with scrape type 2
2026-03-29 06:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c075daf-67f2-5e83-9626-1b7623cd6a20 with scrape type 2
2026-03-29 06:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c075daf-67f2-5e83-9626-1b7623cd6a20, identifier: EX70%20PYS
2026-03-29 06:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN
2026-03-29 06:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN
2026-03-29 06:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN to the API
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA68%20NBN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '633dcc8c-1839-5714-ab79-df07e047e7cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA68 NBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA68%20NBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 91189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 PORTFOLIO',
 'vin': 'SAJAB4AN8KCP50801',
 'year': 2018}
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-29 06:31:21 [bca.uk] INFO: Saving data for CA68%20NBN: {'auction_closing_time': 1775124000.0, 'created_time': 1774477135.262096, 'last_price_update_time': 1774765881.94316}
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA68%2520NBN') HTTP/1.1" 204 0
2026-03-29 06:31:21 [bca.uk] INFO: Found listing with ID: DP65%20CAV
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520CAV%27 HTTP/1.1" 200 None
2026-03-29 06:31:21 [bca.uk] INFO: Scrape type for DP65%20CAV: 2
2026-03-29 06:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de59115a-8d28-51b6-bf37-de6bf103bbf7 with identifier: DP65%20CAV
2026-03-29 06:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de59115a-8d28-51b6-bf37-de6bf103bbf7 with scrape type 2
2026-03-29 06:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de59115a-8d28-51b6-bf37-de6bf103bbf7 with scrape type 2
2026-03-29 06:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de59115a-8d28-51b6-bf37-de6bf103bbf7, identifier: DP65%20CAV
2026-03-29 06:31:22 [bca.uk] INFO: Found listing with ID: OV69%20LYY
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 06:31:22 [bca.uk] INFO: Scrape type for OV69%20LYY: 2
2026-03-29 06:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13c3fd04-4238-5a00-88d4-f533d538b715 with identifier: OV69%20LYY
2026-03-29 06:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13c3fd04-4238-5a00-88d4-f533d538b715 with scrape type 2
2026-03-29 06:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13c3fd04-4238-5a00-88d4-f533d538b715 with scrape type 2
2026-03-29 06:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13c3fd04-4238-5a00-88d4-f533d538b715, identifier: OV69%20LYY
2026-03-29 06:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD
2026-03-29 06:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD
2026-03-29 06:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD to the API
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5aadc749-4c00-5332-8546-9f3a1b2b2d90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 22256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000568488242',
 'year': 2021}
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:31:22 [bca.uk] INFO: Saving data for WP71%20XJD: {'auction_closing_time': 1774951200.0, 'created_time': 1774305006.158435, 'last_price_update_time': 1774765882.453601}
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJD') HTTP/1.1" 204 0
2026-03-29 06:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS
2026-03-29 06:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS
2026-03-29 06:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS to the API
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX70%20PYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c075daf-67f2-5e83-9626-1b7623cd6a20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX70 PYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX70%20PYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 75555,
 '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 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 SRI',
 'vin': 'VXKUPHNKKL4334769',
 'year': 2020}
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX70%2520PYS%27 HTTP/1.1" 200 None
2026-03-29 06:31:22 [bca.uk] INFO: Saving data for EX70%20PYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774303862.433736, 'last_price_update_time': 1774765882.747014}
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX70%2520PYS') HTTP/1.1" 204 0
2026-03-29 06:31:22 [bca.uk] INFO: Found listing with ID: GU68%20EZO
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 06:31:22 [bca.uk] INFO: Scrape type for GU68%20EZO: 2
2026-03-29 06:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO
2026-03-29 06:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf39017b-133c-596c-b1e2-dc851c75813b with scrape type 2
2026-03-29 06:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf39017b-133c-596c-b1e2-dc851c75813b with scrape type 2
2026-03-29 06:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf39017b-133c-596c-b1e2-dc851c75813b, identifier: GU68%20EZO
2026-03-29 06:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de59115a-8d28-51b6-bf37-de6bf103bbf7 with identifier: DP65%20CAV
2026-03-29 06:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de59115a-8d28-51b6-bf37-de6bf103bbf7 with identifier: DP65%20CAV
2026-03-29 06:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de59115a-8d28-51b6-bf37-de6bf103bbf7 with identifier: DP65%20CAV to the API
2026-03-29 06:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP65%20CAV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de59115a-8d28-51b6-bf37-de6bf103bbf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP65 CAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP65%20CAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 101619,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJJKL10GH004807',
 'year': 2015}
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520CAV%27 HTTP/1.1" 200 None
2026-03-29 06:31:23 [bca.uk] INFO: Saving data for DP65%20CAV: {'auction_closing_time': 1774778400.0, 'created_time': 1774477191.999988, 'last_price_update_time': 1774765883.175687}
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP65%2520CAV') HTTP/1.1" 204 0
2026-03-29 06:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13c3fd04-4238-5a00-88d4-f533d538b715 with identifier: OV69%20LYY
2026-03-29 06:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13c3fd04-4238-5a00-88d4-f533d538b715 with identifier: OV69%20LYY
2026-03-29 06:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13c3fd04-4238-5a00-88d4-f533d538b715 with identifier: OV69%20LYY to the API
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20LYY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13c3fd04-4238-5a00-88d4-f533d538b715',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV69 LYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20LYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 314',
 'odometer': 14483,
 'odometer_reading_unit': '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 RWD L3 Luton',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3',
 'vin': 'WDB9071352N044199',
 'year': 2019}
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520LYY%27 HTTP/1.1" 200 None
2026-03-29 06:31:23 [bca.uk] INFO: Saving data for OV69%20LYY: {'auction_closing_time': 1774778400.0, 'created_time': 1774478079.403785, 'last_price_update_time': 1774765883.458212}
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520LYY') HTTP/1.1" 204 0
2026-03-29 06:31:23 [bca.uk] INFO: Found listing with ID: BK23%20GNY
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-29 06:31:23 [bca.uk] INFO: Scrape type for BK23%20GNY: 2
2026-03-29 06:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY
2026-03-29 06:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2921288c-3cde-5553-aea4-fa07eda1a42f with scrape type 2
2026-03-29 06:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2921288c-3cde-5553-aea4-fa07eda1a42f with scrape type 2
2026-03-29 06:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2921288c-3cde-5553-aea4-fa07eda1a42f, identifier: BK23%20GNY
2026-03-29 06:31:23 [bca.uk] INFO: Found listing with ID: FV21%20KFD
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:31:23 [bca.uk] INFO: Scrape type for FV21%20KFD: 2
2026-03-29 06:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD
2026-03-29 06:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with scrape type 2
2026-03-29 06:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with scrape type 2
2026-03-29 06:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108, identifier: FV21%20KFD
2026-03-29 06:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO
2026-03-29 06:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO
2026-03-29 06:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO to the API
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU68%20EZO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf39017b-133c-596c-b1e2-dc851c75813b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU68 EZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU68%20EZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 60494,
 'odometer_reading_unit': '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 AMG LINE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDC1569432J569565',
 'year': 2018}
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 06:31:23 [bca.uk] INFO: Saving data for GU68%20EZO: {'auction_closing_time': 1775124000.0, 'created_time': 1774477138.296971, 'last_price_update_time': 1774765883.97224}
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU68%2520EZO') HTTP/1.1" 204 0
2026-03-29 06:31:23 [bca.uk] INFO: Found listing with ID: FE23%20YCO
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520YCO%27 HTTP/1.1" 200 None
2026-03-29 06:31:24 [bca.uk] INFO: Scrape type for FE23%20YCO: 0
2026-03-29 06:31:24 [bca.uk] INFO: Found listing with ID: GK08%20XXH
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK08%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 06:31:24 [bca.uk] INFO: Scrape type for GK08%20XXH: 2
2026-03-29 06:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0 with identifier: GK08%20XXH
2026-03-29 06:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0 with scrape type 2
2026-03-29 06:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0 with scrape type 2
2026-03-29 06:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0, identifier: GK08%20XXH
2026-03-29 06:31:24 [bca.uk] INFO: Found listing with ID: YP15%20UEA
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520UEA%27 HTTP/1.1" 200 None
2026-03-29 06:31:24 [bca.uk] INFO: Scrape type for YP15%20UEA: 2
2026-03-29 06:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ad0772d-ed36-55d2-9f84-d6ee51c3d847 with identifier: YP15%20UEA
2026-03-29 06:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ad0772d-ed36-55d2-9f84-d6ee51c3d847 with scrape type 2
2026-03-29 06:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ad0772d-ed36-55d2-9f84-d6ee51c3d847 with scrape type 2
2026-03-29 06:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ad0772d-ed36-55d2-9f84-d6ee51c3d847, identifier: YP15%20UEA
2026-03-29 06:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY
2026-03-29 06:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY
2026-03-29 06:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY to the API
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20GNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2921288c-3cde-5553-aea4-fa07eda1a42f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 GNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20GNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 18026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK4PC728093',
 'year': 2023}
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-29 06:31:24 [bca.uk] INFO: Saving data for BK23%20GNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774478101.131377, 'last_price_update_time': 1774765884.503769}
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520GNY') HTTP/1.1" 204 0
2026-03-29 06:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD
2026-03-29 06:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD
2026-03-29 06:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD to the API
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV21%20KFD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '756e9f9d-7648-5a5f-9e5b-7b6a3f587108',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV21 KFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV21%20KFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 49837,
 '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 A35 AMG 2.0 4MATIC PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC PREMIUM PLUS DCT',
 'vin': 'W1K1770512N237855',
 'year': 2021}
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:31:24 [bca.uk] INFO: Saving data for FV21%20KFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774045273.716611, 'last_price_update_time': 1774765884.890601}
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520KFD') HTTP/1.1" 204 0
2026-03-29 06:31:24 [bca.uk] INFO: Found listing with ID: MC17%20KHM
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-29 06:31:24 [bca.uk] INFO: Scrape type for MC17%20KHM: 2
2026-03-29 06:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM
2026-03-29 06:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with scrape type 2
2026-03-29 06:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with scrape type 2
2026-03-29 06:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576, identifier: MC17%20KHM
2026-03-29 06:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0 with identifier: GK08%20XXH
2026-03-29 06:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0 with identifier: GK08%20XXH
2026-03-29 06:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0 with identifier: GK08%20XXH to the API
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK08%20XXH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '23d72abe-8a2c-5b87-b88a-dd4ed8d28cc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK08 XXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK08%20XXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 153380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.5 DCI 169 4WD AVENTURA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 169 4WD AVENTURA',
 'vin': 'VSKCVND40U0279612',
 'year': 2008}
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK08%2520XXH%27 HTTP/1.1" 200 None
2026-03-29 06:31:25 [bca.uk] INFO: Saving data for GK08%20XXH: {'auction_closing_time': 1774778400.0, 'created_time': 1774477160.85387, 'last_price_update_time': 1774765885.301689}
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK08%2520XXH') HTTP/1.1" 204 0
2026-03-29 06:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ad0772d-ed36-55d2-9f84-d6ee51c3d847 with identifier: YP15%20UEA
2026-03-29 06:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ad0772d-ed36-55d2-9f84-d6ee51c3d847 with identifier: YP15%20UEA
2026-03-29 06:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ad0772d-ed36-55d2-9f84-d6ee51c3d847 with identifier: YP15%20UEA to the API
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP15%20UEA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ad0772d-ed36-55d2-9f84-d6ee51c3d847',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP15 UEA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP15%20UEA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 72358,
 '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 VIVARO 2.9T 1.6 CDTI 120 E/F SWB SPORTIVE CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 120 E/F SWB SPORTIVE',
 'vin': 'W0L2F711CFV634784',
 'year': 2015}
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31: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%2520UEA%27 HTTP/1.1" 200 None
2026-03-29 06:31:25 [bca.uk] INFO: Saving data for YP15%20UEA: {'auction_closing_time': 1774778400.0, 'created_time': 1774478082.626266, 'last_price_update_time': 1774765885.593761}
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP15%2520UEA') HTTP/1.1" 204 0
2026-03-29 06:31:25 [bca.uk] INFO: Found listing with ID: WN71%20VUV
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 06:31:25 [bca.uk] INFO: Scrape type for WN71%20VUV: 2
2026-03-29 06:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV
2026-03-29 06:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cca001-8a5a-538f-99c6-5f4e8facbfcb with scrape type 2
2026-03-29 06:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cca001-8a5a-538f-99c6-5f4e8facbfcb with scrape type 2
2026-03-29 06:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52cca001-8a5a-538f-99c6-5f4e8facbfcb, identifier: WN71%20VUV
2026-03-29 06:31:25 [bca.uk] INFO: Found listing with ID: GL66%20DZX
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL66%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 06:31:25 [bca.uk] INFO: Scrape type for GL66%20DZX: 2
2026-03-29 06:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX
2026-03-29 06:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with scrape type 2
2026-03-29 06:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with scrape type 2
2026-03-29 06:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243, identifier: GL66%20DZX
2026-03-29 06:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM
2026-03-29 06:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM
2026-03-29 06:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM to the API
2026-03-29 06:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC17%20KHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74d8b9a3-baad-5770-9ee7-c74dd8fdb576',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC17 KHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC17%20KHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 85505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'WDD2130042A312071',
 'year': 2017}
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-29 06:31:26 [bca.uk] INFO: Saving data for MC17%20KHM: {'auction_closing_time': 1775124000.0, 'created_time': 1774477117.659415, 'last_price_update_time': 1774765886.108225}
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC17%2520KHM') HTTP/1.1" 204 0
2026-03-29 06:31:26 [bca.uk] INFO: Found listing with ID: VU23%20MZL
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MZL%27 HTTP/1.1" 200 None
2026-03-29 06:31:26 [bca.uk] INFO: Scrape type for VU23%20MZL: 2
2026-03-29 06:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdf57a30-df7f-5c78-83af-2878042ce82f with identifier: VU23%20MZL
2026-03-29 06:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf57a30-df7f-5c78-83af-2878042ce82f with scrape type 2
2026-03-29 06:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdf57a30-df7f-5c78-83af-2878042ce82f with scrape type 2
2026-03-29 06:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdf57a30-df7f-5c78-83af-2878042ce82f, identifier: VU23%20MZL
2026-03-29 06:31:26 [bca.uk] INFO: Found listing with ID: DV16%20WYW
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-29 06:31:26 [bca.uk] INFO: Scrape type for DV16%20WYW: 2
2026-03-29 06:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW
2026-03-29 06:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with scrape type 2
2026-03-29 06:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with scrape type 2
2026-03-29 06:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e, identifier: DV16%20WYW
2026-03-29 06:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV
2026-03-29 06:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV
2026-03-29 06:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV to the API
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN71%20VUV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '52cca001-8a5a-538f-99c6-5f4e8facbfcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN71 VUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN71%20VUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 21088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000367841096',
 'year': 2021}
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-29 06:31:26 [bca.uk] INFO: Saving data for WN71%20VUV: {'auction_closing_time': 1774951200.0, 'created_time': 1774304872.451532, 'last_price_update_time': 1774765886.596335}
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520VUV') HTTP/1.1" 204 0
2026-03-29 06:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX
2026-03-29 06:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX
2026-03-29 06:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX to the API
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL66%20DZX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1fcc1e6d-d7c4-5e12-b8ee-e40777080243',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL66 DZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL66%20DZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 88309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KE5GA115251',
 'year': 2016}
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL66%2520DZX%27 HTTP/1.1" 200 None
2026-03-29 06:31:26 [bca.uk] INFO: Saving data for GL66%20DZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774478929.957972, 'last_price_update_time': 1774765886.897794}
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL66%2520DZX') HTTP/1.1" 204 0
2026-03-29 06:31:26 [bca.uk] INFO: Found listing with ID: NA69%20AOL
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 06:31:26 [bca.uk] INFO: Scrape type for NA69%20AOL: 2
2026-03-29 06:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL
2026-03-29 06:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e17186-62f0-5681-b1f1-30a01d08f6da with scrape type 2
2026-03-29 06:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6e17186-62f0-5681-b1f1-30a01d08f6da with scrape type 2
2026-03-29 06:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6e17186-62f0-5681-b1f1-30a01d08f6da, identifier: NA69%20AOL
2026-03-29 06:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdf57a30-df7f-5c78-83af-2878042ce82f with identifier: VU23%20MZL
2026-03-29 06:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdf57a30-df7f-5c78-83af-2878042ce82f with identifier: VU23%20MZL
2026-03-29 06:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdf57a30-df7f-5c78-83af-2878042ce82f with identifier: VU23%20MZL to the API
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU23%20MZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cdf57a30-df7f-5c78-83af-2878042ce82f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU23 MZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU23%20MZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 40613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7HZPH044110',
 'year': 2023}
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MZL%27 HTTP/1.1" 200 None
2026-03-29 06:31:27 [bca.uk] INFO: Saving data for VU23%20MZL: {'auction_closing_time': 1774778400.0, 'created_time': 1774477161.507955, 'last_price_update_time': 1774765887.285706}
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU23%2520MZL') HTTP/1.1" 204 0
2026-03-29 06:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW
2026-03-29 06:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW
2026-03-29 06:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW to the API
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV16%20WYW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34780ac7-7fbb-50b7-b22f-92fa04e4f72e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV16 WYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV16%20WYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 108421,
 '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 RANGE ROVER 3.0 TDV6 VOGUE SE StationWagon',
 'transmission': 'manual',
 'trim': 'TDV6 VOGUE SE',
 'vin': 'SALGA2KE1GA289936',
 'year': 2016}
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-29 06:31:27 [bca.uk] INFO: Saving data for DV16%20WYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774478073.345228, 'last_price_update_time': 1774765887.571768}
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV16%2520WYW') HTTP/1.1" 204 0
2026-03-29 06:31:27 [bca.uk] INFO: Found listing with ID: WV71%20SYZ
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:27 [bca.uk] INFO: Scrape type for WV71%20SYZ: 2
2026-03-29 06:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ
2026-03-29 06:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3a91323-70d2-5822-9633-e83e313ebe7b with scrape type 2
2026-03-29 06:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3a91323-70d2-5822-9633-e83e313ebe7b with scrape type 2
2026-03-29 06:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3a91323-70d2-5822-9633-e83e313ebe7b, identifier: WV71%20SYZ
2026-03-29 06:31:27 [bca.uk] INFO: Found listing with ID: KS17%20VUM
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 06:31:27 [bca.uk] INFO: Scrape type for KS17%20VUM: 2
2026-03-29 06:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM
2026-03-29 06:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f63200-e3be-50e6-89cb-14ccfc882da1 with scrape type 2
2026-03-29 06:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62f63200-e3be-50e6-89cb-14ccfc882da1 with scrape type 2
2026-03-29 06:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62f63200-e3be-50e6-89cb-14ccfc882da1, identifier: KS17%20VUM
2026-03-29 06:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL
2026-03-29 06:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL
2026-03-29 06:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL to the API
2026-03-29 06:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20AOL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6e17186-62f0-5681-b1f1-30a01d08f6da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA69 AOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20AOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 41733,
 'odometer_reading_unit': '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': 'W0V0XEP68K4445398',
 'year': 2019}
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520AOL%27 HTTP/1.1" 200 None
2026-03-29 06:31:28 [bca.uk] INFO: Saving data for NA69%20AOL: {'auction_closing_time': 1775124000.0, 'created_time': 1774477121.439028, 'last_price_update_time': 1774765888.113319}
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520AOL') HTTP/1.1" 204 0
2026-03-29 06:31:28 [bca.uk] INFO: Found listing with ID: WO74%20DTV
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DTV%27 HTTP/1.1" 200 None
2026-03-29 06:31:28 [bca.uk] INFO: Scrape type for WO74%20DTV: 0
2026-03-29 06:31:28 [bca.uk] INFO: Found listing with ID: DS21%20JCV
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520JCV%27 HTTP/1.1" 200 None
2026-03-29 06:31:28 [bca.uk] INFO: Scrape type for DS21%20JCV: 2
2026-03-29 06:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fe3d8cc-46a3-59db-8a0d-45306537fdf7 with identifier: DS21%20JCV
2026-03-29 06:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fe3d8cc-46a3-59db-8a0d-45306537fdf7 with scrape type 2
2026-03-29 06:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fe3d8cc-46a3-59db-8a0d-45306537fdf7 with scrape type 2
2026-03-29 06:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fe3d8cc-46a3-59db-8a0d-45306537fdf7, identifier: DS21%20JCV
2026-03-29 06:31:28 [bca.uk] INFO: Found listing with ID: AO63%20RYV
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-29 06:31:28 [bca.uk] INFO: Scrape type for AO63%20RYV: 2
2026-03-29 06:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV
2026-03-29 06:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with scrape type 2
2026-03-29 06:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with scrape type 2
2026-03-29 06:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166, identifier: AO63%20RYV
2026-03-29 06:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ
2026-03-29 06:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ
2026-03-29 06:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ to the API
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20SYZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3a91323-70d2-5822-9633-e83e313ebe7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV71 SYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 27114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000767621881',
 'year': 2021}
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:28 [bca.uk] INFO: Saving data for WV71%20SYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392176.106396, 'last_price_update_time': 1774765888.634769}
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SYZ') HTTP/1.1" 204 0
2026-03-29 06:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM
2026-03-29 06:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM
2026-03-29 06:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM to the API
2026-03-29 06:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS17%20VUM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62f63200-e3be-50e6-89cb-14ccfc882da1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS17 VUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS17%20VUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 102778,
 '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 LEON 2.0 TDI 150 FR TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 FR TECHNOLOGY',
 'vin': 'VSSZZZ5FZHR060116',
 'year': 2017}
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520VUM%27 HTTP/1.1" 200 None
2026-03-29 06:31:29 [bca.uk] INFO: Saving data for KS17%20VUM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303848.560041, 'last_price_update_time': 1774765889.010303}
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS17%2520VUM') HTTP/1.1" 204 0
2026-03-29 06:31:29 [bca.uk] INFO: Found listing with ID: MD69%20TWV
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 06:31:29 [bca.uk] INFO: Scrape type for MD69%20TWV: 2
2026-03-29 06:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV
2026-03-29 06:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d2638d-78eb-5574-bfdf-09f92f7ea310 with scrape type 2
2026-03-29 06:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d2638d-78eb-5574-bfdf-09f92f7ea310 with scrape type 2
2026-03-29 06:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67d2638d-78eb-5574-bfdf-09f92f7ea310, identifier: MD69%20TWV
2026-03-29 06:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fe3d8cc-46a3-59db-8a0d-45306537fdf7 with identifier: DS21%20JCV
2026-03-29 06:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fe3d8cc-46a3-59db-8a0d-45306537fdf7 with identifier: DS21%20JCV
2026-03-29 06:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fe3d8cc-46a3-59db-8a0d-45306537fdf7 with identifier: DS21%20JCV to the API
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20JCV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fe3d8cc-46a3-59db-8a0d-45306537fdf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS21 JCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20JCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 37762,
 '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 SPORTIVE L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L1 H1',
 'vin': 'VXEVBYHRKM7812323',
 'year': 2021}
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520JCV%27 HTTP/1.1" 200 None
2026-03-29 06:31:29 [bca.uk] INFO: Saving data for DS21%20JCV: {'auction_closing_time': 1774778400.0, 'created_time': 1774477163.082066, 'last_price_update_time': 1774765889.398537}
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520JCV') HTTP/1.1" 204 0
2026-03-29 06:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV
2026-03-29 06:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV
2026-03-29 06:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV to the API
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO63%20RYV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1b80d8a-ea50-57ab-bec0-e0aa87ab1166',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO63 RYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO63%20RYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 112246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE',
 'vin': 'SALVA2AE8EH871934',
 'year': 2013}
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-29 06:31:29 [bca.uk] INFO: Saving data for AO63%20RYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774478080.939846, 'last_price_update_time': 1774765889.717295}
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO63%2520RYV') HTTP/1.1" 204 0
2026-03-29 06:31:29 [bca.uk] INFO: Found listing with ID: WP71%20XJW
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:31:29 [bca.uk] INFO: Scrape type for WP71%20XJW: 2
2026-03-29 06:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW
2026-03-29 06:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 545e5c18-fa87-5663-8904-c462763548a1 with scrape type 2
2026-03-29 06:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 545e5c18-fa87-5663-8904-c462763548a1 with scrape type 2
2026-03-29 06:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 545e5c18-fa87-5663-8904-c462763548a1, identifier: WP71%20XJW
2026-03-29 06:31:29 [bca.uk] INFO: Found listing with ID: KU67%20OWA
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:31:29 [bca.uk] INFO: Scrape type for KU67%20OWA: 2
2026-03-29 06:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA
2026-03-29 06:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38ea26b7-977d-50d0-82e4-834b7b0eda40 with scrape type 2
2026-03-29 06:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38ea26b7-977d-50d0-82e4-834b7b0eda40 with scrape type 2
2026-03-29 06:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38ea26b7-977d-50d0-82e4-834b7b0eda40, identifier: KU67%20OWA
2026-03-29 06:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV
2026-03-29 06:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV
2026-03-29 06:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV to the API
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD69%20TWV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '67d2638d-78eb-5574-bfdf-09f92f7ea310',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD69 TWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD69%20TWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 37369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0NXXGCHNKJ37446',
 'year': 2020}
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-29 06:31:30 [bca.uk] INFO: Saving data for MD69%20TWV: {'auction_closing_time': 1775124000.0, 'created_time': 1774477106.928915, 'last_price_update_time': 1774765890.244834}
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD69%2520TWV') HTTP/1.1" 204 0
2026-03-29 06:31:30 [bca.uk] INFO: Found listing with ID: NG64%20WKZ
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520WKZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:30 [bca.uk] INFO: Scrape type for NG64%20WKZ: 0
2026-03-29 06:31:30 [bca.uk] INFO: Found listing with ID: WG73%20RWY
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520RWY%27 HTTP/1.1" 200 None
2026-03-29 06:31:30 [bca.uk] INFO: Scrape type for WG73%20RWY: 2
2026-03-29 06:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4 with identifier: WG73%20RWY
2026-03-29 06:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4 with scrape type 2
2026-03-29 06:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4 with scrape type 2
2026-03-29 06:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4, identifier: WG73%20RWY
2026-03-29 06:31:30 [bca.uk] INFO: Found listing with ID: WF12%20BZC
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 06:31:30 [bca.uk] INFO: Scrape type for WF12%20BZC: 2
2026-03-29 06:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC
2026-03-29 06:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0079314d-488f-5b99-b32e-785c70b8e321 with scrape type 2
2026-03-29 06:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0079314d-488f-5b99-b32e-785c70b8e321 with scrape type 2
2026-03-29 06:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0079314d-488f-5b99-b32e-785c70b8e321, identifier: WF12%20BZC
2026-03-29 06:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW
2026-03-29 06:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW
2026-03-29 06:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW to the API
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '545e5c18-fa87-5663-8904-c462763548a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 20850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000768488274',
 'year': 2021}
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-29 06:31:30 [bca.uk] INFO: Saving data for WP71%20XJW: {'auction_closing_time': 1774951200.0, 'created_time': 1774390460.384213, 'last_price_update_time': 1774765890.74685}
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJW') HTTP/1.1" 204 0
2026-03-29 06:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA
2026-03-29 06:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA
2026-03-29 06:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA to the API
2026-03-29 06:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU67%20OWA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '38ea26b7-977d-50d0-82e4-834b7b0eda40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU67 OWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU67%20OWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 67564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 SPORT PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM PLUS DCT',
 'vin': 'WDD1760082J666453',
 'year': 2017}
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:31:31 [bca.uk] INFO: Saving data for KU67%20OWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477343.068829, 'last_price_update_time': 1774765891.199455}
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU67%2520OWA') HTTP/1.1" 204 0
2026-03-29 06:31:31 [bca.uk] INFO: Found listing with ID: MW68%20WAU
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-29 06:31:31 [bca.uk] INFO: Scrape type for MW68%20WAU: 2
2026-03-29 06:31:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU
2026-03-29 06:31:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58c7d06b-0607-58c7-a852-834d5053bd4e with scrape type 2
2026-03-29 06:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58c7d06b-0607-58c7-a852-834d5053bd4e with scrape type 2
2026-03-29 06:31:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58c7d06b-0607-58c7-a852-834d5053bd4e, identifier: MW68%20WAU
2026-03-29 06:31:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4 with identifier: WG73%20RWY
2026-03-29 06:31:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4 with identifier: WG73%20RWY
2026-03-29 06:31:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4 with identifier: WG73%20RWY to the API
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG73%20RWY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cffbd9f8-cb0f-5af4-a1df-8522a2a90ad4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG73 RWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG73%20RWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 33857,
 '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.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE X 4WD',
 'vin': 'AHTBA3CD906263187',
 'year': 2024}
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520RWY%27 HTTP/1.1" 200 None
2026-03-29 06:31:31 [bca.uk] INFO: Saving data for WG73%20RWY: {'auction_closing_time': 1774778400.0, 'created_time': 1774477148.050384, 'last_price_update_time': 1774765891.745697}
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG73%2520RWY') HTTP/1.1" 204 0
2026-03-29 06:31:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC
2026-03-29 06:31:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC
2026-03-29 06:31:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC to the API
2026-03-29 06:31:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF12%20BZC-GB',
 'category': 'Motorhome',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0079314d-488f-5b99-b32e-785c70b8e321',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF12 BZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF12%20BZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 79936,
 '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 TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZCH097895',
 'year': 2012}
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-29 06:31:32 [bca.uk] INFO: Saving data for WF12%20BZC: {'auction_closing_time': 1775124000.0, 'created_time': 1774478069.910092, 'last_price_update_time': 1774765892.028675}
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF12%2520BZC') HTTP/1.1" 204 0
2026-03-29 06:31:32 [bca.uk] INFO: Found listing with ID: KT06%20KZK
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-29 06:31:32 [bca.uk] INFO: Scrape type for KT06%20KZK: 2
2026-03-29 06:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK
2026-03-29 06:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b2578b-2c16-512c-a3b5-ed596944cd7e with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b2578b-2c16-512c-a3b5-ed596944cd7e with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5b2578b-2c16-512c-a3b5-ed596944cd7e, identifier: KT06%20KZK
2026-03-29 06:31:32 [bca.uk] INFO: Found listing with ID: MM64%20CCZ
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:32 [bca.uk] INFO: Scrape type for MM64%20CCZ: 2
2026-03-29 06:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ
2026-03-29 06:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73, identifier: MM64%20CCZ
2026-03-29 06:31:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU
2026-03-29 06:31:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU
2026-03-29 06:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU to the API
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW68%20WAU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58c7d06b-0607-58c7-a852-834d5053bd4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW68 WAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW68%20WAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 51419,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNSJKS103363',
 'year': 2019}
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-29 06:31:32 [bca.uk] INFO: Saving data for MW68%20WAU: {'auction_closing_time': 1775124000.0, 'created_time': 1774477108.703417, 'last_price_update_time': 1774765892.550095}
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW68%2520WAU') HTTP/1.1" 204 0
2026-03-29 06:31:32 [bca.uk] INFO: Found listing with ID: WO18%20WNN
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 06:31:32 [bca.uk] INFO: Scrape type for WO18%20WNN: 2
2026-03-29 06:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ed82c07-360b-5839-a13a-27d8783d2471 with identifier: WO18%20WNN
2026-03-29 06:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ed82c07-360b-5839-a13a-27d8783d2471 with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ed82c07-360b-5839-a13a-27d8783d2471 with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ed82c07-360b-5839-a13a-27d8783d2471, identifier: WO18%20WNN
2026-03-29 06:31:32 [bca.uk] INFO: Found listing with ID: DK62%20SJX
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 06:31:32 [bca.uk] INFO: Scrape type for DK62%20SJX: 2
2026-03-29 06:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX
2026-03-29 06:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 065d6b7a-8b63-589f-bfba-85289e8d713a with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 065d6b7a-8b63-589f-bfba-85289e8d713a with scrape type 2
2026-03-29 06:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 065d6b7a-8b63-589f-bfba-85289e8d713a, identifier: DK62%20SJX
2026-03-29 06:31:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK
2026-03-29 06:31:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK
2026-03-29 06:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK to the API
2026-03-29 06:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT06%20KZK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5b2578b-2c16-512c-a3b5-ed596944cd7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT06 KZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT06%20KZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 96272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.8 K AVANTGARDE SE Saloon',
 'transmission': 'manual',
 'trim': 'K AVANTGARDE SE',
 'vin': 'WDC2030462R229718',
 'year': 2006}
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-29 06:31:33 [bca.uk] INFO: Saving data for KT06%20KZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774363676.282574, 'last_price_update_time': 1774765893.069376}
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT06%2520KZK') HTTP/1.1" 204 0
2026-03-29 06:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ
2026-03-29 06:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ
2026-03-29 06:31:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ to the API
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM64%20CCZ-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM64 CCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM64%20CCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 119311,
 '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 DISCOVERY 4 3.0 SDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 HSE',
 'vin': 'SALLAAAG5FA749705',
 'year': 2014}
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520CCZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:33 [bca.uk] INFO: Saving data for MM64%20CCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476969.635052, 'last_price_update_time': 1774765893.468592}
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM64%2520CCZ') HTTP/1.1" 204 0
2026-03-29 06:31:33 [bca.uk] INFO: Found listing with ID: PE18%20UHL
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 06:31:33 [bca.uk] INFO: Scrape type for PE18%20UHL: 2
2026-03-29 06:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL
2026-03-29 06:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e895f9d2-b405-5c57-9040-698adde009f8 with scrape type 2
2026-03-29 06:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e895f9d2-b405-5c57-9040-698adde009f8 with scrape type 2
2026-03-29 06:31:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e895f9d2-b405-5c57-9040-698adde009f8, identifier: PE18%20UHL
2026-03-29 06:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ed82c07-360b-5839-a13a-27d8783d2471 with identifier: WO18%20WNN
2026-03-29 06:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ed82c07-360b-5839-a13a-27d8783d2471 with identifier: WO18%20WNN
2026-03-29 06:31:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ed82c07-360b-5839-a13a-27d8783d2471 with identifier: WO18%20WNN to the API
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO18%20WNN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ed82c07-360b-5839-a13a-27d8783d2471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO18 WNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO18%20WNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 57735,
 'odometer_reading_unit': '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 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRJT83062',
 'year': 2018}
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 06:31:33 [bca.uk] INFO: Saving data for WO18%20WNN: {'auction_closing_time': 1774778400.0, 'created_time': 1774477149.605899, 'last_price_update_time': 1774765893.93308}
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO18%2520WNN') HTTP/1.1" 204 0
2026-03-29 06:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX
2026-03-29 06:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX
2026-03-29 06:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX to the API
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK62%20SJX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '065d6b7a-8b63-589f-bfba-85289e8d713a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK62 SJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK62%20SJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 105970,
 '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 2.0 TDI CR 170 VRS Estate',
 'transmission': 'manual',
 'trim': 'TDI CR 170 VRS',
 'vin': 'TMBUH21Z3D2046189',
 'year': 2012}
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Saving data for DK62%20SJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774478065.961993, 'last_price_update_time': 1774765894.245861}
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK62%2520SJX') HTTP/1.1" 204 0
2026-03-29 06:31:34 [bca.uk] INFO: Found listing with ID: WV23%20YEX
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YEX%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Scrape type for WV23%20YEX: 0
2026-03-29 06:31:34 [bca.uk] INFO: Found listing with ID: GK56%20OMR
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK56%2520OMR%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Scrape type for GK56%20OMR: 0
2026-03-29 06:31:34 [bca.uk] INFO: Found listing with ID: WP72%20PHU
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Scrape type for WP72%20PHU: 2
2026-03-29 06:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU
2026-03-29 06:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5, identifier: WP72%20PHU
2026-03-29 06:31:34 [bca.uk] INFO: Found listing with ID: NGZ%201668
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25201668%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Scrape type for NGZ%201668: 2
2026-03-29 06:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668
2026-03-29 06:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b60fc92-eb13-58e2-ab37-16e124fd0684 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b60fc92-eb13-58e2-ab37-16e124fd0684 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b60fc92-eb13-58e2-ab37-16e124fd0684, identifier: NGZ%201668
2026-03-29 06:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL
2026-03-29 06:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL
2026-03-29 06:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL to the API
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE18%20UHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e895f9d2-b405-5c57-9040-698adde009f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE18 UHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE18%20UHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 79822,
 'odometer_reading_unit': '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 GDI 2WD 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD 1 ISG',
 'vin': 'U5YPG814LHL377889',
 'year': 2018}
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Saving data for PE18%20UHL: {'auction_closing_time': 1775124000.0, 'created_time': 1774477088.343496, 'last_price_update_time': 1774765894.813093}
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE18%2520UHL') HTTP/1.1" 204 0
2026-03-29 06:31:34 [bca.uk] INFO: Found listing with ID: BF19%20RCY
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF19%2520RCY%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Scrape type for BF19%20RCY: 2
2026-03-29 06:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9e18da4-8342-5d83-a286-325fa29ea422 with identifier: BF19%20RCY
2026-03-29 06:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9e18da4-8342-5d83-a286-325fa29ea422 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9e18da4-8342-5d83-a286-325fa29ea422 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9e18da4-8342-5d83-a286-325fa29ea422, identifier: BF19%20RCY
2026-03-29 06:31:34 [bca.uk] INFO: Found listing with ID: SB68%20VUP
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-29 06:31:34 [bca.uk] INFO: Scrape type for SB68%20VUP: 2
2026-03-29 06:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP
2026-03-29 06:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 645509d1-7ef9-5af9-ae03-980d7ca27766 with scrape type 2
2026-03-29 06:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 645509d1-7ef9-5af9-ae03-980d7ca27766 with scrape type 2
2026-03-29 06:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 645509d1-7ef9-5af9-ae03-980d7ca27766, identifier: SB68%20VUP
2026-03-29 06:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU
2026-03-29 06:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU
2026-03-29 06:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU to the API
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20PHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP72 PHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20PHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 19837,
 'odometer_reading_unit': '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': 'VF1AG000269849551',
 'year': 2022}
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-29 06:31:35 [bca.uk] INFO: Saving data for WP72%20PHU: {'auction_closing_time': 1774951200.0, 'created_time': 1774304860.123855, 'last_price_update_time': 1774765895.324453}
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520PHU') HTTP/1.1" 204 0
2026-03-29 06:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668
2026-03-29 06:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668
2026-03-29 06:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668 to the API
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NGZ%201668-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b60fc92-eb13-58e2-ab37-16e124fd0684',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NGZ 1668',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NGZ%201668&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 38881,
 'odometer_reading_unit': '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 P200 AWD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 AWD SE',
 'vin': 'SADFA2AX6K1Z61945',
 'year': 2019}
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25201668%27 HTTP/1.1" 200 None
2026-03-29 06:31:35 [bca.uk] INFO: Saving data for NGZ%201668: {'auction_closing_time': 1774864800.0, 'created_time': 1774303832.680043, 'last_price_update_time': 1774765895.607673}
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NGZ%25201668') HTTP/1.1" 204 0
2026-03-29 06:31:35 [bca.uk] INFO: Found listing with ID: KR23%20GYS
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 06:31:35 [bca.uk] INFO: Scrape type for KR23%20GYS: 2
2026-03-29 06:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS
2026-03-29 06:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b3c319-5106-5324-b1a4-4c7f19595bb6 with scrape type 2
2026-03-29 06:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52b3c319-5106-5324-b1a4-4c7f19595bb6 with scrape type 2
2026-03-29 06:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52b3c319-5106-5324-b1a4-4c7f19595bb6, identifier: KR23%20GYS
2026-03-29 06:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9e18da4-8342-5d83-a286-325fa29ea422 with identifier: BF19%20RCY
2026-03-29 06:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9e18da4-8342-5d83-a286-325fa29ea422 with identifier: BF19%20RCY
2026-03-29 06:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9e18da4-8342-5d83-a286-325fa29ea422 with identifier: BF19%20RCY to the API
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF19%20RCY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9e18da4-8342-5d83-a286-325fa29ea422',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF19 RCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF19%20RCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 97444,
 'odometer_reading_unit': '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 PARTNER 1.6 B/HDI 100 1000 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.STD.',
 'vin': 'VR3EFBHYBKJ572888',
 'year': 2019}
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF19%2520RCY%27 HTTP/1.1" 200 None
2026-03-29 06:31:35 [bca.uk] INFO: Saving data for BF19%20RCY: {'auction_closing_time': 1774778400.0, 'created_time': 1774477151.611739, 'last_price_update_time': 1774765895.990376}
2026-03-29 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF19%2520RCY') HTTP/1.1" 204 0
2026-03-29 06:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP
2026-03-29 06:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP
2026-03-29 06:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP to the API
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20VUP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '645509d1-7ef9-5af9-ae03-980d7ca27766',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB68 VUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20VUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 58505,
 'odometer_reading_unit': '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 MONDEO 2.0 TDCI 180 ST-LINE ED.P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 180 ST-LINE ED.P/S',
 'vin': 'WF0EXXWPCEJR88385',
 'year': 2018}
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-29 06:31:36 [bca.uk] INFO: Saving data for SB68%20VUP: {'auction_closing_time': 1774951200.0, 'created_time': 1774478067.842721, 'last_price_update_time': 1774765896.27348}
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520VUP') HTTP/1.1" 204 0
2026-03-29 06:31:36 [bca.uk] INFO: Found listing with ID: WM72%20HPA
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520HPA%27 HTTP/1.1" 200 None
2026-03-29 06:31:36 [bca.uk] INFO: Scrape type for WM72%20HPA: 0
2026-03-29 06:31:36 [bca.uk] INFO: Found listing with ID: BK22%20CCF
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-29 06:31:36 [bca.uk] INFO: Scrape type for BK22%20CCF: 2
2026-03-29 06:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF
2026-03-29 06:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with scrape type 2
2026-03-29 06:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with scrape type 2
2026-03-29 06:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6, identifier: BK22%20CCF
2026-03-29 06:31:36 [bca.uk] INFO: Found listing with ID: WD64%20TRX
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 06:31:36 [bca.uk] INFO: Scrape type for WD64%20TRX: 2
2026-03-29 06:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX
2026-03-29 06:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 660f6db4-b8de-5db9-a180-c2b7994794aa with scrape type 2
2026-03-29 06:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 660f6db4-b8de-5db9-a180-c2b7994794aa with scrape type 2
2026-03-29 06:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 660f6db4-b8de-5db9-a180-c2b7994794aa, identifier: WD64%20TRX
2026-03-29 06:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS
2026-03-29 06:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS
2026-03-29 06:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS to the API
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR23%20GYS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52b3c319-5106-5324-b1a4-4c7f19595bb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR23 GYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR23%20GYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 29133,
 '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 C300 D 2.0 AMG LINE 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'W1KAH0GBXPF078531',
 'year': 2023}
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 06:31:36 [bca.uk] INFO: Saving data for KR23%20GYS: {'auction_closing_time': 1774864800.0, 'created_time': 1773833398.374804, 'last_price_update_time': 1774765896.793178}
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR23%2520GYS') HTTP/1.1" 204 0
2026-03-29 06:31:36 [bca.uk] INFO: Found listing with ID: FJ68%20YFR
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:31:36 [bca.uk] INFO: Scrape type for FJ68%20YFR: 2
2026-03-29 06:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba4b643b-e2c1-5d48-a478-3c8a1946c606 with identifier: FJ68%20YFR
2026-03-29 06:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba4b643b-e2c1-5d48-a478-3c8a1946c606 with scrape type 2
2026-03-29 06:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba4b643b-e2c1-5d48-a478-3c8a1946c606 with scrape type 2
2026-03-29 06:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba4b643b-e2c1-5d48-a478-3c8a1946c606, identifier: FJ68%20YFR
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: AA72%20JAY
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA72%2520JAY%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for AA72%20JAY: 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: DA72%20VFB
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VFB%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for DA72%20VFB: 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: HX22%20OTG
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OTG%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for HX22%20OTG: 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: LM70%20HNG
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520HNG%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for LM70%20HNG: 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: VO22%20WBD
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WBD%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for VO22%20WBD: 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: VO67%20NPA
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NPA%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for VO67%20NPA: 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: FY19%20CPE
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for FY19%20CPE: 2
2026-03-29 06:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE
2026-03-29 06:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44941cdb-095f-514f-be9d-dc5584bbcff0 with scrape type 2
2026-03-29 06:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44941cdb-095f-514f-be9d-dc5584bbcff0 with scrape type 2
2026-03-29 06:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44941cdb-095f-514f-be9d-dc5584bbcff0, identifier: FY19%20CPE
2026-03-29 06:31:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF
2026-03-29 06:31:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF
2026-03-29 06:31:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF to the API
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20CCF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9eb4a92f-a4ac-5fa1-8c44-a04013e281b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 CCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20CCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 61105,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEKXNC239100',
 'year': 2022}
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Saving data for BK22%20CCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774391571.873381, 'last_price_update_time': 1774765897.505268}
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520CCF') HTTP/1.1" 204 0
2026-03-29 06:31:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX
2026-03-29 06:31:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX
2026-03-29 06:31:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX to the API
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD64%20TRX-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '660f6db4-b8de-5db9-a180-c2b7994794aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD64 TRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD64%20TRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 59284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 DIG-T 187 TEKNA 4WD XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 187 TEKNA 4WD XTRONIC',
 'vin': 'SJNFANF15U7056651',
 'year': 2014}
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520TRX%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Saving data for WD64%20TRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303820.567086, 'last_price_update_time': 1774765897.788056}
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD64%2520TRX') HTTP/1.1" 204 0
2026-03-29 06:31:37 [bca.uk] INFO: Found listing with ID: FL67%20MFP
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 06:31:37 [bca.uk] INFO: Scrape type for FL67%20MFP: 2
2026-03-29 06:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP
2026-03-29 06:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f02fb5-baa9-53df-9c3f-027f17977b3c with scrape type 2
2026-03-29 06:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f02fb5-baa9-53df-9c3f-027f17977b3c with scrape type 2
2026-03-29 06:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f02fb5-baa9-53df-9c3f-027f17977b3c, identifier: FL67%20MFP
2026-03-29 06:31:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba4b643b-e2c1-5d48-a478-3c8a1946c606 with identifier: FJ68%20YFR
2026-03-29 06:31:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba4b643b-e2c1-5d48-a478-3c8a1946c606 with identifier: FJ68%20YFR
2026-03-29 06:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba4b643b-e2c1-5d48-a478-3c8a1946c606 with identifier: FJ68%20YFR to the API
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ68%20YFR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba4b643b-e2c1-5d48-a478-3c8a1946c606',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ68 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ68%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 99509,
 'odometer_reading_unit': '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 EBL 75 200 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 75 200 L1 L/R',
 'vin': 'WF0RXXWPGRJR79958',
 'year': 2018}
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Saving data for FJ68%20YFR: {'auction_closing_time': 1774778400.0, 'created_time': 1774477133.000206, 'last_price_update_time': 1774765898.233862}
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ68%2520YFR') HTTP/1.1" 204 0
2026-03-29 06:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold%2Fwhite HTTP/1.1" 200 None
2026-03-29 06:31:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:31: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:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE
2026-03-29 06:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE to the API
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY19%20CPE-GB',
 'category': 'Motorhome',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44941cdb-095f-514f-be9d-dc5584bbcff0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY19 CPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY19%20CPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'CHAMPAGNE',
 'odometer': 16745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SWIFT CHAMPAGNE 2.3 622 MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': '622 MOTORHOME',
 'vin': 'ZFA25000002K06500',
 'year': 2019}
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Saving data for FY19%20CPE: {'auction_closing_time': 1775124000.0, 'created_time': 1774478067.085016, 'last_price_update_time': 1774765898.634164}
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY19%2520CPE') HTTP/1.1" 204 0
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: OV25%20CLX
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520CLX%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for OV25%20CLX: 0
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: OV71%20NVZ
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520NVZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for OV71%20NVZ: 0
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: YB69%20VVR
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520VVR%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for YB69%20VVR: 0
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: BJ66%20HWE
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520HWE%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for BJ66%20HWE: 0
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: WP23%20OEG
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEG%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for WP23%20OEG: 0
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: LA72%20AJR
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for LA72%20AJR: 2
2026-03-29 06:31:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR
2026-03-29 06:31:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c400a377-25db-58e4-b851-8a8965908a93 with scrape type 2
2026-03-29 06:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c400a377-25db-58e4-b851-8a8965908a93 with scrape type 2
2026-03-29 06:31:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c400a377-25db-58e4-b851-8a8965908a93, identifier: LA72%20AJR
2026-03-29 06:31:38 [bca.uk] INFO: Found listing with ID: WF69%20GXA
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 06:31:38 [bca.uk] INFO: Scrape type for WF69%20GXA: 2
2026-03-29 06:31:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA
2026-03-29 06:31:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with scrape type 2
2026-03-29 06:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with scrape type 2
2026-03-29 06:31:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57ebfca2-ae31-5626-a629-f4f679dbe8c8, identifier: WF69%20GXA
2026-03-29 06:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP
2026-03-29 06:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP
2026-03-29 06:31:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP to the API
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL67%20MFP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e4f02fb5-baa9-53df-9c3f-027f17977b3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL67 MFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL67%20MFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 112030,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 180 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 180 ST-LINE X',
 'vin': 'WF0EXXWPCEHC14088',
 'year': 2017}
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Saving data for FL67%20MFP: {'auction_closing_time': 1775124000.0, 'created_time': 1774477070.338198, 'last_price_update_time': 1774765899.23855}
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL67%2520MFP') HTTP/1.1" 204 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: SY14%20UJA
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520UJA%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for SY14%20UJA: 2
2026-03-29 06:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2e39cce-0714-54fd-9de7-01d43ce02420 with identifier: SY14%20UJA
2026-03-29 06:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2e39cce-0714-54fd-9de7-01d43ce02420 with scrape type 2
2026-03-29 06:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2e39cce-0714-54fd-9de7-01d43ce02420 with scrape type 2
2026-03-29 06:31:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2e39cce-0714-54fd-9de7-01d43ce02420, identifier: SY14%20UJA
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: AJ73%20OMM
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520OMM%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for AJ73%20OMM: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: AK22%20EPD
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520EPD%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for AK22%20EPD: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: DG70%20XGV
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG70%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for DG70%20XGV: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: DU70%20VGF
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520VGF%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for DU70%20VGF: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: EF71%20AVB
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF71%2520AVB%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for EF71%20AVB: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: EU73%20FFR
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520FFR%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for EU73%20FFR: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: FJ22%20TVW
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for FJ22%20TVW: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: FT71%20CZW
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT71%2520CZW%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for FT71%20CZW: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: HT71%20NLN
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520NLN%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for HT71%20NLN: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: RJ22%20VVK
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520VVK%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for RJ22%20VVK: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: SW69%20HWF
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HWF%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for SW69%20HWF: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: YK21%20BBD
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520BBD%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for YK21%20BBD: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: YE19%20YMV
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YMV%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for YE19%20YMV: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: DC66%20KXZ
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for DC66%20KXZ: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: FL23%20XLO
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520XLO%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for FL23%20XLO: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: FL23%20ZHB
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520ZHB%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for FL23%20ZHB: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: VGZ%202125
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25202125%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for VGZ%202125: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: SD22%20FBN
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520FBN%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for SD22%20FBN: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: BYZ%207625
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BYZ%25207625%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for BYZ%207625: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: EJ72%20WPF
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for EJ72%20WPF: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: NU72%20GXJ
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU72%2520GXJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for NU72%20GXJ: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: ST73%20FJO
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520FJO%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for ST73%20FJO: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: YE23%20RFL
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520RFL%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for YE23%20RFL: 0
2026-03-29 06:31:39 [bca.uk] INFO: Found listing with ID: AO15%20WKS
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 06:31:39 [bca.uk] INFO: Scrape type for AO15%20WKS: 2
2026-03-29 06:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS
2026-03-29 06:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d99e1e53-774e-54ab-9546-69c69e517d28 with scrape type 2
2026-03-29 06:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d99e1e53-774e-54ab-9546-69c69e517d28 with scrape type 2
2026-03-29 06:31:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d99e1e53-774e-54ab-9546-69c69e517d28, identifier: AO15%20WKS
2026-03-29 06:31:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR
2026-03-29 06:31:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR
2026-03-29 06:31:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR to the API
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20AJR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c400a377-25db-58e4-b851-8a8965908a93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 AJR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20AJR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 75168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK9PC577820',
 'year': 2022}
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-29 06:31:40 [bca.uk] INFO: Saving data for LA72%20AJR: {'auction_closing_time': 1774864800.0, 'created_time': 1774276867.789139, 'last_price_update_time': 1774765900.254725}
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520AJR') HTTP/1.1" 204 0
2026-03-29 06:31:40 [bca.uk] INFO: Total items found: 100
2026-03-29 06:31:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded
2026-03-29 06:31:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:31:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:31:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA
2026-03-29 06:31:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA
2026-03-29 06:31:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA to the API
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF69%20GXA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '57ebfca2-ae31-5626-a629-f4f679dbe8c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF69 GXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF69%20GXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 51027,
 'odometer_reading_unit': '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 XC60 2.0 B4D AWD INSCRIPTION PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD INSCRIPTION PRO',
 'vin': 'YV1UZK5UCL1431983',
 'year': 2019}
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520GXA%27 HTTP/1.1" 200 None
2026-03-29 06:31:40 [bca.uk] INFO: Saving data for WF69%20GXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477324.919562, 'last_price_update_time': 1774765900.651825}
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF69%2520GXA') HTTP/1.1" 204 0
2026-03-29 06:31:40 [bca.uk] INFO: Found listing with ID: YE23%20FBN
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-29 06:31:40 [bca.uk] INFO: Scrape type for YE23%20FBN: 2
2026-03-29 06:31:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN
2026-03-29 06:31:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with scrape type 2
2026-03-29 06:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with scrape type 2
2026-03-29 06:31:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05, identifier: YE23%20FBN
2026-03-29 06:31:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2e39cce-0714-54fd-9de7-01d43ce02420 with identifier: SY14%20UJA
2026-03-29 06:31:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2e39cce-0714-54fd-9de7-01d43ce02420 with identifier: SY14%20UJA
2026-03-29 06:31:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2e39cce-0714-54fd-9de7-01d43ce02420 with identifier: SY14%20UJA to the API
2026-03-29 06:31:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY14%20UJA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2e39cce-0714-54fd-9de7-01d43ce02420',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY14 UJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY14%20UJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 57113,
 '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 NAVARA 2.5 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCVND40U0535801',
 'year': 2014}
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520UJA%27 HTTP/1.1" 200 None
2026-03-29 06:31:41 [bca.uk] INFO: Saving data for SY14%20UJA: {'auction_closing_time': 1774778400.0, 'created_time': 1774477136.855166, 'last_price_update_time': 1774765901.077972}
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY14%2520UJA') HTTP/1.1" 204 0
2026-03-29 06:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS
2026-03-29 06:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS
2026-03-29 06:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS to the API
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO15%20WKS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd99e1e53-774e-54ab-9546-69c69e517d28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO15 WKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO15%20WKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 93263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5ER13237',
 'year': 2015}
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-29 06:31:41 [bca.uk] INFO: Saving data for AO15%20WKS: {'auction_closing_time': 1774951200.0, 'created_time': 1774478141.338818, 'last_price_update_time': 1774765901.453694}
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO15%2520WKS') HTTP/1.1" 204 0
2026-03-29 06:31:41 [bca.uk] INFO: Found listing with ID: YS71%20MWW
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 06:31:41 [bca.uk] INFO: Scrape type for YS71%20MWW: 2
2026-03-29 06:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW
2026-03-29 06:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with scrape type 2
2026-03-29 06:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with scrape type 2
2026-03-29 06:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db, identifier: YS71%20MWW
2026-03-29 06:31:41 [bca.uk] INFO: Found listing with ID: WG16%20OFV
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520OFV%27 HTTP/1.1" 200 None
2026-03-29 06:31:41 [bca.uk] INFO: Scrape type for WG16%20OFV: 2
2026-03-29 06:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV
2026-03-29 06:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e414d84c-af58-55f9-8070-649ecd906ccd with scrape type 2
2026-03-29 06:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e414d84c-af58-55f9-8070-649ecd906ccd with scrape type 2
2026-03-29 06:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e414d84c-af58-55f9-8070-649ecd906ccd, identifier: WG16%20OFV
2026-03-29 06:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN
2026-03-29 06:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN
2026-03-29 06:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN to the API
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE23%20FBN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a399ffe-7bf2-5192-a0ae-51b822ab0c05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE23 FBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE23%20FBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 31194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 114 TEKNA+ DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 114 TEKNA+ DCT',
 'vin': 'SJNFAAF16U1227818',
 'year': 2023}
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-29 06:31:41 [bca.uk] INFO: Saving data for YE23%20FBN: {'auction_closing_time': 1775124000.0, 'created_time': 1774477090.105479, 'last_price_update_time': 1774765901.975181}
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE23%2520FBN') HTTP/1.1" 204 0
2026-03-29 06:31:41 [bca.uk] INFO: Found listing with ID: FE73%20ZRF
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE73%2520ZRF%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for FE73%20ZRF: 2
2026-03-29 06:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 891c8aaa-1093-5a31-a20a-3c94fe4f5c90 with identifier: FE73%20ZRF
2026-03-29 06:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 891c8aaa-1093-5a31-a20a-3c94fe4f5c90 with scrape type 2
2026-03-29 06:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 891c8aaa-1093-5a31-a20a-3c94fe4f5c90 with scrape type 2
2026-03-29 06:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 891c8aaa-1093-5a31-a20a-3c94fe4f5c90, identifier: FE73%20ZRF
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: CMZ%205390
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25205390%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for CMZ%205390: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: WN17%20ZHH
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520ZHH%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for WN17%20ZHH: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: RJ15%20OBV
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for RJ15%20OBV: 2
2026-03-29 06:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV
2026-03-29 06:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da25da18-fdca-505e-bd3e-38c0a03aa53f with scrape type 2
2026-03-29 06:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da25da18-fdca-505e-bd3e-38c0a03aa53f with scrape type 2
2026-03-29 06:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da25da18-fdca-505e-bd3e-38c0a03aa53f, identifier: RJ15%20OBV
2026-03-29 06:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW
2026-03-29 06:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW
2026-03-29 06:31:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW to the API
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS71%20MWW-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': '86cc6ce6-0297-52af-a4f2-63e1bca4f2db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YS71 MWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS71%20MWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 137608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION EXPRESSION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION EXPRESSION',
 'vin': 'YV1XZBWVFN2711513',
 'year': 2021}
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Saving data for YS71%20MWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774276870.094035, 'last_price_update_time': 1774765902.511958}
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS71%2520MWW') HTTP/1.1" 204 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: VA21%20XUR
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XUR%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for VA21%20XUR: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: SP70%20VDA
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520VDA%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for SP70%20VDA: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: AJ16%20SVA
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520SVA%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for AJ16%20SVA: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: LD63%20SYY
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SYY%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for LD63%20SYY: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: BL71%20FWN
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520FWN%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for BL71%20FWN: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: EK61%20WMF
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WMF%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for EK61%20WMF: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: KR22%20EXJ
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520EXJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for KR22%20EXJ: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: AF57%20ZHA
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF57%2520ZHA%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for AF57%20ZHA: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: OY24%20CWP
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY24%2520CWP%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for OY24%20CWP: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: KE15%20NKJ
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520NKJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for KE15%20NKJ: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: OY12%20PHN
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520PHN%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for OY12%20PHN: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: LX05%20WVB
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX05%2520WVB%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for LX05%20WVB: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: DE11%20YLA
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE11%2520YLA%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for DE11%20YLA: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: FY24%20XRC
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520XRC%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for FY24%20XRC: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: KE15%20FHM
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520FHM%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for KE15%20FHM: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: VX73%20AWA
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520AWA%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for VX73%20AWA: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: BC06%20SYD
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC06%2520SYD%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for BC06%20SYD: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: KE70%20SVD
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE70%2520SVD%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for KE70%20SVD: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: YR23%20FSV
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520FSV%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for YR23%20FSV: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: YH24%20AAJ
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH24%2520AAJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for YH24%20AAJ: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: OE24%20CFU
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520CFU%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for OE24%20CFU: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: NL23%20OWE
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OWE%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for NL23%20OWE: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: LS23%20KHJ
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KHJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for LS23%20KHJ: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: GX23%20XTC
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XTC%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for GX23%20XTC: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: GU23%20XZM
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XZM%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for GU23%20XZM: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: DG24%20LRZ
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LRZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for DG24%20LRZ: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: DG24%20LDY
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for DG24%20LDY: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: DC73%20HND
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520HND%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for DC73%20HND: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: BJ72%20HCK
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520HCK%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for BJ72%20HCK: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: ML23%20GXU
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520GXU%27 HTTP/1.1" 200 None
2026-03-29 06:31:42 [bca.uk] INFO: Scrape type for ML23%20GXU: 0
2026-03-29 06:31:42 [bca.uk] INFO: Found listing with ID: AD72%20JZK
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520JZK%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for AD72%20JZK: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: OE23%20JJL
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520JJL%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for OE23%20JJL: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: FE14%20YGX
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520YGX%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for FE14%20YGX: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: YT72%20DXY
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520DXY%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for YT72%20DXY: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: FY15%20FDD
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520FDD%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for FY15%20FDD: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: LA19%20EGE
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520EGE%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for LA19%20EGE: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: PY07%20NKM
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY07%2520NKM%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for PY07%20NKM: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: SM19%20UCL
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520UCL%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for SM19%20UCL: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: R77%20MXR
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R77%2520MXR%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for R77%20MXR: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: KU70%20UVS
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520UVS%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for KU70%20UVS: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: VU19%20YRO
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU19%2520YRO%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for VU19%20YRO: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: GC17%20XUO
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for GC17%20XUO: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: HN14%20YXO
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN14%2520YXO%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for HN14%20YXO: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: EX12%20FZW
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520FZW%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for EX12%20FZW: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: SF22%20XWM
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF22%2520XWM%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for SF22%20XWM: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: PO19%20XED
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XED%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for PO19%20XED: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: WV59%20VZJ
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520VZJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for WV59%20VZJ: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: YF60%20KBZ
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF60%2520KBZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for YF60%20KBZ: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: LJ65%20YCW
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ65%2520YCW%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for LJ65%20YCW: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: LG16%20FFX
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520FFX%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for LG16%20FFX: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: CU72%20UFW
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520UFW%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for CU72%20UFW: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: CA20%20SFY
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520SFY%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for CA20%20SFY: 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: GU20%20VSD
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520VSD%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for GU20%20VSD: 2
2026-03-29 06:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD
2026-03-29 06:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with scrape type 2
2026-03-29 06:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with scrape type 2
2026-03-29 06:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbb40779-c0e9-51a2-8700-5c4d5f0abe01, identifier: GU20%20VSD
2026-03-29 06:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV
2026-03-29 06:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV
2026-03-29 06:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV to the API
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG16%20OFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e414d84c-af58-55f9-8070-649ecd906ccd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG16 OFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG16%20OFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 51138,
 '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 SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 SE LUX G/T',
 'vin': 'YV1FWA8CDG1325955',
 'year': 2016}
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520OFV%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Saving data for WG16%20OFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477337.589063, 'last_price_update_time': 1774765903.825671}
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG16%2520OFV') HTTP/1.1" 204 0
2026-03-29 06:31:43 [bca.uk] INFO: Found listing with ID: MW67%20AZF
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-29 06:31:43 [bca.uk] INFO: Scrape type for MW67%20AZF: 2
2026-03-29 06:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF
2026-03-29 06:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with scrape type 2
2026-03-29 06:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with scrape type 2
2026-03-29 06:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd, identifier: MW67%20AZF
2026-03-29 06:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 891c8aaa-1093-5a31-a20a-3c94fe4f5c90 with identifier: FE73%20ZRF
2026-03-29 06:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 891c8aaa-1093-5a31-a20a-3c94fe4f5c90 with identifier: FE73%20ZRF
2026-03-29 06:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 891c8aaa-1093-5a31-a20a-3c94fe4f5c90 with identifier: FE73%20ZRF to the API
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE73%20ZRF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '891c8aaa-1093-5a31-a20a-3c94fe4f5c90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE73 ZRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE73%20ZRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 17150,
 '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 3.0 EBL 240 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 240 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PNA82096',
 'year': 2023}
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE73%2520ZRF%27 HTTP/1.1" 200 None
2026-03-29 06:31:44 [bca.uk] INFO: Saving data for FE73%20ZRF: {'auction_closing_time': 1774778400.0, 'created_time': 1774477139.069748, 'last_price_update_time': 1774765904.358406}
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE73%2520ZRF') HTTP/1.1" 204 0
2026-03-29 06:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV
2026-03-29 06:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV
2026-03-29 06:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV to the API
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ15%20OBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da25da18-fdca-505e-bd3e-38c0a03aa53f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ15 OBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ15%20OBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 93837,
 '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 Q3 2.0 TDI 150 QUATTRO S LINE+ StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 QUATTRO S LINE+',
 'vin': 'WAUZZZ8U3GR006113',
 'year': 2015}
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 06:31:44 [bca.uk] INFO: Saving data for RJ15%20OBV: {'auction_closing_time': 1774951200.0, 'created_time': 1774478102.043578, 'last_price_update_time': 1774765904.639885}
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ15%2520OBV') HTTP/1.1" 204 0
2026-03-29 06:31:44 [bca.uk] INFO: Found listing with ID: NL22%20RXP
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:31:44 [bca.uk] INFO: Scrape type for NL22%20RXP: 2
2026-03-29 06:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP
2026-03-29 06:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with scrape type 2
2026-03-29 06:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with scrape type 2
2026-03-29 06:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd389b23-ceb2-51bb-8586-0b1f2c0e1625, identifier: NL22%20RXP
2026-03-29 06:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD
2026-03-29 06:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD
2026-03-29 06:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD to the API
2026-03-29 06:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU20%20VSD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbb40779-c0e9-51a2-8700-5c4d5f0abe01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU20 VSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU20%20VSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 40930,
 '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 Q5 2.0 40 TDI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFYXL2048948',
 'year': 2020}
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520VSD%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Saving data for GU20%20VSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774353715.931504, 'last_price_update_time': 1774765905.025833}
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU20%2520VSD') HTTP/1.1" 204 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: WG65%20CFK
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520CFK%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for WG65%20CFK: 2
2026-03-29 06:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK
2026-03-29 06:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with scrape type 2
2026-03-29 06:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with scrape type 2
2026-03-29 06:31:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636, identifier: WG65%20CFK
2026-03-29 06:31:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF
2026-03-29 06:31:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF
2026-03-29 06:31:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF to the API
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW67%20AZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW67 AZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW67%20AZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 107346,
 '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': 'SALCA2AN2JH743772',
 'year': 2017}
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Saving data for MW67%20AZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774477093.457703, 'last_price_update_time': 1774765905.455313}
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW67%2520AZF') HTTP/1.1" 204 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: BN08%20AHA
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for BN08%20AHA: 2
2026-03-29 06:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA
2026-03-29 06:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with scrape type 2
2026-03-29 06:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with scrape type 2
2026-03-29 06:31:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f, identifier: BN08%20AHA
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: HT21%20WCA
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520WCA%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for HT21%20WCA: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: KN23%20VCG
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520VCG%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for KN23%20VCG: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: MT72%20VOO
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520VOO%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for MT72%20VOO: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: PK17%20VPG
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for PK17%20VPG: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: PX70%20XUH
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX70%2520XUH%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for PX70%20XUH: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: SF72%20RXK
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF72%2520RXK%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for SF72%20RXK: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: VN21%20SFX
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520SFX%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for VN21%20SFX: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: CV66%20EES
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV66%2520EES%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for CV66%20EES: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: DV71%20FFL
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520FFL%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for DV71%20FFL: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: LB69%20KHC
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520KHC%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for LB69%20KHC: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: LD65%20VGJ
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520VGJ%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for LD65%20VGJ: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: LK20%20HUZ
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK20%2520HUZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for LK20%20HUZ: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: LW19%20LHT
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW19%2520LHT%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for LW19%20LHT: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: OY22%20WNU
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520WNU%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for OY22%20WNU: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: RO18%20YSH
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520YSH%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for RO18%20YSH: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: SP19%20DVR
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520DVR%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for SP19%20DVR: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: WF72%20GHX
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GHX%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for WF72%20GHX: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: Y14%20MRT
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y14%2520MRT%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for Y14%20MRT: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: YC21%20HHF
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520HHF%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for YC21%20HHF: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: YF19%20JKM
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520JKM%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for YF19%20JKM: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: YP67%20CXV
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520CXV%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for YP67%20CXV: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: AY18%20WXU
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520WXU%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for AY18%20WXU: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: EG17%20OYH
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31: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%2520OYH%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for EG17%20OYH: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: EK72%20HYO
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520HYO%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for EK72%20HYO: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: GL21%20YDO
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for GL21%20YDO: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: KM71%20BWL
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520BWL%27 HTTP/1.1" 200 None
2026-03-29 06:31:45 [bca.uk] INFO: Scrape type for KM71%20BWL: 0
2026-03-29 06:31:45 [bca.uk] INFO: Found listing with ID: KS20%20SDY
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 06:31:46 [bca.uk] INFO: Scrape type for KS20%20SDY: 0
2026-03-29 06:31:46 [bca.uk] INFO: Found listing with ID: LS23%20TMZ
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:46 [bca.uk] INFO: Scrape type for LS23%20TMZ: 0
2026-03-29 06:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP
2026-03-29 06:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP
2026-03-29 06:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP to the API
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL22%20RXP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cd389b23-ceb2-51bb-8586-0b1f2c0e1625',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL22 RXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20RXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 23389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK0NC345412',
 'year': 2022}
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-29 06:31:46 [bca.uk] INFO: Saving data for NL22%20RXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774276830.530747, 'last_price_update_time': 1774765906.322072}
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520RXP') HTTP/1.1" 204 0
2026-03-29 06:31:46 [bca.uk] INFO: Found listing with ID: BP70%20YFR
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP70%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:31:46 [bca.uk] INFO: Scrape type for BP70%20YFR: 2
2026-03-29 06:31:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR
2026-03-29 06:31:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with scrape type 2
2026-03-29 06:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with scrape type 2
2026-03-29 06:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c6e787-e47f-5dfd-86a3-0f73cb32f761, identifier: BP70%20YFR
2026-03-29 06:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK
2026-03-29 06:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK
2026-03-29 06:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK to the API
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG65%20CFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbe6f8bd-0891-5ee0-b1c1-32445b3e4636',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG65 CFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG65%20CFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 97209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 225 AWD INSCRIPTION G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 225 AWD INSCRIPTION G/T',
 'vin': 'YV1LFA4BCG1025848',
 'year': 2015}
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520CFK%27 HTTP/1.1" 200 None
2026-03-29 06:31:46 [bca.uk] INFO: Saving data for WG65%20CFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477311.661212, 'last_price_update_time': 1774765906.800215}
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG65%2520CFK') HTTP/1.1" 204 0
2026-03-29 06:31:46 [bca.uk] INFO: Found listing with ID: NU20%20NLC
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-29 06:31:46 [bca.uk] INFO: Scrape type for NU20%20NLC: 2
2026-03-29 06:31:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC
2026-03-29 06:31:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with scrape type 2
2026-03-29 06:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with scrape type 2
2026-03-29 06:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811, identifier: NU20%20NLC
2026-03-29 06:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA
2026-03-29 06:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA
2026-03-29 06:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA to the API
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 374,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN08%20AHA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0c7505a6-2f42-5e4f-b3a6-6a68755a119f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN08 AHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN08%20AHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 95893,
 '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 4.2 V8 SUPERCHARGED 1ST EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED 1ST EDITION',
 'vin': 'SALLSAA338A166050',
 'year': 2008}
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-29 06:31:47 [bca.uk] INFO: Saving data for BN08%20AHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477119.013223, 'last_price_update_time': 1774765907.182037}
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN08%2520AHA') HTTP/1.1" 204 0
2026-03-29 06:31:47 [bca.uk] INFO: Found listing with ID: MA23%20DWF
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-29 06:31:47 [bca.uk] INFO: Scrape type for MA23%20DWF: 2
2026-03-29 06:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF
2026-03-29 06:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f02ee01-a3d1-57f1-838d-c51e675ff511 with scrape type 2
2026-03-29 06:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f02ee01-a3d1-57f1-838d-c51e675ff511 with scrape type 2
2026-03-29 06:31:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f02ee01-a3d1-57f1-838d-c51e675ff511, identifier: MA23%20DWF
2026-03-29 06:31:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR
2026-03-29 06:31:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR
2026-03-29 06:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR to the API
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP70%20YFR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2c6e787-e47f-5dfd-86a3-0f73cb32f761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP70 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP70%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 30578,
 '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 GT PREMIUM EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MRHNSULS294363',
 'year': 2021}
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP70%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:31:47 [bca.uk] INFO: Saving data for BP70%20YFR: {'auction_closing_time': 1775037600.0, 'created_time': 1774478519.697318, 'last_price_update_time': 1774765907.590792}
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP70%2520YFR') HTTP/1.1" 204 0
2026-03-29 06:31:47 [bca.uk] INFO: Found listing with ID: WJ66%20FHR
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FHR%27 HTTP/1.1" 200 None
2026-03-29 06:31:47 [bca.uk] INFO: Scrape type for WJ66%20FHR: 2
2026-03-29 06:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR
2026-03-29 06:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e8df344-c5c6-55c8-9885-f5405f65aa3d with scrape type 2
2026-03-29 06:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e8df344-c5c6-55c8-9885-f5405f65aa3d with scrape type 2
2026-03-29 06:31:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e8df344-c5c6-55c8-9885-f5405f65aa3d, identifier: WJ66%20FHR
2026-03-29 06:31:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC
2026-03-29 06:31:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC
2026-03-29 06:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC to the API
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20NLC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ddc50b4a-2259-538e-8e1d-5fb4ea3a3811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 NLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20NLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 51389,
 '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 S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD R-DYNAMIC S',
 'vin': 'SALZB2CN5LH097120',
 'year': 2020}
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-29 06:31:47 [bca.uk] INFO: Saving data for NU20%20NLC: {'auction_closing_time': 1775037600.0, 'created_time': 1774477090.672945, 'last_price_update_time': 1774765907.985276}
2026-03-29 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520NLC') HTTP/1.1" 204 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: SA17%20MXE
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520MXE%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for SA17%20MXE: 2
2026-03-29 06:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 027e5bb2-f060-59ea-96b1-b97ca502e5f9 with identifier: SA17%20MXE
2026-03-29 06:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 027e5bb2-f060-59ea-96b1-b97ca502e5f9 with scrape type 2
2026-03-29 06:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 027e5bb2-f060-59ea-96b1-b97ca502e5f9 with scrape type 2
2026-03-29 06:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 027e5bb2-f060-59ea-96b1-b97ca502e5f9, identifier: SA17%20MXE
2026-03-29 06:31:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF
2026-03-29 06:31:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF
2026-03-29 06:31:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF to the API
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20DWF-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': '5f02ee01-a3d1-57f1-838d-c51e675ff511',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 DWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20DWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 24701,
 '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 AGILE Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID AGILE',
 'vin': 'JMZKBAC360A278164',
 'year': 2023}
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Saving data for MA23%20DWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774276831.431316, 'last_price_update_time': 1774765908.367796}
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520DWF') HTTP/1.1" 204 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: CS16%20KAS
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CS16%2520KAS%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for CS16%20KAS: 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: HV73%20OVB
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520OVB%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for HV73%20OVB: 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: VK70%20ZYO
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZYO%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for VK70%20ZYO: 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: YC59%20RWZ
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC59%2520RWZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for YC59%20RWZ: 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: NL23%20OHY
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OHY%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for NL23%20OHY: 2
2026-03-29 06:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY
2026-03-29 06:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with scrape type 2
2026-03-29 06:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with scrape type 2
2026-03-29 06:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9, identifier: NL23%20OHY
2026-03-29 06:31:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:31:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:31:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR
2026-03-29 06:31:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR
2026-03-29 06:31:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR to the API
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ66%20FHR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e8df344-c5c6-55c8-9885-f5405f65aa3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ66 FHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ66%20FHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 116218,
 '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 LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2ANXHH640075',
 'year': 2016}
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FHR%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Saving data for WJ66%20FHR: {'auction_closing_time': 1774864800.0, 'created_time': 1774477317.629112, 'last_price_update_time': 1774765908.872006}
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ66%2520FHR') HTTP/1.1" 204 0
2026-03-29 06:31:48 [bca.uk] INFO: Found listing with ID: YB67%20HVG
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-29 06:31:48 [bca.uk] INFO: Scrape type for YB67%20HVG: 2
2026-03-29 06:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG
2026-03-29 06:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with scrape type 2
2026-03-29 06:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with scrape type 2
2026-03-29 06:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0, identifier: YB67%20HVG
2026-03-29 06:31:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 027e5bb2-f060-59ea-96b1-b97ca502e5f9 with identifier: SA17%20MXE
2026-03-29 06:31:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 027e5bb2-f060-59ea-96b1-b97ca502e5f9 with identifier: SA17%20MXE
2026-03-29 06:31:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 027e5bb2-f060-59ea-96b1-b97ca502e5f9 with identifier: SA17%20MXE to the API
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA17%20MXE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '027e5bb2-f060-59ea-96b1-b97ca502e5f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA17 MXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA17%20MXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 117553,
 '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 TRAFIC 2.9T 1.6 LL29 DCI 120 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'LL29 DCI 120 SPORT',
 'vin': 'VF1FL000157273513',
 'year': 2017}
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520MXE%27 HTTP/1.1" 200 None
2026-03-29 06:31:49 [bca.uk] INFO: Saving data for SA17%20MXE: {'auction_closing_time': 1774778400.0, 'created_time': 1774477123.046766, 'last_price_update_time': 1774765909.297533}
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520MXE') HTTP/1.1" 204 0
2026-03-29 06:31:49 [bca.uk] INFO: Found listing with ID: MA72%20YBB
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31: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%2520YBB%27 HTTP/1.1" 200 None
2026-03-29 06:31:49 [bca.uk] INFO: Scrape type for MA72%20YBB: 2
2026-03-29 06:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB
2026-03-29 06:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da369d85-3b08-5153-962d-44302acc77f5 with scrape type 2
2026-03-29 06:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da369d85-3b08-5153-962d-44302acc77f5 with scrape type 2
2026-03-29 06:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da369d85-3b08-5153-962d-44302acc77f5, identifier: MA72%20YBB
2026-03-29 06:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY
2026-03-29 06:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY
2026-03-29 06:31:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY to the API
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20OHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '33fc1b32-ed8e-5ec0-a304-6ff061cc53b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 OHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20OHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 29575,
 '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 (22KC) StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 M SPORT (22KC)',
 'vin': 'WBY62EF0805W39706',
 'year': 2023}
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OHY%27 HTTP/1.1" 200 None
2026-03-29 06:31:49 [bca.uk] INFO: Saving data for NL23%20OHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774448867.130272, 'last_price_update_time': 1774765909.802412}
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OHY') HTTP/1.1" 204 0
2026-03-29 06:31: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:31:49 [bca.uk] INFO: Found listing with ID: WK69%20PXF
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:31:49 [bca.uk] INFO: Scrape type for WK69%20PXF: 2
2026-03-29 06:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF
2026-03-29 06:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 180bc39b-a207-5b95-bba5-905a378ce679 with scrape type 2
2026-03-29 06:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 180bc39b-a207-5b95-bba5-905a378ce679 with scrape type 2
2026-03-29 06:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 180bc39b-a207-5b95-bba5-905a378ce679, identifier: WK69%20PXF
2026-03-29 06:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG
2026-03-29 06:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG
2026-03-29 06:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG to the API
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB67%20HVG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6251bb80-5b8f-532d-b6c2-e0ebec08a9e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB67 HVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB67%20HVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 55080,
 'odometer_reading_unit': '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 DYNAMIC LUXURY '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE DYNAMIC LUXURY',
 'vin': 'SALCA2AN7HH710552',
 'year': 2018}
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-29 06:31:50 [bca.uk] INFO: Saving data for YB67%20HVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774477096.145922, 'last_price_update_time': 1774765910.233041}
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB67%2520HVG') HTTP/1.1" 204 0
2026-03-29 06:31:50 [bca.uk] INFO: Found listing with ID: WL16%20HVN
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL16%2520HVN%27 HTTP/1.1" 200 None
2026-03-29 06:31:50 [bca.uk] INFO: Scrape type for WL16%20HVN: 2
2026-03-29 06:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f107c3-c0a4-558b-9e51-197e98f7822b with identifier: WL16%20HVN
2026-03-29 06:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79f107c3-c0a4-558b-9e51-197e98f7822b with scrape type 2
2026-03-29 06:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79f107c3-c0a4-558b-9e51-197e98f7822b with scrape type 2
2026-03-29 06:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79f107c3-c0a4-558b-9e51-197e98f7822b, identifier: WL16%20HVN
2026-03-29 06:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB
2026-03-29 06:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB
2026-03-29 06:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB to the API
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20YBB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'da369d85-3b08-5153-962d-44302acc77f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA72 YBB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20YBB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 29737,
 'odometer_reading_unit': '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': 'VF1AG000669595343',
 'year': 2022}
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520YBB%27 HTTP/1.1" 200 None
2026-03-29 06:31:50 [bca.uk] INFO: Saving data for MA72%20YBB: {'auction_closing_time': 1774864800.0, 'created_time': 1774276834.42778, 'last_price_update_time': 1774765910.617228}
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520YBB') HTTP/1.1" 204 0
2026-03-29 06:31:50 [bca.uk] INFO: Found listing with ID: NL23%20YJG
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-29 06:31:50 [bca.uk] INFO: Scrape type for NL23%20YJG: 2
2026-03-29 06:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG
2026-03-29 06:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 940e9572-70a4-51b7-96dd-a65d6e8ac26d with scrape type 2
2026-03-29 06:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 940e9572-70a4-51b7-96dd-a65d6e8ac26d with scrape type 2
2026-03-29 06:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 940e9572-70a4-51b7-96dd-a65d6e8ac26d, identifier: NL23%20YJG
2026-03-29 06:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF
2026-03-29 06:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF
2026-03-29 06:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF to the API
2026-03-29 06:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK69%20PXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '180bc39b-a207-5b95-bba5-905a378ce679',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK69 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK69%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 44901,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNSMKS338611',
 'year': 2019}
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520PXF%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Saving data for WK69%20PXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477319.895546, 'last_price_update_time': 1774765911.013079}
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK69%2520PXF') HTTP/1.1" 204 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: CA16%20FPG
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for CA16%20FPG: 2
2026-03-29 06:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG
2026-03-29 06:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f360d7e-958d-5f22-81b9-20967643dbdd with scrape type 2
2026-03-29 06:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f360d7e-958d-5f22-81b9-20967643dbdd with scrape type 2
2026-03-29 06:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f360d7e-958d-5f22-81b9-20967643dbdd, identifier: CA16%20FPG
2026-03-29 06:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79f107c3-c0a4-558b-9e51-197e98f7822b with identifier: WL16%20HVN
2026-03-29 06:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79f107c3-c0a4-558b-9e51-197e98f7822b with identifier: WL16%20HVN
2026-03-29 06:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79f107c3-c0a4-558b-9e51-197e98f7822b with identifier: WL16%20HVN to the API
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL16%20HVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79f107c3-c0a4-558b-9e51-197e98f7822b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL16 HVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL16%20HVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'NP300 NAVARA',
 'odometer': 107093,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NP300 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0026754',
 'year': 2016}
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL16%2520HVN%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Saving data for WL16%20HVN: {'auction_closing_time': 1774778400.0, 'created_time': 1774477108.336848, 'last_price_update_time': 1774765911.422242}
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL16%2520HVN') HTTP/1.1" 204 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: GJ19%20VTE
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for GJ19%20VTE: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: KT08%20GPU
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT08%2520GPU%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for KT08%20GPU: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: MV20%20AZA
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV20%2520AZA%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for MV20%20AZA: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: OE74%20YKV
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520YKV%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for OE74%20YKV: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: OV22%20HPU
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for OV22%20HPU: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: OY10%20VGA
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520VGA%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for OY10%20VGA: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: VK63%20AHD
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520AHD%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for VK63%20AHD: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: WJ13%20XSM
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520XSM%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for WJ13%20XSM: 0
2026-03-29 06:31:51 [bca.uk] INFO: Found listing with ID: WV21%20ZXL
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Scrape type for WV21%20ZXL: 2
2026-03-29 06:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL
2026-03-29 06:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with scrape type 2
2026-03-29 06:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with scrape type 2
2026-03-29 06:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12, identifier: WV21%20ZXL
2026-03-29 06:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG
2026-03-29 06:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG
2026-03-29 06:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG to the API
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20YJG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '940e9572-70a4-51b7-96dd-a65d6e8ac26d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 YJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20YJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 20674,
 '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 (22KC) StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 M SPORT (22KC)',
 'vin': 'WBY62EF0705W79419',
 'year': 2023}
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-29 06:31:51 [bca.uk] INFO: Saving data for NL23%20YJG: {'auction_closing_time': 1774864800.0, 'created_time': 1774448867.746447, 'last_price_update_time': 1774765911.965502}
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520YJG') HTTP/1.1" 204 0
2026-03-29 06:31:52 [bca.uk] INFO: Found listing with ID: YD17%20MTC
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD17%2520MTC%27 HTTP/1.1" 200 None
2026-03-29 06:31:52 [bca.uk] INFO: Scrape type for YD17%20MTC: 2
2026-03-29 06:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC
2026-03-29 06:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with scrape type 2
2026-03-29 06:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with scrape type 2
2026-03-29 06:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9, identifier: YD17%20MTC
2026-03-29 06:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG
2026-03-29 06:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG
2026-03-29 06:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG to the API
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA16%20FPG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f360d7e-958d-5f22-81b9-20967643dbdd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA16 FPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA16%20FPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 56894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF12RD11A55496234',
 'year': 2016}
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-29 06:31:52 [bca.uk] INFO: Saving data for CA16%20FPG: {'auction_closing_time': 1775124000.0, 'created_time': 1774477096.844865, 'last_price_update_time': 1774765912.442218}
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA16%2520FPG') HTTP/1.1" 204 0
2026-03-29 06:31:52 [bca.uk] INFO: Found listing with ID: HG71%20KFD
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG71%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:31:52 [bca.uk] INFO: Scrape type for HG71%20KFD: 2
2026-03-29 06:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 681806ed-87b5-5d64-be1d-9e4e0d9534c1 with identifier: HG71%20KFD
2026-03-29 06:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 681806ed-87b5-5d64-be1d-9e4e0d9534c1 with scrape type 2
2026-03-29 06:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 681806ed-87b5-5d64-be1d-9e4e0d9534c1 with scrape type 2
2026-03-29 06:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 681806ed-87b5-5d64-be1d-9e4e0d9534c1, identifier: HG71%20KFD
2026-03-29 06:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL
2026-03-29 06:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL
2026-03-29 06:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL to the API
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV21%20ZXL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV21 ZXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV21%20ZXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E450',
 'odometer': 30544,
 '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 E450 3.0 AMG LINE NIGHT ED.PREM+ 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM+ 4M 9G',
 'vin': 'W1K2383592F164531',
 'year': 2021}
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 06:31:52 [bca.uk] INFO: Saving data for WV21%20ZXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774447290.527376, 'last_price_update_time': 1774765912.855718}
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV21%2520ZXL') HTTP/1.1" 204 0
2026-03-29 06:31:52 [bca.uk] INFO: Found listing with ID: GY55%20YSK
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY55%2520YSK%27 HTTP/1.1" 200 None
2026-03-29 06:31:52 [bca.uk] INFO: Scrape type for GY55%20YSK: 2
2026-03-29 06:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK
2026-03-29 06:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with scrape type 2
2026-03-29 06:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with scrape type 2
2026-03-29 06:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3873a2e-67f0-5d27-9c0b-44d9c6d83752, identifier: GY55%20YSK
2026-03-29 06:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC
2026-03-29 06:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC
2026-03-29 06:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC to the API
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD17%20MTC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD17 MTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD17%20MTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 64056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.6 TDI 116 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 116 SPORT',
 'vin': 'WAUZZZGA0HA002933',
 'year': 2017}
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD17%2520MTC%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Saving data for YD17%20MTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774477309.229604, 'last_price_update_time': 1774765913.275529}
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD17%2520MTC') HTTP/1.1" 204 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: DSZ%204629
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for DSZ%204629: 2
2026-03-29 06:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629
2026-03-29 06:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de5ca64a-50c4-50f0-9b8e-041745594059 with scrape type 2
2026-03-29 06:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de5ca64a-50c4-50f0-9b8e-041745594059 with scrape type 2
2026-03-29 06:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de5ca64a-50c4-50f0-9b8e-041745594059, identifier: DSZ%204629
2026-03-29 06:31:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 681806ed-87b5-5d64-be1d-9e4e0d9534c1 with identifier: HG71%20KFD
2026-03-29 06:31:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 681806ed-87b5-5d64-be1d-9e4e0d9534c1 with identifier: HG71%20KFD
2026-03-29 06:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 681806ed-87b5-5d64-be1d-9e4e0d9534c1 with identifier: HG71%20KFD to the API
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG71%20KFD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '681806ed-87b5-5d64-be1d-9e4e0d9534c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG71 KFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG71%20KFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'ISUZU TRUCKS',
 'model': 'N35.125S',
 'odometer': 31094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ISUZU TRUCKS N35.125S 1.9 GRAFTER SWB Tipper',
 'transmission': 'manual',
 'trim': 'GRAFTER SWB',
 'vin': 'JAANLR87EM7100637',
 'year': 2022}
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG71%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Saving data for HG71%20KFD: {'auction_closing_time': 1774778400.0, 'created_time': 1774477109.904181, 'last_price_update_time': 1774765913.673898}
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG71%2520KFD') HTTP/1.1" 204 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: NA69%20USD
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520USD%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for NA69%20USD: 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: SB17%20XVZ
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520XVZ%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for SB17%20XVZ: 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: CJ23%20FFK
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520FFK%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for CJ23%20FFK: 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: HN25%20JHY
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520JHY%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for HN25%20JHY: 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: HT23%20GDK
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for HT23%20GDK: 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: MM74%20YOF
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for MM74%20YOF: 0
2026-03-29 06:31:53 [bca.uk] INFO: Found listing with ID: AF72%20TYP
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-29 06:31:53 [bca.uk] INFO: Scrape type for AF72%20TYP: 2
2026-03-29 06:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP
2026-03-29 06:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d46574c-8c57-5e97-b963-104568f74017 with scrape type 2
2026-03-29 06:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d46574c-8c57-5e97-b963-104568f74017 with scrape type 2
2026-03-29 06:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d46574c-8c57-5e97-b963-104568f74017, identifier: AF72%20TYP
2026-03-29 06:31:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK
2026-03-29 06:31:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK
2026-03-29 06:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK to the API
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY55%20YSK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3873a2e-67f0-5d27-9c0b-44d9c6d83752',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY55 YSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY55%20YSK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 161756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 900,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'AUDI TT 1.8 T 225 QUATTRO Coupe',
 'transmission': 'manual',
 'trim': 'T 225 QUATTRO',
 'vin': 'TRUZZZ8N561002854',
 'year': 2005}
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY55%2520YSK%27 HTTP/1.1" 200 None
2026-03-29 06:31:54 [bca.uk] INFO: Saving data for GY55%20YSK: {'auction_closing_time': 1775026800.0, 'created_time': 1773841402.839685, 'last_price_update_time': 1774765914.175194}
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY55%2520YSK') HTTP/1.1" 204 0
2026-03-29 06:31:54 [bca.uk] INFO: Found listing with ID: YJ65%20YRV
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YRV%27 HTTP/1.1" 200 None
2026-03-29 06:31:54 [bca.uk] INFO: Scrape type for YJ65%20YRV: 2
2026-03-29 06:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV
2026-03-29 06:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69660855-f1df-59d1-8a07-da3b05d6b270 with scrape type 2
2026-03-29 06:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69660855-f1df-59d1-8a07-da3b05d6b270 with scrape type 2
2026-03-29 06:31:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69660855-f1df-59d1-8a07-da3b05d6b270, identifier: YJ65%20YRV
2026-03-29 06:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629
2026-03-29 06:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629
2026-03-29 06:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629 to the API
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DSZ%204629-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de5ca64a-50c4-50f0-9b8e-041745594059',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DSZ 4629',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DSZ%204629&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 54867,
 'odometer_reading_unit': '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 ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'SDPW7CBDAKZ072718',
 'year': 2019}
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-29 06:31:54 [bca.uk] INFO: Saving data for DSZ%204629: {'auction_closing_time': 1775124000.0, 'created_time': 1774477043.66304, 'last_price_update_time': 1774765914.656893}
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DSZ%25204629') HTTP/1.1" 204 0
2026-03-29 06:31:54 [bca.uk] INFO: Found listing with ID: BN21%20WMM
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520WMM%27 HTTP/1.1" 200 None
2026-03-29 06:31:54 [bca.uk] INFO: Scrape type for BN21%20WMM: 2
2026-03-29 06:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 253bf61c-bbbe-5d3f-903c-d79039580868 with identifier: BN21%20WMM
2026-03-29 06:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 253bf61c-bbbe-5d3f-903c-d79039580868 with scrape type 2
2026-03-29 06:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 253bf61c-bbbe-5d3f-903c-d79039580868 with scrape type 2
2026-03-29 06:31:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 253bf61c-bbbe-5d3f-903c-d79039580868, identifier: BN21%20WMM
2026-03-29 06:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP
2026-03-29 06:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP
2026-03-29 06:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP to the API
2026-03-29 06:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20TYP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9d46574c-8c57-5e97-b963-104568f74017',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 TYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20TYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 56239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK8NC446892',
 'year': 2022}
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Saving data for AF72%20TYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774276833.187191, 'last_price_update_time': 1774765915.047344}
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520TYP') HTTP/1.1" 204 0
2026-03-29 06:31:55 [bca.uk] INFO: Found listing with ID: NRZ%202102
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NRZ%25202102%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Scrape type for NRZ%202102: 2
2026-03-29 06:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102
2026-03-29 06:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0159dd1-3445-5453-872c-1c7dfea29ff2 with scrape type 2
2026-03-29 06:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0159dd1-3445-5453-872c-1c7dfea29ff2 with scrape type 2
2026-03-29 06:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0159dd1-3445-5453-872c-1c7dfea29ff2, identifier: NRZ%202102
2026-03-29 06:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV
2026-03-29 06:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV
2026-03-29 06:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV to the API
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ65%20YRV-GB',
 'category': 'Car',
 'color': 'glacier silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69660855-f1df-59d1-8a07-da3b05d6b270',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ65 YRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ65%20YRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '220D',
 'odometer': 87585,
 '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 220D 2.0 190 SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 SPORT STEP',
 'vin': 'WBA2G72080V297352',
 'year': 2015}
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YRV%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Saving data for YJ65%20YRV: {'auction_closing_time': 1774864800.0, 'created_time': 1773822534.399612, 'last_price_update_time': 1774765915.460586}
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ65%2520YRV') HTTP/1.1" 204 0
2026-03-29 06:31:55 [bca.uk] INFO: Found listing with ID: LJ18%20VEY
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Scrape type for LJ18%20VEY: 2
2026-03-29 06:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY
2026-03-29 06:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c0bee6-5b49-5ded-956f-4465975f75e3 with scrape type 2
2026-03-29 06:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c0bee6-5b49-5ded-956f-4465975f75e3 with scrape type 2
2026-03-29 06:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c0bee6-5b49-5ded-956f-4465975f75e3, identifier: LJ18%20VEY
2026-03-29 06:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 253bf61c-bbbe-5d3f-903c-d79039580868 with identifier: BN21%20WMM
2026-03-29 06:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 253bf61c-bbbe-5d3f-903c-d79039580868 with identifier: BN21%20WMM
2026-03-29 06:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 253bf61c-bbbe-5d3f-903c-d79039580868 with identifier: BN21%20WMM to the API
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN21%20WMM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '253bf61c-bbbe-5d3f-903c-d79039580868',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN21 WMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN21%20WMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 54293,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD N-GUARD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 TT 4WD N-GUARD',
 'vin': 'VSKCTND23U0156428',
 'year': 2021}
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520WMM%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Saving data for BN21%20WMM: {'auction_closing_time': 1774778400.0, 'created_time': 1774477086.952715, 'last_price_update_time': 1774765915.837639}
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN21%2520WMM') HTTP/1.1" 204 0
2026-03-29 06:31:55 [bca.uk] INFO: Found listing with ID: RX24%20CXK
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX24%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Scrape type for RX24%20CXK: 0
2026-03-29 06:31:55 [bca.uk] INFO: Found listing with ID: WN22%20HXL
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 06:31:55 [bca.uk] INFO: Scrape type for WN22%20HXL: 2
2026-03-29 06:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL
2026-03-29 06:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5153690-57fb-5b4b-a17e-b15ce14eb803 with scrape type 2
2026-03-29 06:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5153690-57fb-5b4b-a17e-b15ce14eb803 with scrape type 2
2026-03-29 06:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5153690-57fb-5b4b-a17e-b15ce14eb803, identifier: WN22%20HXL
2026-03-29 06:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102
2026-03-29 06:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102
2026-03-29 06:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102 to the API
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NRZ%202102-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0159dd1-3445-5453-872c-1c7dfea29ff2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NRZ 2102',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NRZ%202102&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 110822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM X',
 'vin': 'WF0KXXWPCKHK36900',
 'year': 2017}
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NRZ%25202102%27 HTTP/1.1" 200 None
2026-03-29 06:31:56 [bca.uk] INFO: Saving data for NRZ%202102: {'auction_closing_time': 1775026800.0, 'created_time': 1773828313.525426, 'last_price_update_time': 1774765916.251223}
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NRZ%25202102') HTTP/1.1" 204 0
2026-03-29 06:31:56 [bca.uk] INFO: Found listing with ID: AF63%20PHX
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520PHX%27 HTTP/1.1" 200 None
2026-03-29 06:31:56 [bca.uk] INFO: Scrape type for AF63%20PHX: 2
2026-03-29 06:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX
2026-03-29 06:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with scrape type 2
2026-03-29 06:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with scrape type 2
2026-03-29 06:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9, identifier: AF63%20PHX
2026-03-29 06:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY
2026-03-29 06:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY
2026-03-29 06:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY to the API
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2c0bee6-5b49-5ded-956f-4465975f75e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ18 VEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ18%20VEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 102055,
 'odometer_reading_unit': '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': 'SALWA2AKXJA400770',
 'year': 2018}
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-29 06:31:56 [bca.uk] INFO: Saving data for LJ18%20VEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477074.635899, 'last_price_update_time': 1774765916.646204}
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ18%2520VEY') HTTP/1.1" 204 0
2026-03-29 06:31:56 [bca.uk] INFO: Found listing with ID: WT16%20AYX
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 06:31:56 [bca.uk] INFO: Scrape type for WT16%20AYX: 2
2026-03-29 06:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b453fe3-b4dc-5c09-802e-379e1fff7fab with identifier: WT16%20AYX
2026-03-29 06:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b453fe3-b4dc-5c09-802e-379e1fff7fab with scrape type 2
2026-03-29 06:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b453fe3-b4dc-5c09-802e-379e1fff7fab with scrape type 2
2026-03-29 06:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b453fe3-b4dc-5c09-802e-379e1fff7fab, identifier: WT16%20AYX
2026-03-29 06:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL
2026-03-29 06:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL
2026-03-29 06:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL to the API
2026-03-29 06:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20HXL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e5153690-57fb-5b4b-a17e-b15ce14eb803',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 HXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20HXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 72136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK3NC260869',
 'year': 2022}
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-29 06:31:57 [bca.uk] INFO: Saving data for WN22%20HXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774276125.543115, 'last_price_update_time': 1774765917.022084}
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520HXL') HTTP/1.1" 204 0
2026-03-29 06:31:57 [bca.uk] INFO: Found listing with ID: YG65%20PJO
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520PJO%27 HTTP/1.1" 200 None
2026-03-29 06:31:57 [bca.uk] INFO: Scrape type for YG65%20PJO: 2
2026-03-29 06:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 247c39df-4d37-5a2c-9e44-e585428534f3 with identifier: YG65%20PJO
2026-03-29 06:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 247c39df-4d37-5a2c-9e44-e585428534f3 with scrape type 2
2026-03-29 06:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 247c39df-4d37-5a2c-9e44-e585428534f3 with scrape type 2
2026-03-29 06:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 247c39df-4d37-5a2c-9e44-e585428534f3, identifier: YG65%20PJO
2026-03-29 06:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=imperial+blue HTTP/1.1" 200 None
2026-03-29 06:31:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:31: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:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX
2026-03-29 06:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX to the API
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF63%20PHX-GB',
 'category': 'Car',
 'color': 'imperial blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '09bf1cb6-d18a-5e02-b49a-4af27d2f91e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF63 PHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF63%20PHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '520D',
 'odometer': 144854,
 '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 TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'SE TOURING STEP',
 'vin': 'WBA5J32070D695066',
 'year': 2013}
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520PHX%27 HTTP/1.1" 200 None
2026-03-29 06:31:57 [bca.uk] INFO: Saving data for AF63%20PHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477307.790877, 'last_price_update_time': 1774765917.513722}
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF63%2520PHX') HTTP/1.1" 204 0
2026-03-29 06:31:57 [bca.uk] INFO: Found listing with ID: BP19%20JJK
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 06:31:57 [bca.uk] INFO: Scrape type for BP19%20JJK: 2
2026-03-29 06:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK
2026-03-29 06:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 333a7098-2034-5e24-8777-5064b4c76efd with scrape type 2
2026-03-29 06:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 333a7098-2034-5e24-8777-5064b4c76efd with scrape type 2
2026-03-29 06:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 333a7098-2034-5e24-8777-5064b4c76efd, identifier: BP19%20JJK
2026-03-29 06:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b453fe3-b4dc-5c09-802e-379e1fff7fab with identifier: WT16%20AYX
2026-03-29 06:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b453fe3-b4dc-5c09-802e-379e1fff7fab with identifier: WT16%20AYX
2026-03-29 06:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b453fe3-b4dc-5c09-802e-379e1fff7fab with identifier: WT16%20AYX to the API
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT16%20AYX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b453fe3-b4dc-5c09-802e-379e1fff7fab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT16 AYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT16%20AYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 146499,
 '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.4 DI-D 178 WARRIOR 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 178 WARRIOR 4WD',
 'vin': 'MMCJJKL10GH027898',
 'year': 2016}
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 06:31:57 [bca.uk] INFO: Saving data for WT16%20AYX: {'auction_closing_time': 1774778400.0, 'created_time': 1774477075.049959, 'last_price_update_time': 1774765917.918054}
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT16%2520AYX') HTTP/1.1" 204 0
2026-03-29 06:31:57 [bca.uk] INFO: Found listing with ID: BK23%20GYH
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 06:31:57 [bca.uk] INFO: Scrape type for BK23%20GYH: 2
2026-03-29 06:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH
2026-03-29 06:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91501fd-5f74-57f8-ab86-ee0f0615f606 with scrape type 2
2026-03-29 06:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91501fd-5f74-57f8-ab86-ee0f0615f606 with scrape type 2
2026-03-29 06:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b91501fd-5f74-57f8-ab86-ee0f0615f606, identifier: BK23%20GYH
2026-03-29 06:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 247c39df-4d37-5a2c-9e44-e585428534f3 with identifier: YG65%20PJO
2026-03-29 06:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 247c39df-4d37-5a2c-9e44-e585428534f3 with identifier: YG65%20PJO
2026-03-29 06:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 247c39df-4d37-5a2c-9e44-e585428534f3 with identifier: YG65%20PJO to the API
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG65%20PJO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '247c39df-4d37-5a2c-9e44-e585428534f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG65 PJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG65%20PJO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 121690,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5000,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D X LINE STEP',
 'vin': 'WBAHU320605D18326',
 'year': 2015}
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520PJO%27 HTTP/1.1" 200 None
2026-03-29 06:31:58 [bca.uk] INFO: Saving data for YG65%20PJO: {'auction_closing_time': 1775026800.0, 'created_time': 1773844261.52715, 'last_price_update_time': 1774765918.35867}
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG65%2520PJO') HTTP/1.1" 204 0
2026-03-29 06:31:58 [bca.uk] INFO: Found listing with ID: BD58%20DZK
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520DZK%27 HTTP/1.1" 200 None
2026-03-29 06:31:58 [bca.uk] INFO: Scrape type for BD58%20DZK: 2
2026-03-29 06:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK
2026-03-29 06:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b95f0fd-8497-5436-bdd0-c1e1da985687 with scrape type 2
2026-03-29 06:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b95f0fd-8497-5436-bdd0-c1e1da985687 with scrape type 2
2026-03-29 06:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b95f0fd-8497-5436-bdd0-c1e1da985687, identifier: BD58%20DZK
2026-03-29 06:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK
2026-03-29 06:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK
2026-03-29 06:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK to the API
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP19%20JJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '333a7098-2034-5e24-8777-5064b4c76efd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP19 JJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP19%20JJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 40520,
 'odometer_reading_unit': '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 R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD R-DYNAMIC S',
 'vin': 'SADFB2CN4K1Z67476',
 'year': 2019}
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-29 06:31:58 [bca.uk] INFO: Saving data for BP19%20JJK: {'auction_closing_time': 1775124000.0, 'created_time': 1774477059.775715, 'last_price_update_time': 1774765918.845461}
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP19%2520JJK') HTTP/1.1" 204 0
2026-03-29 06:31:58 [bca.uk] INFO: Found listing with ID: WF23%20UAE
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF23%2520UAE%27 HTTP/1.1" 200 None
2026-03-29 06:31:58 [bca.uk] INFO: Scrape type for WF23%20UAE: 2
2026-03-29 06:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cc70336-bcfe-5c62-ac44-7defa69a10ad with identifier: WF23%20UAE
2026-03-29 06:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cc70336-bcfe-5c62-ac44-7defa69a10ad with scrape type 2
2026-03-29 06:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cc70336-bcfe-5c62-ac44-7defa69a10ad with scrape type 2
2026-03-29 06:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cc70336-bcfe-5c62-ac44-7defa69a10ad, identifier: WF23%20UAE
2026-03-29 06:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH
2026-03-29 06:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH
2026-03-29 06:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH to the API
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20GYH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b91501fd-5f74-57f8-ab86-ee0f0615f606',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 GYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20GYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 35894,
 '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 236KW 77.4KWH AWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE',
 'vin': 'KNAC481CRP5109423',
 'year': 2023}
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-29 06:31:59 [bca.uk] INFO: Saving data for BK23%20GYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774276120.735485, 'last_price_update_time': 1774765919.234848}
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520GYH') HTTP/1.1" 204 0
2026-03-29 06:31:59 [bca.uk] INFO: Found listing with ID: VXZ%204474
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VXZ%25204474%27 HTTP/1.1" 200 None
2026-03-29 06:31:59 [bca.uk] INFO: Scrape type for VXZ%204474: 2
2026-03-29 06:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474
2026-03-29 06:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80665f2f-f56e-5c92-b082-e32d21704814 with scrape type 2
2026-03-29 06:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80665f2f-f56e-5c92-b082-e32d21704814 with scrape type 2
2026-03-29 06:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80665f2f-f56e-5c92-b082-e32d21704814, identifier: VXZ%204474
2026-03-29 06:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK
2026-03-29 06:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK
2026-03-29 06:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK to the API
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD58%20DZK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b95f0fd-8497-5436-bdd0-c1e1da985687',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD58 DZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD58%20DZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CHEVROLET',
 'model': 'LACETTI',
 'odometer': 41513,
 '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 LACETTI 1.8 SX SW Estate',
 'transmission': 'automatic',
 'trim': 'SX SW',
 'vin': 'KL1NA35BJ9K081913',
 'year': 2009}
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520DZK%27 HTTP/1.1" 200 None
2026-03-29 06:31:59 [bca.uk] INFO: Saving data for BD58%20DZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477296.163718, 'last_price_update_time': 1774765919.638845}
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD58%2520DZK') HTTP/1.1" 204 0
2026-03-29 06:31:59 [bca.uk] INFO: Found listing with ID: KJ17%20LNG
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-29 06:31:59 [bca.uk] INFO: Scrape type for KJ17%20LNG: 2
2026-03-29 06:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG
2026-03-29 06:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1cb5461-30f8-5c60-aa55-6a3a0892df4f with scrape type 2
2026-03-29 06:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1cb5461-30f8-5c60-aa55-6a3a0892df4f with scrape type 2
2026-03-29 06:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1cb5461-30f8-5c60-aa55-6a3a0892df4f, identifier: KJ17%20LNG
2026-03-29 06:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cc70336-bcfe-5c62-ac44-7defa69a10ad with identifier: WF23%20UAE
2026-03-29 06:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cc70336-bcfe-5c62-ac44-7defa69a10ad with identifier: WF23%20UAE
2026-03-29 06:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cc70336-bcfe-5c62-ac44-7defa69a10ad with identifier: WF23%20UAE to the API
2026-03-29 06:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:31: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:32:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 315,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF23%20UAE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cc70336-bcfe-5c62-ac44-7defa69a10ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF23 UAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF23%20UAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER RAPTOR',
 'odometer': 41359,
 '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 RAPTOR 3.0 E/B V6 292 4WD A10 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'E/B V6 292 4WD A10',
 'vin': '6FPFXXMX2FNB69290',
 'year': 2023}
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF23%2520UAE%27 HTTP/1.1" 200 None
2026-03-29 06:32:00 [bca.uk] INFO: Saving data for WF23%20UAE: {'auction_closing_time': 1774778400.0, 'created_time': 1774477071.629722, 'last_price_update_time': 1774765920.031738}
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF23%2520UAE') HTTP/1.1" 204 0
2026-03-29 06:32:00 [bca.uk] INFO: Found listing with ID: AF72%20WDN
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:32:00 [bca.uk] INFO: Scrape type for AF72%20WDN: 2
2026-03-29 06:32:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN
2026-03-29 06:32:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa391915-defd-50ef-845c-b0eb3d24fc56 with scrape type 2
2026-03-29 06:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa391915-defd-50ef-845c-b0eb3d24fc56 with scrape type 2
2026-03-29 06:32:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa391915-defd-50ef-845c-b0eb3d24fc56, identifier: AF72%20WDN
2026-03-29 06:32:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474
2026-03-29 06:32:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474
2026-03-29 06:32:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474 to the API
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VXZ%204474-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80665f2f-f56e-5c92-b082-e32d21704814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VXZ 4474',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VXZ%204474&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 123993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25025,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 R-DYNAMIC SE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC SE COMMERCIAL',
 'vin': 'SALRACAW9P2471435',
 'year': 2022}
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VXZ%25204474%27 HTTP/1.1" 200 None
2026-03-29 06:32:00 [bca.uk] INFO: Saving data for VXZ%204474: {'auction_closing_time': 1775026800.0, 'created_time': 1774448855.874498, 'last_price_update_time': 1774765920.471853}
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VXZ%25204474') HTTP/1.1" 204 0
2026-03-29 06:32:00 [bca.uk] INFO: Found listing with ID: BN57%20NXY
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 06:32:00 [bca.uk] INFO: Scrape type for BN57%20NXY: 2
2026-03-29 06:32:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY
2026-03-29 06:32:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f31dc73d-4498-5d0a-a971-a1be062fd018 with scrape type 2
2026-03-29 06:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f31dc73d-4498-5d0a-a971-a1be062fd018 with scrape type 2
2026-03-29 06:32:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f31dc73d-4498-5d0a-a971-a1be062fd018, identifier: BN57%20NXY
2026-03-29 06:32:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG
2026-03-29 06:32:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG
2026-03-29 06:32:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG to the API
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ17%20LNG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1cb5461-30f8-5c60-aa55-6a3a0892df4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ17 LNG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ17%20LNG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 57558,
 '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 Q5 2.0 TDI 190 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY3H2018200',
 'year': 2017}
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-29 06:32:00 [bca.uk] INFO: Saving data for KJ17%20LNG: {'auction_closing_time': 1775124000.0, 'created_time': 1774477056.285464, 'last_price_update_time': 1774765920.859265}
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520LNG') HTTP/1.1" 204 0
2026-03-29 06:32:00 [bca.uk] INFO: Found listing with ID: FD17%20UVM
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520UVM%27 HTTP/1.1" 200 None
2026-03-29 06:32:00 [bca.uk] INFO: Scrape type for FD17%20UVM: 2
2026-03-29 06:32:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5fae0ca-6d71-57d3-b3d0-6befefdc25cb with identifier: FD17%20UVM
2026-03-29 06:32:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5fae0ca-6d71-57d3-b3d0-6befefdc25cb with scrape type 2
2026-03-29 06:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5fae0ca-6d71-57d3-b3d0-6befefdc25cb with scrape type 2
2026-03-29 06:32:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5fae0ca-6d71-57d3-b3d0-6befefdc25cb, identifier: FD17%20UVM
2026-03-29 06:32:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN
2026-03-29 06:32:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN
2026-03-29 06:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN to the API
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20WDN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa391915-defd-50ef-845c-b0eb3d24fc56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 WDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20WDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 49768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC446981',
 'year': 2022}
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-29 06:32:01 [bca.uk] INFO: Saving data for AF72%20WDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774276913.556179, 'last_price_update_time': 1774765921.260445}
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520WDN') HTTP/1.1" 204 0
2026-03-29 06:32:01 [bca.uk] INFO: Found listing with ID: AF70%20UZB
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 06:32:01 [bca.uk] INFO: Scrape type for AF70%20UZB: 2
2026-03-29 06:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB
2026-03-29 06:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5240878-f495-5bda-b7b8-840cf5f04e67 with scrape type 2
2026-03-29 06:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5240878-f495-5bda-b7b8-840cf5f04e67 with scrape type 2
2026-03-29 06:32:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5240878-f495-5bda-b7b8-840cf5f04e67, identifier: AF70%20UZB
2026-03-29 06:32:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY
2026-03-29 06:32:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY
2026-03-29 06:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY to the API
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN57%20NXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f31dc73d-4498-5d0a-a971-a1be062fd018',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN57 NXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN57%20NXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CLK 220',
 'odometer': 111795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLK 220 2.1 CDI AVANTGARDE TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI AVANTGARDE TIP',
 'vin': 'WDB2093082F238229',
 'year': 2007}
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 06:32:01 [bca.uk] INFO: Saving data for BN57%20NXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303657.707131, 'last_price_update_time': 1774765921.650249}
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN57%2520NXY') HTTP/1.1" 204 0
2026-03-29 06:32:01 [bca.uk] INFO: Found listing with ID: LO66%20CTV
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:32:01 [bca.uk] INFO: Scrape type for LO66%20CTV: 2
2026-03-29 06:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV
2026-03-29 06:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01500873-bf20-5b7c-89b4-7355ff86af24 with scrape type 2
2026-03-29 06:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01500873-bf20-5b7c-89b4-7355ff86af24 with scrape type 2
2026-03-29 06:32:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01500873-bf20-5b7c-89b4-7355ff86af24, identifier: LO66%20CTV
2026-03-29 06:32:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5fae0ca-6d71-57d3-b3d0-6befefdc25cb with identifier: FD17%20UVM
2026-03-29 06:32:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5fae0ca-6d71-57d3-b3d0-6befefdc25cb with identifier: FD17%20UVM
2026-03-29 06:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5fae0ca-6d71-57d3-b3d0-6befefdc25cb with identifier: FD17%20UVM to the API
2026-03-29 06:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD17%20UVM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5fae0ca-6d71-57d3-b3d0-6befefdc25cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD17 UVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD17%20UVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 141547,
 '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 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYHB65981',
 'year': 2017}
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520UVM%27 HTTP/1.1" 200 None
2026-03-29 06:32:02 [bca.uk] INFO: Saving data for FD17%20UVM: {'auction_closing_time': 1774778400.0, 'created_time': 1774477063.95328, 'last_price_update_time': 1774765922.033562}
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD17%2520UVM') HTTP/1.1" 204 0
2026-03-29 06:32:02 [bca.uk] INFO: Found listing with ID: LB23%20EZP
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 06:32:02 [bca.uk] INFO: Scrape type for LB23%20EZP: 2
2026-03-29 06:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP
2026-03-29 06:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28fc80a7-ad15-5521-ac71-416e321eae8d with scrape type 2
2026-03-29 06:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28fc80a7-ad15-5521-ac71-416e321eae8d with scrape type 2
2026-03-29 06:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28fc80a7-ad15-5521-ac71-416e321eae8d, identifier: LB23%20EZP
2026-03-29 06:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB
2026-03-29 06:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB
2026-03-29 06:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB to the API
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF70%20UZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5240878-f495-5bda-b7b8-840cf5f04e67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF70 UZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF70%20UZB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 127910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SKODA KAROQ 1.5 TSI 150 SE TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 SE TECHNOLOGY',
 'vin': 'TMBKR7NU3M5010629',
 'year': 2021}
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UZB%27 HTTP/1.1" 200 None
2026-03-29 06:32:02 [bca.uk] INFO: Saving data for AF70%20UZB: {'auction_closing_time': 1774854000.0, 'created_time': 1773826719.101211, 'last_price_update_time': 1774765922.404901}
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520UZB') HTTP/1.1" 204 0
2026-03-29 06:32:02 [bca.uk] INFO: Found listing with ID: BP11%20DJP
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520DJP%27 HTTP/1.1" 200 None
2026-03-29 06:32:02 [bca.uk] INFO: Scrape type for BP11%20DJP: 2
2026-03-29 06:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP
2026-03-29 06:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a886ad4-43ec-5c88-94af-444f39b01819 with scrape type 2
2026-03-29 06:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a886ad4-43ec-5c88-94af-444f39b01819 with scrape type 2
2026-03-29 06:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a886ad4-43ec-5c88-94af-444f39b01819, identifier: BP11%20DJP
2026-03-29 06:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV
2026-03-29 06:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV
2026-03-29 06:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV to the API
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO66%20CTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01500873-bf20-5b7c-89b4-7355ff86af24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO66 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO66%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 99873,
 '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 E220 D 2.0 SE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE PREMIUM 9G',
 'vin': 'WDD2130042A107500',
 'year': 2016}
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:32:02 [bca.uk] INFO: Saving data for LO66%20CTV: {'auction_closing_time': 1775124000.0, 'created_time': 1774477048.498815, 'last_price_update_time': 1774765922.815118}
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO66%2520CTV') HTTP/1.1" 204 0
2026-03-29 06:32:02 [bca.uk] INFO: Found listing with ID: HG65%20ULP
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520ULP%27 HTTP/1.1" 200 None
2026-03-29 06:32:02 [bca.uk] INFO: Scrape type for HG65%20ULP: 2
2026-03-29 06:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78 with identifier: HG65%20ULP
2026-03-29 06:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78 with scrape type 2
2026-03-29 06:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78 with scrape type 2
2026-03-29 06:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78, identifier: HG65%20ULP
2026-03-29 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP
2026-03-29 06:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP
2026-03-29 06:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP to the API
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20EZP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '28fc80a7-ad15-5521-ac71-416e321eae8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB23 EZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20EZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 21614,
 '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': 'LRWYHCFS9PC830018',
 'year': 2023}
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 06:32:03 [bca.uk] INFO: Saving data for LB23%20EZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774276995.369182, 'last_price_update_time': 1774765923.291524}
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520EZP') HTTP/1.1" 204 0
2026-03-29 06:32:03 [bca.uk] INFO: Found listing with ID: FM21%20NWU
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-29 06:32:03 [bca.uk] INFO: Scrape type for FM21%20NWU: 2
2026-03-29 06:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU
2026-03-29 06:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28af2aa5-c15d-56cb-9e82-90edc75fc515 with scrape type 2
2026-03-29 06:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28af2aa5-c15d-56cb-9e82-90edc75fc515 with scrape type 2
2026-03-29 06:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28af2aa5-c15d-56cb-9e82-90edc75fc515, identifier: FM21%20NWU
2026-03-29 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP
2026-03-29 06:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP
2026-03-29 06:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP to the API
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP11%20DJP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a886ad4-43ec-5c88-94af-444f39b01819',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP11 DJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP11%20DJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 107886,
 '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 MONDEO 2.0 TDCI 163 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 163 ZETEC',
 'vin': 'WF0EXXGBBEBL24805',
 'year': 2011}
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520DJP%27 HTTP/1.1" 200 None
2026-03-29 06:32:03 [bca.uk] INFO: Saving data for BP11%20DJP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477285.179492, 'last_price_update_time': 1774765923.697301}
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP11%2520DJP') HTTP/1.1" 204 0
2026-03-29 06:32:03 [bca.uk] INFO: Found listing with ID: EY19%20WBO
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 06:32:03 [bca.uk] INFO: Scrape type for EY19%20WBO: 2
2026-03-29 06:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO
2026-03-29 06:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f05314f-e36e-5867-a4d9-029b12489a00 with scrape type 2
2026-03-29 06:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f05314f-e36e-5867-a4d9-029b12489a00 with scrape type 2
2026-03-29 06:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f05314f-e36e-5867-a4d9-029b12489a00, identifier: EY19%20WBO
2026-03-29 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78 with identifier: HG65%20ULP
2026-03-29 06:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78 with identifier: HG65%20ULP
2026-03-29 06:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ace0d1e-0ab3-5b58-9fb1-5e63febabb78 with identifier: HG65%20ULP to the API
2026-03-29 06:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG65%20ULP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ace0d1e-0ab3-5b58-9fb1-5e63febabb78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG65 ULP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG65%20ULP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 149582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYFU83406',
 'year': 2016}
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520ULP%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Saving data for HG65%20ULP: {'auction_closing_time': 1774778400.0, 'created_time': 1774477094.943008, 'last_price_update_time': 1774765924.084699}
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG65%2520ULP') HTTP/1.1" 204 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: YS16%20YDY
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520YDY%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for YS16%20YDY: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: YD18%20BJY
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520BJY%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for YD18%20BJY: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: BK23%20GWC
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GWC%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for BK23%20GWC: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: WM67%20OGL
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520OGL%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for WM67%20OGL: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: WM57%20GGZ
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520GGZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for WM57%20GGZ: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: PK65%20FWG
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520FWG%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for PK65%20FWG: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: NJ15%20CDU
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520CDU%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for NJ15%20CDU: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: LB59%20AYN
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520AYN%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for LB59%20AYN: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: KS21%20YZO
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520YZO%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for KS21%20YZO: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: KM75%20OLB
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLB%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for KM75%20OLB: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: KM75%20OLC
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLC%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for KM75%20OLC: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: BT73%20NKE
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520NKE%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for BT73%20NKE: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: DF16%20EWJ
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520EWJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for DF16%20EWJ: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: BD74%20SMO
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520SMO%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for BD74%20SMO: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: AF22%20UON
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UON%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for AF22%20UON: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: YP15%20RRZ
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520RRZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for YP15%20RRZ: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: GL17%20LUH
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520LUH%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for GL17%20LUH: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: FY63%20ZPE
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY63%2520ZPE%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for FY63%20ZPE: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: FM16%20SJX
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520SJX%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for FM16%20SJX: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: DK14%20XHT
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520XHT%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for DK14%20XHT: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: DF63%20KBE
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520KBE%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for DF63%20KBE: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: SG71%20OBV
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520OBV%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for SG71%20OBV: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: SG22%20NNY
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520NNY%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for SG22%20NNY: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: LB69%20SKO
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520SKO%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for LB69%20SKO: 0
2026-03-29 06:32:04 [bca.uk] INFO: Found listing with ID: BJ73%20LGA
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Scrape type for BJ73%20LGA: 2
2026-03-29 06:32:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA
2026-03-29 06:32:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f524f214-ee82-549c-9dbe-c1f3490d7663 with scrape type 2
2026-03-29 06:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f524f214-ee82-549c-9dbe-c1f3490d7663 with scrape type 2
2026-03-29 06:32:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f524f214-ee82-549c-9dbe-c1f3490d7663, identifier: BJ73%20LGA
2026-03-29 06:32:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU
2026-03-29 06:32:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU
2026-03-29 06:32:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU to the API
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM21%20NWU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '28af2aa5-c15d-56cb-9e82-90edc75fc515',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FM21 NWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM21%20NWU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 68356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.5 TURBO D 100 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 100 SE',
 'vin': 'VXKUBYHTKM4206857',
 'year': 2021}
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-29 06:32:04 [bca.uk] INFO: Saving data for FM21%20NWU: {'auction_closing_time': 1774854000.0, 'created_time': 1773826720.517098, 'last_price_update_time': 1774765924.912617}
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM21%2520NWU') HTTP/1.1" 204 0
2026-03-29 06:32:05 [bca.uk] INFO: Found listing with ID: CP10%20FWA
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP10%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 06:32:05 [bca.uk] INFO: Scrape type for CP10%20FWA: 2
2026-03-29 06:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA
2026-03-29 06:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with scrape type 2
2026-03-29 06:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with scrape type 2
2026-03-29 06:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5, identifier: CP10%20FWA
2026-03-29 06:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO
2026-03-29 06:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO
2026-03-29 06:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO to the API
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY19%20WBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f05314f-e36e-5867-a4d9-029b12489a00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY19 WBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY19%20WBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 57957,
 'odometer_reading_unit': '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 2.0 TDCI 150 2WD ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD ST-LINE',
 'vin': 'WF0AXXWPMAKK25966',
 'year': 2019}
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-29 06:32:05 [bca.uk] INFO: Saving data for EY19%20WBO: {'auction_closing_time': 1775124000.0, 'created_time': 1774477050.19989, 'last_price_update_time': 1774765925.401165}
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY19%2520WBO') HTTP/1.1" 204 0
2026-03-29 06:32:05 [bca.uk] INFO: Found listing with ID: MJ69%20VDN
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520VDN%27 HTTP/1.1" 200 None
2026-03-29 06:32:05 [bca.uk] INFO: Scrape type for MJ69%20VDN: 2
2026-03-29 06:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eaf5adc-c6a5-5a59-8755-a1558404e107 with identifier: MJ69%20VDN
2026-03-29 06:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eaf5adc-c6a5-5a59-8755-a1558404e107 with scrape type 2
2026-03-29 06:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eaf5adc-c6a5-5a59-8755-a1558404e107 with scrape type 2
2026-03-29 06:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eaf5adc-c6a5-5a59-8755-a1558404e107, identifier: MJ69%20VDN
2026-03-29 06:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA
2026-03-29 06:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA
2026-03-29 06:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA to the API
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ73%20LGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f524f214-ee82-549c-9dbe-c1f3490d7663',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ73 LGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ73%20LGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 54847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYPY00951',
 'year': 2023}
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-29 06:32:05 [bca.uk] INFO: Saving data for BJ73%20LGA: {'auction_closing_time': 1775037600.0, 'created_time': 1774392229.998769, 'last_price_update_time': 1774765925.781191}
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ73%2520LGA') HTTP/1.1" 204 0
2026-03-29 06:32:05 [bca.uk] INFO: Found listing with ID: WV21%20RYH
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520RYH%27 HTTP/1.1" 200 None
2026-03-29 06:32:05 [bca.uk] INFO: Scrape type for WV21%20RYH: 2
2026-03-29 06:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH
2026-03-29 06:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with scrape type 2
2026-03-29 06:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with scrape type 2
2026-03-29 06:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27, identifier: WV21%20RYH
2026-03-29 06:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA
2026-03-29 06:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA
2026-03-29 06:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA to the API
2026-03-29 06:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP10%20FWA-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e4de2f7-d89a-556c-bd41-225b52a7e2e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP10 FWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP10%20FWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320I',
 'odometer': 142646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 SE TOURING Estate',
 'transmission': 'manual',
 'trim': 'SE TOURING',
 'vin': 'WBAUS92060A537217',
 'year': 2010}
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP10%2520FWA%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Saving data for CP10%20FWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477289.840448, 'last_price_update_time': 1774765926.182382}
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP10%2520FWA') HTTP/1.1" 204 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: GN67%20WMT
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for GN67%20WMT: 2
2026-03-29 06:32:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT
2026-03-29 06:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3491196c-eb43-5e52-b373-60025395b68d with scrape type 2
2026-03-29 06:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3491196c-eb43-5e52-b373-60025395b68d with scrape type 2
2026-03-29 06:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3491196c-eb43-5e52-b373-60025395b68d, identifier: GN67%20WMT
2026-03-29 06:32:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eaf5adc-c6a5-5a59-8755-a1558404e107 with identifier: MJ69%20VDN
2026-03-29 06:32:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eaf5adc-c6a5-5a59-8755-a1558404e107 with identifier: MJ69%20VDN
2026-03-29 06:32:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6eaf5adc-c6a5-5a59-8755-a1558404e107 with identifier: MJ69%20VDN to the API
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ69%20VDN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6eaf5adc-c6a5-5a59-8755-a1558404e107',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ69 VDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ69%20VDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 61732,
 'odometer_reading_unit': '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 PARTNER 1.5 B/HDI 75 650 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 75 650 PROF.STD.',
 'vin': 'VR3EFYHWCKJ800208',
 'year': 2019}
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520VDN%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Saving data for MJ69%20VDN: {'auction_closing_time': 1774778400.0, 'created_time': 1774477098.559374, 'last_price_update_time': 1774765926.591663}
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ69%2520VDN') HTTP/1.1" 204 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: OE18%20UCD
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520UCD%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for OE18%20UCD: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: KW70%20MDF
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520MDF%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for KW70%20MDF: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: FP65%20HNC
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520HNC%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for FP65%20HNC: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: YC69%20WJU
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC69%2520WJU%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for YC69%20WJU: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: YB18%20JZN
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520JZN%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for YB18%20JZN: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: LC18%20YMG
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520YMG%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for LC18%20YMG: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: DA21%20FXK
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520FXK%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for DA21%20FXK: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: SM19%20EWD
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520EWD%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for SM19%20EWD: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: SN20%20VNS
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520VNS%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for SN20%20VNS: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: YJ13%20RHK
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ13%2520RHK%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for YJ13%20RHK: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: LT15%20FGD
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520FGD%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for LT15%20FGD: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: YD61%20LCP
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD61%2520LCP%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for YD61%20LCP: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: YT54%20EZO
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520EZO%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for YT54%20EZO: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: LL68%20GZO
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520GZO%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for LL68%20GZO: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: A25%20LDS
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A25%2520LDS%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for A25%20LDS: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: PY67%20KFD
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520KFD%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for PY67%20KFD: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: LA71%20HLO
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520HLO%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for LA71%20HLO: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: GX68%20YBC
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520YBC%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for GX68%20YBC: 0
2026-03-29 06:32:06 [bca.uk] INFO: Found listing with ID: VE71%20WPF
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:32:06 [bca.uk] INFO: Scrape type for VE71%20WPF: 2
2026-03-29 06:32:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF
2026-03-29 06:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00f35b59-2f4b-5018-81f6-5fe97e78c787 with scrape type 2
2026-03-29 06:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00f35b59-2f4b-5018-81f6-5fe97e78c787 with scrape type 2
2026-03-29 06:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00f35b59-2f4b-5018-81f6-5fe97e78c787, identifier: VE71%20WPF
2026-03-29 06:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH
2026-03-29 06:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH
2026-03-29 06:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH to the API
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV21%20RYH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0241b6a-0dd8-5f0c-a925-b3f9661fbc27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV21 RYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV21%20RYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 77254,
 '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 FWD 2.0 EBL 130 L2 ChassisCab',
 'transmission': 'manual',
 'trim': 'EBL 130 L2',
 'vin': 'WF0AXXTTRALK63678',
 'year': 2021}
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520RYH%27 HTTP/1.1" 200 None
2026-03-29 06:32:07 [bca.uk] INFO: Saving data for WV21%20RYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774448846.274787, 'last_price_update_time': 1774765927.27639}
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV21%2520RYH') HTTP/1.1" 204 0
2026-03-29 06:32:07 [bca.uk] INFO: Found listing with ID: CV15%20YZR
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:32:07 [bca.uk] INFO: Scrape type for CV15%20YZR: 2
2026-03-29 06:32:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR
2026-03-29 06:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with scrape type 2
2026-03-29 06:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with scrape type 2
2026-03-29 06:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1, identifier: CV15%20YZR
2026-03-29 06:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT
2026-03-29 06:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT
2026-03-29 06:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT to the API
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN67%20WMT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3491196c-eb43-5e52-b373-60025395b68d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN67 WMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN67%20WMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 35629,
 '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 ECOSPORT 1.5 112 ZETEC StationWagon',
 'transmission': 'manual',
 'trim': '112 ZETEC',
 'vin': 'WF0BXXMRKBHR65460',
 'year': 2017}
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-29 06:32:07 [bca.uk] INFO: Saving data for GN67%20WMT: {'auction_closing_time': 1775124000.0, 'created_time': 1774477038.617318, 'last_price_update_time': 1774765927.741644}
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN67%2520WMT') HTTP/1.1" 204 0
2026-03-29 06:32:07 [bca.uk] INFO: Found listing with ID: EJ21%20PBX
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ21%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 06:32:07 [bca.uk] INFO: Scrape type for EJ21%20PBX: 2
2026-03-29 06:32:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaaa0b21-b4ba-58ef-8281-5a029f16faf1 with identifier: EJ21%20PBX
2026-03-29 06:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaaa0b21-b4ba-58ef-8281-5a029f16faf1 with scrape type 2
2026-03-29 06:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaaa0b21-b4ba-58ef-8281-5a029f16faf1 with scrape type 2
2026-03-29 06:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aaaa0b21-b4ba-58ef-8281-5a029f16faf1, identifier: EJ21%20PBX
2026-03-29 06:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF
2026-03-29 06:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF
2026-03-29 06:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF to the API
2026-03-29 06:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE71%20WPF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00f35b59-2f4b-5018-81f6-5fe97e78c787',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE71 WPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE71%20WPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 38465,
 'odometer_reading_unit': '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.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP020581',
 'year': 2022}
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-29 06:32:08 [bca.uk] INFO: Saving data for VE71%20WPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774391818.46012, 'last_price_update_time': 1774765928.146303}
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE71%2520WPF') HTTP/1.1" 204 0
2026-03-29 06:32:08 [bca.uk] INFO: Found listing with ID: WP72%20TJX
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520TJX%27 HTTP/1.1" 200 None
2026-03-29 06:32:08 [bca.uk] INFO: Scrape type for WP72%20TJX: 2
2026-03-29 06:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX
2026-03-29 06:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0601c07-ca3d-5875-935b-5b66798fd84c with scrape type 2
2026-03-29 06:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0601c07-ca3d-5875-935b-5b66798fd84c with scrape type 2
2026-03-29 06:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0601c07-ca3d-5875-935b-5b66798fd84c, identifier: WP72%20TJX
2026-03-29 06:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR
2026-03-29 06:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR
2026-03-29 06:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR to the API
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV15%20YZR-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2a90e6c8-a05f-59ae-ba67-efd707efb2e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV15 YZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV15%20YZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 36409,
 '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': 'WF0DXXGAKDFC77451',
 'year': 2015}
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YZR%27 HTTP/1.1" 200 None
2026-03-29 06:32:08 [bca.uk] INFO: Saving data for CV15%20YZR: {'auction_closing_time': 1774864800.0, 'created_time': 1774476979.144889, 'last_price_update_time': 1774765928.518434}
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV15%2520YZR') HTTP/1.1" 204 0
2026-03-29 06:32:08 [bca.uk] INFO: Found listing with ID: LS18%20MOV
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 06:32:08 [bca.uk] INFO: Scrape type for LS18%20MOV: 2
2026-03-29 06:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV
2026-03-29 06:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a296464-9214-59b5-aa25-e1b6f5c16c50 with scrape type 2
2026-03-29 06:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a296464-9214-59b5-aa25-e1b6f5c16c50 with scrape type 2
2026-03-29 06:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a296464-9214-59b5-aa25-e1b6f5c16c50, identifier: LS18%20MOV
2026-03-29 06:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aaaa0b21-b4ba-58ef-8281-5a029f16faf1 with identifier: EJ21%20PBX
2026-03-29 06:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aaaa0b21-b4ba-58ef-8281-5a029f16faf1 with identifier: EJ21%20PBX
2026-03-29 06:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aaaa0b21-b4ba-58ef-8281-5a029f16faf1 with identifier: EJ21%20PBX to the API
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ21%20PBX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aaaa0b21-b4ba-58ef-8281-5a029f16faf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ21 PBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ21%20PBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 34800,
 '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': 'automatic',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLS06860',
 'year': 2021}
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ21%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 06:32:08 [bca.uk] INFO: Saving data for EJ21%20PBX: {'auction_closing_time': 1774778400.0, 'created_time': 1774477350.025537, 'last_price_update_time': 1774765928.899966}
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ21%2520PBX') HTTP/1.1" 204 0
2026-03-29 06:32:08 [bca.uk] INFO: Found listing with ID: ML23%20RVY
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-29 06:32:08 [bca.uk] INFO: Scrape type for ML23%20RVY: 2
2026-03-29 06:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY
2026-03-29 06:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with scrape type 2
2026-03-29 06:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with scrape type 2
2026-03-29 06:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 038cad3b-b391-5ac9-a8a2-f211b6a0af82, identifier: ML23%20RVY
2026-03-29 06:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX
2026-03-29 06:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX
2026-03-29 06:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX to the API
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20TJX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0601c07-ca3d-5875-935b-5b66798fd84c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP72 TJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20TJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36869,
 'odometer_reading_unit': '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 170 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNR48924',
 'year': 2022}
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520TJX%27 HTTP/1.1" 200 None
2026-03-29 06:32:09 [bca.uk] INFO: Saving data for WP72%20TJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774448809.875359, 'last_price_update_time': 1774765929.281092}
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520TJX') HTTP/1.1" 204 0
2026-03-29 06:32:09 [bca.uk] INFO: Found listing with ID: FN67%20FRL
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520FRL%27 HTTP/1.1" 200 None
2026-03-29 06:32:09 [bca.uk] INFO: Scrape type for FN67%20FRL: 2
2026-03-29 06:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL
2026-03-29 06:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with scrape type 2
2026-03-29 06:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with scrape type 2
2026-03-29 06:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d9ffcb5-1322-55fa-a7f2-3819794d1143, identifier: FN67%20FRL
2026-03-29 06:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cream HTTP/1.1" 200 None
2026-03-29 06:32:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:32:09 [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:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV
2026-03-29 06:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV to the API
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS18%20MOV-GB',
 'category': 'Car',
 'color': 'cream',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a296464-9214-59b5-aa25-e1b6f5c16c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS18 MOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS18%20MOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 36315,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 110 PARTHENON CREAM Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 PARTHENON CREAM',
 'vin': 'VF7SAHNZ6HW527732',
 'year': 2018}
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520MOV%27 HTTP/1.1" 200 None
2026-03-29 06:32:09 [bca.uk] INFO: Saving data for LS18%20MOV: {'auction_closing_time': 1775124000.0, 'created_time': 1774477039.977521, 'last_price_update_time': 1774765929.811615}
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS18%2520MOV') HTTP/1.1" 204 0
2026-03-29 06:32:09 [bca.uk] INFO: Found listing with ID: EJ68%20NRL
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520NRL%27 HTTP/1.1" 200 None
2026-03-29 06:32:09 [bca.uk] INFO: Scrape type for EJ68%20NRL: 0
2026-03-29 06:32:09 [bca.uk] INFO: Found listing with ID: WP70%20UBF
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBF%27 HTTP/1.1" 200 None
2026-03-29 06:32:09 [bca.uk] INFO: Scrape type for WP70%20UBF: 2
2026-03-29 06:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2903838-5009-543b-9b8b-11c8a1aab037 with identifier: WP70%20UBF
2026-03-29 06:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2903838-5009-543b-9b8b-11c8a1aab037 with scrape type 2
2026-03-29 06:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2903838-5009-543b-9b8b-11c8a1aab037 with scrape type 2
2026-03-29 06:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2903838-5009-543b-9b8b-11c8a1aab037, identifier: WP70%20UBF
2026-03-29 06:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY
2026-03-29 06:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY
2026-03-29 06:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY to the API
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20RVY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '038cad3b-b391-5ac9-a8a2-f211b6a0af82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML23 RVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20RVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 44349,
 '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': 'WVWZZZE1ZPP021360',
 'year': 2023}
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-29 06:32:10 [bca.uk] INFO: Saving data for ML23%20RVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774391812.705934, 'last_price_update_time': 1774765930.255629}
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520RVY') HTTP/1.1" 204 0
2026-03-29 06:32:10 [bca.uk] INFO: Found listing with ID: WN71%20KBZ
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520KBZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:10 [bca.uk] INFO: Scrape type for WN71%20KBZ: 2
2026-03-29 06:32:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ
2026-03-29 06:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc932bc-223e-5554-82b0-5cbe14b514f9 with scrape type 2
2026-03-29 06:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc932bc-223e-5554-82b0-5cbe14b514f9 with scrape type 2
2026-03-29 06:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fc932bc-223e-5554-82b0-5cbe14b514f9, identifier: WN71%20KBZ
2026-03-29 06:32:10 [scrapy.extensions.logstats] INFO: Crawled 148 pages (at 1 pages/min), scraped 3655 items (at 133 items/min)
2026-03-29 06:32:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL
2026-03-29 06:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL
2026-03-29 06:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL to the API
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN67%20FRL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d9ffcb5-1322-55fa-a7f2-3819794d1143',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN67 FRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN67%20FRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 58319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.6 CDTI 136 ACTIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'CDTI 136 ACTIVE',
 'vin': 'W0LJC7EC9HB245952',
 'year': 2017}
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520FRL%27 HTTP/1.1" 200 None
2026-03-29 06:32:10 [bca.uk] INFO: Saving data for FN67%20FRL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477268.089602, 'last_price_update_time': 1774765930.651995}
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN67%2520FRL') HTTP/1.1" 204 0
2026-03-29 06:32:10 [bca.uk] INFO: Found listing with ID: LF17%20GDU
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-29 06:32:10 [bca.uk] INFO: Scrape type for LF17%20GDU: 2
2026-03-29 06:32:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU
2026-03-29 06:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with scrape type 2
2026-03-29 06:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with scrape type 2
2026-03-29 06:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69, identifier: LF17%20GDU
2026-03-29 06:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2903838-5009-543b-9b8b-11c8a1aab037 with identifier: WP70%20UBF
2026-03-29 06:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2903838-5009-543b-9b8b-11c8a1aab037 with identifier: WP70%20UBF
2026-03-29 06:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2903838-5009-543b-9b8b-11c8a1aab037 with identifier: WP70%20UBF to the API
2026-03-29 06:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP70%20UBF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2903838-5009-543b-9b8b-11c8a1aab037',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP70 UBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP70%20UBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 52080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLY69704',
 'year': 2020}
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBF%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Saving data for WP70%20UBF: {'auction_closing_time': 1774778400.0, 'created_time': 1774477319.459544, 'last_price_update_time': 1774765931.038839}
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520UBF') HTTP/1.1" 204 0
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: LG23%20VTF
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VTF%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for LG23%20VTF: 0
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: WP71%20HXE
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520HXE%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for WP71%20HXE: 0
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: YK21%20UXD
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520UXD%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for YK21%20UXD: 0
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: RO72%20SZR
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for RO72%20SZR: 0
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: BD23%20WGM
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520WGM%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for BD23%20WGM: 0
2026-03-29 06:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ
2026-03-29 06:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ
2026-03-29 06:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ to the API
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN71%20KBZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fc932bc-223e-5554-82b0-5cbe14b514f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN71 KBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN71%20KBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 31510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L2 LEADER 1-WAY Tipper',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 LEADER 1-WAY',
 'vin': 'WF0AXXTTRAMA11256',
 'year': 2021}
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520KBZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Saving data for WN71%20KBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448847.133966, 'last_price_update_time': 1774765931.399534}
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520KBZ') HTTP/1.1" 204 0
2026-03-29 06:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: GC15%20SNZ
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520SNZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for GC15%20SNZ: 2
2026-03-29 06:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ
2026-03-29 06:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with scrape type 2
2026-03-29 06:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with scrape type 2
2026-03-29 06:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc, identifier: GC15%20SNZ
2026-03-29 06:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU
2026-03-29 06:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU
2026-03-29 06:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU to the API
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF17%20GDU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eb6e561a-b130-5c3e-b7f0-dbccb4a9da69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF17 GDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF17%20GDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 150714,
 '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 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYHJ48991',
 'year': 2017}
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Saving data for LF17%20GDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477032.557335, 'last_price_update_time': 1774765931.864743}
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF17%2520GDU') HTTP/1.1" 204 0
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: CV64%20WNG
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-29 06:32:11 [bca.uk] INFO: Scrape type for CV64%20WNG: 2
2026-03-29 06:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG
2026-03-29 06:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e25561-2b71-5969-a944-6976aa7512a1 with scrape type 2
2026-03-29 06:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17e25561-2b71-5969-a944-6976aa7512a1 with scrape type 2
2026-03-29 06:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17e25561-2b71-5969-a944-6976aa7512a1, identifier: CV64%20WNG
2026-03-29 06:32:11 [bca.uk] INFO: Found listing with ID: DS25%20OMB
2026-03-29 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS25%2520OMB%27 HTTP/1.1" 200 None
2026-03-29 06:32:12 [bca.uk] INFO: Scrape type for DS25%20OMB: 2
2026-03-29 06:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB
2026-03-29 06:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with scrape type 2
2026-03-29 06:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with scrape type 2
2026-03-29 06:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2, identifier: DS25%20OMB
2026-03-29 06:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ
2026-03-29 06:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ
2026-03-29 06:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ to the API
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC15%20SNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61c6e33d-9582-5a2c-930d-0b8a0688f8bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC15 SNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC15%20SNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 161656,
 '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': 'WVWZZZ6RZFU090125',
 'year': 2015}
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520SNZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:12 [bca.uk] INFO: Saving data for GC15%20SNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303860.997762, 'last_price_update_time': 1774765932.367807}
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC15%2520SNZ') HTTP/1.1" 204 0
2026-03-29 06:32:12 [bca.uk] INFO: Found listing with ID: BK68%20AUA
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:32:12 [bca.uk] INFO: Scrape type for BK68%20AUA: 2
2026-03-29 06:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA
2026-03-29 06:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70507964-cfff-5d6b-910a-ce403466fcfa with scrape type 2
2026-03-29 06:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70507964-cfff-5d6b-910a-ce403466fcfa with scrape type 2
2026-03-29 06:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70507964-cfff-5d6b-910a-ce403466fcfa, identifier: BK68%20AUA
2026-03-29 06:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG
2026-03-29 06:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG
2026-03-29 06:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG to the API
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17e25561-2b71-5969-a944-6976aa7512a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV64 WNG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV64%20WNG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320D',
 'odometer': 130027,
 '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 320D 2.0 M SPORT Saloon',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA3D32080J371415',
 'year': 2014}
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-29 06:32:12 [bca.uk] INFO: Saving data for CV64%20WNG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477310.848782, 'last_price_update_time': 1774765932.754693}
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV64%2520WNG') HTTP/1.1" 204 0
2026-03-29 06:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB
2026-03-29 06:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB
2026-03-29 06:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB to the API
2026-03-29 06:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS25%20OMB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7c209bf-9bdf-5ae8-bf78-f33dd25105f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS25 OMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS25%20OMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 49121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 H3 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0EXXTTRESM60688',
 'year': 2025}
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS25%2520OMB%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Saving data for DS25%20OMB: {'auction_closing_time': 1774864800.0, 'created_time': 1774448828.454707, 'last_price_update_time': 1774765933.043209}
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS25%2520OMB') HTTP/1.1" 204 0
2026-03-29 06:32:13 [bca.uk] INFO: Found listing with ID: HG16%20FMK
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FMK%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Scrape type for HG16%20FMK: 2
2026-03-29 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK
2026-03-29 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4, identifier: HG16%20FMK
2026-03-29 06:32:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA
2026-03-29 06:32:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA
2026-03-29 06:32:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA to the API
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20AUA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70507964-cfff-5d6b-910a-ce403466fcfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 AUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20AUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 101718,
 'odometer_reading_unit': '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 MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY606JB161512',
 'year': 2018}
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Saving data for BK68%20AUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477033.172437, 'last_price_update_time': 1774765933.431066}
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520AUA') HTTP/1.1" 204 0
2026-03-29 06:32:13 [bca.uk] INFO: Found listing with ID: WL65%20DVH
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Scrape type for WL65%20DVH: 2
2026-03-29 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH
2026-03-29 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd10df12-3242-530f-b537-f49464b07ea9 with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd10df12-3242-530f-b537-f49464b07ea9 with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd10df12-3242-530f-b537-f49464b07ea9, identifier: WL65%20DVH
2026-03-29 06:32:13 [bca.uk] INFO: Found listing with ID: FL22%20WAJ
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520WAJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Scrape type for FL22%20WAJ: 2
2026-03-29 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ
2026-03-29 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b, identifier: FL22%20WAJ
2026-03-29 06:32:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK
2026-03-29 06:32:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK
2026-03-29 06:32:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK to the API
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG16%20FMK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG16 FMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG16%20FMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'CIVIC TOURER',
 'odometer': 123846,
 '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 TOURER 1.6 I-DTEC 120 SE PLUS Estate',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE PLUS',
 'vin': 'SHHFK3750FU705190',
 'year': 2016}
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FMK%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Saving data for HG16%20FMK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477259.388855, 'last_price_update_time': 1774765933.924602}
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG16%2520FMK') HTTP/1.1" 204 0
2026-03-29 06:32:13 [bca.uk] INFO: Found listing with ID: BN19%20XDB
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-29 06:32:13 [bca.uk] INFO: Scrape type for BN19%20XDB: 2
2026-03-29 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB
2026-03-29 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with scrape type 2
2026-03-29 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with scrape type 2
2026-03-29 06:32:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e, identifier: BN19%20XDB
2026-03-29 06:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH
2026-03-29 06:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH
2026-03-29 06:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH to the API
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL65%20DVH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bd10df12-3242-530f-b537-f49464b07ea9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL65 DVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL65%20DVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 88168,
 '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 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'WVWZZZ6RZGU016111',
 'year': 2016}
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-29 06:32:14 [bca.uk] INFO: Saving data for WL65%20DVH: {'auction_closing_time': 1774864800.0, 'created_time': 1774477268.981284, 'last_price_update_time': 1774765934.384679}
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL65%2520DVH') HTTP/1.1" 204 0
2026-03-29 06:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ
2026-03-29 06:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ
2026-03-29 06:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ to the API
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20WAJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'faeacea3-2b0d-5e9d-8c20-74de1bde3f7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL22 WAJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20WAJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 61671,
 'odometer_reading_unit': '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.4 D ICON 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ICON 4WD',
 'vin': 'AHTBB3CD001777603',
 'year': 2022}
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520WAJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:14 [bca.uk] INFO: Saving data for FL22%20WAJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448807.21998, 'last_price_update_time': 1774765934.677361}
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520WAJ') HTTP/1.1" 204 0
2026-03-29 06:32:14 [bca.uk] INFO: Found listing with ID: HG61%20GZK
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG61%2520GZK%27 HTTP/1.1" 200 None
2026-03-29 06:32:14 [bca.uk] INFO: Scrape type for HG61%20GZK: 2
2026-03-29 06:32:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK
2026-03-29 06:32:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d9c9f5-a338-5b3d-bc02-9145e832079e with scrape type 2
2026-03-29 06:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66d9c9f5-a338-5b3d-bc02-9145e832079e with scrape type 2
2026-03-29 06:32:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66d9c9f5-a338-5b3d-bc02-9145e832079e, identifier: HG61%20GZK
2026-03-29 06:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB
2026-03-29 06:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB
2026-03-29 06:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB to the API
2026-03-29 06:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN19%20XDB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed901164-5aeb-50f6-bb8c-0dea21ac0a5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN19 XDB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN19%20XDB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 68319,
 'odometer_reading_unit': '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': 'W0VMRY606KB169286',
 'year': 2019}
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-29 06:32:15 [bca.uk] INFO: Saving data for BN19%20XDB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477029.809275, 'last_price_update_time': 1774765935.074991}
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN19%2520XDB') HTTP/1.1" 204 0
2026-03-29 06:32:15 [bca.uk] INFO: Found listing with ID: PY65%20CZP
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-29 06:32:15 [bca.uk] INFO: Scrape type for PY65%20CZP: 2
2026-03-29 06:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP
2026-03-29 06:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with scrape type 2
2026-03-29 06:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with scrape type 2
2026-03-29 06:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89, identifier: PY65%20CZP
2026-03-29 06:32:15 [bca.uk] INFO: Found listing with ID: MD72%20CHF
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520CHF%27 HTTP/1.1" 200 None
2026-03-29 06:32:15 [bca.uk] INFO: Scrape type for MD72%20CHF: 2
2026-03-29 06:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF
2026-03-29 06:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with scrape type 2
2026-03-29 06:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with scrape type 2
2026-03-29 06:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3, identifier: MD72%20CHF
2026-03-29 06:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK
2026-03-29 06:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK
2026-03-29 06:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK to the API
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG61%20GZK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66d9c9f5-a338-5b3d-bc02-9145e832079e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG61 GZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG61%20GZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 128236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 XS',
 'vin': 'SALFA2CC5BH273067',
 'year': 2011}
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG61%2520GZK%27 HTTP/1.1" 200 None
2026-03-29 06:32:15 [bca.uk] INFO: Saving data for HG61%20GZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477276.133025, 'last_price_update_time': 1774765935.566698}
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG61%2520GZK') HTTP/1.1" 204 0
2026-03-29 06:32:15 [bca.uk] INFO: Found listing with ID: YO68%20DXB
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 06:32:15 [bca.uk] INFO: Scrape type for YO68%20DXB: 2
2026-03-29 06:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB
2026-03-29 06:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d57eb49b-747a-5fc1-a963-7e48087a7960 with scrape type 2
2026-03-29 06:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d57eb49b-747a-5fc1-a963-7e48087a7960 with scrape type 2
2026-03-29 06:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d57eb49b-747a-5fc1-a963-7e48087a7960, identifier: YO68%20DXB
2026-03-29 06:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP
2026-03-29 06:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP
2026-03-29 06:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP to the API
2026-03-29 06:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY65%20CZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bbe1f3b-fd93-53cf-8fac-da3bde526c89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY65 CZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY65%20CZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 72544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'manual',
 'trim': 'D 116',
 'vin': 'WMWXT320302C10035',
 'year': 2015}
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-29 06:32:16 [bca.uk] INFO: Saving data for PY65%20CZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477274.321458, 'last_price_update_time': 1774765936.088312}
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY65%2520CZP') HTTP/1.1" 204 0
2026-03-29 06:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF
2026-03-29 06:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF
2026-03-29 06:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF to the API
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20CHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD72 CHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20CHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 57227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 150 LL SPORT CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/DCI 150 LL SPORT',
 'vin': 'VF1FL000070059172',
 'year': 2023}
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520CHF%27 HTTP/1.1" 200 None
2026-03-29 06:32:16 [bca.uk] INFO: Saving data for MD72%20CHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448803.229824, 'last_price_update_time': 1774765936.388947}
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520CHF') HTTP/1.1" 204 0
2026-03-29 06:32:16 [bca.uk] INFO: Total items found: 100
2026-03-29 06:32:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded
2026-03-29 06:32:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:32:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:32:16 [bca.uk] INFO: Found listing with ID: LR62%20FFH
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FFH%27 HTTP/1.1" 200 None
2026-03-29 06:32:16 [bca.uk] INFO: Scrape type for LR62%20FFH: 2
2026-03-29 06:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH
2026-03-29 06:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ef6eeb7-784b-5a94-8ff6-af469356686a with scrape type 2
2026-03-29 06:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ef6eeb7-784b-5a94-8ff6-af469356686a with scrape type 2
2026-03-29 06:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ef6eeb7-784b-5a94-8ff6-af469356686a, identifier: LR62%20FFH
2026-03-29 06:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB
2026-03-29 06:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB
2026-03-29 06:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB to the API
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO68%20DXB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd57eb49b-747a-5fc1-a963-7e48087a7960',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO68 DXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO68%20DXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 63423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 100 220 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJR82412',
 'year': 2019}
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 06:32:16 [bca.uk] INFO: Saving data for YO68%20DXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477019.563387, 'last_price_update_time': 1774765936.780707}
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO68%2520DXB') HTTP/1.1" 204 0
2026-03-29 06:32:16 [bca.uk] INFO: Found listing with ID: ET59%20FKE
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-29 06:32:16 [bca.uk] INFO: Scrape type for ET59%20FKE: 2
2026-03-29 06:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE
2026-03-29 06:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with scrape type 2
2026-03-29 06:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with scrape type 2
2026-03-29 06:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa, identifier: ET59%20FKE
2026-03-29 06:32:16 [bca.uk] INFO: Found listing with ID: KT70%20TVL
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT70%2520TVL%27 HTTP/1.1" 200 None
2026-03-29 06:32:16 [bca.uk] INFO: Scrape type for KT70%20TVL: 2
2026-03-29 06:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL
2026-03-29 06:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2137618-3f55-56e3-b18c-62db86fdef75 with scrape type 2
2026-03-29 06:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2137618-3f55-56e3-b18c-62db86fdef75 with scrape type 2
2026-03-29 06:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2137618-3f55-56e3-b18c-62db86fdef75, identifier: KT70%20TVL
2026-03-29 06:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH
2026-03-29 06:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH
2026-03-29 06:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH to the API
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR62%20FFH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ef6eeb7-784b-5a94-8ff6-af469356686a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR62 FFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR62%20FFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 74287,
 '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 SE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 SE',
 'vin': 'W0LPE6ED9DG007118',
 'year': 2012}
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FFH%27 HTTP/1.1" 200 None
2026-03-29 06:32:17 [bca.uk] INFO: Saving data for LR62%20FFH: {'auction_closing_time': 1774864800.0, 'created_time': 1774303831.756249, 'last_price_update_time': 1774765937.351805}
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR62%2520FFH') HTTP/1.1" 204 0
2026-03-29 06:32:17 [bca.uk] INFO: Found listing with ID: YV68%20JVT
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV68%2520JVT%27 HTTP/1.1" 200 None
2026-03-29 06:32:17 [bca.uk] INFO: Scrape type for YV68%20JVT: 2
2026-03-29 06:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT
2026-03-29 06:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 911de69e-1359-5ed7-a138-b48596b76a41 with scrape type 2
2026-03-29 06:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 911de69e-1359-5ed7-a138-b48596b76a41 with scrape type 2
2026-03-29 06:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 911de69e-1359-5ed7-a138-b48596b76a41, identifier: YV68%20JVT
2026-03-29 06:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE
2026-03-29 06:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE
2026-03-29 06:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE to the API
2026-03-29 06:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET59%20FKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '448d6efd-74c9-580d-a1a1-4c8a2d93b9fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET59 FKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET59%20FKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 96731,
 '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 I30 1.6 CRDI EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI EDITION',
 'vin': 'TMADB51SLAJ097375',
 'year': 2010}
2026-03-29 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-29 06:32:18 [bca.uk] INFO: Saving data for ET59%20FKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477279.94978, 'last_price_update_time': 1774765938.402059}
2026-03-29 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET59%2520FKE') HTTP/1.1" 204 0
2026-03-29 06:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL
2026-03-29 06:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL
2026-03-29 06:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL to the API
2026-03-29 06:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT70%20TVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f2137618-3f55-56e3-b18c-62db86fdef75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT70 TVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT70%20TVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 75464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P326054',
 'year': 2021}
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT70%2520TVL%27 HTTP/1.1" 200 None
2026-03-29 06:32:19 [bca.uk] INFO: Saving data for KT70%20TVL: {'auction_closing_time': 1774864800.0, 'created_time': 1774448806.707051, 'last_price_update_time': 1774765939.418043}
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT70%2520TVL') HTTP/1.1" 204 0
2026-03-29 06:32:19 [bca.uk] INFO: Found listing with ID: LC12%20MZO
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520MZO%27 HTTP/1.1" 200 None
2026-03-29 06:32:19 [bca.uk] INFO: Scrape type for LC12%20MZO: 2
2026-03-29 06:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO
2026-03-29 06:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66df810c-f269-54ef-ab65-0087ddb29857 with scrape type 2
2026-03-29 06:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66df810c-f269-54ef-ab65-0087ddb29857 with scrape type 2
2026-03-29 06:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66df810c-f269-54ef-ab65-0087ddb29857, identifier: LC12%20MZO
2026-03-29 06:32:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:32:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:32:19 [bca.uk] INFO: Found listing with ID: WG08%20KYB
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 06:32:19 [bca.uk] INFO: Scrape type for WG08%20KYB: 2
2026-03-29 06:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB
2026-03-29 06:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7deb3195-0e6f-542c-a63f-9727f61960e8 with scrape type 2
2026-03-29 06:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7deb3195-0e6f-542c-a63f-9727f61960e8 with scrape type 2
2026-03-29 06:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7deb3195-0e6f-542c-a63f-9727f61960e8, identifier: WG08%20KYB
2026-03-29 06:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT
2026-03-29 06:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT
2026-03-29 06:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT to the API
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YV68%20JVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '911de69e-1359-5ed7-a138-b48596b76a41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YV68 JVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YV68%20JVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 71298,
 'odometer_reading_unit': '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 RANGER 2.2 TDCI 160 XLT 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 160 XLT 4WD',
 'vin': '6FPPXXMJ2PJA53382',
 'year': 2019}
2026-03-29 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV68%2520JVT%27 HTTP/1.1" 200 None
2026-03-29 06:32:20 [bca.uk] INFO: Saving data for YV68%20JVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477021.769807, 'last_price_update_time': 1774765940.001509}
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YV68%2520JVT') HTTP/1.1" 204 0
2026-03-29 06:32:20 [bca.uk] INFO: Found listing with ID: WH21%20CTV
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:32:20 [bca.uk] INFO: Scrape type for WH21%20CTV: 2
2026-03-29 06:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV
2026-03-29 06:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba413ea-9539-50b5-a9ee-3364a981b837 with scrape type 2
2026-03-29 06:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba413ea-9539-50b5-a9ee-3364a981b837 with scrape type 2
2026-03-29 06:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba413ea-9539-50b5-a9ee-3364a981b837, identifier: WH21%20CTV
2026-03-29 06:32:20 [bca.uk] INFO: Found listing with ID: FV13%20SXU
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 06:32:20 [bca.uk] INFO: Scrape type for FV13%20SXU: 2
2026-03-29 06:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e17ced89-bda5-5875-b897-3e5214eff6ed with identifier: FV13%20SXU
2026-03-29 06:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e17ced89-bda5-5875-b897-3e5214eff6ed with scrape type 2
2026-03-29 06:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e17ced89-bda5-5875-b897-3e5214eff6ed with scrape type 2
2026-03-29 06:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e17ced89-bda5-5875-b897-3e5214eff6ed, identifier: FV13%20SXU
2026-03-29 06:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO
2026-03-29 06:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO
2026-03-29 06:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO to the API
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC12%20MZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66df810c-f269-54ef-ab65-0087ddb29857',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC12 MZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC12%20MZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 77859,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 12V SE Hatchback',
 'transmission': 'manual',
 'trim': '12V SE',
 'vin': 'TMBFH25J0C3171074',
 'year': 2012}
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520MZO%27 HTTP/1.1" 200 None
2026-03-29 06:32:20 [bca.uk] INFO: Saving data for LC12%20MZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774448735.366318, 'last_price_update_time': 1774765940.499625}
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC12%2520MZO') HTTP/1.1" 204 0
2026-03-29 06:32:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB
2026-03-29 06:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB
2026-03-29 06:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB to the API
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG08%20KYB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7deb3195-0e6f-542c-a63f-9727f61960e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG08 KYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG08%20KYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 85631,
 '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.4 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'ZFA31200000135627',
 'year': 2008}
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520KYB%27 HTTP/1.1" 200 None
2026-03-29 06:32:20 [bca.uk] INFO: Saving data for WG08%20KYB: {'auction_closing_time': 1774864800.0, 'created_time': 1774303818.049518, 'last_price_update_time': 1774765940.77052}
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG08%2520KYB') HTTP/1.1" 204 0
2026-03-29 06:32:20 [bca.uk] INFO: Found listing with ID: DS21%20HWB
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520HWB%27 HTTP/1.1" 200 None
2026-03-29 06:32:20 [bca.uk] INFO: Scrape type for DS21%20HWB: 2
2026-03-29 06:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB
2026-03-29 06:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with scrape type 2
2026-03-29 06:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with scrape type 2
2026-03-29 06:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7, identifier: DS21%20HWB
2026-03-29 06:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV
2026-03-29 06:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV
2026-03-29 06:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV to the API
2026-03-29 06:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH21%20CTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aba413ea-9539-50b5-a9ee-3364a981b837',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH21 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH21%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 32715,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON S/B 71KWH 50 Q S LINE Coupe',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q S LINE',
 'vin': 'WAUZZZGE7MB031093',
 'year': 2021}
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-29 06:32:21 [bca.uk] INFO: Saving data for WH21%20CTV: {'auction_closing_time': 1774951200.0, 'created_time': 1774477215.89352, 'last_price_update_time': 1774765941.152104}
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH21%2520CTV') HTTP/1.1" 204 0
2026-03-29 06:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e17ced89-bda5-5875-b897-3e5214eff6ed with identifier: FV13%20SXU
2026-03-29 06:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e17ced89-bda5-5875-b897-3e5214eff6ed with identifier: FV13%20SXU
2026-03-29 06:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e17ced89-bda5-5875-b897-3e5214eff6ed with identifier: FV13%20SXU to the API
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV13%20SXU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e17ced89-bda5-5875-b897-3e5214eff6ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV13 SXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV13%20SXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '316D',
 'odometer': 130319,
 '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 316D 2.0 SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA3D92030F137835',
 'year': 2013}
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520SXU%27 HTTP/1.1" 200 None
2026-03-29 06:32:21 [bca.uk] INFO: Saving data for FV13%20SXU: {'auction_closing_time': 1774778400.0, 'created_time': 1774448786.038021, 'last_price_update_time': 1774765941.447891}
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV13%2520SXU') HTTP/1.1" 204 0
2026-03-29 06:32:21 [bca.uk] INFO: Found listing with ID: KN17%20ZSJ
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:21 [bca.uk] INFO: Scrape type for KN17%20ZSJ: 2
2026-03-29 06:32:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ
2026-03-29 06:32:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37b509e3-fe15-5a60-979f-17a03c35de6e with scrape type 2
2026-03-29 06:32:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37b509e3-fe15-5a60-979f-17a03c35de6e with scrape type 2
2026-03-29 06:32:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37b509e3-fe15-5a60-979f-17a03c35de6e, identifier: KN17%20ZSJ
2026-03-29 06:32:21 [bca.uk] INFO: Found listing with ID: WG11%20AMV
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 06:32:21 [bca.uk] INFO: Scrape type for WG11%20AMV: 2
2026-03-29 06:32:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV
2026-03-29 06:32:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2efc5ca-5913-5743-8217-571a86f5f715 with scrape type 2
2026-03-29 06:32:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2efc5ca-5913-5743-8217-571a86f5f715 with scrape type 2
2026-03-29 06:32:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2efc5ca-5913-5743-8217-571a86f5f715, identifier: WG11%20AMV
2026-03-29 06:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB
2026-03-29 06:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB
2026-03-29 06:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB to the API
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20HWB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b522d48-ff10-5d1c-9b3b-a8618470e9c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS21 HWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20HWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 32901,
 '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 3100 2.0 D 120 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 SPORTIVE L2 H1',
 'vin': 'VXEVFAHKKM7814887',
 'year': 2021}
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520HWB%27 HTTP/1.1" 200 None
2026-03-29 06:32:21 [bca.uk] INFO: Saving data for DS21%20HWB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477023.10099, 'last_price_update_time': 1774765941.950446}
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520HWB') HTTP/1.1" 204 0
2026-03-29 06:32:22 [bca.uk] INFO: Found listing with ID: RK14%20KJE
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK14%2520KJE%27 HTTP/1.1" 200 None
2026-03-29 06:32:22 [bca.uk] INFO: Scrape type for RK14%20KJE: 2
2026-03-29 06:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE
2026-03-29 06:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff775e2-5517-578b-8df6-4c6de81d620f with scrape type 2
2026-03-29 06:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff775e2-5517-578b-8df6-4c6de81d620f with scrape type 2
2026-03-29 06:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ff775e2-5517-578b-8df6-4c6de81d620f, identifier: RK14%20KJE
2026-03-29 06:32:22 [bca.uk] INFO: Found listing with ID: WIG%207642
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WIG%25207642%27 HTTP/1.1" 200 None
2026-03-29 06:32:22 [bca.uk] INFO: Scrape type for WIG%207642: 2
2026-03-29 06:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642
2026-03-29 06:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c209a78a-84a4-5a21-b03b-016fb16343d0 with scrape type 2
2026-03-29 06:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c209a78a-84a4-5a21-b03b-016fb16343d0 with scrape type 2
2026-03-29 06:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c209a78a-84a4-5a21-b03b-016fb16343d0, identifier: WIG%207642
2026-03-29 06:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ
2026-03-29 06:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ
2026-03-29 06:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ to the API
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN17%20ZSJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37b509e3-fe15-5a60-979f-17a03c35de6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN17 ZSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN17%20ZSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 54543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T LUXURY STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218I T LUXURY STEP',
 'vin': 'WBA2A32030V465859',
 'year': 2017}
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:22 [bca.uk] INFO: Saving data for KN17%20ZSJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774448711.954246, 'last_price_update_time': 1774765942.556539}
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN17%2520ZSJ') HTTP/1.1" 204 0
2026-03-29 06:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV
2026-03-29 06:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV
2026-03-29 06:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV to the API
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG11%20AMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2efc5ca-5913-5743-8217-571a86f5f715',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG11 AMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG11%20AMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 83209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.2 I-VTEC S Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC S',
 'vin': 'SHHGG5730CU001020',
 'year': 2011}
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520AMV%27 HTTP/1.1" 200 None
2026-03-29 06:32:22 [bca.uk] INFO: Saving data for WG11%20AMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303681.423571, 'last_price_update_time': 1774765942.839323}
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG11%2520AMV') HTTP/1.1" 204 0
2026-03-29 06:32:22 [bca.uk] INFO: Found listing with ID: EX20%20WBE
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:32:22 [bca.uk] INFO: Scrape type for EX20%20WBE: 2
2026-03-29 06:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE
2026-03-29 06:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21300795-a765-59a8-9529-f4a110089a6f with scrape type 2
2026-03-29 06:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21300795-a765-59a8-9529-f4a110089a6f with scrape type 2
2026-03-29 06:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21300795-a765-59a8-9529-f4a110089a6f, identifier: EX20%20WBE
2026-03-29 06:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE
2026-03-29 06:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE
2026-03-29 06:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE to the API
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 270,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK14%20KJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ff775e2-5517-578b-8df6-4c6de81d620f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK14 KJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK14%20KJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 119031,
 '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': 'PORSCHE CAYENNE 4.8 TURBO TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'TURBO TIPTRONIC S',
 'vin': 'WP1ZZZ92ZELA80646',
 'year': 2014}
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK14%2520KJE%27 HTTP/1.1" 200 None
2026-03-29 06:32:23 [bca.uk] INFO: Saving data for RK14%20KJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774080086.479312, 'last_price_update_time': 1774765943.23166}
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK14%2520KJE') HTTP/1.1" 204 0
2026-03-29 06:32:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642
2026-03-29 06:32:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642
2026-03-29 06:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642 to the API
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WIG%207642-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c209a78a-84a4-5a21-b03b-016fb16343d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WIG 7642',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WIG%207642&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 87755,
 '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 LIMITED 1 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 LIMITED 1',
 'vin': '6FPPXXMJ2PNM37338',
 'year': 2023}
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WIG%25207642%27 HTTP/1.1" 200 None
2026-03-29 06:32:23 [bca.uk] INFO: Saving data for WIG%207642: {'auction_closing_time': 1774864800.0, 'created_time': 1774448751.163588, 'last_price_update_time': 1774765943.527991}
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WIG%25207642') HTTP/1.1" 204 0
2026-03-29 06:32:23 [bca.uk] INFO: Found listing with ID: SR19%20EJJ
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520EJJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:23 [bca.uk] INFO: Scrape type for SR19%20EJJ: 2
2026-03-29 06:32:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ
2026-03-29 06:32:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3634aa07-1a14-5274-a30f-323e0e25a1ab with scrape type 2
2026-03-29 06:32:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3634aa07-1a14-5274-a30f-323e0e25a1ab with scrape type 2
2026-03-29 06:32:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3634aa07-1a14-5274-a30f-323e0e25a1ab, identifier: SR19%20EJJ
2026-03-29 06:32:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE
2026-03-29 06:32:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE
2026-03-29 06:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE to the API
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX20%20WBE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21300795-a765-59a8-9529-f4a110089a6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX20 WBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX20%20WBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 33981,
 '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 LWB LEADER H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 LWB LEADER H/R',
 'vin': 'WF0YXXTTGYKM29270',
 'year': 2020}
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520WBE%27 HTTP/1.1" 200 None
2026-03-29 06:32:23 [bca.uk] INFO: Saving data for EX20%20WBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477021.074474, 'last_price_update_time': 1774765943.917782}
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX20%2520WBE') HTTP/1.1" 204 0
2026-03-29 06:32:23 [bca.uk] INFO: Found listing with ID: SM73%20UHL
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 06:32:23 [bca.uk] INFO: Scrape type for SM73%20UHL: 2
2026-03-29 06:32:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL
2026-03-29 06:32:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with scrape type 2
2026-03-29 06:32:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with scrape type 2
2026-03-29 06:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5, identifier: SM73%20UHL
2026-03-29 06:32:24 [bca.uk] INFO: Found listing with ID: WV66%20VTU
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520VTU%27 HTTP/1.1" 200 None
2026-03-29 06:32:24 [bca.uk] INFO: Scrape type for WV66%20VTU: 2
2026-03-29 06:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd8c8b43-be1c-5d10-adda-e8332ff6ff8d with identifier: WV66%20VTU
2026-03-29 06:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd8c8b43-be1c-5d10-adda-e8332ff6ff8d with scrape type 2
2026-03-29 06:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd8c8b43-be1c-5d10-adda-e8332ff6ff8d with scrape type 2
2026-03-29 06:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd8c8b43-be1c-5d10-adda-e8332ff6ff8d, identifier: WV66%20VTU
2026-03-29 06:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ
2026-03-29 06:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ
2026-03-29 06:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ to the API
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR19%20EJJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3634aa07-1a14-5274-a30f-323e0e25a1ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR19 EJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR19%20EJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 122301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB H/R',
 'vin': 'WF0YXXTTGYKC25822',
 'year': 2019}
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520EJJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:24 [bca.uk] INFO: Saving data for SR19%20EJJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773839395.7163, 'last_price_update_time': 1774765944.453199}
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520EJJ') HTTP/1.1" 204 0
2026-03-29 06:32:24 [bca.uk] INFO: Found listing with ID: HF23%20YHR
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 06:32:24 [bca.uk] INFO: Scrape type for HF23%20YHR: 2
2026-03-29 06:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR
2026-03-29 06:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with scrape type 2
2026-03-29 06:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with scrape type 2
2026-03-29 06:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f, identifier: HF23%20YHR
2026-03-29 06:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL
2026-03-29 06:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL
2026-03-29 06:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL to the API
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM73%20UHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM73 UHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM73%20UHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LEXUS',
 'model': 'UX 300E',
 'odometer': 11915,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 300E 150KW 72.8KWH (TAKUMI PK)E-CVT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 72.8KWH (TAKUMI PK)E-CVT',
 'vin': 'JTHAABBH902013719',
 'year': 2024}
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-29 06:32:24 [bca.uk] INFO: Saving data for SM73%20UHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477528.773843, 'last_price_update_time': 1774765944.841113}
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM73%2520UHL') HTTP/1.1" 204 0
2026-03-29 06:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd8c8b43-be1c-5d10-adda-e8332ff6ff8d with identifier: WV66%20VTU
2026-03-29 06:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd8c8b43-be1c-5d10-adda-e8332ff6ff8d with identifier: WV66%20VTU
2026-03-29 06:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd8c8b43-be1c-5d10-adda-e8332ff6ff8d with identifier: WV66%20VTU to the API
2026-03-29 06:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV66%20VTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fd8c8b43-be1c-5d10-adda-e8332ff6ff8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV66 VTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV66%20VTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 78301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI AWD GT-LINE',
 'vin': 'U5YPK816NGL138537',
 'year': 2016}
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520VTU%27 HTTP/1.1" 200 None
2026-03-29 06:32:25 [bca.uk] INFO: Saving data for WV66%20VTU: {'auction_closing_time': 1774778400.0, 'created_time': 1774448786.956565, 'last_price_update_time': 1774765945.123298}
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV66%2520VTU') HTTP/1.1" 204 0
2026-03-29 06:32:25 [bca.uk] INFO: Found listing with ID: HK17%20LRL
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK17%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:32:25 [bca.uk] INFO: Scrape type for HK17%20LRL: 2
2026-03-29 06:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL
2026-03-29 06:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e230232-6634-5cb4-a71b-58f711ff62ee with scrape type 2
2026-03-29 06:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e230232-6634-5cb4-a71b-58f711ff62ee with scrape type 2
2026-03-29 06:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e230232-6634-5cb4-a71b-58f711ff62ee, identifier: HK17%20LRL
2026-03-29 06:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR
2026-03-29 06:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR
2026-03-29 06:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR to the API
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20YHR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b44f70e-d30e-5f08-92d8-b2d8efb3f24f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF23 YHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20YHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 3930,
 '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.4 D ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ACTIVE 4WD',
 'vin': 'AHTKB3CD402653473',
 'year': 2023}
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520YHR%27 HTTP/1.1" 200 None
2026-03-29 06:32:25 [bca.uk] INFO: Saving data for HF23%20YHR: {'auction_closing_time': 1774864800.0, 'created_time': 1774477024.5251, 'last_price_update_time': 1774765945.50041}
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520YHR') HTTP/1.1" 204 0
2026-03-29 06:32:25 [bca.uk] INFO: Found listing with ID: VN72%20UVR
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-29 06:32:25 [bca.uk] INFO: Scrape type for VN72%20UVR: 2
2026-03-29 06:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR
2026-03-29 06:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66e21954-aa6b-5c24-ac07-e98aff699d78 with scrape type 2
2026-03-29 06:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66e21954-aa6b-5c24-ac07-e98aff699d78 with scrape type 2
2026-03-29 06:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66e21954-aa6b-5c24-ac07-e98aff699d78, identifier: VN72%20UVR
2026-03-29 06:32:25 [bca.uk] INFO: Found listing with ID: CV73%20HLJ
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520HLJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:25 [bca.uk] INFO: Scrape type for CV73%20HLJ: 2
2026-03-29 06:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ
2026-03-29 06:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with scrape type 2
2026-03-29 06:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with scrape type 2
2026-03-29 06:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6345ac5c-839b-5a8a-99e8-fca7f7686a48, identifier: CV73%20HLJ
2026-03-29 06:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL
2026-03-29 06:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL
2026-03-29 06:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL to the API
2026-03-29 06:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK17%20LRL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e230232-6634-5cb4-a71b-58f711ff62ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK17 LRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK17%20LRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 61430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218I T SPORT STEP',
 'vin': 'WBA2A32060V464303',
 'year': 2017}
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK17%2520LRL%27 HTTP/1.1" 200 None
2026-03-29 06:32:26 [bca.uk] INFO: Saving data for HK17%20LRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774448719.343831, 'last_price_update_time': 1774765946.011494}
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK17%2520LRL') HTTP/1.1" 204 0
2026-03-29 06:32:26 [bca.uk] INFO: Found listing with ID: HV22%20OAB
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OAB%27 HTTP/1.1" 200 None
2026-03-29 06:32:26 [bca.uk] INFO: Scrape type for HV22%20OAB: 2
2026-03-29 06:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB
2026-03-29 06:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a0d188c-cd65-55e3-83c4-91978c6fa33d with scrape type 2
2026-03-29 06:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a0d188c-cd65-55e3-83c4-91978c6fa33d with scrape type 2
2026-03-29 06:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a0d188c-cd65-55e3-83c4-91978c6fa33d, identifier: HV22%20OAB
2026-03-29 06:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR
2026-03-29 06:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR
2026-03-29 06:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR to the API
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20UVR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66e21954-aa6b-5c24-ac07-e98aff699d78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 UVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20UVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'BAYON',
 'odometer': 13249,
 '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 BAYON 1.0 TGDI 100 48V MHEV PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGDI 100 48V MHEV PREMIUM DCT',
 'vin': 'NLHBR81GVPZ249761',
 'year': 2023}
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-29 06:32:26 [bca.uk] INFO: Saving data for VN72%20UVR: {'auction_closing_time': 1775037600.0, 'created_time': 1774477586.297011, 'last_price_update_time': 1774765946.394371}
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520UVR') HTTP/1.1" 204 0
2026-03-29 06:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ
2026-03-29 06:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ
2026-03-29 06:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ to the API
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV73%20HLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6345ac5c-839b-5a8a-99e8-fca7f7686a48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV73 HLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV73%20HLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SSANGYONG',
 'model': 'MUSSO',
 'odometer': 17968,
 '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': 'SSANGYONG MUSSO 2.2 199 SARACEN PLUS AWD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': '199 SARACEN PLUS AWD',
 'vin': 'KPAY61EESPP215331',
 'year': 2023}
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520HLJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:26 [bca.uk] INFO: Saving data for CV73%20HLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448761.124207, 'last_price_update_time': 1774765946.778795}
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV73%2520HLJ') HTTP/1.1" 204 0
2026-03-29 06:32:26 [bca.uk] INFO: Found listing with ID: FX70%20VGD
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520VGD%27 HTTP/1.1" 200 None
2026-03-29 06:32:26 [bca.uk] INFO: Scrape type for FX70%20VGD: 2
2026-03-29 06:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD
2026-03-29 06:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with scrape type 2
2026-03-29 06:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with scrape type 2
2026-03-29 06:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc, identifier: FX70%20VGD
2026-03-29 06:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB
2026-03-29 06:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB
2026-03-29 06:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB to the API
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20OAB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a0d188c-cd65-55e3-83c4-91978c6fa33d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV22 OAB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20OAB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 73733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PMD55962',
 'year': 2022}
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OAB%27 HTTP/1.1" 200 None
2026-03-29 06:32:27 [bca.uk] INFO: Saving data for HV22%20OAB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477024.025388, 'last_price_update_time': 1774765947.184864}
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520OAB') HTTP/1.1" 204 0
2026-03-29 06:32:27 [bca.uk] INFO: Found listing with ID: LN65%20LZL
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-29 06:32:27 [bca.uk] INFO: Scrape type for LN65%20LZL: 2
2026-03-29 06:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL
2026-03-29 06:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90c18b5-4068-505c-ba0a-5d0076498a92 with scrape type 2
2026-03-29 06:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b90c18b5-4068-505c-ba0a-5d0076498a92 with scrape type 2
2026-03-29 06:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b90c18b5-4068-505c-ba0a-5d0076498a92, identifier: LN65%20LZL
2026-03-29 06:32:27 [bca.uk] INFO: Found listing with ID: HN23%20GYS
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 06:32:27 [bca.uk] INFO: Scrape type for HN23%20GYS: 2
2026-03-29 06:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS
2026-03-29 06:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c13bef47-0363-5f38-95c2-0d10ca6a3dca with scrape type 2
2026-03-29 06:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c13bef47-0363-5f38-95c2-0d10ca6a3dca with scrape type 2
2026-03-29 06:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c13bef47-0363-5f38-95c2-0d10ca6a3dca, identifier: HN23%20GYS
2026-03-29 06:32:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD
2026-03-29 06:32:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD
2026-03-29 06:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD to the API
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX70%20VGD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX70 VGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX70%20VGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 48222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 45 TDI QUATTRO SPORT TIP StationWagon',
 'transmission': 'manual',
 'trim': '45 TDI QUATTRO SPORT TIP',
 'vin': 'WAUZZZ4MXLD002492',
 'year': 2020}
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520VGD%27 HTTP/1.1" 200 None
2026-03-29 06:32:27 [bca.uk] INFO: Saving data for FX70%20VGD: {'auction_closing_time': 1774951200.0, 'created_time': 1774448732.200075, 'last_price_update_time': 1774765947.713148}
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX70%2520VGD') HTTP/1.1" 204 0
2026-03-29 06:32:27 [bca.uk] INFO: Found listing with ID: HY21%20EYL
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 06:32:27 [bca.uk] INFO: Scrape type for HY21%20EYL: 2
2026-03-29 06:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL
2026-03-29 06:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with scrape type 2
2026-03-29 06:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with scrape type 2
2026-03-29 06:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a89ab7cb-71de-5799-a7b7-6e4bea11ec04, identifier: HY21%20EYL
2026-03-29 06:32:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL
2026-03-29 06:32:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL
2026-03-29 06:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL to the API
2026-03-29 06:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN65%20LZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b90c18b5-4068-505c-ba0a-5d0076498a92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN65 LZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN65%20LZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A45 AMG',
 'odometer': 81615,
 '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 A45 AMG 2.0 4MATIC DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC DCT',
 'vin': 'WDD1760522J350075',
 'year': 2015}
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-29 06:32:28 [bca.uk] INFO: Saving data for LN65%20LZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390244.372932, 'last_price_update_time': 1774765948.160288}
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN65%2520LZL') HTTP/1.1" 204 0
2026-03-29 06:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS
2026-03-29 06:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS
2026-03-29 06:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS to the API
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20GYS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c13bef47-0363-5f38-95c2-0d10ca6a3dca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN23 GYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20GYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 12588,
 '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 MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000X70577156',
 'year': 2023}
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GYS%27 HTTP/1.1" 200 None
2026-03-29 06:32:28 [bca.uk] INFO: Saving data for HN23%20GYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774448883.921205, 'last_price_update_time': 1774765948.440314}
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520GYS') HTTP/1.1" 204 0
2026-03-29 06:32:28 [bca.uk] INFO: Found listing with ID: FG12%20LSD
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520LSD%27 HTTP/1.1" 200 None
2026-03-29 06:32:28 [bca.uk] INFO: Scrape type for FG12%20LSD: 2
2026-03-29 06:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD
2026-03-29 06:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4d32b93-90fc-5152-a9d6-35f15d7de947 with scrape type 2
2026-03-29 06:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4d32b93-90fc-5152-a9d6-35f15d7de947 with scrape type 2
2026-03-29 06:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4d32b93-90fc-5152-a9d6-35f15d7de947, identifier: FG12%20LSD
2026-03-29 06:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL
2026-03-29 06:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL
2026-03-29 06:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL to the API
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY21%20EYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a89ab7cb-71de-5799-a7b7-6e4bea11ec04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY21 EYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY21%20EYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 59918,
 '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': 'MITSUBISHI OUTLANDER 2.4 PHEV REFLEX PLUS COMM.4WD Van',
 'transmission': 'automatic',
 'trim': 'PHEV REFLEX PLUS COMM.4WD',
 'vin': 'JMAXDGG3WLZ005608',
 'year': 2021}
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520EYL%27 HTTP/1.1" 200 None
2026-03-29 06:32:28 [bca.uk] INFO: Saving data for HY21%20EYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774479038.945031, 'last_price_update_time': 1774765948.835612}
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY21%2520EYL') HTTP/1.1" 204 0
2026-03-29 06:32:28 [bca.uk] INFO: Found listing with ID: BF12%20TTX
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-29 06:32:28 [bca.uk] INFO: Scrape type for BF12%20TTX: 2
2026-03-29 06:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX
2026-03-29 06:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd71da12-df71-574a-b7bf-65d6e3cf9792 with scrape type 2
2026-03-29 06:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd71da12-df71-574a-b7bf-65d6e3cf9792 with scrape type 2
2026-03-29 06:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd71da12-df71-574a-b7bf-65d6e3cf9792, identifier: BF12%20TTX
2026-03-29 06:32:28 [bca.uk] INFO: Found listing with ID: HK23%20WLV
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLV%27 HTTP/1.1" 200 None
2026-03-29 06:32:28 [bca.uk] INFO: Scrape type for HK23%20WLV: 2
2026-03-29 06:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV
2026-03-29 06:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with scrape type 2
2026-03-29 06:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with scrape type 2
2026-03-29 06:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb, identifier: HK23%20WLV
2026-03-29 06:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD
2026-03-29 06:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD
2026-03-29 06:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD to the API
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG12%20LSD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4d32b93-90fc-5152-a9d6-35f15d7de947',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG12 LSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG12%20LSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 115474,
 '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 SR Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I SR',
 'vin': 'VNKKJ3D300A075844',
 'year': 2012}
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520LSD%27 HTTP/1.1" 200 None
2026-03-29 06:32:29 [bca.uk] INFO: Saving data for FG12%20LSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774448720.812058, 'last_price_update_time': 1774765949.335445}
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG12%2520LSD') HTTP/1.1" 204 0
2026-03-29 06:32:29 [bca.uk] INFO: Found listing with ID: LC66%20XZW
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520XZW%27 HTTP/1.1" 200 None
2026-03-29 06:32:29 [bca.uk] INFO: Scrape type for LC66%20XZW: 2
2026-03-29 06:32:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW
2026-03-29 06:32:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with scrape type 2
2026-03-29 06:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with scrape type 2
2026-03-29 06:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3, identifier: LC66%20XZW
2026-03-29 06:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX
2026-03-29 06:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX
2026-03-29 06:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX to the API
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF12%20TTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd71da12-df71-574a-b7bf-65d6e3cf9792',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF12 TTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF12%20TTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 90324,
 '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 SLK 250 2.1 CDI B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT TIP',
 'vin': 'WDD1724032F036655',
 'year': 2012}
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-29 06:32:29 [bca.uk] INFO: Saving data for BF12%20TTX: {'auction_closing_time': 1774951200.0, 'created_time': 1774477479.114953, 'last_price_update_time': 1774765949.752179}
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF12%2520TTX') HTTP/1.1" 204 0
2026-03-29 06:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV
2026-03-29 06:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV
2026-03-29 06:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV to the API
2026-03-29 06:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20WLV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14adb049-6e56-58a5-b5b2-16e5a5ea83fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 WLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20WLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 7844,
 '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 MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000570892737',
 'year': 2023}
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLV%27 HTTP/1.1" 200 None
2026-03-29 06:32:30 [bca.uk] INFO: Saving data for HK23%20WLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774448871.1509, 'last_price_update_time': 1774765950.074787}
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520WLV') HTTP/1.1" 204 0
2026-03-29 06:32:30 [bca.uk] INFO: Found listing with ID: CP61%20ZGH
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP61%2520ZGH%27 HTTP/1.1" 200 None
2026-03-29 06:32:30 [bca.uk] INFO: Scrape type for CP61%20ZGH: 2
2026-03-29 06:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH
2026-03-29 06:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe45018d-5c17-5d32-b027-6491ea8a54cf with scrape type 2
2026-03-29 06:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe45018d-5c17-5d32-b027-6491ea8a54cf with scrape type 2
2026-03-29 06:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe45018d-5c17-5d32-b027-6491ea8a54cf, identifier: CP61%20ZGH
2026-03-29 06:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW
2026-03-29 06:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW
2026-03-29 06:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW to the API
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC66%20XZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC66 XZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC66%20XZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 30293,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYGS12025',
 'year': 2016}
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520XZW%27 HTTP/1.1" 200 None
2026-03-29 06:32:30 [bca.uk] INFO: Saving data for LC66%20XZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774478990.518943, 'last_price_update_time': 1774765950.49355}
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC66%2520XZW') HTTP/1.1" 204 0
2026-03-29 06:32:30 [bca.uk] INFO: Found listing with ID: HN61%20HZX
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 06:32:30 [bca.uk] INFO: Scrape type for HN61%20HZX: 2
2026-03-29 06:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX
2026-03-29 06:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with scrape type 2
2026-03-29 06:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with scrape type 2
2026-03-29 06:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7, identifier: HN61%20HZX
2026-03-29 06:32:30 [bca.uk] INFO: Found listing with ID: HK23%20WLO
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLO%27 HTTP/1.1" 200 None
2026-03-29 06:32:30 [bca.uk] INFO: Scrape type for HK23%20WLO: 2
2026-03-29 06:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO
2026-03-29 06:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e522b48c-ae26-5e41-96f1-6cf89c2378db with scrape type 2
2026-03-29 06:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e522b48c-ae26-5e41-96f1-6cf89c2378db with scrape type 2
2026-03-29 06:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e522b48c-ae26-5e41-96f1-6cf89c2378db, identifier: HK23%20WLO
2026-03-29 06:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH
2026-03-29 06:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH
2026-03-29 06:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH to the API
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP61%20ZGH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fe45018d-5c17-5d32-b027-6491ea8a54cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP61 ZGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP61%20ZGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 119526,
 '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 X5 3.0 XDRIVE 40D SE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D SE',
 'vin': 'WBAZW62070L479440',
 'year': 2011}
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP61%2520ZGH%27 HTTP/1.1" 200 None
2026-03-29 06:32:30 [bca.uk] INFO: Saving data for CP61%20ZGH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448721.240419, 'last_price_update_time': 1774765950.978129}
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP61%2520ZGH') HTTP/1.1" 204 0
2026-03-29 06:32:31 [bca.uk] INFO: Found listing with ID: LF17%20OTK
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520OTK%27 HTTP/1.1" 200 None
2026-03-29 06:32:31 [bca.uk] INFO: Scrape type for LF17%20OTK: 2
2026-03-29 06:32:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK
2026-03-29 06:32:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8985a184-702e-5853-a349-0611c9a49e3a with scrape type 2
2026-03-29 06:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8985a184-702e-5853-a349-0611c9a49e3a with scrape type 2
2026-03-29 06:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8985a184-702e-5853-a349-0611c9a49e3a, identifier: LF17%20OTK
2026-03-29 06:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX
2026-03-29 06:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX
2026-03-29 06:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX to the API
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN61%20HZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN61 HZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN61%20HZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 66393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S JOHN COOPER WORKS Hatchback',
 'transmission': 'manual',
 'trim': 'S JOHN COOPER WORKS',
 'vin': 'WMWSV92010T238589',
 'year': 2011}
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-29 06:32:31 [bca.uk] INFO: Saving data for HN61%20HZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774477523.506819, 'last_price_update_time': 1774765951.704152}
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN61%2520HZX') HTTP/1.1" 204 0
2026-03-29 06:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO
2026-03-29 06:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO
2026-03-29 06:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO to the API
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20WLO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e522b48c-ae26-5e41-96f1-6cf89c2378db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 WLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20WLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 44143,
 '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 MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000X70602945',
 'year': 2023}
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLO%27 HTTP/1.1" 200 None
2026-03-29 06:32:31 [bca.uk] INFO: Saving data for HK23%20WLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448869.238624, 'last_price_update_time': 1774765951.992684}
2026-03-29 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520WLO') HTTP/1.1" 204 0
2026-03-29 06:32:32 [bca.uk] INFO: Found listing with ID: BN22%20GVC
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 06:32:32 [bca.uk] INFO: Scrape type for BN22%20GVC: 2
2026-03-29 06:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC
2026-03-29 06:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02, identifier: BN22%20GVC
2026-03-29 06:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK
2026-03-29 06:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK
2026-03-29 06:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK to the API
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF17%20OTK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8985a184-702e-5853-a349-0611c9a49e3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF17 OTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF17%20OTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 115793,
 '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 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYHJ55427',
 'year': 2017}
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520OTK%27 HTTP/1.1" 200 None
2026-03-29 06:32:32 [bca.uk] INFO: Saving data for LF17%20OTK: {'auction_closing_time': 1774864800.0, 'created_time': 1774478993.924575, 'last_price_update_time': 1774765952.374484}
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF17%2520OTK') HTTP/1.1" 204 0
2026-03-29 06:32:32 [bca.uk] INFO: Found listing with ID: FB03%20FKM
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-29 06:32:32 [bca.uk] INFO: Scrape type for FB03%20FKM: 2
2026-03-29 06:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM
2026-03-29 06:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 642b63b7-4596-592f-a48e-b56e43b8e344 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 642b63b7-4596-592f-a48e-b56e43b8e344 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 642b63b7-4596-592f-a48e-b56e43b8e344, identifier: FB03%20FKM
2026-03-29 06:32:32 [bca.uk] INFO: Found listing with ID: HK23%20ESF
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 06:32:32 [bca.uk] INFO: Scrape type for HK23%20ESF: 2
2026-03-29 06:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF
2026-03-29 06:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb170acf-5d44-58e7-8213-e5bdd7f57720 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb170acf-5d44-58e7-8213-e5bdd7f57720 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb170acf-5d44-58e7-8213-e5bdd7f57720, identifier: HK23%20ESF
2026-03-29 06:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC
2026-03-29 06:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC
2026-03-29 06:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC to the API
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN22%20GVC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN22 GVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN22%20GVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 4078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.3 SPORT EXECUTIVE ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE ED.DCT',
 'vin': 'W1K1771842J351414',
 'year': 2022}
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520GVC%27 HTTP/1.1" 200 None
2026-03-29 06:32:32 [bca.uk] INFO: Saving data for BN22%20GVC: {'auction_closing_time': 1774951200.0, 'created_time': 1773959544.578311, 'last_price_update_time': 1774765952.89479}
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN22%2520GVC') HTTP/1.1" 204 0
2026-03-29 06:32:32 [bca.uk] INFO: Found listing with ID: BP66%20MZY
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 06:32:32 [bca.uk] INFO: Scrape type for BP66%20MZY: 2
2026-03-29 06:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY
2026-03-29 06:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe129b4-fb3b-553a-8aa2-c14e51a85798 with scrape type 2
2026-03-29 06:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe129b4-fb3b-553a-8aa2-c14e51a85798 with scrape type 2
2026-03-29 06:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe129b4-fb3b-553a-8aa2-c14e51a85798, identifier: BP66%20MZY
2026-03-29 06:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM
2026-03-29 06:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM
2026-03-29 06:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM to the API
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FB03%20FKM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '642b63b7-4596-592f-a48e-b56e43b8e344',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FB03 FKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FB03%20FKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 101329,
 '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': 'PORSCHE BOXSTER 3.2 S 260 Roadster',
 'transmission': 'manual',
 'trim': 'S 260',
 'vin': 'WP0ZZZ98Z3U644411',
 'year': 2003}
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-29 06:32:33 [bca.uk] INFO: Saving data for FB03%20FKM: {'auction_closing_time': 1774951200.0, 'created_time': 1774477470.11377, 'last_price_update_time': 1774765953.33587}
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FB03%2520FKM') HTTP/1.1" 204 0
2026-03-29 06:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF
2026-03-29 06:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF
2026-03-29 06:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF to the API
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20ESF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb170acf-5d44-58e7-8213-e5bdd7f57720',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 ESF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20ESF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 14016,
 '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 MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000X70781682',
 'year': 2023}
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520ESF%27 HTTP/1.1" 200 None
2026-03-29 06:32:33 [bca.uk] INFO: Saving data for HK23%20ESF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448864.576774, 'last_price_update_time': 1774765953.647234}
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520ESF') HTTP/1.1" 204 0
2026-03-29 06:32:33 [bca.uk] INFO: Found listing with ID: FP10%20UZC
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UZC%27 HTTP/1.1" 200 None
2026-03-29 06:32:33 [bca.uk] INFO: Scrape type for FP10%20UZC: 2
2026-03-29 06:32:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC
2026-03-29 06:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 105b8c14-39c4-5957-b824-fc08e36eba5f with scrape type 2
2026-03-29 06:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 105b8c14-39c4-5957-b824-fc08e36eba5f with scrape type 2
2026-03-29 06:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 105b8c14-39c4-5957-b824-fc08e36eba5f, identifier: FP10%20UZC
2026-03-29 06:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY
2026-03-29 06:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY
2026-03-29 06:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY to the API
2026-03-29 06:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP66%20MZY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fbe129b4-fb3b-553a-8aa2-c14e51a85798',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP66 MZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP66%20MZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 64485,
 '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 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0039695',
 'year': 2016}
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520MZY%27 HTTP/1.1" 200 None
2026-03-29 06:32:34 [bca.uk] INFO: Saving data for BP66%20MZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479376.052411, 'last_price_update_time': 1774765954.030982}
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP66%2520MZY') HTTP/1.1" 204 0
2026-03-29 06:32:34 [bca.uk] INFO: Found listing with ID: YJ15%20ENE
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:32:34 [bca.uk] INFO: Scrape type for YJ15%20ENE: 2
2026-03-29 06:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE
2026-03-29 06:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ddda4ab-89fc-578e-a943-8312abee0df2 with scrape type 2
2026-03-29 06:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ddda4ab-89fc-578e-a943-8312abee0df2 with scrape type 2
2026-03-29 06:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ddda4ab-89fc-578e-a943-8312abee0df2, identifier: YJ15%20ENE
2026-03-29 06:32:34 [bca.uk] INFO: Found listing with ID: NV72%20BKF
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 06:32:34 [bca.uk] INFO: Scrape type for NV72%20BKF: 2
2026-03-29 06:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF
2026-03-29 06:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4107a619-0ff7-5734-b877-39c61ce79a1a with scrape type 2
2026-03-29 06:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4107a619-0ff7-5734-b877-39c61ce79a1a with scrape type 2
2026-03-29 06:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4107a619-0ff7-5734-b877-39c61ce79a1a, identifier: NV72%20BKF
2026-03-29 06:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC
2026-03-29 06:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC
2026-03-29 06:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC to the API
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20UZC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '105b8c14-39c4-5957-b824-fc08e36eba5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP10 UZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20UZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 99304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJAU56607',
 'year': 2010}
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UZC%27 HTTP/1.1" 200 None
2026-03-29 06:32:34 [bca.uk] INFO: Saving data for FP10%20UZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774448860.303988, 'last_price_update_time': 1774765954.567902}
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520UZC') HTTP/1.1" 204 0
2026-03-29 06:32:34 [bca.uk] INFO: Found listing with ID: DL72%20PFN
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 06:32:34 [bca.uk] INFO: Scrape type for DL72%20PFN: 2
2026-03-29 06:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN
2026-03-29 06:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with scrape type 2
2026-03-29 06:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with scrape type 2
2026-03-29 06:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efbd6b08-f3e1-50a0-91c8-e2592a8456b2, identifier: DL72%20PFN
2026-03-29 06:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE
2026-03-29 06:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE
2026-03-29 06:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE to the API
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ15%20ENE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7ddda4ab-89fc-578e-a943-8312abee0df2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ15 ENE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ15%20ENE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 22262,
 '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 MASTER 3.5T FWD 2.3 LM DCI 110 BUSINESS (MOBILITY) Bus',
 'transmission': 'manual',
 'trim': 'LM DCI 110 BUSINESS (MOBILITY)',
 'vin': 'VF1MAF4RE52038854',
 'year': 2015}
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-29 06:32:34 [bca.uk] INFO: Saving data for YJ15%20ENE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477580.756644, 'last_price_update_time': 1774765954.967256}
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ15%2520ENE') HTTP/1.1" 204 0
2026-03-29 06:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF
2026-03-29 06:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF
2026-03-29 06:32:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF to the API
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV72%20BKF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4107a619-0ff7-5734-b877-39c61ce79a1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV72 BKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV72%20BKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'IVECO',
 'model': 'DAILY 35S14',
 'odometer': 61407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 35S14 2.3 MWB (3450) Dropside',
 'transmission': 'manual',
 'trim': 'MWB (3450)',
 'vin': 'ZCFCL35A40D718336',
 'year': 2022}
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520BKF%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Saving data for NV72%20BKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448863.091045, 'last_price_update_time': 1774765955.239264}
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV72%2520BKF') HTTP/1.1" 204 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: LR22%20VZL
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VZL%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for LR22%20VZL: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: MF25%20FMC
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520FMC%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for MF25%20FMC: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: BD23%20XDV
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520XDV%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for BD23%20XDV: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: OE24%20UCG
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for OE24%20UCG: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: BA68%20CSU
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520CSU%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for BA68%20CSU: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: BC05%20PFG
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC05%2520PFG%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for BC05%20PFG: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: BL15%20DHA
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520DHA%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for BL15%20DHA: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: CV65%20NKL
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520NKL%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for CV65%20NKL: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: FL52%20BCX
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL52%2520BCX%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for FL52%20BCX: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: HY17%20FVP
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY17%2520FVP%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for HY17%20FVP: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: KO73%20FYG
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO73%2520FYG%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for KO73%20FYG: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: LM18%20LWD
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM18%2520LWD%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for LM18%20LWD: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: WU65%20AVC
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AVC%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for WU65%20AVC: 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: HN72%20NRY
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520NRY%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for HN72%20NRY: 2
2026-03-29 06:32:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY
2026-03-29 06:32:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with scrape type 2
2026-03-29 06:32:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with scrape type 2
2026-03-29 06:32:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88, identifier: HN72%20NRY
2026-03-29 06:32:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN
2026-03-29 06:32:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN
2026-03-29 06:32:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN to the API
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL72%20PFN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'efbd6b08-f3e1-50a0-91c8-e2592a8456b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL72 PFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL72%20PFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 7069,
 '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 VIVARO 3100 2.0 D 145 PRO L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 145 PRO L2 H1',
 'vin': 'VXEVFEHTMN7080144',
 'year': 2023}
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PFN%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Saving data for DL72%20PFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479391.607849, 'last_price_update_time': 1774765955.855397}
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520PFN') HTTP/1.1" 204 0
2026-03-29 06:32:35 [bca.uk] INFO: Found listing with ID: MM72%20NMV
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-29 06:32:35 [bca.uk] INFO: Scrape type for MM72%20NMV: 2
2026-03-29 06:32:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV
2026-03-29 06:32:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66cf044-f625-5a32-a9ce-72c968793e93 with scrape type 2
2026-03-29 06:32:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b66cf044-f625-5a32-a9ce-72c968793e93 with scrape type 2
2026-03-29 06:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b66cf044-f625-5a32-a9ce-72c968793e93, identifier: MM72%20NMV
2026-03-29 06:32:36 [bca.uk] INFO: Found listing with ID: DY70%20WLZ
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520WLZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:36 [bca.uk] INFO: Scrape type for DY70%20WLZ: 2
2026-03-29 06:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ
2026-03-29 06:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63cca2c9-ed87-5db4-b2d9-97af9daa60df with scrape type 2
2026-03-29 06:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63cca2c9-ed87-5db4-b2d9-97af9daa60df with scrape type 2
2026-03-29 06:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63cca2c9-ed87-5db4-b2d9-97af9daa60df, identifier: DY70%20WLZ
2026-03-29 06:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY
2026-03-29 06:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY
2026-03-29 06:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY to the API
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20NRY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN72 NRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20NRY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 14788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10250,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 110 FR EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 FR EDITION',
 'vin': 'VSSZZZKJ3PR035952',
 'year': 2022}
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520NRY%27 HTTP/1.1" 200 None
2026-03-29 06:32:36 [bca.uk] INFO: Saving data for HN72%20NRY: {'auction_closing_time': 1775026800.0, 'created_time': 1774303864.809816, 'last_price_update_time': 1774765956.456571}
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520NRY') HTTP/1.1" 204 0
2026-03-29 06:32:36 [bca.uk] INFO: Found listing with ID: EK72%20FTE
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520FTE%27 HTTP/1.1" 200 None
2026-03-29 06:32:36 [bca.uk] INFO: Scrape type for EK72%20FTE: 2
2026-03-29 06:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE
2026-03-29 06:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58df2037-1b76-5e4d-a011-de3b9fca5b8a with scrape type 2
2026-03-29 06:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58df2037-1b76-5e4d-a011-de3b9fca5b8a with scrape type 2
2026-03-29 06:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58df2037-1b76-5e4d-a011-de3b9fca5b8a, identifier: EK72%20FTE
2026-03-29 06:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV
2026-03-29 06:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV
2026-03-29 06:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV to the API
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20NMV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b66cf044-f625-5a32-a9ce-72c968793e93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM72 NMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20NMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 49660,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS1PC690019',
 'year': 2022}
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-29 06:32:36 [bca.uk] INFO: Saving data for MM72%20NMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477580.376263, 'last_price_update_time': 1774765956.832243}
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520NMV') HTTP/1.1" 204 0
2026-03-29 06:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ
2026-03-29 06:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ
2026-03-29 06:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ to the API
2026-03-29 06:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY70%20WLZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '63cca2c9-ed87-5db4-b2d9-97af9daa60df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY70 WLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY70%20WLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L2',
 'odometer': 72627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L2 1.5 TURBO D 100 2300 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 SPORTIVE',
 'vin': 'W0VEFYHYCLJ784886',
 'year': 2020}
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520WLZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:37 [bca.uk] INFO: Saving data for DY70%20WLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448879.264011, 'last_price_update_time': 1774765957.11395}
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520WLZ') HTTP/1.1" 204 0
2026-03-29 06:32:37 [bca.uk] INFO: Found listing with ID: BV72%20ZXC
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZXC%27 HTTP/1.1" 200 None
2026-03-29 06:32:37 [bca.uk] INFO: Scrape type for BV72%20ZXC: 2
2026-03-29 06:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC
2026-03-29 06:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e88b74b-5d77-5b34-83bd-7035923fd58f with scrape type 2
2026-03-29 06:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e88b74b-5d77-5b34-83bd-7035923fd58f with scrape type 2
2026-03-29 06:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e88b74b-5d77-5b34-83bd-7035923fd58f, identifier: BV72%20ZXC
2026-03-29 06:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE
2026-03-29 06:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE
2026-03-29 06:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE to the API
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK72%20FTE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58df2037-1b76-5e4d-a011-de3b9fca5b8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK72 FTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK72%20FTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 31309,
 'odometer_reading_unit': '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 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P497148',
 'year': 2022}
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520FTE%27 HTTP/1.1" 200 None
2026-03-29 06:32:37 [bca.uk] INFO: Saving data for EK72%20FTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774479189.297361, 'last_price_update_time': 1774765957.513961}
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK72%2520FTE') HTTP/1.1" 204 0
2026-03-29 06:32:37 [bca.uk] INFO: Found listing with ID: MD72%20VXG
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-29 06:32:37 [bca.uk] INFO: Scrape type for MD72%20VXG: 2
2026-03-29 06:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG
2026-03-29 06:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7e3218f-df28-588c-85d8-6ce1b5345202 with scrape type 2
2026-03-29 06:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7e3218f-df28-588c-85d8-6ce1b5345202 with scrape type 2
2026-03-29 06:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7e3218f-df28-588c-85d8-6ce1b5345202, identifier: MD72%20VXG
2026-03-29 06:32:37 [bca.uk] INFO: Found listing with ID: AF72%20JFU
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520JFU%27 HTTP/1.1" 200 None
2026-03-29 06:32:37 [bca.uk] INFO: Scrape type for AF72%20JFU: 2
2026-03-29 06:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU
2026-03-29 06:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8c6dc80-ba49-576f-8efe-c468ae116758 with scrape type 2
2026-03-29 06:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8c6dc80-ba49-576f-8efe-c468ae116758 with scrape type 2
2026-03-29 06:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8c6dc80-ba49-576f-8efe-c468ae116758, identifier: AF72%20JFU
2026-03-29 06:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC
2026-03-29 06:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC
2026-03-29 06:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC to the API
2026-03-29 06:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV72%20ZXC-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': '3e88b74b-5d77-5b34-83bd-7035923fd58f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV72 ZXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV72%20ZXC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 46603,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30000,
 'price_includes_vat': False,
 'registration_date': '2023-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': 'SALYA2AY7PA361691',
 'year': 2023}
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZXC%27 HTTP/1.1" 200 None
2026-03-29 06:32:38 [bca.uk] INFO: Saving data for BV72%20ZXC: {'auction_closing_time': 1774854000.0, 'created_time': 1774355425.5537, 'last_price_update_time': 1774765958.07791}
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520ZXC') HTTP/1.1" 204 0
2026-03-29 06:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:32:38 [bca.uk] INFO: Found listing with ID: FV21%20WKN
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520WKN%27 HTTP/1.1" 200 None
2026-03-29 06:32:38 [bca.uk] INFO: Scrape type for FV21%20WKN: 2
2026-03-29 06:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN
2026-03-29 06:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with scrape type 2
2026-03-29 06:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with scrape type 2
2026-03-29 06:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f, identifier: FV21%20WKN
2026-03-29 06:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG
2026-03-29 06:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG
2026-03-29 06:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG to the API
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7e3218f-df28-588c-85d8-6ce1b5345202',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD72 VXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 28959,
 '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 E-TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 LIFE DSG',
 'vin': 'WVWZZZCD5PW144375',
 'year': 2023}
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-29 06:32:38 [bca.uk] INFO: Saving data for MD72%20VXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477552.872855, 'last_price_update_time': 1774765958.477483}
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VXG') HTTP/1.1" 204 0
2026-03-29 06:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU
2026-03-29 06:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU
2026-03-29 06:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU to the API
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20JFU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8c6dc80-ba49-576f-8efe-c468ae116758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF72 JFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20JFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 48360,
 'odometer_reading_unit': '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 COMBO CARGO L1 1.2 TURBO 2000 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO 2000 SPORTIVE',
 'vin': 'W0VEFYHT2NJ736617',
 'year': 2022}
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520JFU%27 HTTP/1.1" 200 None
2026-03-29 06:32:38 [bca.uk] INFO: Saving data for AF72%20JFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448869.926442, 'last_price_update_time': 1774765958.755477}
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520JFU') HTTP/1.1" 204 0
2026-03-29 06:32:38 [bca.uk] INFO: Found listing with ID: CN71%20LKM
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520LKM%27 HTTP/1.1" 200 None
2026-03-29 06:32:38 [bca.uk] INFO: Scrape type for CN71%20LKM: 2
2026-03-29 06:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM
2026-03-29 06:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce40ec10-34c1-5bdd-8866-1394272273a6 with scrape type 2
2026-03-29 06:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce40ec10-34c1-5bdd-8866-1394272273a6 with scrape type 2
2026-03-29 06:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce40ec10-34c1-5bdd-8866-1394272273a6, identifier: CN71%20LKM
2026-03-29 06:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN
2026-03-29 06:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN
2026-03-29 06:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN to the API
2026-03-29 06:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV21%20WKN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '150c0cdd-35c0-53db-b0bf-40be8bd8df4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV21 WKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV21%20WKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1400',
 'odometer': 49701,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1400 2.0 B/HDI 120 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 120 STD.PROFESSIONAL',
 'vin': 'VF3VFAHKKL7042438',
 'year': 2021}
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520WKN%27 HTTP/1.1" 200 None
2026-03-29 06:32:39 [bca.uk] INFO: Saving data for FV21%20WKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479176.132867, 'last_price_update_time': 1774765959.153592}
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520WKN') HTTP/1.1" 204 0
2026-03-29 06:32:39 [bca.uk] INFO: Found listing with ID: LD23%20DHM
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-29 06:32:39 [bca.uk] INFO: Scrape type for LD23%20DHM: 2
2026-03-29 06:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM
2026-03-29 06:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 345b30c1-5173-5131-a410-5ae2a98004ad with scrape type 2
2026-03-29 06:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 345b30c1-5173-5131-a410-5ae2a98004ad with scrape type 2
2026-03-29 06:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 345b30c1-5173-5131-a410-5ae2a98004ad, identifier: LD23%20DHM
2026-03-29 06:32:39 [bca.uk] INFO: Found listing with ID: LA72%20HMH
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520HMH%27 HTTP/1.1" 200 None
2026-03-29 06:32:39 [bca.uk] INFO: Scrape type for LA72%20HMH: 2
2026-03-29 06:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH
2026-03-29 06:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 759c4452-f675-5b6d-87c0-44d1435deeb7 with scrape type 2
2026-03-29 06:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 759c4452-f675-5b6d-87c0-44d1435deeb7 with scrape type 2
2026-03-29 06:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 759c4452-f675-5b6d-87c0-44d1435deeb7, identifier: LA72%20HMH
2026-03-29 06:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM
2026-03-29 06:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM
2026-03-29 06:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM to the API
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN71%20LKM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ce40ec10-34c1-5bdd-8866-1394272273a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN71 LKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN71%20LKM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 69963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11750,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 SE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 SE (11KW)',
 'vin': 'SADHA2A19N1620483',
 'year': 2021}
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520LKM%27 HTTP/1.1" 200 None
2026-03-29 06:32:39 [bca.uk] INFO: Saving data for CN71%20LKM: {'auction_closing_time': 1774854000.0, 'created_time': 1773826753.367271, 'last_price_update_time': 1774765959.688061}
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520LKM') HTTP/1.1" 204 0
2026-03-29 06:32:39 [bca.uk] INFO: Found listing with ID: VO23%20NRZ
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NRZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:39 [bca.uk] INFO: Scrape type for VO23%20NRZ: 2
2026-03-29 06:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ
2026-03-29 06:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0428c855-8f0a-507d-8f75-c647cd3a7a75 with scrape type 2
2026-03-29 06:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0428c855-8f0a-507d-8f75-c647cd3a7a75 with scrape type 2
2026-03-29 06:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0428c855-8f0a-507d-8f75-c647cd3a7a75, identifier: VO23%20NRZ
2026-03-29 06:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM
2026-03-29 06:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM
2026-03-29 06:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM to the API
2026-03-29 06:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20DHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '345b30c1-5173-5131-a410-5ae2a98004ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 DHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20DHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 36885,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7PC728136',
 'year': 2023}
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-29 06:32:40 [bca.uk] INFO: Saving data for LD23%20DHM: {'auction_closing_time': 1774864800.0, 'created_time': 1774477555.267547, 'last_price_update_time': 1774765960.089569}
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520DHM') HTTP/1.1" 204 0
2026-03-29 06:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH
2026-03-29 06:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH
2026-03-29 06:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH to the API
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20HMH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '759c4452-f675-5b6d-87c0-44d1435deeb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA72 HMH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20HMH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 50416,
 'odometer_reading_unit': '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.5 B/HDI 100 1000 ENTERPRISE ED. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTERPRISE ED.',
 'vin': 'VR7EFYHT2NJ814216',
 'year': 2022}
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520HMH%27 HTTP/1.1" 200 None
2026-03-29 06:32:40 [bca.uk] INFO: Saving data for LA72%20HMH: {'auction_closing_time': 1774864800.0, 'created_time': 1774448850.687646, 'last_price_update_time': 1774765960.443616}
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520HMH') HTTP/1.1" 204 0
2026-03-29 06:32:40 [bca.uk] INFO: Found listing with ID: NJ22%20TKA
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TKA%27 HTTP/1.1" 200 None
2026-03-29 06:32:40 [bca.uk] INFO: Scrape type for NJ22%20TKA: 2
2026-03-29 06:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA
2026-03-29 06:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca827360-b10b-5de3-bad5-d823a6bb9f2b with scrape type 2
2026-03-29 06:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca827360-b10b-5de3-bad5-d823a6bb9f2b with scrape type 2
2026-03-29 06:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca827360-b10b-5de3-bad5-d823a6bb9f2b, identifier: NJ22%20TKA
2026-03-29 06:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ
2026-03-29 06:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ
2026-03-29 06:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ to the API
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO23%20NRZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0428c855-8f0a-507d-8f75-c647cd3a7a75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO23 NRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO23%20NRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 13502,
 '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 T30 2.0 TDI 150 LWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 LWB H/L',
 'vin': 'WV1ZZZ7HZPH052792',
 'year': 2023}
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NRZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:40 [bca.uk] INFO: Saving data for VO23%20NRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479189.679098, 'last_price_update_time': 1774765960.829316}
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO23%2520NRZ') HTTP/1.1" 204 0
2026-03-29 06:32:40 [bca.uk] INFO: Found listing with ID: EF18%20HGN
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-29 06:32:40 [bca.uk] INFO: Scrape type for EF18%20HGN: 2
2026-03-29 06:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN
2026-03-29 06:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44192759-b46d-5fcc-8df8-8dc71c0e79cb with scrape type 2
2026-03-29 06:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44192759-b46d-5fcc-8df8-8dc71c0e79cb with scrape type 2
2026-03-29 06:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44192759-b46d-5fcc-8df8-8dc71c0e79cb, identifier: EF18%20HGN
2026-03-29 06:32:40 [bca.uk] INFO: Found listing with ID: HV22%20UTT
2026-03-29 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520UTT%27 HTTP/1.1" 200 None
2026-03-29 06:32:40 [bca.uk] INFO: Scrape type for HV22%20UTT: 2
2026-03-29 06:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT
2026-03-29 06:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1582ef09-923b-5820-babd-fef9e75c1f74 with scrape type 2
2026-03-29 06:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1582ef09-923b-5820-babd-fef9e75c1f74 with scrape type 2
2026-03-29 06:32:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1582ef09-923b-5820-babd-fef9e75c1f74, identifier: HV22%20UTT
2026-03-29 06:32:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA
2026-03-29 06:32:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA
2026-03-29 06:32:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA to the API
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ22%20TKA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ca827360-b10b-5de3-bad5-d823a6bb9f2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ22 TKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ22%20TKA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 109530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15350,
 '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': 'LRWYHCEK9NC233434',
 'year': 2022}
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TKA%27 HTTP/1.1" 200 None
2026-03-29 06:32:41 [bca.uk] INFO: Saving data for NJ22%20TKA: {'auction_closing_time': 1774854000.0, 'created_time': 1773826750.903056, 'last_price_update_time': 1774765961.359337}
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ22%2520TKA') HTTP/1.1" 204 0
2026-03-29 06:32:41 [bca.uk] INFO: Total items found: 100
2026-03-29 06:32:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded
2026-03-29 06:32:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:32:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:32:41 [bca.uk] INFO: Found listing with ID: YT68%20VBB
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 06:32:41 [bca.uk] INFO: Scrape type for YT68%20VBB: 2
2026-03-29 06:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB
2026-03-29 06:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad85633-81ed-5837-afc7-da15936c78e4 with scrape type 2
2026-03-29 06:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad85633-81ed-5837-afc7-da15936c78e4 with scrape type 2
2026-03-29 06:32:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cad85633-81ed-5837-afc7-da15936c78e4, identifier: YT68%20VBB
2026-03-29 06:32:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN
2026-03-29 06:32:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN
2026-03-29 06:32:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN to the API
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF18%20HGN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44192759-b46d-5fcc-8df8-8dc71c0e79cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF18 HGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF18%20HGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 41395,
 'odometer_reading_unit': '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.0 TFSI 115 BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 115 BLACK ED.S-T',
 'vin': 'WAUZZZ8VXJA113870',
 'year': 2018}
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-29 06:32:41 [bca.uk] INFO: Saving data for EF18%20HGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477557.684146, 'last_price_update_time': 1774765961.766315}
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF18%2520HGN') HTTP/1.1" 204 0
2026-03-29 06:32:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT
2026-03-29 06:32:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT
2026-03-29 06:32:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT to the API
2026-03-29 06:32:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20UTT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1582ef09-923b-5820-babd-fef9e75c1f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 UTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20UTT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '520D',
 'odometer': 36207,
 'odometer_reading_unit': '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 Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN010CJ53137',
 'year': 2022}
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520UTT%27 HTTP/1.1" 200 None
2026-03-29 06:32:42 [bca.uk] INFO: Saving data for HV22%20UTT: {'auction_closing_time': 1774864800.0, 'created_time': 1774448830.700057, 'last_price_update_time': 1774765962.068602}
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520UTT') HTTP/1.1" 204 0
2026-03-29 06:32:42 [bca.uk] INFO: Found listing with ID: SG22%20RPO
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 06:32:42 [bca.uk] INFO: Scrape type for SG22%20RPO: 2
2026-03-29 06:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO
2026-03-29 06:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5317fb0-e3c7-5597-a8a0-1b2a61466879 with scrape type 2
2026-03-29 06:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5317fb0-e3c7-5597-a8a0-1b2a61466879 with scrape type 2
2026-03-29 06:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5317fb0-e3c7-5597-a8a0-1b2a61466879, identifier: SG22%20RPO
2026-03-29 06:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB
2026-03-29 06:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB
2026-03-29 06:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB to the API
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT68%20VBB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cad85633-81ed-5837-afc7-da15936c78e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT68 VBB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT68%20VBB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 148230,
 'odometer_reading_unit': '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 L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJT87315',
 'year': 2018}
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VBB%27 HTTP/1.1" 200 None
2026-03-29 06:32:42 [bca.uk] INFO: Saving data for YT68%20VBB: {'auction_closing_time': 1774864800.0, 'created_time': 1774479028.113948, 'last_price_update_time': 1774765962.467006}
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520VBB') HTTP/1.1" 204 0
2026-03-29 06:32:42 [bca.uk] INFO: Found listing with ID: FY71%20ZHF
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-29 06:32:42 [bca.uk] INFO: Scrape type for FY71%20ZHF: 2
2026-03-29 06:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF
2026-03-29 06:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dde42116-c463-55b7-996a-f9033a76cbfc with scrape type 2
2026-03-29 06:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dde42116-c463-55b7-996a-f9033a76cbfc with scrape type 2
2026-03-29 06:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dde42116-c463-55b7-996a-f9033a76cbfc, identifier: FY71%20ZHF
2026-03-29 06:32:42 [bca.uk] INFO: Found listing with ID: YGZ%204294
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204294%27 HTTP/1.1" 200 None
2026-03-29 06:32:42 [bca.uk] INFO: Scrape type for YGZ%204294: 2
2026-03-29 06:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294
2026-03-29 06:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df9459d-1e3a-5c79-9bb0-115c2df191df with scrape type 2
2026-03-29 06:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df9459d-1e3a-5c79-9bb0-115c2df191df with scrape type 2
2026-03-29 06:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df9459d-1e3a-5c79-9bb0-115c2df191df, identifier: YGZ%204294
2026-03-29 06:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO
2026-03-29 06:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO
2026-03-29 06:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO to the API
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20RPO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c5317fb0-e3c7-5597-a8a0-1b2a61466879',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 RPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20RPO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E',
 'odometer': 55730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16350,
 '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': 'W1K1183862N268594',
 'year': 2022}
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520RPO%27 HTTP/1.1" 200 None
2026-03-29 06:32:42 [bca.uk] INFO: Saving data for SG22%20RPO: {'auction_closing_time': 1774854000.0, 'created_time': 1773826780.674242, 'last_price_update_time': 1774765962.985215}
2026-03-29 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520RPO') HTTP/1.1" 204 0
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: LD66%20TXP
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520TXP%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for LD66%20TXP: 0
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: BG18%20ZCT
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520ZCT%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for BG18%20ZCT: 0
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: HV22%20WSK
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520WSK%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for HV22%20WSK: 0
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: KN18%20MWF
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520MWF%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for KN18%20MWF: 0
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: DG16%20XDM
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520XDM%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for DG16%20XDM: 2
2026-03-29 06:32:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM
2026-03-29 06:32:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35bb4b69-4973-512c-b421-2cd8ae077d2a with scrape type 2
2026-03-29 06:32:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35bb4b69-4973-512c-b421-2cd8ae077d2a with scrape type 2
2026-03-29 06:32:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35bb4b69-4973-512c-b421-2cd8ae077d2a, identifier: DG16%20XDM
2026-03-29 06:32:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:32:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: YV19%20ZVO
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for YV19%20ZVO: 2
2026-03-29 06:32:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO
2026-03-29 06:32:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f066c171-b8a0-5021-8680-5d3644ca5130 with scrape type 2
2026-03-29 06:32:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f066c171-b8a0-5021-8680-5d3644ca5130 with scrape type 2
2026-03-29 06:32:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f066c171-b8a0-5021-8680-5d3644ca5130, identifier: YV19%20ZVO
2026-03-29 06:32:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF
2026-03-29 06:32:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF
2026-03-29 06:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF to the API
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY71%20ZHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dde42116-c463-55b7-996a-f9033a76cbfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY71 ZHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY71%20ZHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 58814,
 '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 S Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC S',
 'vin': 'SALZA2AT3NH165566',
 'year': 2021}
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Saving data for FY71%20ZHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477503.701837, 'last_price_update_time': 1774765963.563187}
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY71%2520ZHF') HTTP/1.1" 204 0
2026-03-29 06:32:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294
2026-03-29 06:32:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294
2026-03-29 06:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294 to the API
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YGZ%204294-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9df9459d-1e3a-5c79-9bb0-115c2df191df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YGZ 4294',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YGZ%204294&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 53101,
 'odometer_reading_unit': '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 I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW050FP01330',
 'year': 2022}
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204294%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Saving data for YGZ%204294: {'auction_closing_time': 1774864800.0, 'created_time': 1774448831.151659, 'last_price_update_time': 1774765963.921474}
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25204294') HTTP/1.1" 204 0
2026-03-29 06:32:43 [bca.uk] INFO: Found listing with ID: WD70%20SDZ
2026-03-29 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:43 [bca.uk] INFO: Scrape type for WD70%20SDZ: 2
2026-03-29 06:32:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ
2026-03-29 06:32:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd25843-1e87-5852-895f-71cb2e00e2fe with scrape type 2
2026-03-29 06:32:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd25843-1e87-5852-895f-71cb2e00e2fe with scrape type 2
2026-03-29 06:32:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cd25843-1e87-5852-895f-71cb2e00e2fe, identifier: WD70%20SDZ
2026-03-29 06:32:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM
2026-03-29 06:32:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM
2026-03-29 06:32:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM to the API
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG16%20XDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '35bb4b69-4973-512c-b421-2cd8ae077d2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG16 XDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG16%20XDM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 93360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8250,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 190 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8R3GA110692',
 'year': 2016}
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520XDM%27 HTTP/1.1" 200 None
2026-03-29 06:32:44 [bca.uk] INFO: Saving data for DG16%20XDM: {'auction_closing_time': 1775026800.0, 'created_time': 1773829909.40287, 'last_price_update_time': 1774765964.343993}
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG16%2520XDM') HTTP/1.1" 204 0
2026-03-29 06:32: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:32:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO
2026-03-29 06:32:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO
2026-03-29 06:32:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO to the API
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YV19%20ZVO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f066c171-b8a0-5021-8680-5d3644ca5130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YV19 ZVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YV19%20ZVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 87304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB H/R',
 'vin': 'WF0YXXTTGYKE26496',
 'year': 2019}
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520ZVO%27 HTTP/1.1" 200 None
2026-03-29 06:32:44 [bca.uk] INFO: Saving data for YV19%20ZVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774479020.746023, 'last_price_update_time': 1774765964.654747}
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YV19%2520ZVO') HTTP/1.1" 204 0
2026-03-29 06:32:44 [bca.uk] INFO: Found listing with ID: FX71%20UJZ
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:44 [bca.uk] INFO: Scrape type for FX71%20UJZ: 2
2026-03-29 06:32:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ
2026-03-29 06:32:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a07590bb-34bb-5d36-a055-01746afd33d7 with scrape type 2
2026-03-29 06:32:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a07590bb-34bb-5d36-a055-01746afd33d7 with scrape type 2
2026-03-29 06:32:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a07590bb-34bb-5d36-a055-01746afd33d7, identifier: FX71%20UJZ
2026-03-29 06:32:44 [bca.uk] INFO: Found listing with ID: BJ60%20HMF
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520HMF%27 HTTP/1.1" 200 None
2026-03-29 06:32:44 [bca.uk] INFO: Scrape type for BJ60%20HMF: 2
2026-03-29 06:32:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF
2026-03-29 06:32:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with scrape type 2
2026-03-29 06:32:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with scrape type 2
2026-03-29 06:32:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c52791ef-dd33-5cb7-a7d7-58be367ab8e7, identifier: BJ60%20HMF
2026-03-29 06:32:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ
2026-03-29 06:32:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ
2026-03-29 06:32:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ to the API
2026-03-29 06:32:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD70%20SDZ-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': '4cd25843-1e87-5852-895f-71cb2e00e2fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD70 SDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD70%20SDZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 136054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8350,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFM2526453',
 'year': 2021}
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520SDZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:45 [bca.uk] INFO: Saving data for WD70%20SDZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773826705.745955, 'last_price_update_time': 1774765965.167918}
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD70%2520SDZ') HTTP/1.1" 204 0
2026-03-29 06:32:45 [bca.uk] INFO: Found listing with ID: LA19%20XKJ
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520XKJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:45 [bca.uk] INFO: Scrape type for LA19%20XKJ: 0
2026-03-29 06:32:45 [bca.uk] INFO: Found listing with ID: VN20%20WMD
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520WMD%27 HTTP/1.1" 200 None
2026-03-29 06:32:45 [bca.uk] INFO: Scrape type for VN20%20WMD: 0
2026-03-29 06:32:45 [bca.uk] INFO: Found listing with ID: WG17%20VWY
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520VWY%27 HTTP/1.1" 200 None
2026-03-29 06:32:45 [bca.uk] INFO: Scrape type for WG17%20VWY: 2
2026-03-29 06:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY
2026-03-29 06:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63383f0f-6471-5551-b184-5337fb675d9a with scrape type 2
2026-03-29 06:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63383f0f-6471-5551-b184-5337fb675d9a with scrape type 2
2026-03-29 06:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63383f0f-6471-5551-b184-5337fb675d9a, identifier: WG17%20VWY
2026-03-29 06:32:45 [bca.uk] INFO: Found listing with ID: AV71%20CFP
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520CFP%27 HTTP/1.1" 200 None
2026-03-29 06:32:45 [bca.uk] INFO: Scrape type for AV71%20CFP: 2
2026-03-29 06:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP
2026-03-29 06:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with scrape type 2
2026-03-29 06:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with scrape type 2
2026-03-29 06:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7, identifier: AV71%20CFP
2026-03-29 06:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ
2026-03-29 06:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ
2026-03-29 06:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ to the API
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a07590bb-34bb-5d36-a055-01746afd33d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX71 UJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX71%20UJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 73621,
 '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 D165 AWD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D165 AWD R-DYNAMIC S',
 'vin': 'SADFA2ANXN1029914',
 'year': 2021}
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:45 [bca.uk] INFO: Saving data for FX71%20UJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477534.728517, 'last_price_update_time': 1774765965.70335}
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX71%2520UJZ') HTTP/1.1" 204 0
2026-03-29 06:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF
2026-03-29 06:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF
2026-03-29 06:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF to the API
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ60%20HMF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c52791ef-dd33-5cb7-a7d7-58be367ab8e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ60 HMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ60%20HMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 53984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 EXCLUSIV',
 'vin': 'W0LPD6ED3A8089789',
 'year': 2010}
2026-03-29 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520HMF%27 HTTP/1.1" 200 None
2026-03-29 06:32:46 [bca.uk] INFO: Saving data for BJ60%20HMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448849.107657, 'last_price_update_time': 1774765966.006407}
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ60%2520HMF') HTTP/1.1" 204 0
2026-03-29 06:32:46 [bca.uk] INFO: Found listing with ID: YB71%20XPR
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 06:32:46 [bca.uk] INFO: Scrape type for YB71%20XPR: 2
2026-03-29 06:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR
2026-03-29 06:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b94c98a1-13fe-504e-a344-f8c0e0884c86 with scrape type 2
2026-03-29 06:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b94c98a1-13fe-504e-a344-f8c0e0884c86 with scrape type 2
2026-03-29 06:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b94c98a1-13fe-504e-a344-f8c0e0884c86, identifier: YB71%20XPR
2026-03-29 06:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY
2026-03-29 06:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY
2026-03-29 06:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY to the API
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG17%20VWY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63383f0f-6471-5551-b184-5337fb675d9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG17 VWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG17%20VWY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 48111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 150 SPECIALE Hatchback',
 'transmission': 'manual',
 'trim': 'TB M/AIR 150 SPECIALE',
 'vin': 'ZAR94000007474187',
 'year': 2017}
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520VWY%27 HTTP/1.1" 200 None
2026-03-29 06:32:46 [bca.uk] INFO: Saving data for WG17%20VWY: {'auction_closing_time': 1775026800.0, 'created_time': 1774265493.749461, 'last_price_update_time': 1774765966.397686}
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG17%2520VWY') HTTP/1.1" 204 0
2026-03-29 06:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP
2026-03-29 06:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP
2026-03-29 06:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP to the API
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV71%20CFP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '465965d5-2fcd-598d-8bb7-aea1c4caf3f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV71 CFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV71%20CFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 86065,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JMT009113',
 'year': 2022}
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520CFP%27 HTTP/1.1" 200 None
2026-03-29 06:32:46 [bca.uk] INFO: Saving data for AV71%20CFP: {'auction_closing_time': 1774864800.0, 'created_time': 1774479035.275065, 'last_price_update_time': 1774765966.676818}
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520CFP') HTTP/1.1" 204 0
2026-03-29 06:32:46 [bca.uk] INFO: Found listing with ID: AV71%20OEW
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-29 06:32:46 [bca.uk] INFO: Scrape type for AV71%20OEW: 2
2026-03-29 06:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW
2026-03-29 06:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with scrape type 2
2026-03-29 06:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with scrape type 2
2026-03-29 06:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a, identifier: AV71%20OEW
2026-03-29 06:32:46 [bca.uk] INFO: Found listing with ID: FG12%20SZK
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520SZK%27 HTTP/1.1" 200 None
2026-03-29 06:32:46 [bca.uk] INFO: Scrape type for FG12%20SZK: 2
2026-03-29 06:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK
2026-03-29 06:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with scrape type 2
2026-03-29 06:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with scrape type 2
2026-03-29 06:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6, identifier: FG12%20SZK
2026-03-29 06:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR
2026-03-29 06:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR
2026-03-29 06:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR to the API
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20XPR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b94c98a1-13fe-504e-a344-f8c0e0884c86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB71 XPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20XPR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '330E',
 'odometer': 114055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11750,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA6N32020FM31668',
 'year': 2022}
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XPR%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Saving data for YB71%20XPR: {'auction_closing_time': 1774854000.0, 'created_time': 1773826703.67241, 'last_price_update_time': 1774765967.168846}
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520XPR') HTTP/1.1" 204 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: GN16%20RHU
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520RHU%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for GN16%20RHU: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: BG74%20TDX
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520TDX%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for BG74%20TDX: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: BK74%20ZPG
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPG%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for BK74%20ZPG: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: MM74%20YPO
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YPO%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for MM74%20YPO: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: WT25%20UFU
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFU%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for WT25%20UFU: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: WT25%20UHC
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHC%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for WT25%20UHC: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: YP74%20VUE
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for YP74%20VUE: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: GF69%20USW
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520USW%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for GF69%20USW: 0
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: AK17%20BYL
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520BYL%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for AK17%20BYL: 2
2026-03-29 06:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL
2026-03-29 06:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with scrape type 2
2026-03-29 06:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with scrape type 2
2026-03-29 06:32:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a0393d5-8274-5be6-b20f-5f5ff2814b67, identifier: AK17%20BYL
2026-03-29 06:32:47 [bca.uk] INFO: Found listing with ID: BP72%20RCZ
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RCZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Scrape type for BP72%20RCZ: 2
2026-03-29 06:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ
2026-03-29 06:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d946926-1b4b-559a-a691-c14ffd5e67cf with scrape type 2
2026-03-29 06:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d946926-1b4b-559a-a691-c14ffd5e67cf with scrape type 2
2026-03-29 06:32:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d946926-1b4b-559a-a691-c14ffd5e67cf, identifier: BP72%20RCZ
2026-03-29 06:32:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW
2026-03-29 06:32:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW
2026-03-29 06:32:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW to the API
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV71%20OEW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV71 OEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV71%20OEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 117877,
 'odometer_reading_unit': '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 L2 H2 TREND CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0FXXTTRFMC88160',
 'year': 2022}
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-29 06:32:47 [bca.uk] INFO: Saving data for AV71%20OEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477510.952783, 'last_price_update_time': 1774765967.805003}
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520OEW') HTTP/1.1" 204 0
2026-03-29 06:32:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK
2026-03-29 06:32:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK
2026-03-29 06:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK to the API
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG12%20SZK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4482f8b3-1c3d-5321-98ba-9ecc1e626ca6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG12 SZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG12%20SZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 71513,
 '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': 'W0L0SDL08B6124649',
 'year': 2012}
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520SZK%27 HTTP/1.1" 200 None
2026-03-29 06:32:48 [bca.uk] INFO: Saving data for FG12%20SZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774448837.83274, 'last_price_update_time': 1774765968.187727}
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG12%2520SZK') HTTP/1.1" 204 0
2026-03-29 06:32:48 [bca.uk] INFO: Found listing with ID: BG19%20DWJ
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520DWJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:48 [bca.uk] INFO: Scrape type for BG19%20DWJ: 2
2026-03-29 06:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8956e125-f6b4-5811-809d-01cc52522cab with identifier: BG19%20DWJ
2026-03-29 06:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8956e125-f6b4-5811-809d-01cc52522cab with scrape type 2
2026-03-29 06:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8956e125-f6b4-5811-809d-01cc52522cab with scrape type 2
2026-03-29 06:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8956e125-f6b4-5811-809d-01cc52522cab, identifier: BG19%20DWJ
2026-03-29 06:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL
2026-03-29 06:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL
2026-03-29 06:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL to the API
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK17%20BYL-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a0393d5-8274-5be6-b20f-5f5ff2814b67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK17 BYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK17%20BYL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 54000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7336261',
 'year': 2017}
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520BYL%27 HTTP/1.1" 200 None
2026-03-29 06:32:48 [bca.uk] INFO: Saving data for AK17%20BYL: {'auction_closing_time': 1775026800.0, 'created_time': 1774006001.184712, 'last_price_update_time': 1774765968.566081}
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK17%2520BYL') HTTP/1.1" 204 0
2026-03-29 06:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ
2026-03-29 06:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ
2026-03-29 06:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ to the API
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20RCZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d946926-1b4b-559a-a691-c14ffd5e67cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP72 RCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20RCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 30546,
 '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': 'WV1ZZZ7H1PX020147',
 'year': 2023}
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RCZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:48 [bca.uk] INFO: Saving data for BP72%20RCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774478932.411805, 'last_price_update_time': 1774765968.847456}
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520RCZ') HTTP/1.1" 204 0
2026-03-29 06:32:48 [bca.uk] INFO: Found listing with ID: AO68%20MVY
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-29 06:32:48 [bca.uk] INFO: Scrape type for AO68%20MVY: 2
2026-03-29 06:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY
2026-03-29 06:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b35ea80d-86e4-50a3-81b4-0616c09f2659 with scrape type 2
2026-03-29 06:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b35ea80d-86e4-50a3-81b4-0616c09f2659 with scrape type 2
2026-03-29 06:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b35ea80d-86e4-50a3-81b4-0616c09f2659, identifier: AO68%20MVY
2026-03-29 06:32:48 [bca.uk] INFO: Found listing with ID: BP67%20PFD
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520PFD%27 HTTP/1.1" 200 None
2026-03-29 06:32:48 [bca.uk] INFO: Scrape type for BP67%20PFD: 0
2026-03-29 06:32:48 [bca.uk] INFO: Found listing with ID: BX13%20VFM
2026-03-29 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520VFM%27 HTTP/1.1" 200 None
2026-03-29 06:32:49 [bca.uk] INFO: Scrape type for BX13%20VFM: 0
2026-03-29 06:32:49 [bca.uk] INFO: Found listing with ID: RA65%20JWF
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520JWF%27 HTTP/1.1" 200 None
2026-03-29 06:32:49 [bca.uk] INFO: Scrape type for RA65%20JWF: 0
2026-03-29 06:32:49 [bca.uk] INFO: Found listing with ID: PF71%20KXD
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF71%2520KXD%27 HTTP/1.1" 200 None
2026-03-29 06:32:49 [bca.uk] INFO: Scrape type for PF71%20KXD: 2
2026-03-29 06:32:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD
2026-03-29 06:32:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5427896a-0dd8-556d-b774-1a3130d60a4e with scrape type 2
2026-03-29 06:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5427896a-0dd8-556d-b774-1a3130d60a4e with scrape type 2
2026-03-29 06:32:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5427896a-0dd8-556d-b774-1a3130d60a4e, identifier: PF71%20KXD
2026-03-29 06:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8956e125-f6b4-5811-809d-01cc52522cab with identifier: BG19%20DWJ
2026-03-29 06:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8956e125-f6b4-5811-809d-01cc52522cab with identifier: BG19%20DWJ
2026-03-29 06:32:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8956e125-f6b4-5811-809d-01cc52522cab with identifier: BG19%20DWJ to the API
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG19%20DWJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8956e125-f6b4-5811-809d-01cc52522cab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG19 DWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG19%20DWJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 126847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4800,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 320 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 320 LWB H/R',
 'vin': 'WF0YXXTTGYJA66913',
 'year': 2019}
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520DWJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:49 [bca.uk] INFO: Saving data for BG19%20DWJ: {'auction_closing_time': 1775026800.0, 'created_time': 1774264062.558721, 'last_price_update_time': 1774765969.38999}
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520DWJ') HTTP/1.1" 204 0
2026-03-29 06:32:49 [bca.uk] INFO: Found listing with ID: FG70%20XSO
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520XSO%27 HTTP/1.1" 200 None
2026-03-29 06:32:49 [bca.uk] INFO: Scrape type for FG70%20XSO: 2
2026-03-29 06:32:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO
2026-03-29 06:32:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with scrape type 2
2026-03-29 06:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with scrape type 2
2026-03-29 06:32:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6605f766-cabc-5db9-ab9f-f97d7ed03c38, identifier: FG70%20XSO
2026-03-29 06:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bmw+ind+grigio+medio HTTP/1.1" 200 None
2026-03-29 06:32:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:32:49 [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:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY
2026-03-29 06:32:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY to the API
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO68%20MVY-GB',
 'category': 'Car',
 'color': 'bmw in grigio medio',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b35ea80d-86e4-50a3-81b4-0616c09f2659',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO68 MVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO68%20MVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'M5',
 'odometer': 87448,
 'odometer_reading_unit': '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 M5 4.4 600 XDRIVE STEP Saloon',
 'transmission': 'automatic',
 'trim': '600 XDRIVE STEP',
 'vin': 'WBSJF02060GA02922',
 'year': 2018}
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-29 06:32:49 [bca.uk] INFO: Saving data for AO68%20MVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774477419.575198, 'last_price_update_time': 1774765969.900633}
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO68%2520MVY') HTTP/1.1" 204 0
2026-03-29 06:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD
2026-03-29 06:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD
2026-03-29 06:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD to the API
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF71%20KXD-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': '5427896a-0dd8-556d-b774-1a3130d60a4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PF71 KXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF71%20KXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 31258,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN PHEV 1.5 COOPER S E CLASSIC ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E CLASSIC ALL4',
 'vin': 'WMW22BS0903P14295',
 'year': 2022}
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF71%2520KXD%27 HTTP/1.1" 200 None
2026-03-29 06:32:50 [bca.uk] INFO: Saving data for PF71%20KXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774448763.806551, 'last_price_update_time': 1774765970.198539}
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF71%2520KXD') HTTP/1.1" 204 0
2026-03-29 06:32:50 [bca.uk] INFO: Found listing with ID: SA66%20CFO
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 06:32:50 [bca.uk] INFO: Scrape type for SA66%20CFO: 2
2026-03-29 06:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO
2026-03-29 06:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7df721b-a971-5f02-a361-017051016f74 with scrape type 2
2026-03-29 06:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7df721b-a971-5f02-a361-017051016f74 with scrape type 2
2026-03-29 06:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7df721b-a971-5f02-a361-017051016f74, identifier: SA66%20CFO
2026-03-29 06:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO
2026-03-29 06:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO
2026-03-29 06:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO to the API
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG70%20XSO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6605f766-cabc-5db9-ab9f-f97d7ed03c38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG70 XSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG70%20XSO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 32205,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF02XXERK2LR76585',
 'year': 2020}
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520XSO%27 HTTP/1.1" 200 None
2026-03-29 06:32:50 [bca.uk] INFO: Saving data for FG70%20XSO: {'auction_closing_time': 1775026800.0, 'created_time': 1773841408.864452, 'last_price_update_time': 1774765970.597808}
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG70%2520XSO') HTTP/1.1" 204 0
2026-03-29 06:32:50 [bca.uk] INFO: Found listing with ID: AX15%20YTV
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-29 06:32:50 [bca.uk] INFO: Scrape type for AX15%20YTV: 2
2026-03-29 06:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV
2026-03-29 06:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with scrape type 2
2026-03-29 06:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with scrape type 2
2026-03-29 06:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8, identifier: AX15%20YTV
2026-03-29 06:32:50 [bca.uk] INFO: Found listing with ID: WF72%20HWT
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520HWT%27 HTTP/1.1" 200 None
2026-03-29 06:32:50 [bca.uk] INFO: Scrape type for WF72%20HWT: 2
2026-03-29 06:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT
2026-03-29 06:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with scrape type 2
2026-03-29 06:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with scrape type 2
2026-03-29 06:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070a9c35-d251-56ed-a9eb-dcf4e66214e4, identifier: WF72%20HWT
2026-03-29 06:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO
2026-03-29 06:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO
2026-03-29 06:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO to the API
2026-03-29 06:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b7df721b-a971-5f02-a361-017051016f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA66 CFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA66%20CFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 209736,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 LM DCI 125 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'LM DCI 125 BUSINESS',
 'vin': 'VF1MAF4SE54840865',
 'year': 2016}
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520CFO%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Saving data for SA66%20CFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774390917.598469, 'last_price_update_time': 1774765971.093871}
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA66%2520CFO') HTTP/1.1" 204 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: SW71%20RHJ
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW71%2520RHJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for SW71%20RHJ: 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: LL74%20DLF
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DLF%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for LL74%20DLF: 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: EA59%20BUF
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA59%2520BUF%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for EA59%20BUF: 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: EY67%20LHH
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for EY67%20LHH: 2
2026-03-29 06:32:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH
2026-03-29 06:32:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with scrape type 2
2026-03-29 06:32:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with scrape type 2
2026-03-29 06:32:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed, identifier: EY67%20LHH
2026-03-29 06:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV
2026-03-29 06:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV
2026-03-29 06:32:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV to the API
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX15%20YTV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '025feb03-cf0a-5eb3-bb90-f2eb5880ceb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX15 YTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX15%20YTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 100032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 75 SE-L Hatchback',
 'transmission': 'manual',
 'trim': '75 SE-L',
 'vin': 'MMZDJ6HV51W126740',
 'year': 2015}
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Saving data for AX15%20YTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774391010.426194, 'last_price_update_time': 1774765971.541519}
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX15%2520YTV') HTTP/1.1" 204 0
2026-03-29 06:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT
2026-03-29 06:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT
2026-03-29 06:32:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT to the API
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF72%20HWT-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '070a9c35-d251-56ed-a9eb-dcf4e66214e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WF72 HWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF72%20HWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 6373,
 'odometer_reading_unit': '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': 'WMW12DJ0102T55328',
 'year': 2022}
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520HWT%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Saving data for WF72%20HWT: {'auction_closing_time': 1774864800.0, 'created_time': 1774448764.221563, 'last_price_update_time': 1774765971.927103}
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF72%2520HWT') HTTP/1.1" 204 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: AJ71%20UZA
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520UZA%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for AJ71%20UZA: 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: BK24%20PFA
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520PFA%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for BK24%20PFA: 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: MV18%20CGO
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520CGO%27 HTTP/1.1" 200 None
2026-03-29 06:32:51 [bca.uk] INFO: Scrape type for MV18%20CGO: 0
2026-03-29 06:32:51 [bca.uk] INFO: Found listing with ID: LN24%20TXE
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TXE%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LN24%20TXE: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: KY22%20TFE
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520TFE%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for KY22%20TFE: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: DE14%20BEO
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520BEO%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for DE14%20BEO: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LG14%20FWW
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520FWW%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LG14%20FWW: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LV59%20EJU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520EJU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LV59%20EJU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: OY66%20RKJ
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520RKJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for OY66%20RKJ: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: RO13%20ZWN
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO13%2520ZWN%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for RO13%20ZWN: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: WM23%20TUW
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520TUW%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for WM23%20TUW: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: WO23%20FUT
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO23%2520FUT%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for WO23%20FUT: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: CF74%20UJV
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520UJV%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for CF74%20UJV: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YC25%20OHB
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OHB%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YC25%20OHB: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YG74%20OSN
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSN%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YG74%20OSN: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YG74%20OCE
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCE%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YG74%20OCE: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YG74%20OHH
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHH%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YG74%20OHH: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YG74%20OCU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YG74%20OCU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: DG68%20UWR
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520UWR%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for DG68%20UWR: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: SL66%20KZN
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520KZN%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for SL66%20KZN: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: FD16%20HPY
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520HPY%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for FD16%20HPY: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: SE65%20DWP
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520DWP%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for SE65%20DWP: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: RO12%20XAC
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO12%2520XAC%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for RO12%20XAC: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LP62%20FSU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520FSU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LP62%20FSU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LK18%20WZY
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520WZY%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LK18%20WZY: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: AJ72%20TPY
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520TPY%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for AJ72%20TPY: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: BG72%20AYB
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520AYB%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for BG72%20AYB: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: BK25%20KKU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520KKU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for BK25%20KKU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: BK72%20XNZ
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520XNZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for BK72%20XNZ: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: CF72%20XTX
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XTX%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for CF72%20XTX: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: GD75%20AGX
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD75%2520AGX%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for GD75%20AGX: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LJ72%20HES
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520HES%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LJ72%20HES: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LL25%20ZVB
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL25%2520ZVB%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LL25%20ZVB: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: ML73%20DLK
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520DLK%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for ML73%20DLK: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: PY72%20JXS
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520JXS%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for PY72%20JXS: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: WD72%20CAA
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520CAA%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for WD72%20CAA: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LL75%20OPD
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL75%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LL75%20OPD: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YGZ%203701
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25203701%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YGZ%203701: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: SA73%20FSE
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520FSE%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for SA73%20FSE: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: MH72%20BWP
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520BWP%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for MH72%20BWP: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: HJ72%20MKN
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520MKN%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for HJ72%20MKN: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: FX23%20USP
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520USP%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for FX23%20USP: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: FD73%20EWX
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD73%2520EWX%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for FD73%20EWX: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: BJ23%20KXM
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520KXM%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for BJ23%20KXM: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: BC72%20AXG
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520AXG%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for BC72%20AXG: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LR66%20LHF
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520LHF%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LR66%20LHF: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YD16%20CVG
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32: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%2520CVG%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YD16%20CVG: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: EX67%20PCO
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX67%2520PCO%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for EX67%20PCO: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: YF16%20RWY
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520RWY%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for YF16%20RWY: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: LD13%20HXN
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD13%2520HXN%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for LD13%20HXN: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: CP18%20NTA
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520NTA%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for CP18%20NTA: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: WV19%20KDU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV19%2520KDU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for WV19%20KDU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: CP67%20BBU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520BBU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for CP67%20BBU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: HY69%20WNN
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY69%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for HY69%20WNN: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: AJ19%20FFD
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for AJ19%20FFD: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: NA68%20LZW
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LZW%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for NA68%20LZW: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: FA15%20AUK
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA15%2520AUK%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for FA15%20AUK: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: HK16%20ZVT
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520ZVT%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for HK16%20ZVT: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: MK17%20WNM
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK17%2520WNM%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for MK17%20WNM: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: WO68%20ETE
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520ETE%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for WO68%20ETE: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: FB19%20YRT
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520YRT%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for FB19%20YRT: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: RF17%20MWK
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for RF17%20MWK: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: RE67%20DAU
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520DAU%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for RE67%20DAU: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: AV67%20XUZ
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV67%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for AV67%20XUZ: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: AP18%20EUV
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP18%2520EUV%27 HTTP/1.1" 200 None
2026-03-29 06:32:52 [bca.uk] INFO: Scrape type for AP18%20EUV: 0
2026-03-29 06:32:52 [bca.uk] INFO: Found listing with ID: DP17%20ONN
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP17%2520ONN%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for DP17%20ONN: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: WR70%20ZYC
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520ZYC%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for WR70%20ZYC: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: RO14%20BDZ
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520BDZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for RO14%20BDZ: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: YL17%20PDV
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520PDV%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for YL17%20PDV: 0
2026-03-29 06:32:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH
2026-03-29 06:32:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH
2026-03-29 06:32:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH to the API
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY67%20LHH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY67 LHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY67%20LHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 63557,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5850,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA+ Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA+',
 'vin': 'SJNFEAJ11U2159017',
 'year': 2018}
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520LHH%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Saving data for EY67%20LHH: {'auction_closing_time': 1775026800.0, 'created_time': 1773828120.984452, 'last_price_update_time': 1774765973.483705}
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY67%2520LHH') HTTP/1.1" 204 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: SL61%20OZC
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL61%2520OZC%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for SL61%20OZC: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: DV11%20XXS
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV11%2520XXS%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for DV11%20XXS: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: LV68%20SRZ
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for LV68%20SRZ: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: LP16%20UPS
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520UPS%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for LP16%20UPS: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: CU16%20HXE
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520HXE%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for CU16%20HXE: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: DV14%20JJY
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for DV14%20JJY: 2
2026-03-29 06:32:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY
2026-03-29 06:32:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with scrape type 2
2026-03-29 06:32:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with scrape type 2
2026-03-29 06:32:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71452cc8-27f6-5bb5-8fa6-7294b2b79545, identifier: DV14%20JJY
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: HV22%20LHN
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520LHN%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for HV22%20LHN: 2
2026-03-29 06:32:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN
2026-03-29 06:32:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with scrape type 2
2026-03-29 06:32:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with scrape type 2
2026-03-29 06:32:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09dacad6-710a-5c4c-8bbc-3fd5571d6019, identifier: HV22%20LHN
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: LA69%20ZWT
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520ZWT%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for LA69%20ZWT: 0
2026-03-29 06:32:53 [bca.uk] INFO: Found listing with ID: LC72%20PNU
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520PNU%27 HTTP/1.1" 200 None
2026-03-29 06:32:53 [bca.uk] INFO: Scrape type for LC72%20PNU: 2
2026-03-29 06:32:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU
2026-03-29 06:32:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa673694-53c3-5513-95e3-099b488a6f61 with scrape type 2
2026-03-29 06:32:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa673694-53c3-5513-95e3-099b488a6f61 with scrape type 2
2026-03-29 06:32:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa673694-53c3-5513-95e3-099b488a6f61, identifier: LC72%20PNU
2026-03-29 06:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY
2026-03-29 06:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY
2026-03-29 06:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY to the API
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV14%20JJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71452cc8-27f6-5bb5-8fa6-7294b2b79545',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV14 JJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV14%20JJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 85345,
 '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 ASTRA 2.0 CDTI 165 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F SRI',
 'vin': 'W0LPF6EN9E1096019',
 'year': 2014}
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-29 06:32:54 [bca.uk] INFO: Saving data for DV14%20JJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477671.484211, 'last_price_update_time': 1774765974.307073}
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV14%2520JJY') HTTP/1.1" 204 0
2026-03-29 06:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN
2026-03-29 06:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN
2026-03-29 06:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN to the API
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20LHN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '09dacad6-710a-5c4c-8bbc-3fd5571d6019',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 LHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20LHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 31551,
 'odometer_reading_unit': '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': 'WBY42DU0X0S324136',
 'year': 2022}
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520LHN%27 HTTP/1.1" 200 None
2026-03-29 06:32:54 [bca.uk] INFO: Saving data for HV22%20LHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774448744.115558, 'last_price_update_time': 1774765974.606705}
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520LHN') HTTP/1.1" 204 0
2026-03-29 06:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU
2026-03-29 06:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU
2026-03-29 06:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU to the API
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20PNU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aa673694-53c3-5513-95e3-099b488a6f61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC72 PNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20PNU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 11878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10750,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA-E 100KW 50KWH GS Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GS',
 'vin': 'VXKUKZKXZNW121332',
 'year': 2023}
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520PNU%27 HTTP/1.1" 200 None
2026-03-29 06:32:54 [bca.uk] INFO: Saving data for LC72%20PNU: {'auction_closing_time': 1775026800.0, 'created_time': 1773828111.320272, 'last_price_update_time': 1774765974.895689}
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520PNU') HTTP/1.1" 204 0
2026-03-29 06:32:54 [bca.uk] INFO: Found listing with ID: YB71%20RKN
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-29 06:32:54 [bca.uk] INFO: Scrape type for YB71%20RKN: 2
2026-03-29 06:32:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN
2026-03-29 06:32:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with scrape type 2
2026-03-29 06:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with scrape type 2
2026-03-29 06:32:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a10a4d56-f927-5f28-ba4e-e6aeac36bf71, identifier: YB71%20RKN
2026-03-29 06:32:55 [bca.uk] INFO: Found listing with ID: HK72%20TZU
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520TZU%27 HTTP/1.1" 200 None
2026-03-29 06:32:55 [bca.uk] INFO: Scrape type for HK72%20TZU: 2
2026-03-29 06:32:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU
2026-03-29 06:32:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61f16e63-c0f1-597e-95cd-77df574d3554 with scrape type 2
2026-03-29 06:32:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61f16e63-c0f1-597e-95cd-77df574d3554 with scrape type 2
2026-03-29 06:32:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61f16e63-c0f1-597e-95cd-77df574d3554, identifier: HK72%20TZU
2026-03-29 06:32:55 [bca.uk] INFO: Found listing with ID: LE72%20BJO
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:32:55 [bca.uk] INFO: Scrape type for LE72%20BJO: 2
2026-03-29 06:32:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO
2026-03-29 06:32:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a673e6f-ff2e-5962-b8d6-bed23206965d with scrape type 2
2026-03-29 06:32:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a673e6f-ff2e-5962-b8d6-bed23206965d with scrape type 2
2026-03-29 06:32:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a673e6f-ff2e-5962-b8d6-bed23206965d, identifier: LE72%20BJO
2026-03-29 06:32:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey%40 HTTP/1.1" 200 None
2026-03-29 06:32:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:32: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:32:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN
2026-03-29 06:32:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN to the API
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20RKN-GB',
 'category': 'Car',
 'color': 'moonwalk grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a10a4d56-f927-5f28-ba4e-e6aeac36bf71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB71 RKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20RKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 11910,
 'odometer_reading_unit': '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': 'WMW12DJ0702S06440',
 'year': 2022}
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-29 06:32:55 [bca.uk] INFO: Saving data for YB71%20RKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477670.727625, 'last_price_update_time': 1774765975.649025}
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520RKN') HTTP/1.1" 204 0
2026-03-29 06:32:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU
2026-03-29 06:32:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU
2026-03-29 06:32:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU to the API
2026-03-29 06:32:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK72%20TZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61f16e63-c0f1-597e-95cd-77df574d3554',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HK72 TZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK72%20TZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 36692,
 'odometer_reading_unit': '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 Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN080CL95780',
 'year': 2022}
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520TZU%27 HTTP/1.1" 200 None
2026-03-29 06:32:56 [bca.uk] INFO: Saving data for HK72%20TZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448769.456313, 'last_price_update_time': 1774765976.01602}
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520TZU') HTTP/1.1" 204 0
2026-03-29 06:32:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO
2026-03-29 06:32:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO
2026-03-29 06:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO to the API
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE72%20BJO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a673e6f-ff2e-5962-b8d6-bed23206965d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE72 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE72%20BJO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 39040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2023-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': 'SJNFAAF16U1216112',
 'year': 2023}
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520BJO%27 HTTP/1.1" 200 None
2026-03-29 06:32:56 [bca.uk] INFO: Saving data for LE72%20BJO: {'auction_closing_time': 1775026800.0, 'created_time': 1773828102.527756, 'last_price_update_time': 1774765976.291807}
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE72%2520BJO') HTTP/1.1" 204 0
2026-03-29 06:32:56 [bca.uk] INFO: Found listing with ID: LO72%20JBU
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520JBU%27 HTTP/1.1" 200 None
2026-03-29 06:32:56 [bca.uk] INFO: Scrape type for LO72%20JBU: 2
2026-03-29 06:32:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU
2026-03-29 06:32:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with scrape type 2
2026-03-29 06:32:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with scrape type 2
2026-03-29 06:32:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b, identifier: LO72%20JBU
2026-03-29 06:32:56 [bca.uk] INFO: Found listing with ID: LS65%20WHH
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520WHH%27 HTTP/1.1" 200 None
2026-03-29 06:32:56 [bca.uk] INFO: Scrape type for LS65%20WHH: 2
2026-03-29 06:32:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH
2026-03-29 06:32:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500f8839-a10b-5141-943c-7aac4ed49c02 with scrape type 2
2026-03-29 06:32:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500f8839-a10b-5141-943c-7aac4ed49c02 with scrape type 2
2026-03-29 06:32:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 500f8839-a10b-5141-943c-7aac4ed49c02, identifier: LS65%20WHH
2026-03-29 06:32:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU
2026-03-29 06:32:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU
2026-03-29 06:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU to the API
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20JBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 JBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20JBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '220D GRAN COUPE',
 'odometer': 44395,
 'odometer_reading_unit': '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 220D GRAN COUPE 2.0 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA52AM0407L81792',
 'year': 2022}
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520JBU%27 HTTP/1.1" 200 None
2026-03-29 06:32:56 [bca.uk] INFO: Saving data for LO72%20JBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448775.516537, 'last_price_update_time': 1774765976.778904}
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520JBU') HTTP/1.1" 204 0
2026-03-29 06:32:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH
2026-03-29 06:32:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH
2026-03-29 06:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH to the API
2026-03-29 06:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS65%20WHH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '500f8839-a10b-5141-943c-7aac4ed49c02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS65 WHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS65%20WHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 105115,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 218 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 218 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M3GD020872',
 'year': 2015}
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520WHH%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Saving data for LS65%20WHH: {'auction_closing_time': 1775026800.0, 'created_time': 1773829863.749554, 'last_price_update_time': 1774765977.059909}
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520WHH') HTTP/1.1" 204 0
2026-03-29 06:32:57 [bca.uk] INFO: Found listing with ID: ND23%20GSO
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND23%2520GSO%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Scrape type for ND23%20GSO: 2
2026-03-29 06:32:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO
2026-03-29 06:32:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1953dd91-0da4-5495-aca7-ca54a5ed8154 with scrape type 2
2026-03-29 06:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1953dd91-0da4-5495-aca7-ca54a5ed8154 with scrape type 2
2026-03-29 06:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1953dd91-0da4-5495-aca7-ca54a5ed8154, identifier: ND23%20GSO
2026-03-29 06:32:57 [bca.uk] INFO: Found listing with ID: LV23%20MPF
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520MPF%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Scrape type for LV23%20MPF: 2
2026-03-29 06:32:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF
2026-03-29 06:32:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32182ec3-f52f-5d69-aee0-71f32cf0df34 with scrape type 2
2026-03-29 06:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32182ec3-f52f-5d69-aee0-71f32cf0df34 with scrape type 2
2026-03-29 06:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32182ec3-f52f-5d69-aee0-71f32cf0df34, identifier: LV23%20MPF
2026-03-29 06:32:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO
2026-03-29 06:32:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO
2026-03-29 06:32:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO to the API
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND23%20GSO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1953dd91-0da4-5495-aca7-ca54a5ed8154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND23 GSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND23%20GSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '330E',
 'odometer': 30179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA20FS0308D28362',
 'year': 2023}
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND23%2520GSO%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Saving data for ND23%20GSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448749.177531, 'last_price_update_time': 1774765977.562274}
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND23%2520GSO') HTTP/1.1" 204 0
2026-03-29 06:32:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF
2026-03-29 06:32:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF
2026-03-29 06:32:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF to the API
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV23%20MPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '32182ec3-f52f-5d69-aee0-71f32cf0df34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV23 MPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV23%20MPF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 9139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH SE LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH SE LR',
 'vin': 'LSJWH4096PN107493',
 'year': 2023}
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520MPF%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Saving data for LV23%20MPF: {'auction_closing_time': 1775026800.0, 'created_time': 1773828268.805203, 'last_price_update_time': 1774765977.853592}
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV23%2520MPF') HTTP/1.1" 204 0
2026-03-29 06:32:57 [bca.uk] INFO: Found listing with ID: LS18%20ZPH
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520ZPH%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Scrape type for LS18%20ZPH: 2
2026-03-29 06:32:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH
2026-03-29 06:32:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9218a956-e0b8-562d-a855-ebab9ffa2e5b with scrape type 2
2026-03-29 06:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9218a956-e0b8-562d-a855-ebab9ffa2e5b with scrape type 2
2026-03-29 06:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9218a956-e0b8-562d-a855-ebab9ffa2e5b, identifier: LS18%20ZPH
2026-03-29 06:32:57 [bca.uk] INFO: Found listing with ID: LV23%20SVP
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520SVP%27 HTTP/1.1" 200 None
2026-03-29 06:32:57 [bca.uk] INFO: Scrape type for LV23%20SVP: 0
2026-03-29 06:32:57 [bca.uk] INFO: Found listing with ID: LX73%20OAC
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX73%2520OAC%27 HTTP/1.1" 200 None
2026-03-29 06:32:58 [bca.uk] INFO: Scrape type for LX73%20OAC: 2
2026-03-29 06:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC
2026-03-29 06:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15150655-b7ad-500f-bab1-336758afc724 with scrape type 2
2026-03-29 06:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15150655-b7ad-500f-bab1-336758afc724 with scrape type 2
2026-03-29 06:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15150655-b7ad-500f-bab1-336758afc724, identifier: LX73%20OAC
2026-03-29 06:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH
2026-03-29 06:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH
2026-03-29 06:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH to the API
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS18%20ZPH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9218a956-e0b8-562d-a855-ebab9ffa2e5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS18 ZPH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS18%20ZPH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '520D',
 'odometer': 95884,
 'odometer_reading_unit': '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': 'WBAJC32040B082374',
 'year': 2018}
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520ZPH%27 HTTP/1.1" 200 None
2026-03-29 06:32:58 [bca.uk] INFO: Saving data for LS18%20ZPH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448737.495446, 'last_price_update_time': 1774765978.439337}
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS18%2520ZPH') HTTP/1.1" 204 0
2026-03-29 06:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC
2026-03-29 06:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC
2026-03-29 06:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC to the API
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX73%20OAC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '15150655-b7ad-500f-bab1-336758afc724',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX73 OAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX73%20OAC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 7813,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 E-HEV 4WD ELEGANCE E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': 'E-HEV 4WD ELEGANCE E-CVT',
 'vin': 'LVHRS686XR7702109',
 'year': 2024}
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX73%2520OAC%27 HTTP/1.1" 200 None
2026-03-29 06:32:58 [bca.uk] INFO: Saving data for LX73%20OAC: {'auction_closing_time': 1775026800.0, 'created_time': 1773933777.704201, 'last_price_update_time': 1774765978.729535}
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX73%2520OAC') HTTP/1.1" 204 0
2026-03-29 06:32:58 [bca.uk] INFO: Found listing with ID: LF16%20ZVH
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520ZVH%27 HTTP/1.1" 200 None
2026-03-29 06:32:58 [bca.uk] INFO: Scrape type for LF16%20ZVH: 2
2026-03-29 06:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH
2026-03-29 06:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a60510cb-580f-5fcb-b43d-ac14436e6c25 with scrape type 2
2026-03-29 06:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a60510cb-580f-5fcb-b43d-ac14436e6c25 with scrape type 2
2026-03-29 06:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a60510cb-580f-5fcb-b43d-ac14436e6c25, identifier: LF16%20ZVH
2026-03-29 06:32:58 [bca.uk] INFO: Found listing with ID: LY73%20HVJ
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520HVJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:58 [bca.uk] INFO: Scrape type for LY73%20HVJ: 2
2026-03-29 06:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ
2026-03-29 06:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3591d91-3ae3-53eb-8bf7-9aec54029da3 with scrape type 2
2026-03-29 06:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3591d91-3ae3-53eb-8bf7-9aec54029da3 with scrape type 2
2026-03-29 06:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3591d91-3ae3-53eb-8bf7-9aec54029da3, identifier: LY73%20HVJ
2026-03-29 06:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH
2026-03-29 06:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH
2026-03-29 06:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH to the API
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF16%20ZVH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a60510cb-580f-5fcb-b43d-ac14436e6c25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF16 ZVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF16%20ZVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 105526,
 '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': 'WMWXM72010T963641',
 'year': 2016}
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520ZVH%27 HTTP/1.1" 200 None
2026-03-29 06:32:59 [bca.uk] INFO: Saving data for LF16%20ZVH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448701.794326, 'last_price_update_time': 1774765979.242187}
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF16%2520ZVH') HTTP/1.1" 204 0
2026-03-29 06:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ
2026-03-29 06:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ
2026-03-29 06:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ to the API
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY73%20HVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3591d91-3ae3-53eb-8bf7-9aec54029da3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY73 HVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY73%20HVJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 5585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15250,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 GS',
 'vin': 'VXKUSHNSSPW118118',
 'year': 2024}
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520HVJ%27 HTTP/1.1" 200 None
2026-03-29 06:32:59 [bca.uk] INFO: Saving data for LY73%20HVJ: {'auction_closing_time': 1775026800.0, 'created_time': 1773829870.137812, 'last_price_update_time': 1774765979.532112}
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY73%2520HVJ') HTTP/1.1" 204 0
2026-03-29 06:32:59 [bca.uk] INFO: Found listing with ID: NA13%20KJV
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA13%2520KJV%27 HTTP/1.1" 200 None
2026-03-29 06:32:59 [bca.uk] INFO: Scrape type for NA13%20KJV: 2
2026-03-29 06:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV
2026-03-29 06:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with scrape type 2
2026-03-29 06:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with scrape type 2
2026-03-29 06:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e, identifier: NA13%20KJV
2026-03-29 06:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV
2026-03-29 06:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV
2026-03-29 06:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV to the API
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:32: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:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA13%20KJV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b5efaf0-9cb2-5937-81d8-13dcdc3b307e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA13 KJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA13%20KJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 109396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1300,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'MALBB51BLDM476701',
 'year': 2013}
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA13%2520KJV%27 HTTP/1.1" 200 None
2026-03-29 06:32:59 [bca.uk] INFO: Saving data for NA13%20KJV: {'auction_closing_time': 1775026800.0, 'created_time': 1773839534.602518, 'last_price_update_time': 1774765979.940757}
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA13%2520KJV') HTTP/1.1" 204 0
2026-03-29 06:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:32:59 [bca.uk] INFO: Found listing with ID: PN20%20PBZ
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520PBZ%27 HTTP/1.1" 200 None
2026-03-29 06:32:59 [bca.uk] INFO: Scrape type for PN20%20PBZ: 0
2026-03-29 06:32:59 [bca.uk] INFO: Found listing with ID: WN69%20RLX
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 06:32:59 [bca.uk] INFO: Scrape type for WN69%20RLX: 2
2026-03-29 06:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX
2026-03-29 06:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with scrape type 2
2026-03-29 06:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with scrape type 2
2026-03-29 06:33:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320, identifier: WN69%20RLX
2026-03-29 06:33:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX
2026-03-29 06:33:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX
2026-03-29 06:33:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX to the API
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20RLX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN69 RLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20RLX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 31739,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 45 TFSI QUATTRO SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': '45 TFSI QUATTRO SPORT S-T',
 'vin': 'WAUZZZF20LN023177',
 'year': 2019}
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-29 06:33:00 [bca.uk] INFO: Saving data for WN69%20RLX: {'auction_closing_time': 1775026800.0, 'created_time': 1773828336.275589, 'last_price_update_time': 1774765980.434959}
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520RLX') HTTP/1.1" 204 0
2026-03-29 06:33:00 [bca.uk] INFO: Found listing with ID: BW68%20EAO
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520EAO%27 HTTP/1.1" 200 None
2026-03-29 06:33:00 [bca.uk] INFO: Scrape type for BW68%20EAO: 2
2026-03-29 06:33:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO
2026-03-29 06:33:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with scrape type 2
2026-03-29 06:33:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with scrape type 2
2026-03-29 06:33:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8, identifier: BW68%20EAO
2026-03-29 06:33:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO
2026-03-29 06:33:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO
2026-03-29 06:33:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO to the API
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW68%20EAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '965022f0-a8ac-5666-bdc8-12bbbbf89aa8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW68 EAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW68%20EAO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'E200',
 'odometer': 38795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130422A526892',
 'year': 2018}
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520EAO%27 HTTP/1.1" 200 None
2026-03-29 06:33:00 [bca.uk] INFO: Saving data for BW68%20EAO: {'auction_closing_time': 1775026800.0, 'created_time': 1773828950.729046, 'last_price_update_time': 1774765980.970008}
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW68%2520EAO') HTTP/1.1" 204 0
2026-03-29 06:33:00 [bca.uk] INFO: Found listing with ID: PX72%20UDD
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520UDD%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for PX72%20UDD: 0
2026-03-29 06:33:01 [bca.uk] INFO: Found listing with ID: VK69%20KBN
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KBN%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for VK69%20KBN: 0
2026-03-29 06:33:01 [bca.uk] INFO: Found listing with ID: KN71%20FFP
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520FFP%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for KN71%20FFP: 0
2026-03-29 06:33:01 [bca.uk] INFO: Found listing with ID: MJ22%20DBO
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520DBO%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for MJ22%20DBO: 0
2026-03-29 06:33:01 [bca.uk] INFO: Found listing with ID: KF73%20AVC
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AVC%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for KF73%20AVC: 2
2026-03-29 06:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2a1095b-6763-55ee-a101-32311a905307 with identifier: KF73%20AVC
2026-03-29 06:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2a1095b-6763-55ee-a101-32311a905307 with scrape type 2
2026-03-29 06:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2a1095b-6763-55ee-a101-32311a905307 with scrape type 2
2026-03-29 06:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2a1095b-6763-55ee-a101-32311a905307, identifier: KF73%20AVC
2026-03-29 06:33:01 [bca.uk] INFO: Total items found: 100
2026-03-29 06:33:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded
2026-03-29 06:33:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:33:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2a1095b-6763-55ee-a101-32311a905307 with identifier: KF73%20AVC
2026-03-29 06:33:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2a1095b-6763-55ee-a101-32311a905307 with identifier: KF73%20AVC
2026-03-29 06:33:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2a1095b-6763-55ee-a101-32311a905307 with identifier: KF73%20AVC to the API
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AVC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2a1095b-6763-55ee-a101-32311a905307',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4301934',
 'year': 2024}
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AVC%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Saving data for KF73%20AVC: {'auction_closing_time': 1774778400.0, 'created_time': 1773841915.130997, 'last_price_update_time': 1774765981.487746}
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AVC') HTTP/1.1" 204 0
2026-03-29 06:33:01 [bca.uk] INFO: Found listing with ID: LL74%20BYB
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BYB%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for LL74%20BYB: 2
2026-03-29 06:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d370d5cb-7563-5beb-98ba-54e942cac83a with identifier: LL74%20BYB
2026-03-29 06:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d370d5cb-7563-5beb-98ba-54e942cac83a with scrape type 2
2026-03-29 06:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d370d5cb-7563-5beb-98ba-54e942cac83a with scrape type 2
2026-03-29 06:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d370d5cb-7563-5beb-98ba-54e942cac83a, identifier: LL74%20BYB
2026-03-29 06:33:01 [bca.uk] INFO: Found listing with ID: BU15%20ORW
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:33:01 [bca.uk] INFO: Scrape type for BU15%20ORW: 2
2026-03-29 06:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW
2026-03-29 06:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f89c9a4f-645a-5578-a278-0947ea0b4bb1 with scrape type 2
2026-03-29 06:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f89c9a4f-645a-5578-a278-0947ea0b4bb1 with scrape type 2
2026-03-29 06:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f89c9a4f-645a-5578-a278-0947ea0b4bb1, identifier: BU15%20ORW
2026-03-29 06:33:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d370d5cb-7563-5beb-98ba-54e942cac83a with identifier: LL74%20BYB
2026-03-29 06:33:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d370d5cb-7563-5beb-98ba-54e942cac83a with identifier: LL74%20BYB
2026-03-29 06:33:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d370d5cb-7563-5beb-98ba-54e942cac83a with identifier: LL74%20BYB to the API
2026-03-29 06:33:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd370d5cb-7563-5beb-98ba-54e942cac83a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6186,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE4R4297860',
 'year': 2024}
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BYB%27 HTTP/1.1" 200 None
2026-03-29 06:33:02 [bca.uk] INFO: Saving data for LL74%20BYB: {'auction_closing_time': 1774778400.0, 'created_time': 1773842543.323776, 'last_price_update_time': 1774765982.095676}
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BYB') HTTP/1.1" 204 0
2026-03-29 06:33:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW
2026-03-29 06:33:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW
2026-03-29 06:33:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW to the API
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU15%20ORW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f89c9a4f-645a-5578-a278-0947ea0b4bb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU15 ORW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU15%20ORW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 78544,
 '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 VTI STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI STYLE',
 'vin': 'VF3CCHMZ6FT118087',
 'year': 2015}
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520ORW%27 HTTP/1.1" 200 None
2026-03-29 06:33:02 [bca.uk] INFO: Saving data for BU15%20ORW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390233.70073, 'last_price_update_time': 1774765982.375895}
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU15%2520ORW') HTTP/1.1" 204 0
2026-03-29 06:33: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:33:02 [bca.uk] INFO: Found listing with ID: LL74%20BYG
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BYG%27 HTTP/1.1" 200 None
2026-03-29 06:33:02 [bca.uk] INFO: Scrape type for LL74%20BYG: 2
2026-03-29 06:33:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6 with identifier: LL74%20BYG
2026-03-29 06:33:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6 with scrape type 2
2026-03-29 06:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6 with scrape type 2
2026-03-29 06:33:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6, identifier: LL74%20BYG
2026-03-29 06:33:02 [bca.uk] INFO: Found listing with ID: NJ14%20SZW
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520SZW%27 HTTP/1.1" 200 None
2026-03-29 06:33:02 [bca.uk] INFO: Scrape type for NJ14%20SZW: 2
2026-03-29 06:33:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW
2026-03-29 06:33:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 598df8b3-2b89-563a-8dd9-9255ef82de9d with scrape type 2
2026-03-29 06:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 598df8b3-2b89-563a-8dd9-9255ef82de9d with scrape type 2
2026-03-29 06:33:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 598df8b3-2b89-563a-8dd9-9255ef82de9d, identifier: NJ14%20SZW
2026-03-29 06:33:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6 with identifier: LL74%20BYG
2026-03-29 06:33:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6 with identifier: LL74%20BYG
2026-03-29 06:33:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6 with identifier: LL74%20BYG to the API
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BYG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f35ae1b-c66e-51ca-a03f-ba5cf1c9dba6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNEXR4300728',
 'year': 2024}
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BYG%27 HTTP/1.1" 200 None
2026-03-29 06:33:02 [bca.uk] INFO: Saving data for LL74%20BYG: {'auction_closing_time': 1774778400.0, 'created_time': 1773841915.777901, 'last_price_update_time': 1774765982.946397}
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BYG') HTTP/1.1" 204 0
2026-03-29 06:33:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW
2026-03-29 06:33:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW
2026-03-29 06:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW to the API
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ14%20SZW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '598df8b3-2b89-563a-8dd9-9255ef82de9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ14 SZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ14%20SZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 39789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 N-TEC Hatchback',
 'transmission': 'automatic',
 'trim': 'N-TEC',
 'vin': 'SJNFBAF15U6490934',
 'year': 2014}
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520SZW%27 HTTP/1.1" 200 None
2026-03-29 06:33:03 [bca.uk] INFO: Saving data for NJ14%20SZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390232.697309, 'last_price_update_time': 1774765983.229011}
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ14%2520SZW') HTTP/1.1" 204 0
2026-03-29 06:33:03 [bca.uk] INFO: Found listing with ID: LL74%20DGX
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGX%27 HTTP/1.1" 200 None
2026-03-29 06:33:03 [bca.uk] INFO: Scrape type for LL74%20DGX: 2
2026-03-29 06:33:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8613760c-335d-5cf2-ae5b-f527fedda37a with identifier: LL74%20DGX
2026-03-29 06:33:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8613760c-335d-5cf2-ae5b-f527fedda37a with scrape type 2
2026-03-29 06:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8613760c-335d-5cf2-ae5b-f527fedda37a with scrape type 2
2026-03-29 06:33:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8613760c-335d-5cf2-ae5b-f527fedda37a, identifier: LL74%20DGX
2026-03-29 06:33:03 [bca.uk] INFO: Found listing with ID: NU67%20PBX
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 06:33:03 [bca.uk] INFO: Scrape type for NU67%20PBX: 2
2026-03-29 06:33:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX
2026-03-29 06:33:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with scrape type 2
2026-03-29 06:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with scrape type 2
2026-03-29 06:33:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d27f12dd-e297-5cae-a1d1-eb8c78bf7041, identifier: NU67%20PBX
2026-03-29 06:33:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8613760c-335d-5cf2-ae5b-f527fedda37a with identifier: LL74%20DGX
2026-03-29 06:33:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8613760c-335d-5cf2-ae5b-f527fedda37a with identifier: LL74%20DGX
2026-03-29 06:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8613760c-335d-5cf2-ae5b-f527fedda37a with identifier: LL74%20DGX to the API
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DGX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8613760c-335d-5cf2-ae5b-f527fedda37a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11370,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE7R4298856',
 'year': 2024}
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGX%27 HTTP/1.1" 200 None
2026-03-29 06:33:03 [bca.uk] INFO: Saving data for LL74%20DGX: {'auction_closing_time': 1774778400.0, 'created_time': 1773842598.612657, 'last_price_update_time': 1774765983.724395}
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DGX') HTTP/1.1" 204 0
2026-03-29 06:33:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX
2026-03-29 06:33:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX
2026-03-29 06:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX to the API
2026-03-29 06:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU67%20PBX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd27f12dd-e297-5cae-a1d1-eb8c78bf7041',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU67 PBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU67%20PBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 130572,
 '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 A7 SPORTBACK 3.0 TDI 272 QUATTRO BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 272 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ4G1JN033583',
 'year': 2017}
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520PBX%27 HTTP/1.1" 200 None
2026-03-29 06:33:04 [bca.uk] INFO: Saving data for NU67%20PBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774044968.005973, 'last_price_update_time': 1774765984.135926}
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU67%2520PBX') HTTP/1.1" 204 0
2026-03-29 06:33:04 [bca.uk] INFO: Found listing with ID: DL73%20KVU
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVU%27 HTTP/1.1" 200 None
2026-03-29 06:33:04 [bca.uk] INFO: Scrape type for DL73%20KVU: 2
2026-03-29 06:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69a0041b-19f9-5401-80fc-f86ffa3a8db2 with identifier: DL73%20KVU
2026-03-29 06:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69a0041b-19f9-5401-80fc-f86ffa3a8db2 with scrape type 2
2026-03-29 06:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69a0041b-19f9-5401-80fc-f86ffa3a8db2 with scrape type 2
2026-03-29 06:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69a0041b-19f9-5401-80fc-f86ffa3a8db2, identifier: DL73%20KVU
2026-03-29 06:33:04 [bca.uk] INFO: Found listing with ID: OV65%20DZJ
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520DZJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:04 [bca.uk] INFO: Scrape type for OV65%20DZJ: 2
2026-03-29 06:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ
2026-03-29 06:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb4675e-af6d-5867-8243-b2495a4e2cc3 with scrape type 2
2026-03-29 06:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb4675e-af6d-5867-8243-b2495a4e2cc3 with scrape type 2
2026-03-29 06:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb4675e-af6d-5867-8243-b2495a4e2cc3, identifier: OV65%20DZJ
2026-03-29 06:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69a0041b-19f9-5401-80fc-f86ffa3a8db2 with identifier: DL73%20KVU
2026-03-29 06:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69a0041b-19f9-5401-80fc-f86ffa3a8db2 with identifier: DL73%20KVU
2026-03-29 06:33:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69a0041b-19f9-5401-80fc-f86ffa3a8db2 with identifier: DL73%20KVU to the API
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KVU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69a0041b-19f9-5401-80fc-f86ffa3a8db2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 16391,
 '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 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4283886',
 'year': 2023}
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVU%27 HTTP/1.1" 200 None
2026-03-29 06:33:04 [bca.uk] INFO: Saving data for DL73%20KVU: {'auction_closing_time': 1774778400.0, 'created_time': 1773841916.18086, 'last_price_update_time': 1774765984.679529}
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KVU') HTTP/1.1" 204 0
2026-03-29 06:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ
2026-03-29 06:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ
2026-03-29 06:33:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ to the API
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV65%20DZJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'edb4675e-af6d-5867-8243-b2495a4e2cc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV65 DZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV65%20DZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 65090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 90 SE-L Hatchback',
 'transmission': 'manual',
 'trim': '90 SE-L',
 'vin': 'MMZDJ6H551W155992',
 'year': 2015}
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520DZJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:04 [bca.uk] INFO: Saving data for OV65%20DZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390222.850903, 'last_price_update_time': 1774765984.967507}
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520DZJ') HTTP/1.1" 204 0
2026-03-29 06:33:04 [bca.uk] INFO: Found listing with ID: DL73%20KOB
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOB%27 HTTP/1.1" 200 None
2026-03-29 06:33:04 [bca.uk] INFO: Scrape type for DL73%20KOB: 2
2026-03-29 06:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cda99540-1fe1-5405-9363-ccaedd4a41a6 with identifier: DL73%20KOB
2026-03-29 06:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cda99540-1fe1-5405-9363-ccaedd4a41a6 with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cda99540-1fe1-5405-9363-ccaedd4a41a6 with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cda99540-1fe1-5405-9363-ccaedd4a41a6, identifier: DL73%20KOB
2026-03-29 06:33:05 [bca.uk] INFO: Found listing with ID: LJ69%20KSE
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 06:33:05 [bca.uk] INFO: Scrape type for LJ69%20KSE: 2
2026-03-29 06:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE
2026-03-29 06:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c435a039-c8ed-57cd-ab5e-35c454813a29 with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c435a039-c8ed-57cd-ab5e-35c454813a29 with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c435a039-c8ed-57cd-ab5e-35c454813a29, identifier: LJ69%20KSE
2026-03-29 06:33:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cda99540-1fe1-5405-9363-ccaedd4a41a6 with identifier: DL73%20KOB
2026-03-29 06:33:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cda99540-1fe1-5405-9363-ccaedd4a41a6 with identifier: DL73%20KOB
2026-03-29 06:33:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cda99540-1fe1-5405-9363-ccaedd4a41a6 with identifier: DL73%20KOB to the API
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KOB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cda99540-1fe1-5405-9363-ccaedd4a41a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KOB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KOB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12212,
 '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 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4262054',
 'year': 2023}
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOB%27 HTTP/1.1" 200 None
2026-03-29 06:33:05 [bca.uk] INFO: Saving data for DL73%20KOB: {'auction_closing_time': 1774778400.0, 'created_time': 1773834950.794862, 'last_price_update_time': 1774765985.46271}
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KOB') HTTP/1.1" 204 0
2026-03-29 06:33:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE
2026-03-29 06:33:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE
2026-03-29 06:33:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE to the API
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ69%20KSE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c435a039-c8ed-57cd-ab5e-35c454813a29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ69 KSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ69%20KSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 37548,
 '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 T3 163 INSCRIPTION PRO StationWagon',
 'transmission': 'manual',
 'trim': 'T3 163 INSCRIPTION PRO',
 'vin': 'YV1XZ11V1L2278350',
 'year': 2020}
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520KSE%27 HTTP/1.1" 200 None
2026-03-29 06:33:05 [bca.uk] INFO: Saving data for LJ69%20KSE: {'auction_closing_time': 1774951200.0, 'created_time': 1774005439.506533, 'last_price_update_time': 1774765985.771482}
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ69%2520KSE') HTTP/1.1" 204 0
2026-03-29 06:33:05 [bca.uk] INFO: Found listing with ID: LR24%20MWK
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:33:05 [bca.uk] INFO: Scrape type for LR24%20MWK: 2
2026-03-29 06:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ad33a4-ab65-54bf-9331-f2cea28fec9e with identifier: LR24%20MWK
2026-03-29 06:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ad33a4-ab65-54bf-9331-f2cea28fec9e with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8ad33a4-ab65-54bf-9331-f2cea28fec9e with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8ad33a4-ab65-54bf-9331-f2cea28fec9e, identifier: LR24%20MWK
2026-03-29 06:33:05 [bca.uk] INFO: Found listing with ID: H19%20RGH
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H19%2520RGH%27 HTTP/1.1" 200 None
2026-03-29 06:33:05 [bca.uk] INFO: Scrape type for H19%20RGH: 2
2026-03-29 06:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH
2026-03-29 06:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with scrape type 2
2026-03-29 06:33:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847, identifier: H19%20RGH
2026-03-29 06:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8ad33a4-ab65-54bf-9331-f2cea28fec9e with identifier: LR24%20MWK
2026-03-29 06:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8ad33a4-ab65-54bf-9331-f2cea28fec9e with identifier: LR24%20MWK
2026-03-29 06:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8ad33a4-ab65-54bf-9331-f2cea28fec9e with identifier: LR24%20MWK to the API
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR24%20MWK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8ad33a4-ab65-54bf-9331-f2cea28fec9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR24 MWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR24%20MWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4039199',
 'year': 2024}
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWK%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Saving data for LR24%20MWK: {'auction_closing_time': 1774778400.0, 'created_time': 1773842508.271591, 'last_price_update_time': 1774765986.269814}
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR24%2520MWK') HTTP/1.1" 204 0
2026-03-29 06:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH
2026-03-29 06:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH
2026-03-29 06:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH to the API
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H19%20RGH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ea75f91-5749-5ae3-8e44-c00c9ac3d847',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'H19 RGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=H19%20RGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 45225,
 '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 Q3 2.0 TFSI 180 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8U4FR025865',
 'year': 2015}
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H19%2520RGH%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Saving data for H19%20RGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390315.479088, 'last_price_update_time': 1774765986.60595}
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='H19%2520RGH') HTTP/1.1" 204 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: WG66%20DZC
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DZC%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for WG66%20DZC: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: KY07%20FKE
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY07%2520FKE%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for KY07%20FKE: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: KF66%20EAA
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF66%2520EAA%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for KF66%20EAA: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: HV71%20MVZ
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520MVZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for HV71%20MVZ: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: HV59%20YKP
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520YKP%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for HV59%20YKP: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: RV72%20XDG
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for RV72%20XDG: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: HD19%20OVR
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520OVR%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for HD19%20OVR: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: GN16%20OGB
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520OGB%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for GN16%20OGB: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: DL66%20LDC
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520LDC%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for DL66%20LDC: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: DK19%20HRO
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520HRO%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for DK19%20HRO: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: BF16%20HGP
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HGP%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for BF16%20HGP: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: LC22%20BYA
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BYA%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for LC22%20BYA: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: LL22%20RBY
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520RBY%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for LL22%20RBY: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: MX70%20UWD
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX70%2520UWD%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for MX70%20UWD: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: YS72%20BKU
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520BKU%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for YS72%20BKU: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: BK21%20YDO
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520YDO%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for BK21%20YDO: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: DG17%20GYY
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520GYY%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for DG17%20GYY: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: AY70%20JCZ
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY70%2520JCZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for AY70%20JCZ: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: BN13%20OUP
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OUP%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for BN13%20OUP: 0
2026-03-29 06:33:06 [bca.uk] INFO: Found listing with ID: VE16%20WBZ
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:06 [bca.uk] INFO: Scrape type for VE16%20WBZ: 2
2026-03-29 06:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ
2026-03-29 06:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ec182d-6d42-5099-ae58-b218ef78139c with scrape type 2
2026-03-29 06:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01ec182d-6d42-5099-ae58-b218ef78139c with scrape type 2
2026-03-29 06:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01ec182d-6d42-5099-ae58-b218ef78139c, identifier: VE16%20WBZ
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: GL69%20XJX
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520XJX%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Scrape type for GL69%20XJX: 2
2026-03-29 06:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX
2026-03-29 06:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7ffc75e-8813-549c-8e5f-ce613533b140 with scrape type 2
2026-03-29 06:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7ffc75e-8813-549c-8e5f-ce613533b140 with scrape type 2
2026-03-29 06:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7ffc75e-8813-549c-8e5f-ce613533b140, identifier: GL69%20XJX
2026-03-29 06:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ
2026-03-29 06:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ
2026-03-29 06:33:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ to the API
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE16%20WBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01ec182d-6d42-5099-ae58-b218ef78139c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE16 WBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE16%20WBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 125607,
 '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 2.0 TDI 190 QUATTRO BLACK ED.S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ4GXGN161300',
 'year': 2016}
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Saving data for VE16%20WBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449335.107823, 'last_price_update_time': 1774765987.411153}
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520WBZ') HTTP/1.1" 204 0
2026-03-29 06:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX
2026-03-29 06:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX
2026-03-29 06:33:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX to the API
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL69%20XJX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7ffc75e-8813-549c-8e5f-ce613533b140',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL69 XJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL69%20XJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 94385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.3 DIG-T N-CONNECTA (5ST) DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'DIG-T N-CONNECTA (5ST) DCT',
 'vin': 'JN1TGAT32U0000749',
 'year': 2019}
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520XJX%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Saving data for GL69%20XJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774390269.761431, 'last_price_update_time': 1774765987.788546}
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL69%2520XJX') HTTP/1.1" 204 0
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: GJ12%20NBD
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520NBD%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Scrape type for GJ12%20NBD: 0
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: MV68%20EOJ
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Scrape type for MV68%20EOJ: 0
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: YK67%20JYJ
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520JYJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Scrape type for YK67%20JYJ: 0
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: YL67%20HHA
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520HHA%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Scrape type for YL67%20HHA: 0
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: LX15%20HNK
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520HNK%27 HTTP/1.1" 200 None
2026-03-29 06:33:07 [bca.uk] INFO: Scrape type for LX15%20HNK: 2
2026-03-29 06:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK
2026-03-29 06:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2174525-f152-538a-80c8-b288faf8d46d with scrape type 2
2026-03-29 06:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2174525-f152-538a-80c8-b288faf8d46d with scrape type 2
2026-03-29 06:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2174525-f152-538a-80c8-b288faf8d46d, identifier: LX15%20HNK
2026-03-29 06:33:07 [bca.uk] INFO: Found listing with ID: GD18%20DZZ
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520DZZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:08 [bca.uk] INFO: Scrape type for GD18%20DZZ: 2
2026-03-29 06:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ
2026-03-29 06:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with scrape type 2
2026-03-29 06:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with scrape type 2
2026-03-29 06:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135, identifier: GD18%20DZZ
2026-03-29 06:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK
2026-03-29 06:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK
2026-03-29 06:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK to the API
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX15%20HNK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2174525-f152-538a-80c8-b288faf8d46d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX15 HNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX15%20HNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'SQ5',
 'odometer': 75535,
 '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 SQ5 3.0 BITDI 313 QUATTRO TIP StationWagon',
 'transmission': 'manual',
 'trim': 'BITDI 313 QUATTRO TIP',
 'vin': 'WAUZZZ8R7FA098108',
 'year': 2015}
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520HNK%27 HTTP/1.1" 200 None
2026-03-29 06:33:08 [bca.uk] INFO: Saving data for LX15%20HNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774352751.469401, 'last_price_update_time': 1774765988.37897}
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX15%2520HNK') HTTP/1.1" 204 0
2026-03-29 06:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ
2026-03-29 06:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ
2026-03-29 06:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ to the API
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD18%20DZZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ece5a6b-9f2d-59c3-83fc-99ed222f5135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD18 DZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD18%20DZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 35148,
 'odometer_reading_unit': '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.6 DIG-T TEKNA+ Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA+',
 'vin': 'SJNFCAJ11U2312817',
 'year': 2018}
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520DZZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:08 [bca.uk] INFO: Saving data for GD18%20DZZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390296.776724, 'last_price_update_time': 1774765988.674065}
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD18%2520DZZ') HTTP/1.1" 204 0
2026-03-29 06:33:08 [bca.uk] INFO: Found listing with ID: FH57%20CHZ
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH57%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:08 [bca.uk] INFO: Scrape type for FH57%20CHZ: 2
2026-03-29 06:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ
2026-03-29 06:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 985334af-9f2c-5c40-980e-4417eaee75a6 with scrape type 2
2026-03-29 06:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 985334af-9f2c-5c40-980e-4417eaee75a6 with scrape type 2
2026-03-29 06:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 985334af-9f2c-5c40-980e-4417eaee75a6, identifier: FH57%20CHZ
2026-03-29 06:33:08 [bca.uk] INFO: Found listing with ID: AE21%20EOG
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 06:33:08 [bca.uk] INFO: Scrape type for AE21%20EOG: 2
2026-03-29 06:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG
2026-03-29 06:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5226420-01bf-5d11-abb9-a854f51fff83 with scrape type 2
2026-03-29 06:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5226420-01bf-5d11-abb9-a854f51fff83 with scrape type 2
2026-03-29 06:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5226420-01bf-5d11-abb9-a854f51fff83, identifier: AE21%20EOG
2026-03-29 06:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ
2026-03-29 06:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ
2026-03-29 06:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ to the API
2026-03-29 06:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH57%20CHZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '985334af-9f2c-5c40-980e-4417eaee75a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH57 CHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH57%20CHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 122334,
 '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 POLO 1.4 S 80 Hatchback',
 'transmission': 'manual',
 'trim': 'S 80',
 'vin': 'WVWZZZ9NZ8Y088685',
 'year': 2007}
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH57%2520CHZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:09 [bca.uk] INFO: Saving data for FH57%20CHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774505595.385325, 'last_price_update_time': 1774765989.167161}
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH57%2520CHZ') HTTP/1.1" 204 0
2026-03-29 06:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG
2026-03-29 06:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG
2026-03-29 06:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG to the API
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE21%20EOG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5226420-01bf-5d11-abb9-a854f51fff83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE21 EOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE21%20EOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN SPORT',
 'odometer': 56380,
 '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': 'MITSUBISHI SHOGUN SPORT 2.4 DI-DC 4 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-DC 4 4WD',
 'vin': 'MMAGUKS10JH003333',
 'year': 2021}
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520EOG%27 HTTP/1.1" 200 None
2026-03-29 06:33:09 [bca.uk] INFO: Saving data for AE21%20EOG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390277.449282, 'last_price_update_time': 1774765989.449659}
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE21%2520EOG') HTTP/1.1" 204 0
2026-03-29 06:33:09 [bca.uk] INFO: Found listing with ID: FX17%20VRV
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX17%2520VRV%27 HTTP/1.1" 200 None
2026-03-29 06:33:09 [bca.uk] INFO: Scrape type for FX17%20VRV: 2
2026-03-29 06:33:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV
2026-03-29 06:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with scrape type 2
2026-03-29 06:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with scrape type 2
2026-03-29 06:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd, identifier: FX17%20VRV
2026-03-29 06:33:09 [bca.uk] INFO: Found listing with ID: DK65%20YRD
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520YRD%27 HTTP/1.1" 200 None
2026-03-29 06:33:09 [bca.uk] INFO: Scrape type for DK65%20YRD: 2
2026-03-29 06:33:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD
2026-03-29 06:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c483f1-9236-56d8-8bcb-f30018196adb with scrape type 2
2026-03-29 06:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c483f1-9236-56d8-8bcb-f30018196adb with scrape type 2
2026-03-29 06:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69c483f1-9236-56d8-8bcb-f30018196adb, identifier: DK65%20YRD
2026-03-29 06:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV
2026-03-29 06:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV
2026-03-29 06:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV to the API
2026-03-29 06:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX17%20VRV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX17 VRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX17%20VRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 127611,
 '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 RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PGS28539',
 'year': 2017}
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX17%2520VRV%27 HTTP/1.1" 200 None
2026-03-29 06:33:10 [bca.uk] INFO: Saving data for FX17%20VRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774353920.665576, 'last_price_update_time': 1774765990.020015}
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX17%2520VRV') HTTP/1.1" 204 0
2026-03-29 06:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD
2026-03-29 06:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD
2026-03-29 06:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD to the API
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK65%20YRD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69c483f1-9236-56d8-8bcb-f30018196adb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK65 YRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK65%20YRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON SC',
 'odometer': 42960,
 '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': 'SEAT LEON SC 1.8 TSI 180 FR DSG Coupe',
 'transmission': 'automatic',
 'trim': 'TSI 180 FR DSG',
 'vin': 'VSSZZZ5FZGR012819',
 'year': 2015}
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520YRD%27 HTTP/1.1" 200 None
2026-03-29 06:33:10 [bca.uk] INFO: Saving data for DK65%20YRD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390276.622309, 'last_price_update_time': 1774765990.300077}
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK65%2520YRD') HTTP/1.1" 204 0
2026-03-29 06:33:10 [bca.uk] INFO: Found listing with ID: BL19%20WLJ
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520WLJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:10 [bca.uk] INFO: Scrape type for BL19%20WLJ: 2
2026-03-29 06:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ
2026-03-29 06:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with scrape type 2
2026-03-29 06:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with scrape type 2
2026-03-29 06:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e63c216-91d7-5f4f-a89f-6a14d5985a80, identifier: BL19%20WLJ
2026-03-29 06:33:10 [bca.uk] INFO: Found listing with ID: KW59%20GTY
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW59%2520GTY%27 HTTP/1.1" 200 None
2026-03-29 06:33:10 [bca.uk] INFO: Scrape type for KW59%20GTY: 2
2026-03-29 06:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY
2026-03-29 06:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84579b5d-ecc7-5b76-8b05-221adb5579df with scrape type 2
2026-03-29 06:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84579b5d-ecc7-5b76-8b05-221adb5579df with scrape type 2
2026-03-29 06:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84579b5d-ecc7-5b76-8b05-221adb5579df, identifier: KW59%20GTY
2026-03-29 06:33:10 [scrapy.extensions.logstats] INFO: Crawled 151 pages (at 3 pages/min), scraped 3790 items (at 135 items/min)
2026-03-29 06:33:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ
2026-03-29 06:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ
2026-03-29 06:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ to the API
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL19%20WLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e63c216-91d7-5f4f-a89f-6a14d5985a80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL19 WLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL19%20WLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 67338,
 'odometer_reading_unit': '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 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0124468',
 'year': 2019}
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520WLJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:10 [bca.uk] INFO: Saving data for BL19%20WLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774352806.962587, 'last_price_update_time': 1774765990.813893}
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL19%2520WLJ') HTTP/1.1" 204 0
2026-03-29 06:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY
2026-03-29 06:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY
2026-03-29 06:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY to the API
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW59%20GTY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '84579b5d-ecc7-5b76-8b05-221adb5579df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW59 GTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW59%20GTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C350',
 'odometer': 100909,
 '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 C350 3.0 CDI B/E SPORT Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT',
 'vin': 'WDD2040252A359881',
 'year': 2010}
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW59%2520GTY%27 HTTP/1.1" 200 None
2026-03-29 06:33:11 [bca.uk] INFO: Saving data for KW59%20GTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390274.113696, 'last_price_update_time': 1774765991.207846}
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW59%2520GTY') HTTP/1.1" 204 0
2026-03-29 06:33:11 [bca.uk] INFO: Found listing with ID: KV66%20XCL
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520XCL%27 HTTP/1.1" 200 None
2026-03-29 06:33:11 [bca.uk] INFO: Scrape type for KV66%20XCL: 2
2026-03-29 06:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL
2026-03-29 06:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5860f8ed-ed35-5c62-b3f6-197e2696c58e with scrape type 2
2026-03-29 06:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5860f8ed-ed35-5c62-b3f6-197e2696c58e with scrape type 2
2026-03-29 06:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5860f8ed-ed35-5c62-b3f6-197e2696c58e, identifier: KV66%20XCL
2026-03-29 06:33:11 [bca.uk] INFO: Found listing with ID: MJ61%20SGU
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520SGU%27 HTTP/1.1" 200 None
2026-03-29 06:33:11 [bca.uk] INFO: Scrape type for MJ61%20SGU: 2
2026-03-29 06:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU
2026-03-29 06:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with scrape type 2
2026-03-29 06:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with scrape type 2
2026-03-29 06:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c, identifier: MJ61%20SGU
2026-03-29 06:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL
2026-03-29 06:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL
2026-03-29 06:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL to the API
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV66%20XCL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5860f8ed-ed35-5c62-b3f6-197e2696c58e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV66 XCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV66%20XCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 102200,
 '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 D4 190 AWD R DESIGN LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 AWD R DESIGN LUX G/T',
 'vin': 'YV1DZA5C6H2051610',
 'year': 2016}
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520XCL%27 HTTP/1.1" 200 None
2026-03-29 06:33:11 [bca.uk] INFO: Saving data for KV66%20XCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774352753.343929, 'last_price_update_time': 1774765991.724503}
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV66%2520XCL') HTTP/1.1" 204 0
2026-03-29 06:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU
2026-03-29 06:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU
2026-03-29 06:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU to the API
2026-03-29 06:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ61%20SGU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56ab0cd8-fcbf-5a42-98f9-99a772b6797c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ61 SGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ61%20SGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 93509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 HSE',
 'vin': 'SALLSAAG5CA731738',
 'year': 2011}
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520SGU%27 HTTP/1.1" 200 None
2026-03-29 06:33:12 [bca.uk] INFO: Saving data for MJ61%20SGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390267.947921, 'last_price_update_time': 1774765992.012802}
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ61%2520SGU') HTTP/1.1" 204 0
2026-03-29 06:33:12 [bca.uk] INFO: Found listing with ID: FN70%20VDR
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 06:33:12 [bca.uk] INFO: Scrape type for FN70%20VDR: 2
2026-03-29 06:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR
2026-03-29 06:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 544c30e2-0cbf-5eff-8d95-125255a3520d with scrape type 2
2026-03-29 06:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 544c30e2-0cbf-5eff-8d95-125255a3520d with scrape type 2
2026-03-29 06:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 544c30e2-0cbf-5eff-8d95-125255a3520d, identifier: FN70%20VDR
2026-03-29 06:33:12 [bca.uk] INFO: Found listing with ID: VN03%20DXB
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN03%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 06:33:12 [bca.uk] INFO: Scrape type for VN03%20DXB: 2
2026-03-29 06:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB
2026-03-29 06:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf84a90-440f-59f4-9201-16ad1e957fd1 with scrape type 2
2026-03-29 06:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf84a90-440f-59f4-9201-16ad1e957fd1 with scrape type 2
2026-03-29 06:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf84a90-440f-59f4-9201-16ad1e957fd1, identifier: VN03%20DXB
2026-03-29 06:33:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR
2026-03-29 06:33:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR
2026-03-29 06:33:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR to the API
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN70%20VDR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '544c30e2-0cbf-5eff-8d95-125255a3520d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN70 VDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN70%20VDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 46119,
 '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': 'JTDKGNEC60N559818',
 'year': 2020}
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520VDR%27 HTTP/1.1" 200 None
2026-03-29 06:33:12 [bca.uk] INFO: Saving data for FN70%20VDR: {'auction_closing_time': 1774864800.0, 'created_time': 1774352757.758992, 'last_price_update_time': 1774765992.585798}
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN70%2520VDR') HTTP/1.1" 204 0
2026-03-29 06:33:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB
2026-03-29 06:33:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB
2026-03-29 06:33:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB to the API
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN03%20DXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf84a90-440f-59f4-9201-16ad1e957fd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN03 DXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN03%20DXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'Z4',
 'odometer': 103584,
 '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': 'BMW Z4 2.5  Roadster',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WBABT32060LR40488',
 'year': 2003}
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN03%2520DXB%27 HTTP/1.1" 200 None
2026-03-29 06:33:12 [bca.uk] INFO: Saving data for VN03%20DXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774390235.13281, 'last_price_update_time': 1774765992.86288}
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN03%2520DXB') HTTP/1.1" 204 0
2026-03-29 06:33:12 [bca.uk] INFO: Found listing with ID: FJ23%20NXU
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ23%2520NXU%27 HTTP/1.1" 200 None
2026-03-29 06:33:12 [bca.uk] INFO: Scrape type for FJ23%20NXU: 2
2026-03-29 06:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU
2026-03-29 06:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8905210-1721-55a9-995a-292ea3c7c7db with scrape type 2
2026-03-29 06:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8905210-1721-55a9-995a-292ea3c7c7db with scrape type 2
2026-03-29 06:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8905210-1721-55a9-995a-292ea3c7c7db, identifier: FJ23%20NXU
2026-03-29 06:33:12 [bca.uk] INFO: Found listing with ID: WN14%20HNM
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520HNM%27 HTTP/1.1" 200 None
2026-03-29 06:33:13 [bca.uk] INFO: Scrape type for WN14%20HNM: 2
2026-03-29 06:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM
2026-03-29 06:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with scrape type 2
2026-03-29 06:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with scrape type 2
2026-03-29 06:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4f994c7-3b34-5482-932e-f8dfafa1a7d5, identifier: WN14%20HNM
2026-03-29 06:33:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=acid+green HTTP/1.1" 200 None
2026-03-29 06:33:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:33: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:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU
2026-03-29 06:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU to the API
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ23%20NXU-GB',
 'category': 'Car',
 'color': 'acid green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c8905210-1721-55a9-995a-292ea3c7c7db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ23 NXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ23%20NXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ABARTH',
 'model': '500 E',
 'odometer': 8168,
 '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': 'ABARTH 500 E 114KW 42.2KWH TURISMO Hatchback',
 'transmission': 'automatic',
 'trim': '114KW 42.2KWH TURISMO',
 'vin': 'ZFAEFA261RX168043',
 'year': 2023}
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ23%2520NXU%27 HTTP/1.1" 200 None
2026-03-29 06:33:13 [bca.uk] INFO: Saving data for FJ23%20NXU: {'auction_closing_time': 1774951200.0, 'created_time': 1773838003.305785, 'last_price_update_time': 1774765993.503847}
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ23%2520NXU') HTTP/1.1" 204 0
2026-03-29 06:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM
2026-03-29 06:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM
2026-03-29 06:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM to the API
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20HNM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4f994c7-3b34-5482-932e-f8dfafa1a7d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 HNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20HNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF SPORTBRAKE',
 'odometer': 92766,
 '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': 'JAGUAR XF SPORTBRAKE 2.2 D 200 PREMIUM LUXURY Estate',
 'transmission': 'automatic',
 'trim': 'D 200 PREMIUM LUXURY',
 'vin': 'SAJAC02K0EDU31210',
 'year': 2014}
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520HNM%27 HTTP/1.1" 200 None
2026-03-29 06:33:13 [bca.uk] INFO: Saving data for WN14%20HNM: {'auction_closing_time': 1774864800.0, 'created_time': 1774390256.031456, 'last_price_update_time': 1774765993.777535}
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520HNM') HTTP/1.1" 204 0
2026-03-29 06:33:13 [bca.uk] INFO: Found listing with ID: EF22%20AOU
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520AOU%27 HTTP/1.1" 200 None
2026-03-29 06:33:13 [bca.uk] INFO: Scrape type for EF22%20AOU: 0
2026-03-29 06:33:13 [bca.uk] INFO: Found listing with ID: LP16%20BKU
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520BKU%27 HTTP/1.1" 200 None
2026-03-29 06:33:13 [bca.uk] INFO: Scrape type for LP16%20BKU: 2
2026-03-29 06:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48badbf2-b371-5984-9075-6de1e9d0f690 with identifier: LP16%20BKU
2026-03-29 06:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48badbf2-b371-5984-9075-6de1e9d0f690 with scrape type 2
2026-03-29 06:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48badbf2-b371-5984-9075-6de1e9d0f690 with scrape type 2
2026-03-29 06:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48badbf2-b371-5984-9075-6de1e9d0f690, identifier: LP16%20BKU
2026-03-29 06:33:13 [bca.uk] INFO: Found listing with ID: FG65%20FCP
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 06:33:13 [bca.uk] INFO: Scrape type for FG65%20FCP: 2
2026-03-29 06:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP
2026-03-29 06:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586eb36b-29f4-5542-b2bb-76fdbc305e53 with scrape type 2
2026-03-29 06:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586eb36b-29f4-5542-b2bb-76fdbc305e53 with scrape type 2
2026-03-29 06:33:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 586eb36b-29f4-5542-b2bb-76fdbc305e53, identifier: FG65%20FCP
2026-03-29 06:33:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48badbf2-b371-5984-9075-6de1e9d0f690 with identifier: LP16%20BKU
2026-03-29 06:33:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48badbf2-b371-5984-9075-6de1e9d0f690 with identifier: LP16%20BKU
2026-03-29 06:33:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48badbf2-b371-5984-9075-6de1e9d0f690 with identifier: LP16%20BKU to the API
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP16%20BKU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48badbf2-b371-5984-9075-6de1e9d0f690',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP16 BKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP16%20BKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'IX20',
 'odometer': 56222,
 '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': 'TMAPU81CLHJ229847',
 'year': 2016}
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520BKU%27 HTTP/1.1" 200 None
2026-03-29 06:33:14 [bca.uk] INFO: Saving data for LP16%20BKU: {'auction_closing_time': 1774778400.0, 'created_time': 1774353632.08721, 'last_price_update_time': 1774765994.347442}
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP16%2520BKU') HTTP/1.1" 204 0
2026-03-29 06:33:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP
2026-03-29 06:33:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP
2026-03-29 06:33:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP to the API
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG65%20FCP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '586eb36b-29f4-5542-b2bb-76fdbc305e53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG65 FCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG65%20FCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 47777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '16V EXCITE',
 'vin': 'W0LPC6EB1FG092883',
 'year': 2015}
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520FCP%27 HTTP/1.1" 200 None
2026-03-29 06:33:14 [bca.uk] INFO: Saving data for FG65%20FCP: {'auction_closing_time': 1774951200.0, 'created_time': 1774390242.104832, 'last_price_update_time': 1774765994.635344}
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG65%2520FCP') HTTP/1.1" 204 0
2026-03-29 06:33:14 [bca.uk] INFO: Found listing with ID: BR19%20YNT
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520YNT%27 HTTP/1.1" 200 None
2026-03-29 06:33:14 [bca.uk] INFO: Scrape type for BR19%20YNT: 0
2026-03-29 06:33:14 [bca.uk] INFO: Found listing with ID: MF67%20LWH
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520LWH%27 HTTP/1.1" 200 None
2026-03-29 06:33:14 [bca.uk] INFO: Scrape type for MF67%20LWH: 2
2026-03-29 06:33:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a545170-bd30-5898-be93-831b07ae9033 with identifier: MF67%20LWH
2026-03-29 06:33:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a545170-bd30-5898-be93-831b07ae9033 with scrape type 2
2026-03-29 06:33:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a545170-bd30-5898-be93-831b07ae9033 with scrape type 2
2026-03-29 06:33:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a545170-bd30-5898-be93-831b07ae9033, identifier: MF67%20LWH
2026-03-29 06:33:14 [bca.uk] INFO: Found listing with ID: EK62%20XGV
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 06:33:14 [bca.uk] INFO: Scrape type for EK62%20XGV: 2
2026-03-29 06:33:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV
2026-03-29 06:33:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 980b2d06-fc08-516f-bdf1-b2264a7e957d with scrape type 2
2026-03-29 06:33:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 980b2d06-fc08-516f-bdf1-b2264a7e957d with scrape type 2
2026-03-29 06:33:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 980b2d06-fc08-516f-bdf1-b2264a7e957d, identifier: EK62%20XGV
2026-03-29 06:33:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a545170-bd30-5898-be93-831b07ae9033 with identifier: MF67%20LWH
2026-03-29 06:33:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a545170-bd30-5898-be93-831b07ae9033 with identifier: MF67%20LWH
2026-03-29 06:33:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a545170-bd30-5898-be93-831b07ae9033 with identifier: MF67%20LWH to the API
2026-03-29 06:33:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF67%20LWH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2a545170-bd30-5898-be93-831b07ae9033',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF67 LWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF67%20LWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 70740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.0 TFSI 95 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 95 SPORT',
 'vin': 'WAUZZZ8X6HB083739',
 'year': 2017}
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520LWH%27 HTTP/1.1" 200 None
2026-03-29 06:33:15 [bca.uk] INFO: Saving data for MF67%20LWH: {'auction_closing_time': 1774778400.0, 'created_time': 1774353551.398574, 'last_price_update_time': 1774765995.158717}
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF67%2520LWH') HTTP/1.1" 204 0
2026-03-29 06:33:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV
2026-03-29 06:33:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV
2026-03-29 06:33:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV to the API
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK62%20XGV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '980b2d06-fc08-516f-bdf1-b2264a7e957d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK62 XGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK62%20XGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 99362,
 '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 C180 1.6 B/E AMG SPORT PLUS TIP Estate',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT PLUS TIP',
 'vin': 'WDD2042312F983833',
 'year': 2012}
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520XGV%27 HTTP/1.1" 200 None
2026-03-29 06:33:15 [bca.uk] INFO: Saving data for EK62%20XGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390229.697351, 'last_price_update_time': 1774765995.534236}
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK62%2520XGV') HTTP/1.1" 204 0
2026-03-29 06:33:15 [bca.uk] INFO: Total items found: 100
2026-03-29 06:33:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded
2026-03-29 06:33:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:33:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:15 [bca.uk] INFO: Found listing with ID: MJ65%20ZLX
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ65%2520ZLX%27 HTTP/1.1" 200 None
2026-03-29 06:33:15 [bca.uk] INFO: Scrape type for MJ65%20ZLX: 0
2026-03-29 06:33:15 [bca.uk] INFO: Found listing with ID: LL64%20BYU
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL64%2520BYU%27 HTTP/1.1" 200 None
2026-03-29 06:33:15 [bca.uk] INFO: Scrape type for LL64%20BYU: 2
2026-03-29 06:33:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ce3faf7-86f5-5fe9-9f36-90398ce53d30 with identifier: LL64%20BYU
2026-03-29 06:33:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ce3faf7-86f5-5fe9-9f36-90398ce53d30 with scrape type 2
2026-03-29 06:33:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ce3faf7-86f5-5fe9-9f36-90398ce53d30 with scrape type 2
2026-03-29 06:33:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ce3faf7-86f5-5fe9-9f36-90398ce53d30, identifier: LL64%20BYU
2026-03-29 06:33:15 [bca.uk] INFO: Found listing with ID: FY61%20ZGZ
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY61%2520ZGZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:15 [bca.uk] INFO: Scrape type for FY61%20ZGZ: 0
2026-03-29 06:33:15 [bca.uk] INFO: Found listing with ID: YN22%20UNJ
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520UNJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:15 [bca.uk] INFO: Scrape type for YN22%20UNJ: 2
2026-03-29 06:33:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ
2026-03-29 06:33:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b1a4be-e463-5112-81c6-144de4916566 with scrape type 2
2026-03-29 06:33:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b1a4be-e463-5112-81c6-144de4916566 with scrape type 2
2026-03-29 06:33:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b1a4be-e463-5112-81c6-144de4916566, identifier: YN22%20UNJ
2026-03-29 06:33:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ce3faf7-86f5-5fe9-9f36-90398ce53d30 with identifier: LL64%20BYU
2026-03-29 06:33:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ce3faf7-86f5-5fe9-9f36-90398ce53d30 with identifier: LL64%20BYU
2026-03-29 06:33:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ce3faf7-86f5-5fe9-9f36-90398ce53d30 with identifier: LL64%20BYU to the API
2026-03-29 06:33:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL64%20BYU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ce3faf7-86f5-5fe9-9f36-90398ce53d30',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL64 BYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL64%20BYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 88413,
 '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.6 JTDM-2 105 PROGRESSION Hatchback',
 'transmission': 'manual',
 'trim': 'JTDM-2 105 PROGRESSION',
 'vin': 'ZAR94000007362942',
 'year': 2014}
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL64%2520BYU%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Saving data for LL64%20BYU: {'auction_closing_time': 1774778400.0, 'created_time': 1774365026.401037, 'last_price_update_time': 1774765996.173957}
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL64%2520BYU') HTTP/1.1" 204 0
2026-03-29 06:33:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ
2026-03-29 06:33:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ
2026-03-29 06:33:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ to the API
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20UNJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78b1a4be-e463-5112-81c6-144de4916566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YN22 UNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20UNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 20226,
 'odometer_reading_unit': '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 ONE 1.5 CLASSIC STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'CLASSIC STEP',
 'vin': 'WMW22DK0002S42263',
 'year': 2022}
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520UNJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Saving data for YN22%20UNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390192.090327, 'last_price_update_time': 1774765996.453095}
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520UNJ') HTTP/1.1" 204 0
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: NC71%20FGZ
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520FGZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for NC71%20FGZ: 0
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: EO17%20AEJ
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520AEJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for EO17%20AEJ: 2
2026-03-29 06:33:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ
2026-03-29 06:33:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb490327-97db-579c-99f9-14f957e168d7 with scrape type 2
2026-03-29 06:33:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb490327-97db-579c-99f9-14f957e168d7 with scrape type 2
2026-03-29 06:33:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb490327-97db-579c-99f9-14f957e168d7, identifier: EO17%20AEJ
2026-03-29 06:33: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:33:16 [bca.uk] INFO: Found listing with ID: DP15%20AZR
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP15%2520AZR%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for DP15%20AZR: 0
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: RA16%20PAO
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520PAO%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for RA16%20PAO: 0
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: SK18%20MYT
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520MYT%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for SK18%20MYT: 0
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: VN17%20MXO
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN17%2520MXO%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for VN17%20MXO: 0
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: NL72%20ZFR
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520ZFR%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for NL72%20ZFR: 2
2026-03-29 06:33:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR
2026-03-29 06:33:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf377e3-5438-5100-8c2f-7bd962168731 with scrape type 2
2026-03-29 06:33:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf377e3-5438-5100-8c2f-7bd962168731 with scrape type 2
2026-03-29 06:33:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf377e3-5438-5100-8c2f-7bd962168731, identifier: NL72%20ZFR
2026-03-29 06:33:16 [bca.uk] INFO: Found listing with ID: CF22%20YZB
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520YZB%27 HTTP/1.1" 200 None
2026-03-29 06:33:16 [bca.uk] INFO: Scrape type for CF22%20YZB: 2
2026-03-29 06:33:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB
2026-03-29 06:33:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with scrape type 2
2026-03-29 06:33:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with scrape type 2
2026-03-29 06:33:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920, identifier: CF22%20YZB
2026-03-29 06:33:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ
2026-03-29 06:33:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ
2026-03-29 06:33:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ to the API
2026-03-29 06:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO17%20AEJ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb490327-97db-579c-99f9-14f957e168d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO17 AEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO17%20AEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 126227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHB51127',
 'year': 2017}
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520AEJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:17 [bca.uk] INFO: Saving data for EO17%20AEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774390438.214691, 'last_price_update_time': 1774765997.160115}
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520AEJ') HTTP/1.1" 204 0
2026-03-29 06:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR
2026-03-29 06:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR
2026-03-29 06:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR to the API
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL72%20ZFR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'acf377e3-5438-5100-8c2f-7bd962168731',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL72 ZFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20ZFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 99914,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 PROG. (BOX) '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 PROG. (BOX)',
 'vin': 'W1V9071332N211965',
 'year': 2023}
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520ZFR%27 HTTP/1.1" 200 None
2026-03-29 06:33:17 [bca.uk] INFO: Saving data for NL72%20ZFR: {'auction_closing_time': 1774951200.0, 'created_time': 1773821113.756802, 'last_price_update_time': 1774765997.522552}
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520ZFR') HTTP/1.1" 204 0
2026-03-29 06:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB
2026-03-29 06:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB
2026-03-29 06:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB to the API
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20YZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF22 YZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20YZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 63036,
 'odometer_reading_unit': '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 MS-RT LTD.ED. CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 MS-RT LTD.ED.',
 'vin': '6FPPXXMJ2PNT02346',
 'year': 2022}
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520YZB%27 HTTP/1.1" 200 None
2026-03-29 06:33:17 [bca.uk] INFO: Saving data for CF22%20YZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774392223.635983, 'last_price_update_time': 1774765997.796915}
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520YZB') HTTP/1.1" 204 0
2026-03-29 06:33:17 [bca.uk] INFO: Found listing with ID: LF66%20TYH
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 06:33:17 [bca.uk] INFO: Scrape type for LF66%20TYH: 2
2026-03-29 06:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH
2026-03-29 06:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c27be38a-0a53-52d8-bc03-8a667d2584eb with scrape type 2
2026-03-29 06:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c27be38a-0a53-52d8-bc03-8a667d2584eb with scrape type 2
2026-03-29 06:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c27be38a-0a53-52d8-bc03-8a667d2584eb, identifier: LF66%20TYH
2026-03-29 06:33:17 [bca.uk] INFO: Found listing with ID: SG08%20HWS
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG08%2520HWS%27 HTTP/1.1" 200 None
2026-03-29 06:33:17 [bca.uk] INFO: Scrape type for SG08%20HWS: 2
2026-03-29 06:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS
2026-03-29 06:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e27980da-ba2f-5a70-904b-82d5a53fa0b7 with scrape type 2
2026-03-29 06:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e27980da-ba2f-5a70-904b-82d5a53fa0b7 with scrape type 2
2026-03-29 06:33:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e27980da-ba2f-5a70-904b-82d5a53fa0b7, identifier: SG08%20HWS
2026-03-29 06:33:18 [bca.uk] INFO: Found listing with ID: CN22%20TCZ
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520TCZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:18 [bca.uk] INFO: Scrape type for CN22%20TCZ: 2
2026-03-29 06:33:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ
2026-03-29 06:33:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with scrape type 2
2026-03-29 06:33:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with scrape type 2
2026-03-29 06:33:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2, identifier: CN22%20TCZ
2026-03-29 06:33:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pure+burgundy HTTP/1.1" 200 None
2026-03-29 06:33:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:33: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:33:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH
2026-03-29 06:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH to the API
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF66%20TYH-GB',
 'category': 'Car',
 'color': 'pure burgundy',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c27be38a-0a53-52d8-bc03-8a667d2584eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF66 TYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF66%20TYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 129436,
 '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': 'WMWLN320002D91541',
 'year': 2016}
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 06:33:18 [bca.uk] INFO: Saving data for LF66%20TYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774303732.34077, 'last_price_update_time': 1774765998.531535}
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF66%2520TYH') HTTP/1.1" 204 0
2026-03-29 06:33:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS
2026-03-29 06:33:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS
2026-03-29 06:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS to the API
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 269,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG08%20HWS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e27980da-ba2f-5a70-904b-82d5a53fa0b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG08 HWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG08%20HWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'XK',
 'odometer': 57661,
 '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 XK 4.2 V8 Coupe',
 'transmission': 'automatic',
 'trim': 'V8',
 'vin': 'SAJAC43P585B27731',
 'year': 2008}
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG08%2520HWS%27 HTTP/1.1" 200 None
2026-03-29 06:33:18 [bca.uk] INFO: Saving data for SG08%20HWS: {'auction_closing_time': 1774951200.0, 'created_time': 1774390311.173159, 'last_price_update_time': 1774765998.827357}
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG08%2520HWS') HTTP/1.1" 204 0
2026-03-29 06:33:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ
2026-03-29 06:33:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ
2026-03-29 06:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ to the API
2026-03-29 06:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN22%20TCZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d4c8d4e-9e9e-5162-b724-3b4053203ff2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN22 TCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN22%20TCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 110744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 185 320 SWB SPORT L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 185 320 SWB SPORT L/R',
 'vin': 'WF0ZXXTTGZNL26126',
 'year': 2022}
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520TCZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:19 [bca.uk] INFO: Saving data for CN22%20TCZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774392218.023409, 'last_price_update_time': 1774765999.107331}
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN22%2520TCZ') HTTP/1.1" 204 0
2026-03-29 06:33:19 [bca.uk] INFO: Found listing with ID: NX63%20RJV
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520RJV%27 HTTP/1.1" 200 None
2026-03-29 06:33:19 [bca.uk] INFO: Scrape type for NX63%20RJV: 2
2026-03-29 06:33:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV
2026-03-29 06:33:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with scrape type 2
2026-03-29 06:33:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with scrape type 2
2026-03-29 06:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a, identifier: NX63%20RJV
2026-03-29 06:33:19 [bca.uk] INFO: Found listing with ID: SN57%20FBK
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN57%2520FBK%27 HTTP/1.1" 200 None
2026-03-29 06:33:19 [bca.uk] INFO: Scrape type for SN57%20FBK: 2
2026-03-29 06:33:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK
2026-03-29 06:33:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with scrape type 2
2026-03-29 06:33:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with scrape type 2
2026-03-29 06:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4035fbc8-2a36-5f70-90e8-9038d29a4a76, identifier: SN57%20FBK
2026-03-29 06:33:19 [bca.uk] INFO: Found listing with ID: HK71%20WMZ
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WMZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:19 [bca.uk] INFO: Scrape type for HK71%20WMZ: 2
2026-03-29 06:33:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ
2026-03-29 06:33:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79d297b-7e9d-545a-971f-140a62c6ad75 with scrape type 2
2026-03-29 06:33:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a79d297b-7e9d-545a-971f-140a62c6ad75 with scrape type 2
2026-03-29 06:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a79d297b-7e9d-545a-971f-140a62c6ad75, identifier: HK71%20WMZ
2026-03-29 06:33:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV
2026-03-29 06:33:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV
2026-03-29 06:33:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV to the API
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX63%20RJV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0f073a7-dd80-5b0b-b002-56b7a05f2a3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX63 RJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX63%20RJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 43294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAN51CLEM469294',
 'year': 2013}
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520RJV%27 HTTP/1.1" 200 None
2026-03-29 06:33:19 [bca.uk] INFO: Saving data for NX63%20RJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390456.171231, 'last_price_update_time': 1774765999.717076}
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX63%2520RJV') HTTP/1.1" 204 0
2026-03-29 06:33:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK
2026-03-29 06:33:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK
2026-03-29 06:33:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK to the API
2026-03-29 06:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 396,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN57%20FBK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '6.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4035fbc8-2a36-5f70-90e8-9038d29a4a76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN57 FBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN57%20FBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GT',
 'odometer': 29688,
 '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': 'BENTLEY CONTINENTAL GT 6.0 W12 SPEED Coupe',
 'transmission': 'manual',
 'trim': 'W12 SPEED',
 'vin': 'SCBCF63W48C053845',
 'year': 2007}
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN57%2520FBK%27 HTTP/1.1" 200 None
2026-03-29 06:33:20 [bca.uk] INFO: Saving data for SN57%20FBK: {'auction_closing_time': 1774951200.0, 'created_time': 1774390325.140126, 'last_price_update_time': 1774766000.010073}
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN57%2520FBK') HTTP/1.1" 204 0
2026-03-29 06:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ
2026-03-29 06:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ
2026-03-29 06:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ to the API
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK71%20WMZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a79d297b-7e9d-545a-971f-140a62c6ad75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK71 WMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK71%20WMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 120778,
 '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 290 FWD 2.0 EBL 130 L2 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0EXXTTREMC78592',
 'year': 2021}
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WMZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:20 [bca.uk] INFO: Saving data for HK71%20WMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774392221.469495, 'last_price_update_time': 1774766000.289138}
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK71%2520WMZ') HTTP/1.1" 204 0
2026-03-29 06:33:20 [bca.uk] INFO: Found listing with ID: KT17%20YTF
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 06:33:20 [bca.uk] INFO: Scrape type for KT17%20YTF: 2
2026-03-29 06:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF
2026-03-29 06:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with scrape type 2
2026-03-29 06:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with scrape type 2
2026-03-29 06:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2, identifier: KT17%20YTF
2026-03-29 06:33:20 [bca.uk] INFO: Found listing with ID: HN61%20EVJ
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:20 [bca.uk] INFO: Scrape type for HN61%20EVJ: 2
2026-03-29 06:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ
2026-03-29 06:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 551935c9-b30c-5995-8f12-b38b2d843478 with scrape type 2
2026-03-29 06:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 551935c9-b30c-5995-8f12-b38b2d843478 with scrape type 2
2026-03-29 06:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 551935c9-b30c-5995-8f12-b38b2d843478, identifier: HN61%20EVJ
2026-03-29 06:33:20 [bca.uk] INFO: Found listing with ID: SO21%20GXG
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXG%27 HTTP/1.1" 200 None
2026-03-29 06:33:20 [bca.uk] INFO: Scrape type for SO21%20GXG: 2
2026-03-29 06:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG
2026-03-29 06:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 958111fb-a4fa-5f49-b808-0f94c7db1c43 with scrape type 2
2026-03-29 06:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 958111fb-a4fa-5f49-b808-0f94c7db1c43 with scrape type 2
2026-03-29 06:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 958111fb-a4fa-5f49-b808-0f94c7db1c43, identifier: SO21%20GXG
2026-03-29 06:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF
2026-03-29 06:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF
2026-03-29 06:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF to the API
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT17%20YTF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b8f4d4f-4782-5624-9061-1a3d3b8b91a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT17 YTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT17%20YTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 84094,
 '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 A160 1.6 SE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE EXECUTIVE DCT',
 'vin': 'WDD1760412J640501',
 'year': 2017}
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 06:33:20 [bca.uk] INFO: Saving data for KT17%20YTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303738.324294, 'last_price_update_time': 1774766000.882433}
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT17%2520YTF') HTTP/1.1" 204 0
2026-03-29 06:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ
2026-03-29 06:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ
2026-03-29 06:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ to the API
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN61%20EVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '551935c9-b30c-5995-8f12-b38b2d843478',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN61 EVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN61%20EVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 66125,
 '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 TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E TIP',
 'vin': 'WDD1724482F018945',
 'year': 2011}
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520EVJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:21 [bca.uk] INFO: Saving data for HN61%20EVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390295.755556, 'last_price_update_time': 1774766001.181431}
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN61%2520EVJ') HTTP/1.1" 204 0
2026-03-29 06:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG
2026-03-29 06:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG
2026-03-29 06:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG to the API
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '958111fb-a4fa-5f49-b808-0f94c7db1c43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 76342,
 '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 290 FWD 2.0 EBL 130 L2 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0EXXTTREMR00022',
 'year': 2021}
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXG%27 HTTP/1.1" 200 None
2026-03-29 06:33:21 [bca.uk] INFO: Saving data for SO21%20GXG: {'auction_closing_time': 1775037600.0, 'created_time': 1774392223.301505, 'last_price_update_time': 1774766001.487145}
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GXG') HTTP/1.1" 204 0
2026-03-29 06:33:21 [bca.uk] INFO: Found listing with ID: SN67%20OPL
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN67%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 06:33:21 [bca.uk] INFO: Scrape type for SN67%20OPL: 2
2026-03-29 06:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL
2026-03-29 06:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a555fb99-fdea-5087-b2a4-b07a0f409d15 with scrape type 2
2026-03-29 06:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a555fb99-fdea-5087-b2a4-b07a0f409d15 with scrape type 2
2026-03-29 06:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a555fb99-fdea-5087-b2a4-b07a0f409d15, identifier: SN67%20OPL
2026-03-29 06:33:21 [bca.uk] INFO: Found listing with ID: KUI%20550
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KUI%2520550%27 HTTP/1.1" 200 None
2026-03-29 06:33:21 [bca.uk] INFO: Scrape type for KUI%20550: 2
2026-03-29 06:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550
2026-03-29 06:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c65210ca-2145-5b8a-a019-27386d902c50 with scrape type 2
2026-03-29 06:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c65210ca-2145-5b8a-a019-27386d902c50 with scrape type 2
2026-03-29 06:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c65210ca-2145-5b8a-a019-27386d902c50, identifier: KUI%20550
2026-03-29 06:33:21 [bca.uk] INFO: Found listing with ID: FE71%20UZR
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 06:33:21 [bca.uk] INFO: Scrape type for FE71%20UZR: 2
2026-03-29 06:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR
2026-03-29 06:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with scrape type 2
2026-03-29 06:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with scrape type 2
2026-03-29 06:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ee8e6c0-7948-5429-b1a6-919f7489edd3, identifier: FE71%20UZR
2026-03-29 06:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL
2026-03-29 06:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL
2026-03-29 06:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL to the API
2026-03-29 06:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN67%20OPL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a555fb99-fdea-5087-b2a4-b07a0f409d15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN67 OPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN67%20OPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 134651,
 '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.6 BLUEHDI 100 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ELEGANCE',
 'vin': 'VF7SABHY6HW515672',
 'year': 2017}
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN67%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 06:33:22 [bca.uk] INFO: Saving data for SN67%20OPL: {'auction_closing_time': 1774864800.0, 'created_time': 1773907426.690108, 'last_price_update_time': 1774766002.112242}
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN67%2520OPL') HTTP/1.1" 204 0
2026-03-29 06:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550
2026-03-29 06:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550
2026-03-29 06:33:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550 to the API
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KUI%20550-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c65210ca-2145-5b8a-a019-27386d902c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KUI 550',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KUI%20550&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 95391,
 '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': 'PORSCHE BOXSTER 3.2 S 260 Roadster',
 'transmission': 'manual',
 'trim': 'S 260',
 'vin': 'WP0ZZZ98Z3U640600',
 'year': 2002}
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KUI%2520550%27 HTTP/1.1" 200 None
2026-03-29 06:33:22 [bca.uk] INFO: Saving data for KUI%20550: {'auction_closing_time': 1774951200.0, 'created_time': 1774390284.055403, 'last_price_update_time': 1774766002.49227}
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KUI%2520550') HTTP/1.1" 204 0
2026-03-29 06:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR
2026-03-29 06:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR
2026-03-29 06:33:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR to the API
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE71%20UZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7ee8e6c0-7948-5429-b1a6-919f7489edd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE71 UZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE71%20UZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 32468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D-4D INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE 4WD',
 'vin': 'AHTBB3CD501775295',
 'year': 2021}
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520UZR%27 HTTP/1.1" 200 None
2026-03-29 06:33:22 [bca.uk] INFO: Saving data for FE71%20UZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774392204.264897, 'last_price_update_time': 1774766002.775084}
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE71%2520UZR') HTTP/1.1" 204 0
2026-03-29 06:33:22 [bca.uk] INFO: Found listing with ID: YJZ%209398
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209398%27 HTTP/1.1" 200 None
2026-03-29 06:33:22 [bca.uk] INFO: Scrape type for YJZ%209398: 2
2026-03-29 06:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398
2026-03-29 06:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c5ec04f-4908-5796-bca9-050958dc1a4c with scrape type 2
2026-03-29 06:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c5ec04f-4908-5796-bca9-050958dc1a4c with scrape type 2
2026-03-29 06:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c5ec04f-4908-5796-bca9-050958dc1a4c, identifier: YJZ%209398
2026-03-29 06:33:22 [bca.uk] INFO: Found listing with ID: WP72%20UBK
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520UBK%27 HTTP/1.1" 200 None
2026-03-29 06:33:22 [bca.uk] INFO: Scrape type for WP72%20UBK: 2
2026-03-29 06:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK
2026-03-29 06:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b704bc4d-89fa-5866-b88a-bc436fff0d39 with scrape type 2
2026-03-29 06:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b704bc4d-89fa-5866-b88a-bc436fff0d39 with scrape type 2
2026-03-29 06:33:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b704bc4d-89fa-5866-b88a-bc436fff0d39, identifier: WP72%20UBK
2026-03-29 06:33:23 [bca.uk] INFO: Found listing with ID: FD21%20CYL
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 06:33:23 [bca.uk] INFO: Scrape type for FD21%20CYL: 2
2026-03-29 06:33:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL
2026-03-29 06:33:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e536bea0-21b4-5a21-b50d-b82d6d832347 with scrape type 2
2026-03-29 06:33:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e536bea0-21b4-5a21-b50d-b82d6d832347 with scrape type 2
2026-03-29 06:33:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e536bea0-21b4-5a21-b50d-b82d6d832347, identifier: FD21%20CYL
2026-03-29 06:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398
2026-03-29 06:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398
2026-03-29 06:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398 to the API
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJZ%209398-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c5ec04f-4908-5796-bca9-050958dc1a4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJZ 9398',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJZ%209398&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 100518,
 '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.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7275894',
 'year': 2016}
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209398%27 HTTP/1.1" 200 None
2026-03-29 06:33:23 [bca.uk] INFO: Saving data for YJZ%209398: {'auction_closing_time': 1774864800.0, 'created_time': 1774305365.071521, 'last_price_update_time': 1774766003.431517}
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJZ%25209398') HTTP/1.1" 204 0
2026-03-29 06:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK
2026-03-29 06:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK
2026-03-29 06:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK to the API
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20UBK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b704bc4d-89fa-5866-b88a-bc436fff0d39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP72 UBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20UBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32002,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS6PC676150',
 'year': 2022}
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520UBK%27 HTTP/1.1" 200 None
2026-03-29 06:33:23 [bca.uk] INFO: Saving data for WP72%20UBK: {'auction_closing_time': 1774864800.0, 'created_time': 1774390287.301861, 'last_price_update_time': 1774766003.708244}
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520UBK') HTTP/1.1" 204 0
2026-03-29 06:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL
2026-03-29 06:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL
2026-03-29 06:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL to the API
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20CYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e536bea0-21b4-5a21-b50d-b82d6d832347',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD21 CYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20CYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 119672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB ACTIVE L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB ACTIVE L/R',
 'vin': 'WF0YXXTTGYMJ71263',
 'year': 2021}
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CYL%27 HTTP/1.1" 200 None
2026-03-29 06:33:23 [bca.uk] INFO: Saving data for FD21%20CYL: {'auction_closing_time': 1775037600.0, 'created_time': 1774392232.124263, 'last_price_update_time': 1774766003.986575}
2026-03-29 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520CYL') HTTP/1.1" 204 0
2026-03-29 06:33:24 [bca.uk] INFO: Found listing with ID: WJ68%20FYX
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FYX%27 HTTP/1.1" 200 None
2026-03-29 06:33:24 [bca.uk] INFO: Scrape type for WJ68%20FYX: 2
2026-03-29 06:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX
2026-03-29 06:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with scrape type 2
2026-03-29 06:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with scrape type 2
2026-03-29 06:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4472bc3f-679c-59ac-9b18-c522d88ae6a1, identifier: WJ68%20FYX
2026-03-29 06:33:24 [bca.uk] INFO: Found listing with ID: KY22%20VTN
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520VTN%27 HTTP/1.1" 200 None
2026-03-29 06:33:24 [bca.uk] INFO: Scrape type for KY22%20VTN: 2
2026-03-29 06:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN
2026-03-29 06:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f517ec-4626-5373-9fe5-4047cf42b88b with scrape type 2
2026-03-29 06:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f517ec-4626-5373-9fe5-4047cf42b88b with scrape type 2
2026-03-29 06:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37f517ec-4626-5373-9fe5-4047cf42b88b, identifier: KY22%20VTN
2026-03-29 06:33:24 [bca.uk] INFO: Found listing with ID: SM21%20DHV
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DHV%27 HTTP/1.1" 200 None
2026-03-29 06:33:24 [bca.uk] INFO: Scrape type for SM21%20DHV: 2
2026-03-29 06:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV
2026-03-29 06:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5fd722e-9ac3-58d5-be06-738e691c861b with scrape type 2
2026-03-29 06:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5fd722e-9ac3-58d5-be06-738e691c861b with scrape type 2
2026-03-29 06:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5fd722e-9ac3-58d5-be06-738e691c861b, identifier: SM21%20DHV
2026-03-29 06:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX
2026-03-29 06:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX
2026-03-29 06:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX to the API
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ68%20FYX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4472bc3f-679c-59ac-9b18-c522d88ae6a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ68 FYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ68%20FYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 70562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 MPI 75 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 75 SE L',
 'vin': 'TMBFB6NJ1KZ033533',
 'year': 2018}
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FYX%27 HTTP/1.1" 200 None
2026-03-29 06:33:24 [bca.uk] INFO: Saving data for WJ68%20FYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774305372.177637, 'last_price_update_time': 1774766004.615182}
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ68%2520FYX') HTTP/1.1" 204 0
2026-03-29 06:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN
2026-03-29 06:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN
2026-03-29 06:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN to the API
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY22%20VTN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '37f517ec-4626-5373-9fe5-4047cf42b88b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY22 VTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY22%20VTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 15973,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUNU147620',
 'year': 2022}
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520VTN%27 HTTP/1.1" 200 None
2026-03-29 06:33:24 [bca.uk] INFO: Saving data for KY22%20VTN: {'auction_closing_time': 1774864800.0, 'created_time': 1774390274.66094, 'last_price_update_time': 1774766004.904476}
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY22%2520VTN') HTTP/1.1" 204 0
2026-03-29 06:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV
2026-03-29 06:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV
2026-03-29 06:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV to the API
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20DHV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a5fd722e-9ac3-58d5-be06-738e691c861b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 DHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20DHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 81048,
 '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': 'WF0YXXTTGYMP67065',
 'year': 2021}
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DHV%27 HTTP/1.1" 200 None
2026-03-29 06:33:25 [bca.uk] INFO: Saving data for SM21%20DHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774392228.867588, 'last_price_update_time': 1774766005.18335}
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520DHV') HTTP/1.1" 204 0
2026-03-29 06:33:25 [bca.uk] INFO: Found listing with ID: YY71%20LUB
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LUB%27 HTTP/1.1" 200 None
2026-03-29 06:33:25 [bca.uk] INFO: Scrape type for YY71%20LUB: 2
2026-03-29 06:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB
2026-03-29 06:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aebff50-32f6-5ed2-81fd-82e81edd4553 with scrape type 2
2026-03-29 06:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aebff50-32f6-5ed2-81fd-82e81edd4553 with scrape type 2
2026-03-29 06:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7aebff50-32f6-5ed2-81fd-82e81edd4553, identifier: YY71%20LUB
2026-03-29 06:33:25 [bca.uk] INFO: Found listing with ID: NJ22%20KGG
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520KGG%27 HTTP/1.1" 200 None
2026-03-29 06:33:25 [bca.uk] INFO: Scrape type for NJ22%20KGG: 2
2026-03-29 06:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG
2026-03-29 06:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with scrape type 2
2026-03-29 06:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with scrape type 2
2026-03-29 06:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b, identifier: NJ22%20KGG
2026-03-29 06:33:25 [bca.uk] INFO: Found listing with ID: SO21%20GZM
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZM%27 HTTP/1.1" 200 None
2026-03-29 06:33:25 [bca.uk] INFO: Scrape type for SO21%20GZM: 2
2026-03-29 06:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM
2026-03-29 06:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8875adf7-506d-5bc7-b174-c81f0b040012 with scrape type 2
2026-03-29 06:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8875adf7-506d-5bc7-b174-c81f0b040012 with scrape type 2
2026-03-29 06:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8875adf7-506d-5bc7-b174-c81f0b040012, identifier: SO21%20GZM
2026-03-29 06:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB
2026-03-29 06:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB
2026-03-29 06:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB to the API
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY71%20LUB-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': '7aebff50-32f6-5ed2-81fd-82e81edd4553',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY71 LUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY71%20LUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 38965,
 '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 X1 1.5 XDRIVE 25E SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBA72AB0305U46364',
 'year': 2021}
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LUB%27 HTTP/1.1" 200 None
2026-03-29 06:33:25 [bca.uk] INFO: Saving data for YY71%20LUB: {'auction_closing_time': 1774864800.0, 'created_time': 1774390433.019428, 'last_price_update_time': 1774766005.800949}
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY71%2520LUB') HTTP/1.1" 204 0
2026-03-29 06:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG
2026-03-29 06:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG
2026-03-29 06:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG to the API
2026-03-29 06:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ22%20KGG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '530f2e2e-173c-5a74-8eeb-e8d1e9a1643b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ22 KGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ22%20KGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 50154,
 'odometer_reading_unit': '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 4+ Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 4+',
 'vin': 'KNACC81GUN5149135',
 'year': 2022}
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520KGG%27 HTTP/1.1" 200 None
2026-03-29 06:33:26 [bca.uk] INFO: Saving data for NJ22%20KGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390264.423772, 'last_price_update_time': 1774766006.100777}
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ22%2520KGG') HTTP/1.1" 204 0
2026-03-29 06:33:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM
2026-03-29 06:33:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM
2026-03-29 06:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM to the API
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GZM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8875adf7-506d-5bc7-b174-c81f0b040012',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 310 FWD',
 'odometer': 99549,
 '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 310 FWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTREMP61904',
 'year': 2021}
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZM%27 HTTP/1.1" 200 None
2026-03-29 06:33:26 [bca.uk] INFO: Saving data for SO21%20GZM: {'auction_closing_time': 1775037600.0, 'created_time': 1774392227.415707, 'last_price_update_time': 1774766006.385686}
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GZM') HTTP/1.1" 204 0
2026-03-29 06:33:26 [bca.uk] INFO: Found listing with ID: PE58%20MVT
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520MVT%27 HTTP/1.1" 200 None
2026-03-29 06:33:26 [bca.uk] INFO: Scrape type for PE58%20MVT: 2
2026-03-29 06:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT
2026-03-29 06:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 077a4f7a-161f-5fc8-8986-b9139a24a883 with scrape type 2
2026-03-29 06:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 077a4f7a-161f-5fc8-8986-b9139a24a883 with scrape type 2
2026-03-29 06:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 077a4f7a-161f-5fc8-8986-b9139a24a883, identifier: PE58%20MVT
2026-03-29 06:33:26 [bca.uk] INFO: Found listing with ID: WV07%20DPF
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV07%2520DPF%27 HTTP/1.1" 200 None
2026-03-29 06:33:26 [bca.uk] INFO: Scrape type for WV07%20DPF: 2
2026-03-29 06:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF
2026-03-29 06:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with scrape type 2
2026-03-29 06:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with scrape type 2
2026-03-29 06:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85, identifier: WV07%20DPF
2026-03-29 06:33:26 [bca.uk] INFO: Found listing with ID: BK73%20LWA
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 06:33:26 [bca.uk] INFO: Scrape type for BK73%20LWA: 2
2026-03-29 06:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA
2026-03-29 06:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c37e585-5bb2-5bac-89c3-cfb94354da3c with scrape type 2
2026-03-29 06:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c37e585-5bb2-5bac-89c3-cfb94354da3c with scrape type 2
2026-03-29 06:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c37e585-5bb2-5bac-89c3-cfb94354da3c, identifier: BK73%20LWA
2026-03-29 06:33:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT
2026-03-29 06:33:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT
2026-03-29 06:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT to the API
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE58%20MVT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '077a4f7a-161f-5fc8-8986-b9139a24a883',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE58 MVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE58%20MVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 72496,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 1.6 SX Hatchback',
 'transmission': 'automatic',
 'trim': 'SX',
 'vin': 'VF7LCNFUF74874339',
 'year': 2008}
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520MVT%27 HTTP/1.1" 200 None
2026-03-29 06:33:26 [bca.uk] INFO: Saving data for PE58%20MVT: {'auction_closing_time': 1775037600.0, 'created_time': 1774305797.43864, 'last_price_update_time': 1774766006.973855}
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE58%2520MVT') HTTP/1.1" 204 0
2026-03-29 06:33:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF
2026-03-29 06:33:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF
2026-03-29 06:33:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF to the API
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 294,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV07%20DPF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fcebfac-5ec3-5ffe-b7f3-868d20388b85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV07 DPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV07%20DPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'XKR',
 'odometer': 83908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'JAGUAR XKR 4.2 V8 SUPERCHARGED Convertible',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED',
 'vin': 'SAJAC44R989B20323',
 'year': 2007}
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV07%2520DPF%27 HTTP/1.1" 200 None
2026-03-29 06:33:27 [bca.uk] INFO: Saving data for WV07%20DPF: {'auction_closing_time': 1774951200.0, 'created_time': 1774390262.745464, 'last_price_update_time': 1774766007.34874}
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV07%2520DPF') HTTP/1.1" 204 0
2026-03-29 06:33:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA
2026-03-29 06:33:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA
2026-03-29 06:33:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA to the API
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK73%20LWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c37e585-5bb2-5bac-89c3-cfb94354da3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK73 LWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK73%20LWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 47659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED H/R',
 'vin': 'WF0YXXTTGYPY77049',
 'year': 2023}
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520LWA%27 HTTP/1.1" 200 None
2026-03-29 06:33:27 [bca.uk] INFO: Saving data for BK73%20LWA: {'auction_closing_time': 1775037600.0, 'created_time': 1774392217.270957, 'last_price_update_time': 1774766007.651585}
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK73%2520LWA') HTTP/1.1" 204 0
2026-03-29 06:33:27 [bca.uk] INFO: Found listing with ID: LG60%20YJF
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:33:27 [bca.uk] INFO: Scrape type for LG60%20YJF: 2
2026-03-29 06:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF
2026-03-29 06:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee370ff1-c496-56d7-aa5c-811b5899549e with scrape type 2
2026-03-29 06:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee370ff1-c496-56d7-aa5c-811b5899549e with scrape type 2
2026-03-29 06:33:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee370ff1-c496-56d7-aa5c-811b5899549e, identifier: LG60%20YJF
2026-03-29 06:33:27 [bca.uk] INFO: Found listing with ID: BW73%20SVD
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520SVD%27 HTTP/1.1" 200 None
2026-03-29 06:33:27 [bca.uk] INFO: Scrape type for BW73%20SVD: 2
2026-03-29 06:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD
2026-03-29 06:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with scrape type 2
2026-03-29 06:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with scrape type 2
2026-03-29 06:33:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6, identifier: BW73%20SVD
2026-03-29 06:33:27 [bca.uk] INFO: Found listing with ID: MT68%20FXH
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-29 06:33:27 [bca.uk] INFO: Scrape type for MT68%20FXH: 2
2026-03-29 06:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH
2026-03-29 06:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 322d331a-0e38-5bdc-9dd3-248db6dfb223 with scrape type 2
2026-03-29 06:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 322d331a-0e38-5bdc-9dd3-248db6dfb223 with scrape type 2
2026-03-29 06:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 322d331a-0e38-5bdc-9dd3-248db6dfb223, identifier: MT68%20FXH
2026-03-29 06:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF
2026-03-29 06:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF
2026-03-29 06:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF to the API
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG60%20YJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee370ff1-c496-56d7-aa5c-811b5899549e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG60 YJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG60%20YJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 85800,
 '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 122 Convertible',
 'transmission': 'manual',
 'trim': '122',
 'vin': 'WMWZN32080TZ14998',
 'year': 2010}
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520YJF%27 HTTP/1.1" 200 None
2026-03-29 06:33:28 [bca.uk] INFO: Saving data for LG60%20YJF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390425.298883, 'last_price_update_time': 1774766008.279002}
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG60%2520YJF') HTTP/1.1" 204 0
2026-03-29 06:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD
2026-03-29 06:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD
2026-03-29 06:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD to the API
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW73%20SVD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '21a08ba6-837f-5275-a7c2-4ee49ed54cc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW73 SVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW73%20SVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC90 RECHARGE',
 'odometer': 27150,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 RECHARGE 2.0 T8 455 PHEV AWD PLUS DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T8 455 PHEV AWD PLUS DARK',
 'vin': 'YV1LFH7V2R1219412',
 'year': 2024}
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520SVD%27 HTTP/1.1" 200 None
2026-03-29 06:33:28 [bca.uk] INFO: Saving data for BW73%20SVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390253.388763, 'last_price_update_time': 1774766008.568656}
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520SVD') HTTP/1.1" 204 0
2026-03-29 06:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH
2026-03-29 06:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH
2026-03-29 06:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH to the API
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20FXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '322d331a-0e38-5bdc-9dd3-248db6dfb223',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 FXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20FXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 51429,
 'odometer_reading_unit': '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 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALCA2AN4KH798032',
 'year': 2018}
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-29 06:33:28 [bca.uk] INFO: Saving data for MT68%20FXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390503.129952, 'last_price_update_time': 1774766008.840247}
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520FXH') HTTP/1.1" 204 0
2026-03-29 06:33:28 [bca.uk] INFO: Found listing with ID: MW13%20NCU
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:33:28 [bca.uk] INFO: Scrape type for MW13%20NCU: 2
2026-03-29 06:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU
2026-03-29 06:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6081ddc0-c877-584d-850b-53bd9090002b with scrape type 2
2026-03-29 06:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6081ddc0-c877-584d-850b-53bd9090002b with scrape type 2
2026-03-29 06:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6081ddc0-c877-584d-850b-53bd9090002b, identifier: MW13%20NCU
2026-03-29 06:33:28 [bca.uk] INFO: Found listing with ID: VU68%20XEH
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520XEH%27 HTTP/1.1" 200 None
2026-03-29 06:33:28 [bca.uk] INFO: Scrape type for VU68%20XEH: 2
2026-03-29 06:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH
2026-03-29 06:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06d37ae-4c26-530f-ab52-416d575ac97c with scrape type 2
2026-03-29 06:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06d37ae-4c26-530f-ab52-416d575ac97c with scrape type 2
2026-03-29 06:33:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06d37ae-4c26-530f-ab52-416d575ac97c, identifier: VU68%20XEH
2026-03-29 06:33:29 [bca.uk] INFO: Found listing with ID: HK66%20VOD
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:33:29 [bca.uk] INFO: Scrape type for HK66%20VOD: 2
2026-03-29 06:33:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD
2026-03-29 06:33:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43653a57-cda5-5316-87af-1f5a274a8247 with scrape type 2
2026-03-29 06:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43653a57-cda5-5316-87af-1f5a274a8247 with scrape type 2
2026-03-29 06:33:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43653a57-cda5-5316-87af-1f5a274a8247, identifier: HK66%20VOD
2026-03-29 06:33:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU
2026-03-29 06:33:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU
2026-03-29 06:33:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU to the API
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW13%20NCU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6081ddc0-c877-584d-850b-53bd9090002b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW13 NCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW13%20NCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 77616,
 '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 CITIGO 1.0 MPI 60 SE GREENTECH Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 SE GREENTECH',
 'vin': 'TMBZZZAAZED601335',
 'year': 2013}
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520NCU%27 HTTP/1.1" 200 None
2026-03-29 06:33:29 [bca.uk] INFO: Saving data for MW13%20NCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390404.779314, 'last_price_update_time': 1774766009.485551}
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW13%2520NCU') HTTP/1.1" 204 0
2026-03-29 06:33:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH
2026-03-29 06:33:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH
2026-03-29 06:33:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH to the API
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU68%20XEH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a06d37ae-4c26-530f-ab52-416d575ac97c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU68 XEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU68%20XEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 34156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2221080',
 'year': 2018}
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520XEH%27 HTTP/1.1" 200 None
2026-03-29 06:33:29 [bca.uk] INFO: Saving data for VU68%20XEH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390256.391755, 'last_price_update_time': 1774766009.777043}
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU68%2520XEH') HTTP/1.1" 204 0
2026-03-29 06:33:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD
2026-03-29 06:33:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD
2026-03-29 06:33:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD to the API
2026-03-29 06:33:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK66%20VOD-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '43653a57-cda5-5316-87af-1f5a274a8247',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK66 VOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK66%20VOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '320D',
 'odometer': 76935,
 '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 320D 2.0 XDRIVE SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'XDRIVE SPORT TOURING STEP',
 'vin': 'WBA8J12010K894465',
 'year': 2017}
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520VOD%27 HTTP/1.1" 200 None
2026-03-29 06:33:30 [bca.uk] INFO: Saving data for HK66%20VOD: {'auction_closing_time': 1774951200.0, 'created_time': 1774392178.309655, 'last_price_update_time': 1774766010.081699}
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK66%2520VOD') HTTP/1.1" 204 0
2026-03-29 06:33:30 [bca.uk] INFO: Found listing with ID: MT18%20HXA
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520HXA%27 HTTP/1.1" 200 None
2026-03-29 06:33:30 [bca.uk] INFO: Scrape type for MT18%20HXA: 2
2026-03-29 06:33:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA
2026-03-29 06:33:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ab5fb9-a7f4-5c65-9afa-594699945f08 with scrape type 2
2026-03-29 06:33:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8ab5fb9-a7f4-5c65-9afa-594699945f08 with scrape type 2
2026-03-29 06:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8ab5fb9-a7f4-5c65-9afa-594699945f08, identifier: MT18%20HXA
2026-03-29 06:33:30 [bca.uk] INFO: Found listing with ID: LY16%20OWA
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:33:30 [bca.uk] INFO: Scrape type for LY16%20OWA: 2
2026-03-29 06:33:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA
2026-03-29 06:33:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8478ef3b-dea0-5c64-a58f-021ddcdf078d with scrape type 2
2026-03-29 06:33:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8478ef3b-dea0-5c64-a58f-021ddcdf078d with scrape type 2
2026-03-29 06:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8478ef3b-dea0-5c64-a58f-021ddcdf078d, identifier: LY16%20OWA
2026-03-29 06:33:30 [bca.uk] INFO: Found listing with ID: GY14%20NZG
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 06:33:30 [bca.uk] INFO: Scrape type for GY14%20NZG: 2
2026-03-29 06:33:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG
2026-03-29 06:33:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f590465-a3c6-5412-a65c-2c947056dec6 with scrape type 2
2026-03-29 06:33:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f590465-a3c6-5412-a65c-2c947056dec6 with scrape type 2
2026-03-29 06:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f590465-a3c6-5412-a65c-2c947056dec6, identifier: GY14%20NZG
2026-03-29 06:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA
2026-03-29 06:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA
2026-03-29 06:33:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA to the API
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT18%20HXA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8ab5fb9-a7f4-5c65-9afa-594699945f08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT18 HXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT18%20HXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 88255,
 'odometer_reading_unit': '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 I30 2.0 T GDI 275 N PERFORMANCE Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 275 N PERFORMANCE',
 'vin': 'TMAHC51ALJJ002382',
 'year': 2018}
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520HXA%27 HTTP/1.1" 200 None
2026-03-29 06:33:30 [bca.uk] INFO: Saving data for MT18%20HXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390401.27462, 'last_price_update_time': 1774766010.699168}
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT18%2520HXA') HTTP/1.1" 204 0
2026-03-29 06:33:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA
2026-03-29 06:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA
2026-03-29 06:33:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA to the API
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY16%20OWA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8478ef3b-dea0-5c64-a58f-021ddcdf078d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY16 OWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY16%20OWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 85959,
 '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.6 TDI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 S LINE',
 'vin': 'WAUZZZ8V4GA169036',
 'year': 2016}
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520OWA%27 HTTP/1.1" 200 None
2026-03-29 06:33:30 [bca.uk] INFO: Saving data for LY16%20OWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390233.258227, 'last_price_update_time': 1774766010.977151}
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY16%2520OWA') HTTP/1.1" 204 0
2026-03-29 06:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG
2026-03-29 06:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG
2026-03-29 06:33:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG to the API
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY14%20NZG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f590465-a3c6-5412-a65c-2c947056dec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY14 NZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY14%20NZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '320D',
 'odometer': 63647,
 '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 320D 2.0 EFD BUSINESS Saloon',
 'transmission': 'manual',
 'trim': 'EFD BUSINESS',
 'vin': 'WBA3E12020F167150',
 'year': 2014}
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NZG%27 HTTP/1.1" 200 None
2026-03-29 06:33:31 [bca.uk] INFO: Saving data for GY14%20NZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774390514.941386, 'last_price_update_time': 1774766011.545211}
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY14%2520NZG') HTTP/1.1" 204 0
2026-03-29 06:33:31 [bca.uk] INFO: Found listing with ID: CX12%20YCN
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520YCN%27 HTTP/1.1" 200 None
2026-03-29 06:33:31 [bca.uk] INFO: Scrape type for CX12%20YCN: 2
2026-03-29 06:33:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN
2026-03-29 06:33:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with scrape type 2
2026-03-29 06:33:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with scrape type 2
2026-03-29 06:33:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e, identifier: CX12%20YCN
2026-03-29 06:33:31 [bca.uk] INFO: Found listing with ID: LM20%20PDX
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520PDX%27 HTTP/1.1" 200 None
2026-03-29 06:33:31 [bca.uk] INFO: Scrape type for LM20%20PDX: 2
2026-03-29 06:33:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX
2026-03-29 06:33:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with scrape type 2
2026-03-29 06:33:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with scrape type 2
2026-03-29 06:33:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43, identifier: LM20%20PDX
2026-03-29 06:33:31 [bca.uk] INFO: Found listing with ID: FL57%20GVM
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 06:33:31 [bca.uk] INFO: Scrape type for FL57%20GVM: 2
2026-03-29 06:33:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM
2026-03-29 06:33:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with scrape type 2
2026-03-29 06:33:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with scrape type 2
2026-03-29 06:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc, identifier: FL57%20GVM
2026-03-29 06:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN
2026-03-29 06:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN
2026-03-29 06:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN to the API
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX12%20YCN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14c8a666-6655-5f55-bfe9-f8af78b0bf9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX12 YCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX12%20YCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 156136,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0KXXGCBKCA21706',
 'year': 2012}
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520YCN%27 HTTP/1.1" 200 None
2026-03-29 06:33:32 [bca.uk] INFO: Saving data for CX12%20YCN: {'auction_closing_time': 1775037600.0, 'created_time': 1774390418.21584, 'last_price_update_time': 1774766012.327207}
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX12%2520YCN') HTTP/1.1" 204 0
2026-03-29 06:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX
2026-03-29 06:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX
2026-03-29 06:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX to the API
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM20%20PDX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9eb1f002-eb45-5c44-a956-6c45e1ae7e43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM20 PDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM20%20PDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 58993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 TEKNA',
 'vin': 'SJNFFAJ11U2655474',
 'year': 2020}
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520PDX%27 HTTP/1.1" 200 None
2026-03-29 06:33:32 [bca.uk] INFO: Saving data for LM20%20PDX: {'auction_closing_time': 1774951200.0, 'created_time': 1773959021.819148, 'last_price_update_time': 1774766012.741814}
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM20%2520PDX') HTTP/1.1" 204 0
2026-03-29 06:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM
2026-03-29 06:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM
2026-03-29 06:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM to the API
2026-03-29 06:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL57%20GVM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ae569b6-d0ee-5e8d-807a-8f8ba93426fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL57 GVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL57%20GVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 139117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWRD32080TJ90068',
 'year': 2007}
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520GVM%27 HTTP/1.1" 200 None
2026-03-29 06:33:33 [bca.uk] INFO: Saving data for FL57%20GVM: {'auction_closing_time': 1774951200.0, 'created_time': 1774390498.938803, 'last_price_update_time': 1774766013.031869}
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL57%2520GVM') HTTP/1.1" 204 0
2026-03-29 06:33:33 [bca.uk] INFO: Found listing with ID: YR14%20HTU
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520HTU%27 HTTP/1.1" 200 None
2026-03-29 06:33:33 [bca.uk] INFO: Scrape type for YR14%20HTU: 2
2026-03-29 06:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU
2026-03-29 06:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fc76590-7e88-5f34-849b-7117ba74ee20 with scrape type 2
2026-03-29 06:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fc76590-7e88-5f34-849b-7117ba74ee20 with scrape type 2
2026-03-29 06:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fc76590-7e88-5f34-849b-7117ba74ee20, identifier: YR14%20HTU
2026-03-29 06:33:33 [bca.uk] INFO: Found listing with ID: BG12%20NBZ
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:33 [bca.uk] INFO: Scrape type for BG12%20NBZ: 2
2026-03-29 06:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ
2026-03-29 06:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with scrape type 2
2026-03-29 06:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with scrape type 2
2026-03-29 06:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc428a2-9799-5e5e-ad2d-6a9957d88315, identifier: BG12%20NBZ
2026-03-29 06:33:33 [bca.uk] INFO: Found listing with ID: SL72%20FCA
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520FCA%27 HTTP/1.1" 200 None
2026-03-29 06:33:33 [bca.uk] INFO: Scrape type for SL72%20FCA: 2
2026-03-29 06:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA
2026-03-29 06:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27ea087e-f769-53ea-91cc-6f8b8193654b with scrape type 2
2026-03-29 06:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27ea087e-f769-53ea-91cc-6f8b8193654b with scrape type 2
2026-03-29 06:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27ea087e-f769-53ea-91cc-6f8b8193654b, identifier: SL72%20FCA
2026-03-29 06:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU
2026-03-29 06:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU
2026-03-29 06:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU to the API
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR14%20HTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7fc76590-7e88-5f34-849b-7117ba74ee20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR14 HTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR14%20HTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 166500,
 '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 2.0 TDI 184 FR Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 184 FR',
 'vin': 'VSSZZZ5FZER019784',
 'year': 2014}
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520HTU%27 HTTP/1.1" 200 None
2026-03-29 06:33:33 [bca.uk] INFO: Saving data for YR14%20HTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774392150.809448, 'last_price_update_time': 1774766013.671508}
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR14%2520HTU') HTTP/1.1" 204 0
2026-03-29 06:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ
2026-03-29 06:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ
2026-03-29 06:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ to the API
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 332,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG12%20NBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0dc428a2-9799-5e5e-ad2d-6a9957d88315',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG12 NBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG12%20NBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'R8 SPYDER',
 'odometer': 35755,
 '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 R8 SPYDER 5.2 V10 FSI QUATTRO R-T Roadster',
 'transmission': 'automatic',
 'trim': 'V10 FSI QUATTRO R-T',
 'vin': 'WUAZZZ428CN001632',
 'year': 2012}
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520NBZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:33 [bca.uk] INFO: Saving data for BG12%20NBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390232.124375, 'last_price_update_time': 1774766013.968334}
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG12%2520NBZ') HTTP/1.1" 204 0
2026-03-29 06:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA
2026-03-29 06:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA
2026-03-29 06:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA to the API
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL72%20FCA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '27ea087e-f769-53ea-91cc-6f8b8193654b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL72 FCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL72%20FCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 39201,
 'odometer_reading_unit': '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 E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE0PB013863',
 'year': 2022}
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520FCA%27 HTTP/1.1" 200 None
2026-03-29 06:33:34 [bca.uk] INFO: Saving data for SL72%20FCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390481.089742, 'last_price_update_time': 1774766014.255199}
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520FCA') HTTP/1.1" 204 0
2026-03-29 06:33:34 [bca.uk] INFO: Found listing with ID: YF20%20LTE
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520LTE%27 HTTP/1.1" 200 None
2026-03-29 06:33:34 [bca.uk] INFO: Scrape type for YF20%20LTE: 2
2026-03-29 06:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE
2026-03-29 06:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b781929-d2a2-5580-9b21-bee0952150e1 with scrape type 2
2026-03-29 06:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b781929-d2a2-5580-9b21-bee0952150e1 with scrape type 2
2026-03-29 06:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b781929-d2a2-5580-9b21-bee0952150e1, identifier: YF20%20LTE
2026-03-29 06:33:34 [bca.uk] INFO: Total items found: 100
2026-03-29 06:33:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded
2026-03-29 06:33:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:33:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:34 [bca.uk] INFO: Found listing with ID: AF22%20DHY
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 06:33:34 [bca.uk] INFO: Scrape type for AF22%20DHY: 2
2026-03-29 06:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY
2026-03-29 06:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3295a7bf-5486-5777-ad7b-2602eb92736f with scrape type 2
2026-03-29 06:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3295a7bf-5486-5777-ad7b-2602eb92736f with scrape type 2
2026-03-29 06:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3295a7bf-5486-5777-ad7b-2602eb92736f, identifier: AF22%20DHY
2026-03-29 06:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE
2026-03-29 06:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE
2026-03-29 06:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE to the API
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF20%20LTE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b781929-d2a2-5580-9b21-bee0952150e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF20 LTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF20%20LTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 57597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF02XXERK2LA80459',
 'year': 2020}
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520LTE%27 HTTP/1.1" 200 None
2026-03-29 06:33:34 [bca.uk] INFO: Saving data for YF20%20LTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774392149.859472, 'last_price_update_time': 1774766014.796158}
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520LTE') HTTP/1.1" 204 0
2026-03-29 06:33:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY
2026-03-29 06:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY
2026-03-29 06:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY to the API
2026-03-29 06:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20DHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3295a7bf-5486-5777-ad7b-2602eb92736f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF22 DHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20DHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 94664,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEKXNC250095',
 'year': 2022}
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DHY%27 HTTP/1.1" 200 None
2026-03-29 06:33:35 [bca.uk] INFO: Saving data for AF22%20DHY: {'auction_closing_time': 1775037600.0, 'created_time': 1774390468.128834, 'last_price_update_time': 1774766015.078935}
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520DHY') HTTP/1.1" 204 0
2026-03-29 06:33:35 [bca.uk] INFO: Found listing with ID: FA16%20NUY
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520NUY%27 HTTP/1.1" 200 None
2026-03-29 06:33:35 [bca.uk] INFO: Scrape type for FA16%20NUY: 2
2026-03-29 06:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY
2026-03-29 06:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867f30d9-307c-5d1d-ad63-1d00bf792e09 with scrape type 2
2026-03-29 06:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867f30d9-307c-5d1d-ad63-1d00bf792e09 with scrape type 2
2026-03-29 06:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867f30d9-307c-5d1d-ad63-1d00bf792e09, identifier: FA16%20NUY
2026-03-29 06:33:35 [bca.uk] INFO: Found listing with ID: LN24%20RRX
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33: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%2520RRX%27 HTTP/1.1" 200 None
2026-03-29 06:33:35 [bca.uk] INFO: Scrape type for LN24%20RRX: 2
2026-03-29 06:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX
2026-03-29 06:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f02c80da-6289-551d-8c0d-00a5e6406ef7 with scrape type 2
2026-03-29 06:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f02c80da-6289-551d-8c0d-00a5e6406ef7 with scrape type 2
2026-03-29 06:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f02c80da-6289-551d-8c0d-00a5e6406ef7, identifier: LN24%20RRX
2026-03-29 06:33: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:33:35 [bca.uk] INFO: Found listing with ID: LC68%20MVX
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520MVX%27 HTTP/1.1" 200 None
2026-03-29 06:33:35 [bca.uk] INFO: Scrape type for LC68%20MVX: 2
2026-03-29 06:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX
2026-03-29 06:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a8dd48-d8c4-51d0-81f6-62afe81203fc with scrape type 2
2026-03-29 06:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a8dd48-d8c4-51d0-81f6-62afe81203fc with scrape type 2
2026-03-29 06:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80a8dd48-d8c4-51d0-81f6-62afe81203fc, identifier: LC68%20MVX
2026-03-29 06:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY
2026-03-29 06:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY
2026-03-29 06:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY to the API
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA16%20NUY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '867f30d9-307c-5d1d-ad63-1d00bf792e09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA16 NUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA16%20NUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '108 TOP!',
 'odometer': 48990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 TOP! 1.2 P/T ROLAND GARROS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T ROLAND GARROS',
 'vin': 'VF3PAHMTCGR290691',
 'year': 2016}
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520NUY%27 HTTP/1.1" 200 None
2026-03-29 06:33:35 [bca.uk] INFO: Saving data for FA16%20NUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774392123.840514, 'last_price_update_time': 1774766015.671506}
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA16%2520NUY') HTTP/1.1" 204 0
2026-03-29 06:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX
2026-03-29 06:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX
2026-03-29 06:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX to the API
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RRX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f02c80da-6289-551d-8c0d-00a5e6406ef7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RRX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6875,
 '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': 'VXKUPHNSSR4033535',
 'year': 2024}
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33: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%2520RRX%27 HTTP/1.1" 200 None
2026-03-29 06:33:35 [bca.uk] INFO: Saving data for LN24%20RRX: {'auction_closing_time': 1774940400.0, 'created_time': 1773842373.465083, 'last_price_update_time': 1774766015.956416}
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RRX') HTTP/1.1" 204 0
2026-03-29 06:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX
2026-03-29 06:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX
2026-03-29 06:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX to the API
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC68%20MVX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '80a8dd48-d8c4-51d0-81f6-62afe81203fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC68 MVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC68%20MVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL X',
 'odometer': 56930,
 'odometer_reading_unit': '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 X 75KWH D/M StationWagon',
 'transmission': 'automatic',
 'trim': '75KWH D/M',
 'vin': '5YJXDCE25JF130275',
 'year': 2018}
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520MVX%27 HTTP/1.1" 200 None
2026-03-29 06:33:36 [bca.uk] INFO: Saving data for LC68%20MVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390445.178258, 'last_price_update_time': 1774766016.278274}
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC68%2520MVX') HTTP/1.1" 204 0
2026-03-29 06:33:36 [bca.uk] INFO: Found listing with ID: PJ63%20KCN
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 06:33:36 [bca.uk] INFO: Scrape type for PJ63%20KCN: 2
2026-03-29 06:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN
2026-03-29 06:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7452d8c-a05f-5b06-9540-981b56edacef with scrape type 2
2026-03-29 06:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7452d8c-a05f-5b06-9540-981b56edacef with scrape type 2
2026-03-29 06:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7452d8c-a05f-5b06-9540-981b56edacef, identifier: PJ63%20KCN
2026-03-29 06:33:36 [bca.uk] INFO: Found listing with ID: LN24%20RVJ
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:36 [bca.uk] INFO: Scrape type for LN24%20RVJ: 2
2026-03-29 06:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ
2026-03-29 06:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2091f7-d824-5fc9-b7c7-bc979b996aeb with scrape type 2
2026-03-29 06:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2091f7-d824-5fc9-b7c7-bc979b996aeb with scrape type 2
2026-03-29 06:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2091f7-d824-5fc9-b7c7-bc979b996aeb, identifier: LN24%20RVJ
2026-03-29 06:33:36 [bca.uk] INFO: Found listing with ID: GU21%20HZV
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520HZV%27 HTTP/1.1" 200 None
2026-03-29 06:33:36 [bca.uk] INFO: Scrape type for GU21%20HZV: 2
2026-03-29 06:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV
2026-03-29 06:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec4e9777-048a-5045-a8f4-0c19de986a57 with scrape type 2
2026-03-29 06:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec4e9777-048a-5045-a8f4-0c19de986a57 with scrape type 2
2026-03-29 06:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec4e9777-048a-5045-a8f4-0c19de986a57, identifier: GU21%20HZV
2026-03-29 06:33:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN
2026-03-29 06:33:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN
2026-03-29 06:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN to the API
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ63%20KCN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7452d8c-a05f-5b06-9540-981b56edacef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ63 KCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ63%20KCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 90821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I MODE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I MODE',
 'vin': 'JTDKG10C30N736065',
 'year': 2013}
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520KCN%27 HTTP/1.1" 200 None
2026-03-29 06:33:36 [bca.uk] INFO: Saving data for PJ63%20KCN: {'auction_closing_time': 1774864800.0, 'created_time': 1774392143.393721, 'last_price_update_time': 1774766016.928643}
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ63%2520KCN') HTTP/1.1" 204 0
2026-03-29 06:33:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ
2026-03-29 06:33:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ
2026-03-29 06:33:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ to the API
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RVJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb2091f7-d824-5fc9-b7c7-bc979b996aeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RVJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9645,
 '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': 'VXKUPHNSSR4037070',
 'year': 2024}
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:37 [bca.uk] INFO: Saving data for LN24%20RVJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773842373.827228, 'last_price_update_time': 1774766017.30244}
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RVJ') HTTP/1.1" 204 0
2026-03-29 06:33:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV
2026-03-29 06:33:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV
2026-03-29 06:33:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV to the API
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU21%20HZV-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': 'ec4e9777-048a-5045-a8f4-0c19de986a57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU21 HZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU21%20HZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 17625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC390A101215',
 'year': 2021}
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520HZV%27 HTTP/1.1" 200 None
2026-03-29 06:33:37 [bca.uk] INFO: Saving data for GU21%20HZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774390416.478382, 'last_price_update_time': 1774766017.599317}
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU21%2520HZV') HTTP/1.1" 204 0
2026-03-29 06:33:37 [bca.uk] INFO: Found listing with ID: SA61%20YWS
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA61%2520YWS%27 HTTP/1.1" 200 None
2026-03-29 06:33:37 [bca.uk] INFO: Scrape type for SA61%20YWS: 2
2026-03-29 06:33:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS
2026-03-29 06:33:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 391a6c1e-5a30-5340-a336-6a178463e515 with scrape type 2
2026-03-29 06:33:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 391a6c1e-5a30-5340-a336-6a178463e515 with scrape type 2
2026-03-29 06:33:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 391a6c1e-5a30-5340-a336-6a178463e515, identifier: SA61%20YWS
2026-03-29 06:33:37 [bca.uk] INFO: Found listing with ID: LP23%20GZY
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33: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%2520GZY%27 HTTP/1.1" 200 None
2026-03-29 06:33:37 [bca.uk] INFO: Scrape type for LP23%20GZY: 2
2026-03-29 06:33:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY
2026-03-29 06:33:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0576ba77-b9db-5942-986d-619c91c2c208 with scrape type 2
2026-03-29 06:33:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0576ba77-b9db-5942-986d-619c91c2c208 with scrape type 2
2026-03-29 06:33:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0576ba77-b9db-5942-986d-619c91c2c208, identifier: LP23%20GZY
2026-03-29 06:33:37 [bca.uk] INFO: Found listing with ID: LB70%20VFR
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VFR%27 HTTP/1.1" 200 None
2026-03-29 06:33:37 [bca.uk] INFO: Scrape type for LB70%20VFR: 2
2026-03-29 06:33:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR
2026-03-29 06:33:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e7e7668-ea36-5536-830d-06ca0810c52e with scrape type 2
2026-03-29 06:33:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e7e7668-ea36-5536-830d-06ca0810c52e with scrape type 2
2026-03-29 06:33:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e7e7668-ea36-5536-830d-06ca0810c52e, identifier: LB70%20VFR
2026-03-29 06:33:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS
2026-03-29 06:33:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS
2026-03-29 06:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS to the API
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA61%20YWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '391a6c1e-5a30-5340-a336-6a178463e515',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA61 YWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA61%20YWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 139749,
 '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 Estate',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X',
 'vin': 'WF0LXXGCBLBT77606',
 'year': 2011}
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA61%2520YWS%27 HTTP/1.1" 200 None
2026-03-29 06:33:38 [bca.uk] INFO: Saving data for SA61%20YWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774392144.814972, 'last_price_update_time': 1774766018.222225}
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA61%2520YWS') HTTP/1.1" 204 0
2026-03-29 06:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY
2026-03-29 06:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY
2026-03-29 06:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY to the API
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0576ba77-b9db-5942-986d-619c91c2c208',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4141912',
 'year': 2023}
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZY%27 HTTP/1.1" 200 None
2026-03-29 06:33:38 [bca.uk] INFO: Saving data for LP23%20GZY: {'auction_closing_time': 1774940400.0, 'created_time': 1773842151.222262, 'last_price_update_time': 1774766018.499975}
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZY') HTTP/1.1" 204 0
2026-03-29 06:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR
2026-03-29 06:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR
2026-03-29 06:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR to the API
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB70%20VFR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1e7e7668-ea36-5536-830d-06ca0810c52e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB70 VFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20VFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 91251,
 '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 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': '5YJ3F7EC9MF830197',
 'year': 2020}
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VFR%27 HTTP/1.1" 200 None
2026-03-29 06:33:38 [bca.uk] INFO: Saving data for LB70%20VFR: {'auction_closing_time': 1775037600.0, 'created_time': 1774390416.124259, 'last_price_update_time': 1774766018.780556}
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520VFR') HTTP/1.1" 204 0
2026-03-29 06:33:38 [bca.uk] INFO: Found listing with ID: KT56%20LVF
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT56%2520LVF%27 HTTP/1.1" 200 None
2026-03-29 06:33:38 [bca.uk] INFO: Scrape type for KT56%20LVF: 2
2026-03-29 06:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF
2026-03-29 06:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with scrape type 2
2026-03-29 06:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with scrape type 2
2026-03-29 06:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6, identifier: KT56%20LVF
2026-03-29 06:33:38 [bca.uk] INFO: Found listing with ID: WN25%20UGV
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520UGV%27 HTTP/1.1" 200 None
2026-03-29 06:33:38 [bca.uk] INFO: Scrape type for WN25%20UGV: 2
2026-03-29 06:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV
2026-03-29 06:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with scrape type 2
2026-03-29 06:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with scrape type 2
2026-03-29 06:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d49534e4-cf6e-5f96-8cfe-48e78a3facb0, identifier: WN25%20UGV
2026-03-29 06:33:39 [bca.uk] INFO: Found listing with ID: BD19%20MKJ
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:39 [bca.uk] INFO: Scrape type for BD19%20MKJ: 2
2026-03-29 06:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ
2026-03-29 06:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with scrape type 2
2026-03-29 06:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with scrape type 2
2026-03-29 06:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96, identifier: BD19%20MKJ
2026-03-29 06:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF
2026-03-29 06:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF
2026-03-29 06:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF to the API
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT56%20LVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3eefe901-a63e-57df-8bdc-81e7fa0f53d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT56 LVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT56%20LVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A150',
 'odometer': 40019,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A150 1.5 AVANTGARDE SE Hatchback',
 'transmission': 'manual',
 'trim': 'AVANTGARDE SE',
 'vin': 'WDD1693312J428571',
 'year': 2007}
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT56%2520LVF%27 HTTP/1.1" 200 None
2026-03-29 06:33:39 [bca.uk] INFO: Saving data for KT56%20LVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774392125.023824, 'last_price_update_time': 1774766019.398087}
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT56%2520LVF') HTTP/1.1" 204 0
2026-03-29 06:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV
2026-03-29 06:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV
2026-03-29 06:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV to the API
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20UGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd49534e4-cf6e-5f96-8cfe-48e78a3facb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 UGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20UGV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24750,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 TRAIL',
 'vin': 'WF0RXXTAXRRS21711',
 'year': 2025}
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520UGV%27 HTTP/1.1" 200 None
2026-03-29 06:33:39 [bca.uk] INFO: Saving data for WN25%20UGV: {'auction_closing_time': 1775026800.0, 'created_time': 1773821833.678083, 'last_price_update_time': 1774766019.688781}
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520UGV') HTTP/1.1" 204 0
2026-03-29 06:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ
2026-03-29 06:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ
2026-03-29 06:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ to the API
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD19%20MKJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b83feaab-ca52-5e9b-8f71-fe0aaeef2d96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD19 MKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD19%20MKJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 97331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3100,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R9800X62059192',
 'year': 2019}
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-29 06:33:39 [bca.uk] INFO: Saving data for BD19%20MKJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773820981.042341, 'last_price_update_time': 1774766019.979073}
2026-03-29 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD19%2520MKJ') HTTP/1.1" 204 0
2026-03-29 06:33:40 [bca.uk] INFO: Found listing with ID: SH67%20GKG
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKG%27 HTTP/1.1" 200 None
2026-03-29 06:33:40 [bca.uk] INFO: Scrape type for SH67%20GKG: 2
2026-03-29 06:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG
2026-03-29 06:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with scrape type 2
2026-03-29 06:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with scrape type 2
2026-03-29 06:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d, identifier: SH67%20GKG
2026-03-29 06:33:40 [bca.uk] INFO: Found listing with ID: WP25%20XKT
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:33:40 [bca.uk] INFO: Scrape type for WP25%20XKT: 0
2026-03-29 06:33:40 [bca.uk] INFO: Found listing with ID: DS66%20WRG
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS66%2520WRG%27 HTTP/1.1" 200 None
2026-03-29 06:33:40 [bca.uk] INFO: Scrape type for DS66%20WRG: 2
2026-03-29 06:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG
2026-03-29 06:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3418d23c-1214-54ee-a9db-7cd733dd5576 with scrape type 2
2026-03-29 06:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3418d23c-1214-54ee-a9db-7cd733dd5576 with scrape type 2
2026-03-29 06:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3418d23c-1214-54ee-a9db-7cd733dd5576, identifier: DS66%20WRG
2026-03-29 06:33:40 [bca.uk] INFO: Found listing with ID: BW19%20FZR
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-29 06:33:40 [bca.uk] INFO: Scrape type for BW19%20FZR: 2
2026-03-29 06:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR
2026-03-29 06:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with scrape type 2
2026-03-29 06:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with scrape type 2
2026-03-29 06:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a53c58b-d1fb-54f1-8981-13a00bd78f51, identifier: BW19%20FZR
2026-03-29 06:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG
2026-03-29 06:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG
2026-03-29 06:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG to the API
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH67%20GKG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b045440-8b3c-5dd3-8686-d84ef67c7c2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH67 GKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH67%20GKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 18060,
 'odometer_reading_unit': '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.2 P/T 82 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 ALLURE',
 'vin': 'VF3CCHMZ6HW199415',
 'year': 2018}
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKG%27 HTTP/1.1" 200 None
2026-03-29 06:33:40 [bca.uk] INFO: Saving data for SH67%20GKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774392143.040118, 'last_price_update_time': 1774766020.628212}
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH67%2520GKG') HTTP/1.1" 204 0
2026-03-29 06:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG
2026-03-29 06:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG
2026-03-29 06:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG to the API
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS66%20WRG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3418d23c-1214-54ee-a9db-7cd733dd5576',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS66 WRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS66%20WRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 104415,
 '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.0 T 12V 105 E/F DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'T 12V 105 E/F DESIGN',
 'vin': 'W0LBD6EA9HG045490',
 'year': 2016}
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS66%2520WRG%27 HTTP/1.1" 200 None
2026-03-29 06:33:40 [bca.uk] INFO: Saving data for DS66%20WRG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390776.191197, 'last_price_update_time': 1774766020.903687}
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS66%2520WRG') HTTP/1.1" 204 0
2026-03-29 06:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR
2026-03-29 06:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR
2026-03-29 06:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR to the API
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW19%20FZR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a53c58b-d1fb-54f1-8981-13a00bd78f51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW19 FZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW19%20FZR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '218I',
 'odometer': 122825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA2H320707D97665',
 'year': 2019}
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-29 06:33:41 [bca.uk] INFO: Saving data for BW19%20FZR: {'auction_closing_time': 1774940400.0, 'created_time': 1773821133.920605, 'last_price_update_time': 1774766021.190628}
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW19%2520FZR') HTTP/1.1" 204 0
2026-03-29 06:33:41 [bca.uk] INFO: Found listing with ID: FG21%20ZGH
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZGH%27 HTTP/1.1" 200 None
2026-03-29 06:33:41 [bca.uk] INFO: Scrape type for FG21%20ZGH: 2
2026-03-29 06:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH
2026-03-29 06:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee16ffd6-550e-5e05-874b-159f5eb50a5e with scrape type 2
2026-03-29 06:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee16ffd6-550e-5e05-874b-159f5eb50a5e with scrape type 2
2026-03-29 06:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee16ffd6-550e-5e05-874b-159f5eb50a5e, identifier: FG21%20ZGH
2026-03-29 06:33:41 [bca.uk] INFO: Found listing with ID: BA69%20NWH
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520NWH%27 HTTP/1.1" 200 None
2026-03-29 06:33:41 [bca.uk] INFO: Scrape type for BA69%20NWH: 2
2026-03-29 06:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH
2026-03-29 06:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with scrape type 2
2026-03-29 06:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with scrape type 2
2026-03-29 06:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1376b7b2-de05-56aa-b084-7c2a2cb73df5, identifier: BA69%20NWH
2026-03-29 06:33:41 [bca.uk] INFO: Found listing with ID: FL17%20UDY
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-29 06:33:41 [bca.uk] INFO: Scrape type for FL17%20UDY: 2
2026-03-29 06:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY
2026-03-29 06:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1851b510-8433-54c6-9219-f932aeb90b61 with scrape type 2
2026-03-29 06:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1851b510-8433-54c6-9219-f932aeb90b61 with scrape type 2
2026-03-29 06:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1851b510-8433-54c6-9219-f932aeb90b61, identifier: FL17%20UDY
2026-03-29 06:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH
2026-03-29 06:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH
2026-03-29 06:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH to the API
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG21%20ZGH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee16ffd6-550e-5e05-874b-159f5eb50a5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG21 ZGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG21%20ZGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SSANGYONG',
 'model': 'KORANDO',
 'odometer': 33318,
 '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': 'SSANGYONG KORANDO 1.5 T 161 ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T 161 ULTIMATE',
 'vin': 'KPT70A1YSKP011744',
 'year': 2021}
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZGH%27 HTTP/1.1" 200 None
2026-03-29 06:33:41 [bca.uk] INFO: Saving data for FG21%20ZGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774392145.1873, 'last_price_update_time': 1774766021.982756}
2026-03-29 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG21%2520ZGH') HTTP/1.1" 204 0
2026-03-29 06:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH
2026-03-29 06:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH
2026-03-29 06:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH to the API
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA69%20NWH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1376b7b2-de05-56aa-b084-7c2a2cb73df5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA69 NWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA69%20NWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 44363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0072441',
 'year': 2019}
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520NWH%27 HTTP/1.1" 200 None
2026-03-29 06:33:42 [bca.uk] INFO: Saving data for BA69%20NWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390777.255818, 'last_price_update_time': 1774766022.370517}
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA69%2520NWH') HTTP/1.1" 204 0
2026-03-29 06:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY
2026-03-29 06:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY
2026-03-29 06:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY to the API
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL17%20UDY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1851b510-8433-54c6-9219-f932aeb90b61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL17 UDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL17%20UDY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 117353,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4200,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 192 S Hatchback',
 'transmission': 'manual',
 'trim': '192 S',
 'vin': 'WMWXS720502C71204',
 'year': 2017}
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-29 06:33:42 [bca.uk] INFO: Saving data for FL17%20UDY: {'auction_closing_time': 1774940400.0, 'created_time': 1773820979.341945, 'last_price_update_time': 1774766022.657069}
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL17%2520UDY') HTTP/1.1" 204 0
2026-03-29 06:33:42 [bca.uk] INFO: Found listing with ID: MA18%20ZVU
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-29 06:33:42 [bca.uk] INFO: Scrape type for MA18%20ZVU: 2
2026-03-29 06:33:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU
2026-03-29 06:33:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 944b2c3f-5e9e-54c2-9202-5afa675504ec with scrape type 2
2026-03-29 06:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 944b2c3f-5e9e-54c2-9202-5afa675504ec with scrape type 2
2026-03-29 06:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 944b2c3f-5e9e-54c2-9202-5afa675504ec, identifier: MA18%20ZVU
2026-03-29 06:33:42 [bca.uk] INFO: Found listing with ID: LE08%20HOL
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE08%2520HOL%27 HTTP/1.1" 200 None
2026-03-29 06:33:42 [bca.uk] INFO: Scrape type for LE08%20HOL: 2
2026-03-29 06:33:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL
2026-03-29 06:33:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d6b9725-8359-5508-9490-f27b44a7bba4 with scrape type 2
2026-03-29 06:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d6b9725-8359-5508-9490-f27b44a7bba4 with scrape type 2
2026-03-29 06:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d6b9725-8359-5508-9490-f27b44a7bba4, identifier: LE08%20HOL
2026-03-29 06:33:42 [bca.uk] INFO: Found listing with ID: SJ15%20EGS
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520EGS%27 HTTP/1.1" 200 None
2026-03-29 06:33:42 [bca.uk] INFO: Scrape type for SJ15%20EGS: 2
2026-03-29 06:33:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS
2026-03-29 06:33:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f72b18f-e6e7-5539-a54e-1d14574405c1 with scrape type 2
2026-03-29 06:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f72b18f-e6e7-5539-a54e-1d14574405c1 with scrape type 2
2026-03-29 06:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f72b18f-e6e7-5539-a54e-1d14574405c1, identifier: SJ15%20EGS
2026-03-29 06:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU
2026-03-29 06:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU
2026-03-29 06:33:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU to the API
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA18%20ZVU-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '944b2c3f-5e9e-54c2-9202-5afa675504ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA18 ZVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA18%20ZVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 118848,
 'odometer_reading_unit': '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 218D SPORT Hatchback',
 'transmission': 'manual',
 'trim': '218D SPORT',
 'vin': 'WBA2C12090V540370',
 'year': 2018}
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-29 06:33:43 [bca.uk] INFO: Saving data for MA18%20ZVU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303672.25686, 'last_price_update_time': 1774766023.25899}
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA18%2520ZVU') HTTP/1.1" 204 0
2026-03-29 06:33:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL
2026-03-29 06:33:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL
2026-03-29 06:33:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL to the API
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE08%20HOL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d6b9725-8359-5508-9490-f27b44a7bba4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE08 HOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE08%20HOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '116D',
 'odometer': 103908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.6 EFFICIENTDYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBA1C92010J435341',
 'year': 2014}
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE08%2520HOL%27 HTTP/1.1" 200 None
2026-03-29 06:33:43 [bca.uk] INFO: Saving data for LE08%20HOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774390773.157733, 'last_price_update_time': 1774766023.540692}
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE08%2520HOL') HTTP/1.1" 204 0
2026-03-29 06:33:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS
2026-03-29 06:33:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS
2026-03-29 06:33:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS to the API
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ15%20EGS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f72b18f-e6e7-5539-a54e-1d14574405c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ15 EGS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ15%20EGS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 85112,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 190 QUATTRO SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SE S-T',
 'vin': 'WAUZZZ8R9GA007759',
 'year': 2015}
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520EGS%27 HTTP/1.1" 200 None
2026-03-29 06:33:43 [bca.uk] INFO: Saving data for SJ15%20EGS: {'auction_closing_time': 1774940400.0, 'created_time': 1773821112.948906, 'last_price_update_time': 1774766023.827055}
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520EGS') HTTP/1.1" 204 0
2026-03-29 06:33:43 [bca.uk] INFO: Found listing with ID: SF15%20JKM
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF15%2520JKM%27 HTTP/1.1" 200 None
2026-03-29 06:33:43 [bca.uk] INFO: Scrape type for SF15%20JKM: 2
2026-03-29 06:33:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM
2026-03-29 06:33:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5253a71b-dba4-5032-b232-4f2be54380ed with scrape type 2
2026-03-29 06:33:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5253a71b-dba4-5032-b232-4f2be54380ed with scrape type 2
2026-03-29 06:33:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5253a71b-dba4-5032-b232-4f2be54380ed, identifier: SF15%20JKM
2026-03-29 06:33:43 [bca.uk] INFO: Found listing with ID: JU63%20NEW
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JU63%2520NEW%27 HTTP/1.1" 200 None
2026-03-29 06:33:43 [bca.uk] INFO: Scrape type for JU63%20NEW: 2
2026-03-29 06:33:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW
2026-03-29 06:33:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d05b15-0659-503e-a060-392e19151093 with scrape type 2
2026-03-29 06:33:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d05b15-0659-503e-a060-392e19151093 with scrape type 2
2026-03-29 06:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d05b15-0659-503e-a060-392e19151093, identifier: JU63%20NEW
2026-03-29 06:33:44 [bca.uk] INFO: Found listing with ID: VA63%20EWR
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:33:44 [bca.uk] INFO: Scrape type for VA63%20EWR: 2
2026-03-29 06:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR
2026-03-29 06:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with scrape type 2
2026-03-29 06:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with scrape type 2
2026-03-29 06:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b, identifier: VA63%20EWR
2026-03-29 06:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM
2026-03-29 06:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM
2026-03-29 06:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM to the API
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF15%20JKM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5253a71b-dba4-5032-b232-4f2be54380ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF15 JKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF15%20JKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 43350,
 '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': 'W0L0XEP08F6086718',
 'year': 2015}
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF15%2520JKM%27 HTTP/1.1" 200 None
2026-03-29 06:33:44 [bca.uk] INFO: Saving data for SF15%20JKM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303675.103586, 'last_price_update_time': 1774766024.455328}
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF15%2520JKM') HTTP/1.1" 204 0
2026-03-29 06:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW
2026-03-29 06:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW
2026-03-29 06:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW to the API
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JU63%20NEW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80d05b15-0659-503e-a060-392e19151093',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JU63 NEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JU63%20NEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '525D',
 'odometer': 134054,
 '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 525D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5C72070D344594',
 'year': 2014}
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JU63%2520NEW%27 HTTP/1.1" 200 None
2026-03-29 06:33:44 [bca.uk] INFO: Saving data for JU63%20NEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390770.166766, 'last_price_update_time': 1774766024.749434}
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JU63%2520NEW') HTTP/1.1" 204 0
2026-03-29 06:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR
2026-03-29 06:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR
2026-03-29 06:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR to the API
2026-03-29 06:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA63%20EWR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7916f7e6-5151-5fe2-9f4b-cdb0be95784b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA63 EWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA63%20EWR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 119066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 900,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.6 CDTI 136 E/F SRI Estate',
 'transmission': 'manual',
 'trim': 'CDTI 136 E/F SRI',
 'vin': 'W0LPF8E39E8031530',
 'year': 2014}
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:33:45 [bca.uk] INFO: Saving data for VA63%20EWR: {'auction_closing_time': 1774940400.0, 'created_time': 1773935639.680652, 'last_price_update_time': 1774766025.031194}
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA63%2520EWR') HTTP/1.1" 204 0
2026-03-29 06:33:45 [bca.uk] INFO: Found listing with ID: ST66%20HYA
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST66%2520HYA%27 HTTP/1.1" 200 None
2026-03-29 06:33:45 [bca.uk] INFO: Scrape type for ST66%20HYA: 2
2026-03-29 06:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA
2026-03-29 06:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8970d7-12ce-54a1-a6d6-0673edee16fd with scrape type 2
2026-03-29 06:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8970d7-12ce-54a1-a6d6-0673edee16fd with scrape type 2
2026-03-29 06:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe8970d7-12ce-54a1-a6d6-0673edee16fd, identifier: ST66%20HYA
2026-03-29 06:33:45 [bca.uk] INFO: Found listing with ID: PN66%20WWD
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WWD%27 HTTP/1.1" 200 None
2026-03-29 06:33:45 [bca.uk] INFO: Scrape type for PN66%20WWD: 2
2026-03-29 06:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD
2026-03-29 06:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with scrape type 2
2026-03-29 06:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with scrape type 2
2026-03-29 06:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1, identifier: PN66%20WWD
2026-03-29 06:33:45 [bca.uk] INFO: Found listing with ID: VE64%20CNA
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-29 06:33:45 [bca.uk] INFO: Scrape type for VE64%20CNA: 2
2026-03-29 06:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA
2026-03-29 06:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0db3a3bd-1d94-54c3-bc55-af750905152e with scrape type 2
2026-03-29 06:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0db3a3bd-1d94-54c3-bc55-af750905152e with scrape type 2
2026-03-29 06:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0db3a3bd-1d94-54c3-bc55-af750905152e, identifier: VE64%20CNA
2026-03-29 06:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA
2026-03-29 06:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA
2026-03-29 06:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA to the API
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST66%20HYA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe8970d7-12ce-54a1-a6d6-0673edee16fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST66 HYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST66%20HYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 60078,
 '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': 'VF7PAHMTCGR789993',
 'year': 2016}
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST66%2520HYA%27 HTTP/1.1" 200 None
2026-03-29 06:33:45 [bca.uk] INFO: Saving data for ST66%20HYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303676.706493, 'last_price_update_time': 1774766025.635284}
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST66%2520HYA') HTTP/1.1" 204 0
2026-03-29 06:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD
2026-03-29 06:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD
2026-03-29 06:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD to the API
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN66%20WWD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN66 WWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN66%20WWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 49175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'N-CONNECTA',
 'vin': 'SJNFBAF15U7272207',
 'year': 2016}
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WWD%27 HTTP/1.1" 200 None
2026-03-29 06:33:45 [bca.uk] INFO: Saving data for PN66%20WWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390772.06502, 'last_price_update_time': 1774766025.93284}
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN66%2520WWD') HTTP/1.1" 204 0
2026-03-29 06:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA
2026-03-29 06:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA
2026-03-29 06:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA to the API
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE64%20CNA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0db3a3bd-1d94-54c3-bc55-af750905152e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE64 CNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE64%20CNA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 101630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 850,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V SRI',
 'vin': 'W0L0SDL08E4324809',
 'year': 2015}
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-29 06:33:46 [bca.uk] INFO: Saving data for VE64%20CNA: {'auction_closing_time': 1774940400.0, 'created_time': 1773935683.318373, 'last_price_update_time': 1774766026.244247}
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE64%2520CNA') HTTP/1.1" 204 0
2026-03-29 06:33:46 [bca.uk] INFO: Found listing with ID: DA17%20CUO
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 06:33:46 [bca.uk] INFO: Scrape type for DA17%20CUO: 2
2026-03-29 06:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO
2026-03-29 06:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f897aef-ec17-5816-a60d-caf3fcc873de with scrape type 2
2026-03-29 06:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f897aef-ec17-5816-a60d-caf3fcc873de with scrape type 2
2026-03-29 06:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f897aef-ec17-5816-a60d-caf3fcc873de, identifier: DA17%20CUO
2026-03-29 06:33:46 [bca.uk] INFO: Found listing with ID: LM19%20WLD
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520WLD%27 HTTP/1.1" 200 None
2026-03-29 06:33:46 [bca.uk] INFO: Scrape type for LM19%20WLD: 2
2026-03-29 06:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD
2026-03-29 06:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9655aa-fb5f-5ddf-b02b-dff5752285cd with scrape type 2
2026-03-29 06:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba9655aa-fb5f-5ddf-b02b-dff5752285cd with scrape type 2
2026-03-29 06:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba9655aa-fb5f-5ddf-b02b-dff5752285cd, identifier: LM19%20WLD
2026-03-29 06:33:46 [bca.uk] INFO: Found listing with ID: YF58%20OPU
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 06:33:46 [bca.uk] INFO: Scrape type for YF58%20OPU: 2
2026-03-29 06:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU
2026-03-29 06:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6faf7361-a465-5ada-bf65-4ca5cb139b4d with scrape type 2
2026-03-29 06:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6faf7361-a465-5ada-bf65-4ca5cb139b4d with scrape type 2
2026-03-29 06:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6faf7361-a465-5ada-bf65-4ca5cb139b4d, identifier: YF58%20OPU
2026-03-29 06:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO
2026-03-29 06:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO
2026-03-29 06:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO to the API
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA17%20CUO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f897aef-ec17-5816-a60d-caf3fcc873de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA17 CUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA17%20CUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 82523,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 125 BMT SE NAV Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 125 BMT SE NAV',
 'vin': 'WVWZZZAUZHW332214',
 'year': 2017}
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520CUO%27 HTTP/1.1" 200 None
2026-03-29 06:33:46 [bca.uk] INFO: Saving data for DA17%20CUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774303671.104139, 'last_price_update_time': 1774766026.824414}
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA17%2520CUO') HTTP/1.1" 204 0
2026-03-29 06:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD
2026-03-29 06:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD
2026-03-29 06:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD to the API
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM19%20WLD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba9655aa-fb5f-5ddf-b02b-dff5752285cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM19 WLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM19%20WLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 68571,
 'odometer_reading_unit': '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': 'WDD1770842V023071',
 'year': 2019}
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520WLD%27 HTTP/1.1" 200 None
2026-03-29 06:33:47 [bca.uk] INFO: Saving data for LM19%20WLD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390768.570856, 'last_price_update_time': 1774766027.216021}
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM19%2520WLD') HTTP/1.1" 204 0
2026-03-29 06:33:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU
2026-03-29 06:33:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU
2026-03-29 06:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU to the API
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF58%20OPU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6faf7361-a465-5ada-bf65-4ca5cb139b4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF58 OPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF58%20OPU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 119418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 900,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJ8Y87999',
 'year': 2009}
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-29 06:33:47 [bca.uk] INFO: Saving data for YF58%20OPU: {'auction_closing_time': 1774940400.0, 'created_time': 1773821112.510277, 'last_price_update_time': 1774766027.493042}
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF58%2520OPU') HTTP/1.1" 204 0
2026-03-29 06:33:47 [bca.uk] INFO: Found listing with ID: SB68%20WFR
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 06:33:47 [bca.uk] INFO: Scrape type for SB68%20WFR: 2
2026-03-29 06:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR
2026-03-29 06:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c851e851-3aac-5390-a18d-f7fdf21b1eaa with scrape type 2
2026-03-29 06:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c851e851-3aac-5390-a18d-f7fdf21b1eaa with scrape type 2
2026-03-29 06:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c851e851-3aac-5390-a18d-f7fdf21b1eaa, identifier: SB68%20WFR
2026-03-29 06:33:47 [bca.uk] INFO: Found listing with ID: WT19%20YML
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520YML%27 HTTP/1.1" 200 None
2026-03-29 06:33:47 [bca.uk] INFO: Scrape type for WT19%20YML: 2
2026-03-29 06:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML
2026-03-29 06:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with scrape type 2
2026-03-29 06:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with scrape type 2
2026-03-29 06:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323, identifier: WT19%20YML
2026-03-29 06:33:47 [bca.uk] INFO: Found listing with ID: YT64%20UXH
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 06:33:47 [bca.uk] INFO: Scrape type for YT64%20UXH: 2
2026-03-29 06:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH
2026-03-29 06:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dee0271-7617-5a52-bda6-63312b62363a with scrape type 2
2026-03-29 06:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dee0271-7617-5a52-bda6-63312b62363a with scrape type 2
2026-03-29 06:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dee0271-7617-5a52-bda6-63312b62363a, identifier: YT64%20UXH
2026-03-29 06:33:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR
2026-03-29 06:33:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR
2026-03-29 06:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR to the API
2026-03-29 06:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20WFR-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c851e851-3aac-5390-a18d-f7fdf21b1eaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB68 WFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20WFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 149520,
 'odometer_reading_unit': '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 M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBATX36060NB85630',
 'year': 2018}
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 06:33:48 [bca.uk] INFO: Saving data for SB68%20WFR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303821.931635, 'last_price_update_time': 1774766028.132198}
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520WFR') HTTP/1.1" 204 0
2026-03-29 06:33:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML
2026-03-29 06:33:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML
2026-03-29 06:33:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML to the API
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20YML-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT19 YML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20YML&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 49466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.4 PHEV 4H 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV 4H 4WD',
 'vin': 'JMAXDGG3WKZ009947',
 'year': 2019}
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520YML%27 HTTP/1.1" 200 None
2026-03-29 06:33:48 [bca.uk] INFO: Saving data for WT19%20YML: {'auction_closing_time': 1774864800.0, 'created_time': 1774390767.688033, 'last_price_update_time': 1774766028.418033}
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520YML') HTTP/1.1" 204 0
2026-03-29 06:33:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:33:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH
2026-03-29 06:33:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH
2026-03-29 06:33:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH to the API
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT64%20UXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4dee0271-7617-5a52-bda6-63312b62363a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT64 UXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT64%20UXH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220',
 'odometer': 85449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5700,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 2.1 CDI AMG SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'CDI AMG SPORT DCT',
 'vin': 'WDD1173032N085519',
 'year': 2014}
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 06:33:48 [bca.uk] INFO: Saving data for YT64%20UXH: {'auction_closing_time': 1774940400.0, 'created_time': 1773821366.575247, 'last_price_update_time': 1774766028.701515}
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT64%2520UXH') HTTP/1.1" 204 0
2026-03-29 06:33:48 [bca.uk] INFO: Found listing with ID: SF66%20ALZ
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520ALZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:48 [bca.uk] INFO: Scrape type for SF66%20ALZ: 2
2026-03-29 06:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ
2026-03-29 06:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e11ac340-9094-5cb5-a3f8-958764507d39 with scrape type 2
2026-03-29 06:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e11ac340-9094-5cb5-a3f8-958764507d39 with scrape type 2
2026-03-29 06:33:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e11ac340-9094-5cb5-a3f8-958764507d39, identifier: SF66%20ALZ
2026-03-29 06:33:48 [bca.uk] INFO: Found listing with ID: RO69%20ZBU
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 06:33:48 [bca.uk] INFO: Scrape type for RO69%20ZBU: 2
2026-03-29 06:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU
2026-03-29 06:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f250c66a-7f62-598b-b138-ea02e2e177cb with scrape type 2
2026-03-29 06:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f250c66a-7f62-598b-b138-ea02e2e177cb with scrape type 2
2026-03-29 06:33:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f250c66a-7f62-598b-b138-ea02e2e177cb, identifier: RO69%20ZBU
2026-03-29 06:33:48 [bca.uk] INFO: Found listing with ID: KO68%20LBU
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-29 06:33:48 [bca.uk] INFO: Scrape type for KO68%20LBU: 2
2026-03-29 06:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU
2026-03-29 06:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37ea6fc-f11d-508a-8aea-d4425f640fb1 with scrape type 2
2026-03-29 06:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37ea6fc-f11d-508a-8aea-d4425f640fb1 with scrape type 2
2026-03-29 06:33:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c37ea6fc-f11d-508a-8aea-d4425f640fb1, identifier: KO68%20LBU
2026-03-29 06:33:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ
2026-03-29 06:33:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ
2026-03-29 06:33:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ to the API
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF66%20ALZ-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e11ac340-9094-5cb5-a3f8-958764507d39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF66 ALZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF66%20ALZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '218I',
 'odometer': 54335,
 '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': 'WBA2F12020V966778',
 'year': 2017}
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520ALZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:49 [bca.uk] INFO: Saving data for SF66%20ALZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303821.24828, 'last_price_update_time': 1774766029.301147}
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF66%2520ALZ') HTTP/1.1" 204 0
2026-03-29 06:33:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU
2026-03-29 06:33:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU
2026-03-29 06:33:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU to the API
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO69%20ZBU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f250c66a-7f62-598b-b138-ea02e2e177cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO69 ZBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO69%20ZBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 41456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LEXUS IS 300H 2.5  Saloon',
 'transmission': 'manual',
 'trim': '',
 'vin': 'JTHBH5D2X05080080',
 'year': 2019}
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520ZBU%27 HTTP/1.1" 200 None
2026-03-29 06:33:49 [bca.uk] INFO: Saving data for RO69%20ZBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390794.095919, 'last_price_update_time': 1774766029.590021}
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO69%2520ZBU') HTTP/1.1" 204 0
2026-03-29 06:33:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU
2026-03-29 06:33:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU
2026-03-29 06:33:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU to the API
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO68%20LBU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c37ea6fc-f11d-508a-8aea-d4425f640fb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO68 LBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO68%20LBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 48058,
 'odometer_reading_unit': '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 ATECA 1.5 TSI EVO XCELLENCE LUX EZ DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO XCELLENCE LUX EZ DSG',
 'vin': 'VSSZZZ5FZK6531399',
 'year': 2019}
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-29 06:33:49 [bca.uk] INFO: Saving data for KO68%20LBU: {'auction_closing_time': 1775037600.0, 'created_time': 1774392198.020017, 'last_price_update_time': 1774766029.868929}
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO68%2520LBU') HTTP/1.1" 204 0
2026-03-29 06:33:49 [bca.uk] INFO: Found listing with ID: SN13%20XJC
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:33:49 [bca.uk] INFO: Scrape type for SN13%20XJC: 2
2026-03-29 06:33:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC
2026-03-29 06:33:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2cbcca-5948-5e46-8509-65395b3dc739 with scrape type 2
2026-03-29 06:33:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2cbcca-5948-5e46-8509-65395b3dc739 with scrape type 2
2026-03-29 06:33:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2cbcca-5948-5e46-8509-65395b3dc739, identifier: SN13%20XJC
2026-03-29 06:33:49 [bca.uk] INFO: Found listing with ID: LS70%20NSO
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 06:33:50 [bca.uk] INFO: Scrape type for LS70%20NSO: 2
2026-03-29 06:33:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO
2026-03-29 06:33:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efb4d66d-cfb9-5c7c-b464-9874713a7e77 with scrape type 2
2026-03-29 06:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efb4d66d-cfb9-5c7c-b464-9874713a7e77 with scrape type 2
2026-03-29 06:33:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efb4d66d-cfb9-5c7c-b464-9874713a7e77, identifier: LS70%20NSO
2026-03-29 06:33:50 [bca.uk] INFO: Found listing with ID: VK69%20RRU
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 06:33:50 [bca.uk] INFO: Scrape type for VK69%20RRU: 2
2026-03-29 06:33:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU
2026-03-29 06:33:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb97619-41e6-5f5b-9aae-6a6385442257 with scrape type 2
2026-03-29 06:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb97619-41e6-5f5b-9aae-6a6385442257 with scrape type 2
2026-03-29 06:33:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb97619-41e6-5f5b-9aae-6a6385442257, identifier: VK69%20RRU
2026-03-29 06:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC
2026-03-29 06:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC
2026-03-29 06:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC to the API
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN13%20XJC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb2cbcca-5948-5e46-8509-65395b3dc739',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN13 XJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN13%20XJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 108503,
 '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 C3 1.6 E-HDI A/D SELECTION Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D SELECTION',
 'vin': 'VF7SC9HPKDW523756',
 'year': 2013}
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33: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%2520XJC%27 HTTP/1.1" 200 None
2026-03-29 06:33:50 [bca.uk] INFO: Saving data for SN13%20XJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774392148.484545, 'last_price_update_time': 1774766030.478365}
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN13%2520XJC') HTTP/1.1" 204 0
2026-03-29 06:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO
2026-03-29 06:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO
2026-03-29 06:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO to the API
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 50,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS70%20NSO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'efb4d66d-cfb9-5c7c-b464-9874713a7e77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS70 NSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS70%20NSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 60939,
 '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 T5 PHEV R DESIGN PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV R DESIGN PRO',
 'vin': 'YV1XZBBBFM2394476',
 'year': 2020}
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520NSO%27 HTTP/1.1" 200 None
2026-03-29 06:33:50 [bca.uk] INFO: Saving data for LS70%20NSO: {'auction_closing_time': 1775037600.0, 'created_time': 1774047229.368544, 'last_price_update_time': 1774766030.76555}
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS70%2520NSO') HTTP/1.1" 204 0
2026-03-29 06:33:50 [bca.uk] INFO: Total items found: 100
2026-03-29 06:33:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded
2026-03-29 06:33:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:33:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU
2026-03-29 06:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU
2026-03-29 06:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU to the API
2026-03-29 06:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK69%20RRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edb97619-41e6-5f5b-9aae-6a6385442257',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK69 RRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK69%20RRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 42677,
 'odometer_reading_unit': '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 Q2 1.6 30 TDI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '30 TDI TECHNIK',
 'vin': 'WAUZZZGA2LA001470',
 'year': 2019}
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 06:33:51 [bca.uk] INFO: Saving data for VK69%20RRU: {'auction_closing_time': 1774951200.0, 'created_time': 1774392197.12509, 'last_price_update_time': 1774766031.054266}
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520RRU') HTTP/1.1" 204 0
2026-03-29 06:33:51 [bca.uk] INFO: Found listing with ID: ST17%20GMG
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:33:51 [bca.uk] INFO: Scrape type for ST17%20GMG: 2
2026-03-29 06:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG
2026-03-29 06:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with scrape type 2
2026-03-29 06:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with scrape type 2
2026-03-29 06:33:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2854b8a-7fdc-50f8-9b9f-3098f47392c6, identifier: ST17%20GMG
2026-03-29 06:33:51 [bca.uk] INFO: Found listing with ID: LV22%20LGZ
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520LGZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:51 [bca.uk] INFO: Scrape type for LV22%20LGZ: 2
2026-03-29 06:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ
2026-03-29 06:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b945da98-78fb-5348-abfe-086ee7e63587 with scrape type 2
2026-03-29 06:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b945da98-78fb-5348-abfe-086ee7e63587 with scrape type 2
2026-03-29 06:33:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b945da98-78fb-5348-abfe-086ee7e63587, identifier: LV22%20LGZ
2026-03-29 06:33:51 [bca.uk] INFO: Found listing with ID: KS70%20WBU
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-29 06:33:51 [bca.uk] INFO: Scrape type for KS70%20WBU: 2
2026-03-29 06:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU
2026-03-29 06:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with scrape type 2
2026-03-29 06:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with scrape type 2
2026-03-29 06:33:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80, identifier: KS70%20WBU
2026-03-29 06:33:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG
2026-03-29 06:33:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG
2026-03-29 06:33:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG to the API
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST17%20GMG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2854b8a-7fdc-50f8-9b9f-3098f47392c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST17 GMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST17%20GMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 37320,
 '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 I10 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851ALHZ334890',
 'year': 2017}
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:33:51 [bca.uk] INFO: Saving data for ST17%20GMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390515.890949, 'last_price_update_time': 1774766031.689043}
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST17%2520GMG') HTTP/1.1" 204 0
2026-03-29 06:33:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ
2026-03-29 06:33:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ
2026-03-29 06:33:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ to the API
2026-03-29 06:33:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV22%20LGZ-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': 'b945da98-78fb-5348-abfe-086ee7e63587',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LV22 LGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV22%20LGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 21365,
 'odometer_reading_unit': '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 ULTIMATE DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV ULTIMATE DARK',
 'vin': 'YV1XZBBV1P2915585',
 'year': 2022}
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520LGZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:52 [bca.uk] INFO: Saving data for LV22%20LGZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774390696.93298, 'last_price_update_time': 1774766032.073757}
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520LGZ') HTTP/1.1" 204 0
2026-03-29 06:33:52 [bca.uk] INFO: Found listing with ID: OE18%20KSZ
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520KSZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:52 [bca.uk] INFO: Scrape type for OE18%20KSZ: 2
2026-03-29 06:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ
2026-03-29 06:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with scrape type 2
2026-03-29 06:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with scrape type 2
2026-03-29 06:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a, identifier: OE18%20KSZ
2026-03-29 06:33:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU
2026-03-29 06:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU
2026-03-29 06:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU to the API
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS70%20WBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '35c639d1-bf8d-5aa3-9a05-74a57ffc3a80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS70 WBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS70%20WBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 71821,
 '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 95KWH 55 QUATTRO StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 QUATTRO',
 'vin': 'WAUZZZGE2LB018606',
 'year': 2020}
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-29 06:33:52 [bca.uk] INFO: Saving data for KS70%20WBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774392170.208295, 'last_price_update_time': 1774766032.475768}
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS70%2520WBU') HTTP/1.1" 204 0
2026-03-29 06:33:52 [bca.uk] INFO: Found listing with ID: LF15%20MFX
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520MFX%27 HTTP/1.1" 200 None
2026-03-29 06:33:52 [bca.uk] INFO: Scrape type for LF15%20MFX: 2
2026-03-29 06:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX
2026-03-29 06:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a26b5811-3c09-5cff-a334-aaa20373f64a with scrape type 2
2026-03-29 06:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a26b5811-3c09-5cff-a334-aaa20373f64a with scrape type 2
2026-03-29 06:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a26b5811-3c09-5cff-a334-aaa20373f64a, identifier: LF15%20MFX
2026-03-29 06:33:52 [bca.uk] INFO: Found listing with ID: MM71%20ZYA
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520ZYA%27 HTTP/1.1" 200 None
2026-03-29 06:33:52 [bca.uk] INFO: Scrape type for MM71%20ZYA: 2
2026-03-29 06:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA
2026-03-29 06:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c203debd-a912-5aa5-9d94-fe787d44565c with scrape type 2
2026-03-29 06:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c203debd-a912-5aa5-9d94-fe787d44565c with scrape type 2
2026-03-29 06:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c203debd-a912-5aa5-9d94-fe787d44565c, identifier: MM71%20ZYA
2026-03-29 06:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ
2026-03-29 06:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ
2026-03-29 06:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ to the API
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE18%20KSZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d75207a-b3fb-5712-9d5b-51a84d11bc5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE18 KSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE18%20KSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 64390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539092V101160',
 'year': 2018}
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520KSZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:52 [bca.uk] INFO: Saving data for OE18%20KSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391058.658561, 'last_price_update_time': 1774766032.981764}
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE18%2520KSZ') HTTP/1.1" 204 0
2026-03-29 06:33: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:33:53 [bca.uk] INFO: Found listing with ID: BK22%20VXC
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 06:33:53 [bca.uk] INFO: Scrape type for BK22%20VXC: 2
2026-03-29 06:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC
2026-03-29 06:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with scrape type 2
2026-03-29 06:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with scrape type 2
2026-03-29 06:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9f5898c-89dc-5452-a634-0bac7b4ed3b9, identifier: BK22%20VXC
2026-03-29 06:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX
2026-03-29 06:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX
2026-03-29 06:33:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX to the API
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF15%20MFX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a26b5811-3c09-5cff-a334-aaa20373f64a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF15 MFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF15%20MFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 59926,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNABX511LFT957435',
 'year': 2015}
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520MFX%27 HTTP/1.1" 200 None
2026-03-29 06:33:53 [bca.uk] INFO: Saving data for LF15%20MFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774392146.134612, 'last_price_update_time': 1774766033.414055}
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF15%2520MFX') HTTP/1.1" 204 0
2026-03-29 06:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA
2026-03-29 06:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA
2026-03-29 06:33:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA to the API
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM71%20ZYA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c203debd-a912-5aa5-9d94-fe787d44565c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM71 ZYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM71%20ZYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 37119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUNU147445',
 'year': 2022}
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520ZYA%27 HTTP/1.1" 200 None
2026-03-29 06:33:53 [bca.uk] INFO: Saving data for MM71%20ZYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774044588.180691, 'last_price_update_time': 1774766033.701731}
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM71%2520ZYA') HTTP/1.1" 204 0
2026-03-29 06:33:53 [bca.uk] INFO: Found listing with ID: PGZ%202810
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25202810%27 HTTP/1.1" 200 None
2026-03-29 06:33:53 [bca.uk] INFO: Scrape type for PGZ%202810: 2
2026-03-29 06:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810
2026-03-29 06:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with scrape type 2
2026-03-29 06:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with scrape type 2
2026-03-29 06:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a0f5055-d219-5df9-a6b4-c84fe48804c4, identifier: PGZ%202810
2026-03-29 06:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC
2026-03-29 06:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC
2026-03-29 06:33:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC to the API
2026-03-29 06:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20VXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c9f5898c-89dc-5452-a634-0bac7b4ed3b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 VXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20VXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 98368,
 'odometer_reading_unit': '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 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS3NC497500',
 'year': 2022}
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-29 06:33:54 [bca.uk] INFO: Saving data for BK22%20VXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774392172.679798, 'last_price_update_time': 1774766034.146097}
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520VXC') HTTP/1.1" 204 0
2026-03-29 06:33:54 [bca.uk] INFO: Found listing with ID: SM12%20MXH
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM12%2520MXH%27 HTTP/1.1" 200 None
2026-03-29 06:33:54 [bca.uk] INFO: Scrape type for SM12%20MXH: 2
2026-03-29 06:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH
2026-03-29 06:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with scrape type 2
2026-03-29 06:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with scrape type 2
2026-03-29 06:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35664e59-1553-59a7-aa8c-8fa7c3db3d06, identifier: SM12%20MXH
2026-03-29 06:33:54 [bca.uk] INFO: Found listing with ID: LO72%20FTF
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 06:33:54 [bca.uk] INFO: Scrape type for LO72%20FTF: 2
2026-03-29 06:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF
2026-03-29 06:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4074f27-4347-5a76-932e-89d8d4f89b1f with scrape type 2
2026-03-29 06:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4074f27-4347-5a76-932e-89d8d4f89b1f with scrape type 2
2026-03-29 06:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4074f27-4347-5a76-932e-89d8d4f89b1f, identifier: LO72%20FTF
2026-03-29 06:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810
2026-03-29 06:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810
2026-03-29 06:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810 to the API
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PGZ%202810-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a0f5055-d219-5df9-a6b4-c84fe48804c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PGZ 2810',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PGZ%202810&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 62293,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 FLAIR',
 'vin': 'VR7ACYHZJKL093034',
 'year': 2019}
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25202810%27 HTTP/1.1" 200 None
2026-03-29 06:33:54 [bca.uk] INFO: Saving data for PGZ%202810: {'auction_closing_time': 1774951200.0, 'created_time': 1774391063.920869, 'last_price_update_time': 1774766034.667202}
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PGZ%25202810') HTTP/1.1" 204 0
2026-03-29 06:33:54 [bca.uk] INFO: Found listing with ID: HK12%20PMV
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK12%2520PMV%27 HTTP/1.1" 200 None
2026-03-29 06:33:54 [bca.uk] INFO: Scrape type for HK12%20PMV: 2
2026-03-29 06:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV
2026-03-29 06:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b309de2-0718-5d60-a22a-16c43eae411b with scrape type 2
2026-03-29 06:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b309de2-0718-5d60-a22a-16c43eae411b with scrape type 2
2026-03-29 06:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b309de2-0718-5d60-a22a-16c43eae411b, identifier: HK12%20PMV
2026-03-29 06:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH
2026-03-29 06:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH
2026-03-29 06:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH to the API
2026-03-29 06:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM12%20MXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35664e59-1553-59a7-aa8c-8fa7c3db3d06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM12 MXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM12%20MXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 84525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA51BLDM413303',
 'year': 2012}
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM12%2520MXH%27 HTTP/1.1" 200 None
2026-03-29 06:33:55 [bca.uk] INFO: Saving data for SM12%20MXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390516.696495, 'last_price_update_time': 1774766035.059542}
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM12%2520MXH') HTTP/1.1" 204 0
2026-03-29 06:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF
2026-03-29 06:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF
2026-03-29 06:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF to the API
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20FTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b4074f27-4347-5a76-932e-89d8d4f89b1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 FTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20FTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 168919,
 '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': 'KNACR811UP5025020',
 'year': 2023}
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520FTF%27 HTTP/1.1" 200 None
2026-03-29 06:33:55 [bca.uk] INFO: Saving data for LO72%20FTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390714.257945, 'last_price_update_time': 1774766035.35024}
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520FTF') HTTP/1.1" 204 0
2026-03-29 06:33:55 [bca.uk] INFO: Found listing with ID: OY21%20UFL
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY21%2520UFL%27 HTTP/1.1" 200 None
2026-03-29 06:33:55 [bca.uk] INFO: Scrape type for OY21%20UFL: 2
2026-03-29 06:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL
2026-03-29 06:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29eccabc-7f5f-59c5-91ee-47e85f4b462b with scrape type 2
2026-03-29 06:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29eccabc-7f5f-59c5-91ee-47e85f4b462b with scrape type 2
2026-03-29 06:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29eccabc-7f5f-59c5-91ee-47e85f4b462b, identifier: OY21%20UFL
2026-03-29 06:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV
2026-03-29 06:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV
2026-03-29 06:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV to the API
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK12%20PMV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b309de2-0718-5d60-a22a-16c43eae411b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK12 PMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK12%20PMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 111333,
 '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 EDGE Hatchback',
 'transmission': 'manual',
 'trim': '82 EDGE',
 'vin': 'WF0JXXGAJJCD34810',
 'year': 2012}
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK12%2520PMV%27 HTTP/1.1" 200 None
2026-03-29 06:33:55 [bca.uk] INFO: Saving data for HK12%20PMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390488.759912, 'last_price_update_time': 1774766035.74985}
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK12%2520PMV') HTTP/1.1" 204 0
2026-03-29 06:33:55 [bca.uk] INFO: Found listing with ID: SN16%20NPE
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520NPE%27 HTTP/1.1" 200 None
2026-03-29 06:33:55 [bca.uk] INFO: Scrape type for SN16%20NPE: 2
2026-03-29 06:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE
2026-03-29 06:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc05a020-4295-51ac-a759-5d4977e09811 with scrape type 2
2026-03-29 06:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc05a020-4295-51ac-a759-5d4977e09811 with scrape type 2
2026-03-29 06:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc05a020-4295-51ac-a759-5d4977e09811, identifier: SN16%20NPE
2026-03-29 06:33:55 [bca.uk] INFO: Found listing with ID: HV67%20RYZ
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:55 [bca.uk] INFO: Scrape type for HV67%20RYZ: 2
2026-03-29 06:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ
2026-03-29 06:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eebb9ada-9e9f-5898-9076-29cc9837a31c with scrape type 2
2026-03-29 06:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eebb9ada-9e9f-5898-9076-29cc9837a31c with scrape type 2
2026-03-29 06:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eebb9ada-9e9f-5898-9076-29cc9837a31c, identifier: HV67%20RYZ
2026-03-29 06:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL
2026-03-29 06:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL
2026-03-29 06:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL to the API
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY21%20UFL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '29eccabc-7f5f-59c5-91ee-47e85f4b462b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY21 UFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY21%20UFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 71688,
 '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': 'POLESTAR 2 300KW 78KWH DM4 PILOT PLUS Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 PILOT PLUS',
 'vin': 'LPSVSEDEEML020153',
 'year': 2021}
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY21%2520UFL%27 HTTP/1.1" 200 None
2026-03-29 06:33:56 [bca.uk] INFO: Saving data for OY21%20UFL: {'auction_closing_time': 1775124000.0, 'created_time': 1774391062.254404, 'last_price_update_time': 1774766036.246848}
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY21%2520UFL') HTTP/1.1" 204 0
2026-03-29 06:33:56 [bca.uk] INFO: Found listing with ID: GY18%20LZH
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 06:33:56 [bca.uk] INFO: Scrape type for GY18%20LZH: 2
2026-03-29 06:33:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH
2026-03-29 06:33:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with scrape type 2
2026-03-29 06:33:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with scrape type 2
2026-03-29 06:33:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991, identifier: GY18%20LZH
2026-03-29 06:33:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE
2026-03-29 06:33:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE
2026-03-29 06:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE to the API
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN16%20NPE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cc05a020-4295-51ac-a759-5d4977e09811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN16 NPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN16%20NPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 76276,
 '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.4 B/D 100 SE Hatchback',
 'transmission': 'manual',
 'trim': 'B/D 100 SE',
 'vin': 'TMAD3516LHJ329734',
 'year': 2016}
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520NPE%27 HTTP/1.1" 200 None
2026-03-29 06:33:56 [bca.uk] INFO: Saving data for SN16%20NPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774392145.533378, 'last_price_update_time': 1774766036.725037}
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN16%2520NPE') HTTP/1.1" 204 0
2026-03-29 06:33:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ
2026-03-29 06:33:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ
2026-03-29 06:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ to the API
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20RYZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eebb9ada-9e9f-5898-9076-29cc9837a31c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 RYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20RYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 75039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHG58914',
 'year': 2017}
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RYZ%27 HTTP/1.1" 200 None
2026-03-29 06:33:56 [bca.uk] INFO: Saving data for HV67%20RYZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774047229.72069, 'last_price_update_time': 1774766036.994215}
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520RYZ') HTTP/1.1" 204 0
2026-03-29 06:33:57 [bca.uk] INFO: Found listing with ID: SH69%20GUA
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 06:33:57 [bca.uk] INFO: Scrape type for SH69%20GUA: 2
2026-03-29 06:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA
2026-03-29 06:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8, identifier: SH69%20GUA
2026-03-29 06:33:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH
2026-03-29 06:33:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH
2026-03-29 06:33:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH to the API
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY18%20LZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f9d0f3f-a96b-5667-804a-ef30a9bdc991',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY18 LZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY18%20LZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 D',
 'odometer': 79984,
 'odometer_reading_unit': '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 C200 D 1.6 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050372R303853',
 'year': 2018}
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520LZH%27 HTTP/1.1" 200 None
2026-03-29 06:33:57 [bca.uk] INFO: Saving data for GY18%20LZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390467.749197, 'last_price_update_time': 1774766037.383574}
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY18%2520LZH') HTTP/1.1" 204 0
2026-03-29 06:33:57 [bca.uk] INFO: Found listing with ID: EN16%20HNP
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520HNP%27 HTTP/1.1" 200 None
2026-03-29 06:33:57 [bca.uk] INFO: Scrape type for EN16%20HNP: 2
2026-03-29 06:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP
2026-03-29 06:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29, identifier: EN16%20HNP
2026-03-29 06:33:57 [bca.uk] INFO: Found listing with ID: KP71%20XXK
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520XXK%27 HTTP/1.1" 200 None
2026-03-29 06:33:57 [bca.uk] INFO: Scrape type for KP71%20XXK: 2
2026-03-29 06:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK
2026-03-29 06:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4, identifier: KP71%20XXK
2026-03-29 06:33:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA
2026-03-29 06:33:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA
2026-03-29 06:33:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA to the API
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH69%20GUA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '15a626b9-5ed4-5168-885b-2a8c14b7b8f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH69 GUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH69%20GUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 45193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0076896',
 'year': 2019}
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520GUA%27 HTTP/1.1" 200 None
2026-03-29 06:33:57 [bca.uk] INFO: Saving data for SH69%20GUA: {'auction_closing_time': 1775124000.0, 'created_time': 1774390963.652484, 'last_price_update_time': 1774766037.890828}
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH69%2520GUA') HTTP/1.1" 204 0
2026-03-29 06:33:57 [bca.uk] INFO: Found listing with ID: BF64%20YBL
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF64%2520YBL%27 HTTP/1.1" 200 None
2026-03-29 06:33:57 [bca.uk] INFO: Scrape type for BF64%20YBL: 2
2026-03-29 06:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL
2026-03-29 06:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with scrape type 2
2026-03-29 06:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with scrape type 2
2026-03-29 06:33:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9, identifier: BF64%20YBL
2026-03-29 06:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP
2026-03-29 06:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP
2026-03-29 06:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP to the API
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN16%20HNP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN16 HNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN16%20HNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 69035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ208515',
 'year': 2016}
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520HNP%27 HTTP/1.1" 200 None
2026-03-29 06:33:58 [bca.uk] INFO: Saving data for EN16%20HNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774392143.743181, 'last_price_update_time': 1774766038.306678}
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520HNP') HTTP/1.1" 204 0
2026-03-29 06:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK
2026-03-29 06:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK
2026-03-29 06:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK to the API
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP71%20XXK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1e5a1e34-8fe6-5355-9f24-39c96fd526c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP71 XXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP71%20XXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 23582,
 'odometer_reading_unit': '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': 'LSJW74099MZ225898',
 'year': 2022}
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520XXK%27 HTTP/1.1" 200 None
2026-03-29 06:33:58 [bca.uk] INFO: Saving data for KP71%20XXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774390710.484083, 'last_price_update_time': 1774766038.591445}
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP71%2520XXK') HTTP/1.1" 204 0
2026-03-29 06:33:58 [bca.uk] INFO: Found listing with ID: DG66%20AUN
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520AUN%27 HTTP/1.1" 200 None
2026-03-29 06:33:58 [bca.uk] INFO: Scrape type for DG66%20AUN: 2
2026-03-29 06:33:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN
2026-03-29 06:33:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 523224bb-43c2-5dc7-97f9-6d524b329482 with scrape type 2
2026-03-29 06:33:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 523224bb-43c2-5dc7-97f9-6d524b329482 with scrape type 2
2026-03-29 06:33:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 523224bb-43c2-5dc7-97f9-6d524b329482, identifier: DG66%20AUN
2026-03-29 06:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL
2026-03-29 06:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL
2026-03-29 06:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL to the API
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF64%20YBL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '327350a7-de5e-5bca-9fa7-0dc10c44dcc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF64 YBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF64%20YBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 89982,
 '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': 'WF0JXXGCBJEP54859',
 'year': 2014}
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF64%2520YBL%27 HTTP/1.1" 200 None
2026-03-29 06:33:58 [bca.uk] INFO: Saving data for BF64%20YBL: {'auction_closing_time': 1774864800.0, 'created_time': 1774390457.219571, 'last_price_update_time': 1774766038.981237}
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF64%2520YBL') HTTP/1.1" 204 0
2026-03-29 06:33:58 [bca.uk] INFO: Found listing with ID: SN19%20DPH
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN19%2520DPH%27 HTTP/1.1" 200 None
2026-03-29 06:33:59 [bca.uk] INFO: Scrape type for SN19%20DPH: 2
2026-03-29 06:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH
2026-03-29 06:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with scrape type 2
2026-03-29 06:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with scrape type 2
2026-03-29 06:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c, identifier: SN19%20DPH
2026-03-29 06:33:59 [bca.uk] INFO: Found listing with ID: BJ68%20DCF
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520DCF%27 HTTP/1.1" 200 None
2026-03-29 06:33:59 [bca.uk] INFO: Scrape type for BJ68%20DCF: 2
2026-03-29 06:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF
2026-03-29 06:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd11bc9-1ea0-5130-b28c-e12153b17c32 with scrape type 2
2026-03-29 06:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd11bc9-1ea0-5130-b28c-e12153b17c32 with scrape type 2
2026-03-29 06:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abd11bc9-1ea0-5130-b28c-e12153b17c32, identifier: BJ68%20DCF
2026-03-29 06:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN
2026-03-29 06:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN
2026-03-29 06:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN to the API
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG66%20AUN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '523224bb-43c2-5dc7-97f9-6d524b329482',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG66 AUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG66%20AUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 68900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 30KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH TEKNA',
 'vin': 'SJNFAAZE0U6053130',
 'year': 2016}
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520AUN%27 HTTP/1.1" 200 None
2026-03-29 06:33:59 [bca.uk] INFO: Saving data for DG66%20AUN: {'auction_closing_time': 1774951200.0, 'created_time': 1774391068.323149, 'last_price_update_time': 1774766039.489311}
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG66%2520AUN') HTTP/1.1" 204 0
2026-03-29 06:33:59 [bca.uk] INFO: Found listing with ID: FY17%20OYM
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY17%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 06:33:59 [bca.uk] INFO: Scrape type for FY17%20OYM: 2
2026-03-29 06:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM
2026-03-29 06:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with scrape type 2
2026-03-29 06:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with scrape type 2
2026-03-29 06:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311, identifier: FY17%20OYM
2026-03-29 06:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH
2026-03-29 06:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH
2026-03-29 06:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH to the API
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:33: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:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN19%20DPH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN19 DPH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN19%20DPH&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 36637,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851ALKZ521277',
 'year': 2019}
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN19%2520DPH%27 HTTP/1.1" 200 None
2026-03-29 06:33:59 [bca.uk] INFO: Saving data for SN19%20DPH: {'auction_closing_time': 1774864800.0, 'created_time': 1774392141.915772, 'last_price_update_time': 1774766039.88036}
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN19%2520DPH') HTTP/1.1" 204 0
2026-03-29 06:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF
2026-03-29 06:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF
2026-03-29 06:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF to the API
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ68%20DCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'abd11bc9-1ea0-5130-b28c-e12153b17c32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ68 DCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ68%20DCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 87286,
 'odometer_reading_unit': '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 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE',
 'vin': 'SALYA2AN2KA789702',
 'year': 2018}
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34: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%2520DCF%27 HTTP/1.1" 200 None
2026-03-29 06:34:00 [bca.uk] INFO: Saving data for BJ68%20DCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390713.098316, 'last_price_update_time': 1774766040.202865}
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ68%2520DCF') HTTP/1.1" 204 0
2026-03-29 06:34:00 [bca.uk] INFO: Found listing with ID: LO68%20ZYL
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO68%2520ZYL%27 HTTP/1.1" 200 None
2026-03-29 06:34:00 [bca.uk] INFO: Scrape type for LO68%20ZYL: 2
2026-03-29 06:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL
2026-03-29 06:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba953fd3-8236-5462-95e3-b027c963d0ce with scrape type 2
2026-03-29 06:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba953fd3-8236-5462-95e3-b027c963d0ce with scrape type 2
2026-03-29 06:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba953fd3-8236-5462-95e3-b027c963d0ce, identifier: LO68%20ZYL
2026-03-29 06:34:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM
2026-03-29 06:34:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM
2026-03-29 06:34:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM to the API
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY17%20OYM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd43c6c1a-184a-5f4f-8a5d-3fb7b4ced311',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY17 OYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY17%20OYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 173419,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 ZETEC EDITION',
 'vin': 'WF05XXGCC5HU54653',
 'year': 2017}
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY17%2520OYM%27 HTTP/1.1" 200 None
2026-03-29 06:34:00 [bca.uk] INFO: Saving data for FY17%20OYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303875.732957, 'last_price_update_time': 1774766040.596878}
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY17%2520OYM') HTTP/1.1" 204 0
2026-03-29 06:34:00 [bca.uk] INFO: Found listing with ID: FH68%20SXJ
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520SXJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:00 [bca.uk] INFO: Scrape type for FH68%20SXJ: 2
2026-03-29 06:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ
2026-03-29 06:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 616b64f7-0eed-5e6b-a791-7e14a4d71468 with scrape type 2
2026-03-29 06:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 616b64f7-0eed-5e6b-a791-7e14a4d71468 with scrape type 2
2026-03-29 06:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 616b64f7-0eed-5e6b-a791-7e14a4d71468, identifier: FH68%20SXJ
2026-03-29 06:34:00 [bca.uk] INFO: Found listing with ID: GU73%20NSJ
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU73%2520NSJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:00 [bca.uk] INFO: Scrape type for GU73%20NSJ: 2
2026-03-29 06:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ
2026-03-29 06:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5537063-58f1-5422-b184-f7153252739d with scrape type 2
2026-03-29 06:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5537063-58f1-5422-b184-f7153252739d with scrape type 2
2026-03-29 06:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5537063-58f1-5422-b184-f7153252739d, identifier: GU73%20NSJ
2026-03-29 06:34:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL
2026-03-29 06:34:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL
2026-03-29 06:34:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL to the API
2026-03-29 06:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO68%20ZYL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba953fd3-8236-5462-95e3-b027c963d0ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO68 ZYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO68%20ZYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250',
 'odometer': 49745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 250 2.0 SPORT EXECUTIVE 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE 4M DCT',
 'vin': 'WDC1569462J588190',
 'year': 2019}
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO68%2520ZYL%27 HTTP/1.1" 200 None
2026-03-29 06:34:01 [bca.uk] INFO: Saving data for LO68%20ZYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391029.088808, 'last_price_update_time': 1774766041.098984}
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO68%2520ZYL') HTTP/1.1" 204 0
2026-03-29 06:34:01 [bca.uk] INFO: Found listing with ID: LM66%20LVO
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520LVO%27 HTTP/1.1" 200 None
2026-03-29 06:34:01 [bca.uk] INFO: Scrape type for LM66%20LVO: 2
2026-03-29 06:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO
2026-03-29 06:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with scrape type 2
2026-03-29 06:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with scrape type 2
2026-03-29 06:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d2eda5-eb2f-5da7-ab20-4addfb674db3, identifier: LM66%20LVO
2026-03-29 06:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ
2026-03-29 06:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ
2026-03-29 06:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ to the API
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH68%20SXJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '616b64f7-0eed-5e6b-a791-7e14a4d71468',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH68 SXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH68%20SXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 79776,
 'odometer_reading_unit': '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 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 EX',
 'vin': 'SHHFK9780JU008511',
 'year': 2018}
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520SXJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:01 [bca.uk] INFO: Saving data for FH68%20SXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774392149.135621, 'last_price_update_time': 1774766041.622946}
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH68%2520SXJ') HTTP/1.1" 204 0
2026-03-29 06:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ
2026-03-29 06:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ
2026-03-29 06:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ to the API
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU73%20NSJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5537063-58f1-5422-b184-f7153252739d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU73 NSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU73%20NSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 22536,
 '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 HS 1.5 T-GDI TROPHY Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI TROPHY',
 'vin': 'LSJA24U92PN296424',
 'year': 2024}
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU73%2520NSJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:01 [bca.uk] INFO: Saving data for GU73%20NSJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773824169.481539, 'last_price_update_time': 1774766041.923781}
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU73%2520NSJ') HTTP/1.1" 204 0
2026-03-29 06:34:01 [bca.uk] INFO: Found listing with ID: SH68%20GWJ
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520GWJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:01 [bca.uk] INFO: Scrape type for SH68%20GWJ: 2
2026-03-29 06:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ
2026-03-29 06:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 050dfc60-411f-52aa-a5c3-7d0f7867104e with scrape type 2
2026-03-29 06:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 050dfc60-411f-52aa-a5c3-7d0f7867104e with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 050dfc60-411f-52aa-a5c3-7d0f7867104e, identifier: SH68%20GWJ
2026-03-29 06:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO
2026-03-29 06:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO
2026-03-29 06:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO to the API
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM66%20LVO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71d2eda5-eb2f-5da7-ab20-4addfb674db3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM66 LVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM66%20LVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 D',
 'odometer': 95553,
 '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 C200 D 1.6 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050372R237955',
 'year': 2016}
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520LVO%27 HTTP/1.1" 200 None
2026-03-29 06:34:02 [bca.uk] INFO: Saving data for LM66%20LVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774016893.606612, 'last_price_update_time': 1774766042.32517}
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM66%2520LVO') HTTP/1.1" 204 0
2026-03-29 06:34:02 [bca.uk] INFO: Found listing with ID: WF07%20TTV
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF07%2520TTV%27 HTTP/1.1" 200 None
2026-03-29 06:34:02 [bca.uk] INFO: Scrape type for WF07%20TTV: 2
2026-03-29 06:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV
2026-03-29 06:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2758114c-82fe-5d81-b782-6943ecb81b5b with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2758114c-82fe-5d81-b782-6943ecb81b5b with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2758114c-82fe-5d81-b782-6943ecb81b5b, identifier: WF07%20TTV
2026-03-29 06:34:02 [bca.uk] INFO: Found listing with ID: N27%20JVH
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N27%2520JVH%27 HTTP/1.1" 200 None
2026-03-29 06:34:02 [bca.uk] INFO: Scrape type for N27%20JVH: 2
2026-03-29 06:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH
2026-03-29 06:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8292a94b-6f54-5167-a9e4-7e5866b41810 with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8292a94b-6f54-5167-a9e4-7e5866b41810 with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8292a94b-6f54-5167-a9e4-7e5866b41810, identifier: N27%20JVH
2026-03-29 06:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ
2026-03-29 06:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ
2026-03-29 06:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ to the API
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20GWJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '050dfc60-411f-52aa-a5c3-7d0f7867104e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 GWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20GWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 68208,
 'odometer_reading_unit': '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 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 DYNAMIQUE',
 'vin': 'VF1RFE00761960033',
 'year': 2019}
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520GWJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:02 [bca.uk] INFO: Saving data for SH68%20GWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391032.206073, 'last_price_update_time': 1774766042.844173}
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520GWJ') HTTP/1.1" 204 0
2026-03-29 06:34:02 [bca.uk] INFO: Found listing with ID: BC69%20CYY
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC69%2520CYY%27 HTTP/1.1" 200 None
2026-03-29 06:34:02 [bca.uk] INFO: Scrape type for BC69%20CYY: 2
2026-03-29 06:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY
2026-03-29 06:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2b91b6a-4777-5480-9b05-e086e65dafa7 with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2b91b6a-4777-5480-9b05-e086e65dafa7 with scrape type 2
2026-03-29 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2b91b6a-4777-5480-9b05-e086e65dafa7, identifier: BC69%20CYY
2026-03-29 06:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV
2026-03-29 06:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV
2026-03-29 06:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV to the API
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF07%20TTV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2758114c-82fe-5d81-b782-6943ecb81b5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF07 TTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF07%20TTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLS 320',
 'odometer': 149078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLS 320 3.0 CDI 7G Coupe',
 'transmission': 'manual',
 'trim': 'CDI 7G',
 'vin': 'WDD2193222A116605',
 'year': 2007}
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF07%2520TTV%27 HTTP/1.1" 200 None
2026-03-29 06:34:03 [bca.uk] INFO: Saving data for WF07%20TTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774392133.33065, 'last_price_update_time': 1774766043.227148}
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF07%2520TTV') HTTP/1.1" 204 0
2026-03-29 06:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH
2026-03-29 06:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH
2026-03-29 06:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH to the API
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N27%20JVH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8292a94b-6f54-5167-a9e4-7e5866b41810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N27 JVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N27%20JVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FIAT',
 'model': '500',
 'odometer': 62566,
 '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': 'ZFA3120000J816424',
 'year': 2017}
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N27%2520JVH%27 HTTP/1.1" 200 None
2026-03-29 06:34:03 [bca.uk] INFO: Saving data for N27%20JVH: {'auction_closing_time': 1775037600.0, 'created_time': 1774046873.383926, 'last_price_update_time': 1774766043.500634}
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N27%2520JVH') HTTP/1.1" 204 0
2026-03-29 06:34:03 [bca.uk] INFO: Found listing with ID: EJ67%20JKZ
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ67%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:03 [bca.uk] INFO: Scrape type for EJ67%20JKZ: 2
2026-03-29 06:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ
2026-03-29 06:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with scrape type 2
2026-03-29 06:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with scrape type 2
2026-03-29 06:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c, identifier: EJ67%20JKZ
2026-03-29 06:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY
2026-03-29 06:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY
2026-03-29 06:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY to the API
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC69%20CYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2b91b6a-4777-5480-9b05-e086e65dafa7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC69 CYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC69%20CYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 41543,
 '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': 'JEEP RENEGADE 1.0 T3 120 GSE NIGHT EAGLE II Hatchback',
 'transmission': 'manual',
 'trim': 'T3 120 GSE NIGHT EAGLE II',
 'vin': '1C4BU0000KPL10615',
 'year': 2020}
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC69%2520CYY%27 HTTP/1.1" 200 None
2026-03-29 06:34:03 [bca.uk] INFO: Saving data for BC69%20CYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303645.374794, 'last_price_update_time': 1774766043.970166}
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC69%2520CYY') HTTP/1.1" 204 0
2026-03-29 06:34:03 [bca.uk] INFO: Found listing with ID: DE09%20GUC
2026-03-29 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:34:04 [bca.uk] INFO: Scrape type for DE09%20GUC: 2
2026-03-29 06:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC
2026-03-29 06:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7f7d0a0-9401-565c-9839-99afcb277d87 with scrape type 2
2026-03-29 06:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7f7d0a0-9401-565c-9839-99afcb277d87 with scrape type 2
2026-03-29 06:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7f7d0a0-9401-565c-9839-99afcb277d87, identifier: DE09%20GUC
2026-03-29 06:34:04 [bca.uk] INFO: Found listing with ID: YE68%20TVF
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 06:34:04 [bca.uk] INFO: Scrape type for YE68%20TVF: 2
2026-03-29 06:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF
2026-03-29 06:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7dc8d7a-d696-5e57-9456-922ae8569cf5 with scrape type 2
2026-03-29 06:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7dc8d7a-d696-5e57-9456-922ae8569cf5 with scrape type 2
2026-03-29 06:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7dc8d7a-d696-5e57-9456-922ae8569cf5, identifier: YE68%20TVF
2026-03-29 06:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ
2026-03-29 06:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ
2026-03-29 06:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ to the API
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 84,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ67%20JKZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ67 JKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ67%20JKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 63245,
 '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.5 TDCI 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 85 ZETEC',
 'vin': 'WF0JXXGAHJHK70345',
 'year': 2017}
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ67%2520JKZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:04 [bca.uk] INFO: Saving data for EJ67%20JKZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391034.935277, 'last_price_update_time': 1774766044.498249}
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ67%2520JKZ') HTTP/1.1" 204 0
2026-03-29 06:34:04 [bca.uk] INFO: Found listing with ID: FL12%20VNS
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL12%2520VNS%27 HTTP/1.1" 200 None
2026-03-29 06:34:04 [bca.uk] INFO: Scrape type for FL12%20VNS: 2
2026-03-29 06:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS
2026-03-29 06:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a51543de-9825-5a49-91c4-a487b814f50f with scrape type 2
2026-03-29 06:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a51543de-9825-5a49-91c4-a487b814f50f with scrape type 2
2026-03-29 06:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a51543de-9825-5a49-91c4-a487b814f50f, identifier: FL12%20VNS
2026-03-29 06:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC
2026-03-29 06:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC
2026-03-29 06:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC to the API
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE09%20GUC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd7f7d0a0-9401-565c-9839-99afcb277d87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE09 GUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE09%20GUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 97882,
 '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 MEGANE 1.6 16V EXPRESSION Hatchback',
 'transmission': 'manual',
 'trim': '16V EXPRESSION',
 'vin': 'VF1BZ0H0541764621',
 'year': 2009}
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520GUC%27 HTTP/1.1" 200 None
2026-03-29 06:34:04 [bca.uk] INFO: Saving data for DE09%20GUC: {'auction_closing_time': 1775037600.0, 'created_time': 1774392136.096956, 'last_price_update_time': 1774766044.920005}
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE09%2520GUC') HTTP/1.1" 204 0
2026-03-29 06:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF
2026-03-29 06:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF
2026-03-29 06:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF to the API
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE68%20TVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a7dc8d7a-d696-5e57-9456-922ae8569cf5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE68 TVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE68%20TVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 57789,
 'odometer_reading_unit': '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 D 180 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD PORTFOLIO',
 'vin': 'SADCA2AN9KA354469',
 'year': 2018}
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520TVF%27 HTTP/1.1" 200 None
2026-03-29 06:34:05 [bca.uk] INFO: Saving data for YE68%20TVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774046873.750024, 'last_price_update_time': 1774766045.220648}
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE68%2520TVF') HTTP/1.1" 204 0
2026-03-29 06:34:05 [bca.uk] INFO: Found listing with ID: HJ68%20FZS
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ68%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 06:34:05 [bca.uk] INFO: Scrape type for HJ68%20FZS: 2
2026-03-29 06:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS
2026-03-29 06:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a72a390c-1607-54c9-b60f-d1b126c3299c with scrape type 2
2026-03-29 06:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a72a390c-1607-54c9-b60f-d1b126c3299c with scrape type 2
2026-03-29 06:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a72a390c-1607-54c9-b60f-d1b126c3299c, identifier: HJ68%20FZS
2026-03-29 06:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS
2026-03-29 06:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS
2026-03-29 06:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS to the API
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL12%20VNS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a51543de-9825-5a49-91c4-a487b814f50f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL12 VNS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL12%20VNS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 143862,
 '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 RAV4 2.0 V-MATIC XT-R M-DRIVE S StationWagon',
 'transmission': 'manual',
 'trim': 'V-MATIC XT-R M-DRIVE S',
 'vin': 'JTMBE31V90D079103',
 'year': 2012}
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL12%2520VNS%27 HTTP/1.1" 200 None
2026-03-29 06:34:05 [bca.uk] INFO: Saving data for FL12%20VNS: {'auction_closing_time': 1774864800.0, 'created_time': 1774303877.131751, 'last_price_update_time': 1774766045.60478}
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL12%2520VNS') HTTP/1.1" 204 0
2026-03-29 06:34:05 [bca.uk] INFO: Found listing with ID: OV57%20VLB
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV57%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:34:05 [bca.uk] INFO: Scrape type for OV57%20VLB: 2
2026-03-29 06:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB
2026-03-29 06:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3068ea45-0350-59e4-990a-a5356cf1a468 with scrape type 2
2026-03-29 06:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3068ea45-0350-59e4-990a-a5356cf1a468 with scrape type 2
2026-03-29 06:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3068ea45-0350-59e4-990a-a5356cf1a468, identifier: OV57%20VLB
2026-03-29 06:34:05 [bca.uk] INFO: Found listing with ID: KW70%20WTA
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WTA%27 HTTP/1.1" 200 None
2026-03-29 06:34:05 [bca.uk] INFO: Scrape type for KW70%20WTA: 2
2026-03-29 06:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA
2026-03-29 06:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with scrape type 2
2026-03-29 06:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with scrape type 2
2026-03-29 06:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c, identifier: KW70%20WTA
2026-03-29 06:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS
2026-03-29 06:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS
2026-03-29 06:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS to the API
2026-03-29 06:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ68%20FZS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a72a390c-1607-54c9-b60f-d1b126c3299c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ68 FZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ68%20FZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'CEED SW',
 'odometer': 65846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA CEED SW 1.6 CRDI 3 ISG Estate',
 'transmission': 'manual',
 'trim': 'CRDI 3 ISG',
 'vin': 'U5YH5819LKL002790',
 'year': 2018}
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ68%2520FZS%27 HTTP/1.1" 200 None
2026-03-29 06:34:06 [bca.uk] INFO: Saving data for HJ68%20FZS: {'auction_closing_time': 1775124000.0, 'created_time': 1774391018.389392, 'last_price_update_time': 1774766046.110169}
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ68%2520FZS') HTTP/1.1" 204 0
2026-03-29 06:34:06 [bca.uk] INFO: Found listing with ID: LR08%20UEL
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR08%2520UEL%27 HTTP/1.1" 200 None
2026-03-29 06:34:06 [bca.uk] INFO: Scrape type for LR08%20UEL: 2
2026-03-29 06:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL
2026-03-29 06:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 612a210f-c017-5335-8694-cab7fbb50f75 with scrape type 2
2026-03-29 06:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 612a210f-c017-5335-8694-cab7fbb50f75 with scrape type 2
2026-03-29 06:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 612a210f-c017-5335-8694-cab7fbb50f75, identifier: LR08%20UEL
2026-03-29 06:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB
2026-03-29 06:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB
2026-03-29 06:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB to the API
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV57%20VLB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3068ea45-0350-59e4-990a-a5356cf1a468',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV57 VLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV57%20VLB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 166444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-CDTI EX Estate',
 'transmission': 'manual',
 'trim': 'I-CDTI EX',
 'vin': 'SHSRE67707U038859',
 'year': 2007}
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV57%2520VLB%27 HTTP/1.1" 200 None
2026-03-29 06:34:06 [bca.uk] INFO: Saving data for OV57%20VLB: {'auction_closing_time': 1775037600.0, 'created_time': 1773928908.133008, 'last_price_update_time': 1774766046.619682}
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV57%2520VLB') HTTP/1.1" 204 0
2026-03-29 06:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA
2026-03-29 06:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA
2026-03-29 06:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA to the API
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20WTA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW70 WTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20WTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 53681,
 '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 P250 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD R-DYNAMIC S',
 'vin': 'SALZA2AX1LH120903',
 'year': 2020}
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WTA%27 HTTP/1.1" 200 None
2026-03-29 06:34:06 [bca.uk] INFO: Saving data for KW70%20WTA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390709.137139, 'last_price_update_time': 1774766046.90992}
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520WTA') HTTP/1.1" 204 0
2026-03-29 06:34:06 [bca.uk] INFO: Found listing with ID: KX18%20JBV
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520JBV%27 HTTP/1.1" 200 None
2026-03-29 06:34:06 [bca.uk] INFO: Scrape type for KX18%20JBV: 2
2026-03-29 06:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV
2026-03-29 06:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 523c0e93-197a-5ce7-8472-5d20da048f2f with scrape type 2
2026-03-29 06:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 523c0e93-197a-5ce7-8472-5d20da048f2f with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 523c0e93-197a-5ce7-8472-5d20da048f2f, identifier: KX18%20JBV
2026-03-29 06:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL
2026-03-29 06:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL
2026-03-29 06:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL to the API
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR08%20UEL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '612a210f-c017-5335-8694-cab7fbb50f75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR08 UEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR08%20UEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '107',
 'odometer': 50119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 107 1.0 URBAN Hatchback',
 'transmission': 'manual',
 'trim': 'URBAN',
 'vin': 'VF3PMCFAC88224518',
 'year': 2008}
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR08%2520UEL%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Saving data for LR08%20UEL: {'auction_closing_time': 1774864800.0, 'created_time': 1774303874.401626, 'last_price_update_time': 1774766047.307971}
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR08%2520UEL') HTTP/1.1" 204 0
2026-03-29 06:34:07 [bca.uk] INFO: Found listing with ID: WM57%20RXB
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520RXB%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Scrape type for WM57%20RXB: 2
2026-03-29 06:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB
2026-03-29 06:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3afc67f5-4a38-5d94-a9ab-552f43235c2f with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3afc67f5-4a38-5d94-a9ab-552f43235c2f with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3afc67f5-4a38-5d94-a9ab-552f43235c2f, identifier: WM57%20RXB
2026-03-29 06:34:07 [bca.uk] INFO: Found listing with ID: SR14%20LFJ
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR14%2520LFJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Scrape type for SR14%20LFJ: 0
2026-03-29 06:34:07 [bca.uk] INFO: Found listing with ID: BK74%20ZPD
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPD%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Scrape type for BK74%20ZPD: 0
2026-03-29 06:34:07 [bca.uk] INFO: Found listing with ID: WT25%20SWF
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520SWF%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Scrape type for WT25%20SWF: 2
2026-03-29 06:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF
2026-03-29 06:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8618f055-d665-59be-a8c8-f53921d240bb with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8618f055-d665-59be-a8c8-f53921d240bb with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8618f055-d665-59be-a8c8-f53921d240bb, identifier: WT25%20SWF
2026-03-29 06:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV
2026-03-29 06:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV
2026-03-29 06:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV to the API
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX18%20JBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '523c0e93-197a-5ce7-8472-5d20da048f2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX18 JBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX18%20JBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 67697,
 'odometer_reading_unit': '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.6 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFCAJ11U2204116',
 'year': 2018}
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520JBV%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Saving data for KX18%20JBV: {'auction_closing_time': 1775124000.0, 'created_time': 1774391020.466432, 'last_price_update_time': 1774766047.850426}
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX18%2520JBV') HTTP/1.1" 204 0
2026-03-29 06:34:07 [bca.uk] INFO: Found listing with ID: ML15%20EZS
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520EZS%27 HTTP/1.1" 200 None
2026-03-29 06:34:07 [bca.uk] INFO: Scrape type for ML15%20EZS: 2
2026-03-29 06:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS
2026-03-29 06:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f90d280-18cb-5219-933a-310ec0c33f22 with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f90d280-18cb-5219-933a-310ec0c33f22 with scrape type 2
2026-03-29 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f90d280-18cb-5219-933a-310ec0c33f22, identifier: ML15%20EZS
2026-03-29 06:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB
2026-03-29 06:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB
2026-03-29 06:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB to the API
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM57%20RXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3afc67f5-4a38-5d94-a9ab-552f43235c2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM57 RXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM57%20RXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'COLT',
 'odometer': 143735,
 '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': 'MITSUBISHI COLT 1.1 CZ1 Hatchback',
 'transmission': 'manual',
 'trim': 'CZ1',
 'vin': 'XMDMNZ32A8F029415',
 'year': 2008}
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520RXB%27 HTTP/1.1" 200 None
2026-03-29 06:34:08 [bca.uk] INFO: Saving data for WM57%20RXB: {'auction_closing_time': 1775037600.0, 'created_time': 1774392098.862562, 'last_price_update_time': 1774766048.246161}
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM57%2520RXB') HTTP/1.1" 204 0
2026-03-29 06:34:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF
2026-03-29 06:34:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF
2026-03-29 06:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF to the API
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20SWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8618f055-d665-59be-a8c8-f53921d240bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 SWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20SWF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 5643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA5RSU83855',
 'year': 2025}
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520SWF%27 HTTP/1.1" 200 None
2026-03-29 06:34:08 [bca.uk] INFO: Saving data for WT25%20SWF: {'auction_closing_time': 1774940400.0, 'created_time': 1774277379.819736, 'last_price_update_time': 1774766048.541285}
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520SWF') HTTP/1.1" 204 0
2026-03-29 06:34:08 [bca.uk] INFO: Found listing with ID: PK19%20ZLZ
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:08 [bca.uk] INFO: Scrape type for PK19%20ZLZ: 2
2026-03-29 06:34:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ
2026-03-29 06:34:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2502e3-5e49-5c82-b936-741519ecc7a0 with scrape type 2
2026-03-29 06:34:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2502e3-5e49-5c82-b936-741519ecc7a0 with scrape type 2
2026-03-29 06:34:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e2502e3-5e49-5c82-b936-741519ecc7a0, identifier: PK19%20ZLZ
2026-03-29 06:34:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS
2026-03-29 06:34:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS
2026-03-29 06:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS to the API
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML15%20EZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f90d280-18cb-5219-933a-310ec0c33f22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML15 EZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML15%20EZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 85833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7104847',
 'year': 2015}
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520EZS%27 HTTP/1.1" 200 None
2026-03-29 06:34:08 [bca.uk] INFO: Saving data for ML15%20EZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774303876.751305, 'last_price_update_time': 1774766048.934106}
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML15%2520EZS') HTTP/1.1" 204 0
2026-03-29 06:34:08 [bca.uk] INFO: Found listing with ID: HT66%20UZV
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT66%2520UZV%27 HTTP/1.1" 200 None
2026-03-29 06:34:08 [bca.uk] INFO: Scrape type for HT66%20UZV: 2
2026-03-29 06:34:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV
2026-03-29 06:34:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with scrape type 2
2026-03-29 06:34:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with scrape type 2
2026-03-29 06:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5, identifier: HT66%20UZV
2026-03-29 06:34:09 [bca.uk] INFO: Found listing with ID: WT25%20UFS
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFS%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Scrape type for WT25%20UFS: 0
2026-03-29 06:34:09 [bca.uk] INFO: Found listing with ID: WT25%20UFX
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Scrape type for WT25%20UFX: 0
2026-03-29 06:34:09 [bca.uk] INFO: Found listing with ID: WT25%20UHA
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHA%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Scrape type for WT25%20UHA: 0
2026-03-29 06:34:09 [bca.uk] INFO: Found listing with ID: WT25%20UHJ
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Scrape type for WT25%20UHJ: 0
2026-03-29 06:34:09 [bca.uk] INFO: Found listing with ID: LF69%20KAA
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520KAA%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Scrape type for LF69%20KAA: 2
2026-03-29 06:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA
2026-03-29 06:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4887dad4-2a2f-596b-a945-b5bcc169f92f with scrape type 2
2026-03-29 06:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4887dad4-2a2f-596b-a945-b5bcc169f92f with scrape type 2
2026-03-29 06:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4887dad4-2a2f-596b-a945-b5bcc169f92f, identifier: LF69%20KAA
2026-03-29 06:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ
2026-03-29 06:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ
2026-03-29 06:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ to the API
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK19%20ZLZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e2502e3-5e49-5c82-b936-741519ecc7a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK19 ZLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK19%20ZLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 53339,
 'odometer_reading_unit': '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 AWD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 AWD S',
 'vin': 'SADFA2AN1K1Z60071',
 'year': 2019}
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Saving data for PK19%20ZLZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391022.488173, 'last_price_update_time': 1774766049.486392}
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK19%2520ZLZ') HTTP/1.1" 204 0
2026-03-29 06:34:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:34:09 [bca.uk] INFO: Found listing with ID: FY07%20NVF
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY07%2520NVF%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Scrape type for FY07%20NVF: 2
2026-03-29 06:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF
2026-03-29 06:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b6502be-5071-51fe-8039-334a1642b0a8 with scrape type 2
2026-03-29 06:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b6502be-5071-51fe-8039-334a1642b0a8 with scrape type 2
2026-03-29 06:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b6502be-5071-51fe-8039-334a1642b0a8, identifier: FY07%20NVF
2026-03-29 06:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV
2026-03-29 06:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV
2026-03-29 06:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV to the API
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT66%20UZV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4aa739d-a20c-5d1a-864d-f007fc2e7cd5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT66 UZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT66%20UZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 106137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 110 ENERGY SIGNATURE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ENERGY SIGNATURE',
 'vin': 'VF12RBR1C57311449',
 'year': 2017}
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT66%2520UZV%27 HTTP/1.1" 200 None
2026-03-29 06:34:09 [bca.uk] INFO: Saving data for HT66%20UZV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390521.068537, 'last_price_update_time': 1774766049.969556}
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT66%2520UZV') HTTP/1.1" 204 0
2026-03-29 06:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA
2026-03-29 06:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA
2026-03-29 06:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA to the API
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF69%20KAA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4887dad4-2a2f-596b-a945-b5bcc169f92f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF69 KAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF69%20KAA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 99651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 2.0 TDI 102 BMT STARTLINE DSG Van',
 'transmission': 'automatic',
 'trim': 'TDI 102 BMT STARTLINE DSG',
 'vin': 'WV1ZZZ2KZLX013595',
 'year': 2019}
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520KAA%27 HTTP/1.1" 200 None
2026-03-29 06:34:10 [bca.uk] INFO: Saving data for LF69%20KAA: {'auction_closing_time': 1774940400.0, 'created_time': 1773932469.569582, 'last_price_update_time': 1774766050.261068}
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF69%2520KAA') HTTP/1.1" 204 0
2026-03-29 06:34:10 [bca.uk] INFO: Found listing with ID: PX68%20XXB
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX68%2520XXB%27 HTTP/1.1" 200 None
2026-03-29 06:34:10 [bca.uk] INFO: Scrape type for PX68%20XXB: 2
2026-03-29 06:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB
2026-03-29 06:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with scrape type 2
2026-03-29 06:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with scrape type 2
2026-03-29 06:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf, identifier: PX68%20XXB
2026-03-29 06:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF
2026-03-29 06:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF
2026-03-29 06:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF to the API
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY07%20NVF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6b6502be-5071-51fe-8039-334a1642b0a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY07 NVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY07%20NVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 95494,
 '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 COROLLA 1.4 VVTI COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI COLOUR COLLECTION',
 'vin': 'SB1KM20E50F057400',
 'year': 2007}
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY07%2520NVF%27 HTTP/1.1" 200 None
2026-03-29 06:34:10 [bca.uk] INFO: Saving data for FY07%20NVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303651.487203, 'last_price_update_time': 1774766050.63814}
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY07%2520NVF') HTTP/1.1" 204 0
2026-03-29 06:34:10 [bca.uk] INFO: Found listing with ID: YR10%20FMA
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 06:34:10 [bca.uk] INFO: Scrape type for YR10%20FMA: 2
2026-03-29 06:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA
2026-03-29 06:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cae8058-e573-56a1-84d9-bfaa59efe103 with scrape type 2
2026-03-29 06:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cae8058-e573-56a1-84d9-bfaa59efe103 with scrape type 2
2026-03-29 06:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cae8058-e573-56a1-84d9-bfaa59efe103, identifier: YR10%20FMA
2026-03-29 06:34:10 [bca.uk] INFO: Found listing with ID: GL20%20CGG
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:34:10 [bca.uk] INFO: Scrape type for GL20%20CGG: 2
2026-03-29 06:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG
2026-03-29 06:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdf3a5c2-0918-5ba8-a99f-5985809ca56f with scrape type 2
2026-03-29 06:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdf3a5c2-0918-5ba8-a99f-5985809ca56f with scrape type 2
2026-03-29 06:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdf3a5c2-0918-5ba8-a99f-5985809ca56f, identifier: GL20%20CGG
2026-03-29 06:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB
2026-03-29 06:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB
2026-03-29 06:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB to the API
2026-03-29 06:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX68%20XXB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6591db0a-d1fa-5a50-9155-a0a4a2f28cdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX68 XXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX68%20XXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 47840,
 'odometer_reading_unit': '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 T-ROC 1.0 TSI 115 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 DESIGN',
 'vin': 'WVGZZZA1ZKV019641',
 'year': 2018}
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX68%2520XXB%27 HTTP/1.1" 200 None
2026-03-29 06:34:11 [bca.uk] INFO: Saving data for PX68%20XXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774391006.095511, 'last_price_update_time': 1774766051.145728}
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX68%2520XXB') HTTP/1.1" 204 0
2026-03-29 06:34:11 [scrapy.extensions.logstats] INFO: Crawled 155 pages (at 4 pages/min), scraped 3935 items (at 145 items/min)
2026-03-29 06:34:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:34:11 [bca.uk] INFO: Found listing with ID: YM67%20GSU
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520GSU%27 HTTP/1.1" 200 None
2026-03-29 06:34:11 [bca.uk] INFO: Scrape type for YM67%20GSU: 2
2026-03-29 06:34:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU
2026-03-29 06:34:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb2da336-e3f0-5331-bda2-738214e66685 with scrape type 2
2026-03-29 06:34:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb2da336-e3f0-5331-bda2-738214e66685 with scrape type 2
2026-03-29 06:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb2da336-e3f0-5331-bda2-738214e66685, identifier: YM67%20GSU
2026-03-29 06:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA
2026-03-29 06:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA
2026-03-29 06:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA to the API
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR10%20FMA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8cae8058-e573-56a1-84d9-bfaa59efe103',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR10 FMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR10%20FMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500',
 'odometer': 86802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA31200000488805',
 'year': 2010}
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 06:34:11 [bca.uk] INFO: Saving data for YR10%20FMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390522.684209, 'last_price_update_time': 1774766051.559147}
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR10%2520FMA') HTTP/1.1" 204 0
2026-03-29 06:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG
2026-03-29 06:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG
2026-03-29 06:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG to the API
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL20%20CGG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdf3a5c2-0918-5ba8-a99f-5985809ca56f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL20 CGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL20%20CGG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 124928,
 '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': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAUZ36010N039230',
 'year': 2020}
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520CGG%27 HTTP/1.1" 200 None
2026-03-29 06:34:11 [bca.uk] INFO: Saving data for GL20%20CGG: {'auction_closing_time': 1774940400.0, 'created_time': 1773820976.525453, 'last_price_update_time': 1774766051.833971}
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL20%2520CGG') HTTP/1.1" 204 0
2026-03-29 06:34:11 [bca.uk] INFO: Found listing with ID: EF21%20VVB
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF21%2520VVB%27 HTTP/1.1" 200 None
2026-03-29 06:34:11 [bca.uk] INFO: Scrape type for EF21%20VVB: 2
2026-03-29 06:34:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB
2026-03-29 06:34:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446e412a-982e-5ea6-ac96-f0627957ea74 with scrape type 2
2026-03-29 06:34:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 446e412a-982e-5ea6-ac96-f0627957ea74 with scrape type 2
2026-03-29 06:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 446e412a-982e-5ea6-ac96-f0627957ea74, identifier: EF21%20VVB
2026-03-29 06:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU
2026-03-29 06:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU
2026-03-29 06:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU to the API
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM67%20GSU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb2da336-e3f0-5331-bda2-738214e66685',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM67 GSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM67%20GSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 55318,
 'odometer_reading_unit': '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': 'JTDKGNEC80N330797',
 'year': 2018}
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520GSU%27 HTTP/1.1" 200 None
2026-03-29 06:34:12 [bca.uk] INFO: Saving data for YM67%20GSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303831.372332, 'last_price_update_time': 1774766052.252578}
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM67%2520GSU') HTTP/1.1" 204 0
2026-03-29 06:34:12 [bca.uk] INFO: Found listing with ID: DP19%20DYH
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520DYH%27 HTTP/1.1" 200 None
2026-03-29 06:34:12 [bca.uk] INFO: Scrape type for DP19%20DYH: 2
2026-03-29 06:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH
2026-03-29 06:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 855bc5c9-40ba-5537-9138-be8e9c9f0104 with scrape type 2
2026-03-29 06:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 855bc5c9-40ba-5537-9138-be8e9c9f0104 with scrape type 2
2026-03-29 06:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 855bc5c9-40ba-5537-9138-be8e9c9f0104, identifier: DP19%20DYH
2026-03-29 06:34:12 [bca.uk] INFO: Found listing with ID: GU69%20WBK
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520WBK%27 HTTP/1.1" 200 None
2026-03-29 06:34:12 [bca.uk] INFO: Scrape type for GU69%20WBK: 2
2026-03-29 06:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK
2026-03-29 06:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with scrape type 2
2026-03-29 06:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with scrape type 2
2026-03-29 06:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a197aa4-883a-53c7-90ce-cf250b46e4c1, identifier: GU69%20WBK
2026-03-29 06:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB
2026-03-29 06:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB
2026-03-29 06:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB to the API
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF21%20VVB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '446e412a-982e-5ea6-ac96-f0627957ea74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF21 VVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF21%20VVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'HYUNDAI',
 'model': 'IONIQ ELECTRIC',
 'odometer': 45003,
 '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 IONIQ ELECTRIC 100KW (38KWH) PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW (38KWH) PREMIUM',
 'vin': 'KMHC851JUMU080017',
 'year': 2021}
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF21%2520VVB%27 HTTP/1.1" 200 None
2026-03-29 06:34:12 [bca.uk] INFO: Saving data for EF21%20VVB: {'auction_closing_time': 1774951200.0, 'created_time': 1774391007.409775, 'last_price_update_time': 1774766052.744795}
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF21%2520VVB') HTTP/1.1" 204 0
2026-03-29 06:34:12 [bca.uk] INFO: Found listing with ID: AY17%20WJA
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY17%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 06:34:12 [bca.uk] INFO: Scrape type for AY17%20WJA: 2
2026-03-29 06:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA
2026-03-29 06:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5655951-38c5-50be-8173-d7c2e8a64ad1 with scrape type 2
2026-03-29 06:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5655951-38c5-50be-8173-d7c2e8a64ad1 with scrape type 2
2026-03-29 06:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5655951-38c5-50be-8173-d7c2e8a64ad1, identifier: AY17%20WJA
2026-03-29 06:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH
2026-03-29 06:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH
2026-03-29 06:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH to the API
2026-03-29 06:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP19%20DYH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '855bc5c9-40ba-5537-9138-be8e9c9f0104',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP19 DYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP19%20DYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 32911,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE',
 'vin': 'W0VZRHNS4KS202486',
 'year': 2019}
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520DYH%27 HTTP/1.1" 200 None
2026-03-29 06:34:13 [bca.uk] INFO: Saving data for DP19%20DYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390795.688119, 'last_price_update_time': 1774766053.149596}
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP19%2520DYH') HTTP/1.1" 204 0
2026-03-29 06:34:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK
2026-03-29 06:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK
2026-03-29 06:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK to the API
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU69%20WBK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2a197aa4-883a-53c7-90ce-cf250b46e4c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU69 WBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU69%20WBK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 45025,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9700,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.3 SPORT EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT EXECUTIVE',
 'vin': 'WDD1770842J130907',
 'year': 2019}
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520WBK%27 HTTP/1.1" 200 None
2026-03-29 06:34:13 [bca.uk] INFO: Saving data for GU69%20WBK: {'auction_closing_time': 1774940400.0, 'created_time': 1773935692.717826, 'last_price_update_time': 1774766053.446881}
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520WBK') HTTP/1.1" 204 0
2026-03-29 06:34:13 [bca.uk] INFO: Found listing with ID: SO71%20DRZ
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520DRZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:13 [bca.uk] INFO: Scrape type for SO71%20DRZ: 2
2026-03-29 06:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ
2026-03-29 06:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac6aab0-5931-5671-a7ab-9f498eb61d62 with scrape type 2
2026-03-29 06:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac6aab0-5931-5671-a7ab-9f498eb61d62 with scrape type 2
2026-03-29 06:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dac6aab0-5931-5671-a7ab-9f498eb61d62, identifier: SO71%20DRZ
2026-03-29 06:34:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA
2026-03-29 06:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA
2026-03-29 06:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA to the API
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY17%20WJA-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': 'd5655951-38c5-50be-8173-d7c2e8a64ad1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY17 WJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY17%20WJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 95475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DYNAMIC',
 'vin': 'NMTKZ3BX50R016054',
 'year': 2017}
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY17%2520WJA%27 HTTP/1.1" 200 None
2026-03-29 06:34:13 [bca.uk] INFO: Saving data for AY17%20WJA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303644.710351, 'last_price_update_time': 1774766053.837496}
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY17%2520WJA') HTTP/1.1" 204 0
2026-03-29 06:34:13 [bca.uk] INFO: Found listing with ID: YD66%20OCH
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:34:13 [bca.uk] INFO: Scrape type for YD66%20OCH: 2
2026-03-29 06:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH
2026-03-29 06:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c47999e2-3efd-5a05-a770-60cc2ccc72eb with scrape type 2
2026-03-29 06:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c47999e2-3efd-5a05-a770-60cc2ccc72eb with scrape type 2
2026-03-29 06:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c47999e2-3efd-5a05-a770-60cc2ccc72eb, identifier: YD66%20OCH
2026-03-29 06:34:13 [bca.uk] INFO: Found listing with ID: KM21%20BWZ
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520BWZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:13 [bca.uk] INFO: Scrape type for KM21%20BWZ: 2
2026-03-29 06:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ
2026-03-29 06:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with scrape type 2
2026-03-29 06:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with scrape type 2
2026-03-29 06:34:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3, identifier: KM21%20BWZ
2026-03-29 06:34:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ
2026-03-29 06:34:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ
2026-03-29 06:34:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ to the API
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO71%20DRZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dac6aab0-5931-5671-a7ab-9f498eb61d62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO71 DRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO71%20DRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 23570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCITE DCT',
 'vin': 'LSJW74C96MZ197408',
 'year': 2021}
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520DRZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:14 [bca.uk] INFO: Saving data for SO71%20DRZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390996.683314, 'last_price_update_time': 1774766054.349612}
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO71%2520DRZ') HTTP/1.1" 204 0
2026-03-29 06:34:14 [bca.uk] INFO: Total items found: 100
2026-03-29 06:34:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded
2026-03-29 06:34:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:34:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:34:14 [bca.uk] INFO: Found listing with ID: MA24%20ZXL
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 06:34:14 [bca.uk] INFO: Scrape type for MA24%20ZXL: 2
2026-03-29 06:34:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL
2026-03-29 06:34:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9914a083-ae91-52c9-8e44-f738f02b00c1 with scrape type 2
2026-03-29 06:34:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9914a083-ae91-52c9-8e44-f738f02b00c1 with scrape type 2
2026-03-29 06:34:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9914a083-ae91-52c9-8e44-f738f02b00c1, identifier: MA24%20ZXL
2026-03-29 06:34:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH
2026-03-29 06:34:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH
2026-03-29 06:34:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH to the API
2026-03-29 06:34:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD66%20OCH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c47999e2-3efd-5a05-a770-60cc2ccc72eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD66 OCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD66%20OCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 72315,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I ICON Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON',
 'vin': 'VNKKJ3D350A364671',
 'year': 2016}
2026-03-29 06:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:34:15 [bca.uk] INFO: Saving data for YD66%20OCH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390527.149395, 'last_price_update_time': 1774766055.79205}
2026-03-29 06:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD66%2520OCH') HTTP/1.1" 204 0
2026-03-29 06:34:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ
2026-03-29 06:34:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ
2026-03-29 06:34:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ to the API
2026-03-29 06:34:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM21%20BWZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM21 BWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM21%20BWZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 107474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11350,
 'price_includes_vat': False,
 'registration_date': '2021-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': 'WAUZZZF20MN051577',
 'year': 2021}
2026-03-29 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520BWZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:16 [bca.uk] INFO: Saving data for KM21%20BWZ: {'auction_closing_time': 1774940400.0, 'created_time': 1773829929.12895, 'last_price_update_time': 1774766056.806639}
2026-03-29 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM21%2520BWZ') HTTP/1.1" 204 0
2026-03-29 06:34:16 [bca.uk] INFO: Found listing with ID: LA67%20AZJ
2026-03-29 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA67%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:16 [bca.uk] INFO: Scrape type for LA67%20AZJ: 2
2026-03-29 06:34:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ
2026-03-29 06:34:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with scrape type 2
2026-03-29 06:34:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with scrape type 2
2026-03-29 06:34:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0, identifier: LA67%20AZJ
2026-03-29 06:34:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:34:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL
2026-03-29 06:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL
2026-03-29 06:34:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL to the API
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20ZXL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9914a083-ae91-52c9-8e44-f738f02b00c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA24 ZXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20ZXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 14339,
 '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': '6FPPXXMJ2PPP40418',
 'year': 2024}
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZXL%27 HTTP/1.1" 200 None
2026-03-29 06:34:17 [bca.uk] INFO: Saving data for MA24%20ZXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390472.430248, 'last_price_update_time': 1774766057.201904}
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520ZXL') HTTP/1.1" 204 0
2026-03-29 06:34:17 [bca.uk] INFO: Found listing with ID: FN13%20WVD
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520WVD%27 HTTP/1.1" 200 None
2026-03-29 06:34:17 [bca.uk] INFO: Scrape type for FN13%20WVD: 2
2026-03-29 06:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD
2026-03-29 06:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42199c7a-08a8-5324-8269-9959620bd9fb with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42199c7a-08a8-5324-8269-9959620bd9fb with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42199c7a-08a8-5324-8269-9959620bd9fb, identifier: FN13%20WVD
2026-03-29 06:34:17 [bca.uk] INFO: Found listing with ID: LV69%20JZG
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520JZG%27 HTTP/1.1" 200 None
2026-03-29 06:34:17 [bca.uk] INFO: Scrape type for LV69%20JZG: 2
2026-03-29 06:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG
2026-03-29 06:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e6b655b-a0ef-504b-b3fb-c0500e56e602, identifier: LV69%20JZG
2026-03-29 06:34:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ
2026-03-29 06:34:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ
2026-03-29 06:34:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ to the API
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA67%20AZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b85ecf7-15eb-5b4c-8f9c-5166a82828c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA67 AZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA67%20AZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 90413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 82 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FEEL',
 'vin': 'VF7SXHMZ6JT507228',
 'year': 2018}
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA67%2520AZJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:17 [bca.uk] INFO: Saving data for LA67%20AZJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774390998.173888, 'last_price_update_time': 1774766057.730965}
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA67%2520AZJ') HTTP/1.1" 204 0
2026-03-29 06:34:17 [bca.uk] INFO: Found listing with ID: WR75%20VSD
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520VSD%27 HTTP/1.1" 200 None
2026-03-29 06:34:17 [bca.uk] INFO: Scrape type for WR75%20VSD: 2
2026-03-29 06:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD
2026-03-29 06:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 966a1d44-3220-58fd-ab34-d9218c34e560 with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 966a1d44-3220-58fd-ab34-d9218c34e560 with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 966a1d44-3220-58fd-ab34-d9218c34e560, identifier: WR75%20VSD
2026-03-29 06:34:17 [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:34:17 [bca.uk] INFO: Found listing with ID: YM67%20EZP
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 06:34:17 [bca.uk] INFO: Scrape type for YM67%20EZP: 2
2026-03-29 06:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP
2026-03-29 06:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db709ac0-14f7-5092-ae99-656191a5314b with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db709ac0-14f7-5092-ae99-656191a5314b with scrape type 2
2026-03-29 06:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db709ac0-14f7-5092-ae99-656191a5314b, identifier: YM67%20EZP
2026-03-29 06:34:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD
2026-03-29 06:34:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD
2026-03-29 06:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD to the API
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN13%20WVD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '42199c7a-08a8-5324-8269-9959620bd9fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN13 WVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN13%20WVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 127015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 SE',
 'vin': 'WVWZZZAUZDW059103',
 'year': 2013}
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520WVD%27 HTTP/1.1" 200 None
2026-03-29 06:34:18 [bca.uk] INFO: Saving data for FN13%20WVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774392136.750704, 'last_price_update_time': 1774766058.236629}
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN13%2520WVD') HTTP/1.1" 204 0
2026-03-29 06:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG
2026-03-29 06:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG
2026-03-29 06:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG to the API
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV69%20JZG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e6b655b-a0ef-504b-b3fb-c0500e56e602',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV69 JZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV69%20JZG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 76801,
 '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 R/R EVOQUE 2.0 D180 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD SE',
 'vin': 'SALZA2AN3LH014256',
 'year': 2019}
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520JZG%27 HTTP/1.1" 200 None
2026-03-29 06:34:18 [bca.uk] INFO: Saving data for LV69%20JZG: {'auction_closing_time': 1774940400.0, 'created_time': 1773829442.161274, 'last_price_update_time': 1774766058.543696}
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV69%2520JZG') HTTP/1.1" 204 0
2026-03-29 06:34:18 [bca.uk] INFO: Found listing with ID: NX17%20YNN
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520YNN%27 HTTP/1.1" 200 None
2026-03-29 06:34:18 [bca.uk] INFO: Scrape type for NX17%20YNN: 2
2026-03-29 06:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN
2026-03-29 06:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be4cc545-8dd4-5bcc-9057-0f5659ac02db with scrape type 2
2026-03-29 06:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be4cc545-8dd4-5bcc-9057-0f5659ac02db with scrape type 2
2026-03-29 06:34:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be4cc545-8dd4-5bcc-9057-0f5659ac02db, identifier: NX17%20YNN
2026-03-29 06:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD
2026-03-29 06:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD
2026-03-29 06:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD to the API
2026-03-29 06:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20VSD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '966a1d44-3220-58fd-ab34-d9218c34e560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR75 VSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20VSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 3871,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 150 320 L1 H1 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 150 320 L1 H1 SPORT',
 'vin': 'WF0RXXTA1RSG42941',
 'year': 2025}
2026-03-29 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520VSD%27 HTTP/1.1" 200 None
2026-03-29 06:34:19 [bca.uk] INFO: Saving data for WR75%20VSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774391484.431605, 'last_price_update_time': 1774766059.80583}
2026-03-29 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520VSD') HTTP/1.1" 204 0
2026-03-29 06:34:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP
2026-03-29 06:34:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP
2026-03-29 06:34:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP to the API
2026-03-29 06:34:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM67%20EZP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db709ac0-14f7-5092-ae99-656191a5314b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM67 EZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM67%20EZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 46502,
 'odometer_reading_unit': '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.7 CRDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 2 ISG',
 'vin': 'U5YPH815LHL413751',
 'year': 2018}
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520EZP%27 HTTP/1.1" 200 None
2026-03-29 06:34:20 [bca.uk] INFO: Saving data for YM67%20EZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774303837.048134, 'last_price_update_time': 1774766060.118177}
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM67%2520EZP') HTTP/1.1" 204 0
2026-03-29 06:34:20 [bca.uk] INFO: Found listing with ID: KO15%20AKX
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO15%2520AKX%27 HTTP/1.1" 200 None
2026-03-29 06:34:20 [bca.uk] INFO: Scrape type for KO15%20AKX: 2
2026-03-29 06:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX
2026-03-29 06:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a701bc72-b840-591a-a955-fd55dc5b2c2e with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a701bc72-b840-591a-a955-fd55dc5b2c2e with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a701bc72-b840-591a-a955-fd55dc5b2c2e, identifier: KO15%20AKX
2026-03-29 06:34:20 [bca.uk] INFO: Found listing with ID: OV65%20VFK
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520VFK%27 HTTP/1.1" 200 None
2026-03-29 06:34:20 [bca.uk] INFO: Scrape type for OV65%20VFK: 2
2026-03-29 06:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK
2026-03-29 06:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 294c0b7b-a55e-52e1-8aba-247f192a4c06 with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 294c0b7b-a55e-52e1-8aba-247f192a4c06 with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 294c0b7b-a55e-52e1-8aba-247f192a4c06, identifier: OV65%20VFK
2026-03-29 06:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN
2026-03-29 06:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN
2026-03-29 06:34:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN to the API
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX17%20YNN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'be4cc545-8dd4-5bcc-9057-0f5659ac02db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX17 YNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX17%20YNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 61923,
 '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 LEAF 30KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH TEKNA',
 'vin': 'SJNFAAZE0U6066633',
 'year': 2017}
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520YNN%27 HTTP/1.1" 200 None
2026-03-29 06:34:20 [bca.uk] INFO: Saving data for NX17%20YNN: {'auction_closing_time': 1775124000.0, 'created_time': 1774390988.089201, 'last_price_update_time': 1774766060.628052}
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX17%2520YNN') HTTP/1.1" 204 0
2026-03-29 06:34:20 [bca.uk] INFO: Found listing with ID: LO67%20PYG
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO67%2520PYG%27 HTTP/1.1" 200 None
2026-03-29 06:34:20 [bca.uk] INFO: Scrape type for LO67%20PYG: 2
2026-03-29 06:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb0e68a-9d5a-566f-83d9-baa682576d59 with identifier: LO67%20PYG
2026-03-29 06:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb0e68a-9d5a-566f-83d9-baa682576d59 with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb0e68a-9d5a-566f-83d9-baa682576d59 with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcb0e68a-9d5a-566f-83d9-baa682576d59, identifier: LO67%20PYG
2026-03-29 06:34:20 [bca.uk] INFO: Found listing with ID: BL13%20EEV
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520EEV%27 HTTP/1.1" 200 None
2026-03-29 06:34:20 [bca.uk] INFO: Scrape type for BL13%20EEV: 2
2026-03-29 06:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV
2026-03-29 06:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with scrape type 2
2026-03-29 06:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d954c5c-c731-50a2-9893-8bfa7980b1d7, identifier: BL13%20EEV
2026-03-29 06:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX
2026-03-29 06:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX
2026-03-29 06:34:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX to the API
2026-03-29 06:34:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO15%20AKX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a701bc72-b840-591a-a955-fd55dc5b2c2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO15 AKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO15%20AKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 73891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.6 BLUEHDI 100 DSTYLE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 DSTYLE S/S',
 'vin': 'VF7SABHY6FW580730',
 'year': 2015}
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO15%2520AKX%27 HTTP/1.1" 200 None
2026-03-29 06:34:21 [bca.uk] INFO: Saving data for KO15%20AKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774392100.684511, 'last_price_update_time': 1774766061.159361}
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO15%2520AKX') HTTP/1.1" 204 0
2026-03-29 06:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK
2026-03-29 06:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK
2026-03-29 06:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK to the API
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV65%20VFK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '294c0b7b-a55e-52e1-8aba-247f192a4c06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV65 VFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV65%20VFK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 61900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6750,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 2.1 CDI B/T AMG LINE TIP Convertible',
 'transmission': 'manual',
 'trim': 'CDI B/T AMG LINE TIP',
 'vin': 'WDD2074012F337672',
 'year': 2015}
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520VFK%27 HTTP/1.1" 200 None
2026-03-29 06:34:21 [bca.uk] INFO: Saving data for OV65%20VFK: {'auction_closing_time': 1774940400.0, 'created_time': 1773935640.501221, 'last_price_update_time': 1774766061.532759}
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520VFK') HTTP/1.1" 204 0
2026-03-29 06:34:21 [bca.uk] INFO: Found listing with ID: EX68%20EYK
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:34:21 [bca.uk] INFO: Scrape type for EX68%20EYK: 2
2026-03-29 06:34:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK
2026-03-29 06:34:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0730cc-2368-506b-999e-aa5e2dbddac9 with scrape type 2
2026-03-29 06:34:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee0730cc-2368-506b-999e-aa5e2dbddac9 with scrape type 2
2026-03-29 06:34:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee0730cc-2368-506b-999e-aa5e2dbddac9, identifier: EX68%20EYK
2026-03-29 06:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcb0e68a-9d5a-566f-83d9-baa682576d59 with identifier: LO67%20PYG
2026-03-29 06:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcb0e68a-9d5a-566f-83d9-baa682576d59 with identifier: LO67%20PYG
2026-03-29 06:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcb0e68a-9d5a-566f-83d9-baa682576d59 with identifier: LO67%20PYG to the API
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO67%20PYG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fcb0e68a-9d5a-566f-83d9-baa682576d59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO67 PYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO67%20PYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MAZDA',
 'model': 'CX-3',
 'odometer': 66620,
 'odometer_reading_unit': '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 CX-3 1.5 D 105 SPORT 2WD Hatchback',
 'transmission': 'manual',
 'trim': 'D 105 SPORT 2WD',
 'vin': 'MMZDK6WS60W217923',
 'year': 2018}
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO67%2520PYG%27 HTTP/1.1" 200 None
2026-03-29 06:34:21 [bca.uk] INFO: Saving data for LO67%20PYG: {'auction_closing_time': 1774778400.0, 'created_time': 1774391294.108879, 'last_price_update_time': 1774766061.918299}
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO67%2520PYG') HTTP/1.1" 204 0
2026-03-29 06:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV
2026-03-29 06:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV
2026-03-29 06:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV to the API
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL13%20EEV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d954c5c-c731-50a2-9893-8bfa7980b1d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL13 EEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL13%20EEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 130553,
 '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 2.0 CRDI PREMIUM 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI PREMIUM 4WD',
 'vin': 'TMAJU81VSDJ462824',
 'year': 2013}
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520EEV%27 HTTP/1.1" 200 None
2026-03-29 06:34:22 [bca.uk] INFO: Saving data for BL13%20EEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390447.525532, 'last_price_update_time': 1774766062.22056}
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL13%2520EEV') HTTP/1.1" 204 0
2026-03-29 06:34:22 [bca.uk] INFO: Found listing with ID: YP10%20EOJ
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP10%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:22 [bca.uk] INFO: Scrape type for YP10%20EOJ: 2
2026-03-29 06:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ
2026-03-29 06:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4e01a1f-b2a0-5c52-9881-e8a703a71f81, identifier: YP10%20EOJ
2026-03-29 06:34:22 [bca.uk] INFO: Found listing with ID: PK68%20GNX
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK68%2520GNX%27 HTTP/1.1" 200 None
2026-03-29 06:34:22 [bca.uk] INFO: Scrape type for PK68%20GNX: 2
2026-03-29 06:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX
2026-03-29 06:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5186970f-acbb-5442-b2de-194483e6b043 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5186970f-acbb-5442-b2de-194483e6b043 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5186970f-acbb-5442-b2de-194483e6b043, identifier: PK68%20GNX
2026-03-29 06:34:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK
2026-03-29 06:34:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK
2026-03-29 06:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK to the API
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX68%20EYK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee0730cc-2368-506b-999e-aa5e2dbddac9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX68 EYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX68%20EYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 65506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.1 AMG LINE NIGHT ED.DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE NIGHT ED.DCT',
 'vin': 'WDD1173032N719748',
 'year': 2018}
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520EYK%27 HTTP/1.1" 200 None
2026-03-29 06:34:22 [bca.uk] INFO: Saving data for EX68%20EYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774390989.724251, 'last_price_update_time': 1774766062.737588}
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX68%2520EYK') HTTP/1.1" 204 0
2026-03-29 06:34:22 [bca.uk] INFO: Found listing with ID: WN75%20AZD
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZD%27 HTTP/1.1" 200 None
2026-03-29 06:34:22 [bca.uk] INFO: Scrape type for WN75%20AZD: 2
2026-03-29 06:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD
2026-03-29 06:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36, identifier: WN75%20AZD
2026-03-29 06:34:22 [bca.uk] INFO: Found listing with ID: BK67%20UHT
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520UHT%27 HTTP/1.1" 200 None
2026-03-29 06:34:22 [bca.uk] INFO: Scrape type for BK67%20UHT: 2
2026-03-29 06:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT
2026-03-29 06:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70454dbd-fbd6-5ec6-ab20-239886428f98 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70454dbd-fbd6-5ec6-ab20-239886428f98 with scrape type 2
2026-03-29 06:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70454dbd-fbd6-5ec6-ab20-239886428f98, identifier: BK67%20UHT
2026-03-29 06:34:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ
2026-03-29 06:34:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ
2026-03-29 06:34:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ to the API
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP10%20EOJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b4e01a1f-b2a0-5c52-9881-e8a703a71f81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP10 EOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP10%20EOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 51571,
 '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 PICANTO 1.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNABF514LAT955984',
 'year': 2010}
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP10%2520EOJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:23 [bca.uk] INFO: Saving data for YP10%20EOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390780.968095, 'last_price_update_time': 1774766063.250909}
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP10%2520EOJ') HTTP/1.1" 204 0
2026-03-29 06:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX
2026-03-29 06:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX
2026-03-29 06:34:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX to the API
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK68%20GNX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5186970f-acbb-5442-b2de-194483e6b043',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK68 GNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK68%20GNX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 51352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12400,
 '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': 'SADFA2AX3K1Z35996',
 'year': 2018}
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34: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%2520GNX%27 HTTP/1.1" 200 None
2026-03-29 06:34:23 [bca.uk] INFO: Saving data for PK68%20GNX: {'auction_closing_time': 1774940400.0, 'created_time': 1773932411.894372, 'last_price_update_time': 1774766063.546176}
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK68%2520GNX') HTTP/1.1" 204 0
2026-03-29 06:34:23 [bca.uk] INFO: Found listing with ID: LT22%20HZA
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34: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%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 06:34:23 [bca.uk] INFO: Scrape type for LT22%20HZA: 2
2026-03-29 06:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA
2026-03-29 06:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b77889ef-cfb7-5710-903a-3e6300c8c02a with scrape type 2
2026-03-29 06:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b77889ef-cfb7-5710-903a-3e6300c8c02a with scrape type 2
2026-03-29 06:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b77889ef-cfb7-5710-903a-3e6300c8c02a, identifier: LT22%20HZA
2026-03-29 06:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD
2026-03-29 06:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD
2026-03-29 06:34:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD to the API
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20AZD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90cbc7cd-e88e-5243-9f1c-92422f1fbd36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 AZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20AZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 12863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 TRAIL',
 'vin': 'WF0RXXTA1RRG69726',
 'year': 2025}
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZD%27 HTTP/1.1" 200 None
2026-03-29 06:34:23 [bca.uk] INFO: Saving data for WN75%20AZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774391493.110552, 'last_price_update_time': 1774766063.926164}
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520AZD') HTTP/1.1" 204 0
2026-03-29 06:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT
2026-03-29 06:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT
2026-03-29 06:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT to the API
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK67%20UHT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70454dbd-fbd6-5ec6-ab20-239886428f98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK67 UHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK67%20UHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 78047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF05XXGCC5HC47212',
 'year': 2017}
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520UHT%27 HTTP/1.1" 200 None
2026-03-29 06:34:24 [bca.uk] INFO: Saving data for BK67%20UHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774303646.816837, 'last_price_update_time': 1774766064.810433}
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK67%2520UHT') HTTP/1.1" 204 0
2026-03-29 06:34:24 [bca.uk] INFO: Found listing with ID: LP10%20ULA
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP10%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 06:34:24 [bca.uk] INFO: Scrape type for LP10%20ULA: 2
2026-03-29 06:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA
2026-03-29 06:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 705206db-6e10-5d5c-9d54-45c2b734e237 with scrape type 2
2026-03-29 06:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 705206db-6e10-5d5c-9d54-45c2b734e237 with scrape type 2
2026-03-29 06:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 705206db-6e10-5d5c-9d54-45c2b734e237, identifier: LP10%20ULA
2026-03-29 06:34:24 [bca.uk] INFO: Found listing with ID: RJ17%20GXM
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 06:34:24 [bca.uk] INFO: Scrape type for RJ17%20GXM: 2
2026-03-29 06:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM
2026-03-29 06:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11255725-d6c7-5953-a85b-e2c01a3213af with scrape type 2
2026-03-29 06:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11255725-d6c7-5953-a85b-e2c01a3213af with scrape type 2
2026-03-29 06:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11255725-d6c7-5953-a85b-e2c01a3213af, identifier: RJ17%20GXM
2026-03-29 06:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA
2026-03-29 06:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA
2026-03-29 06:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA to the API
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20HZA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b77889ef-cfb7-5710-903a-3e6300c8c02a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT22 HZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20HZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 32788,
 'odometer_reading_unit': '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 E-TRON S/B 95KWH 55 Q S LINE Coupe',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q S LINE',
 'vin': 'WAUZZZGE6NB017364',
 'year': 2022}
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HZA%27 HTTP/1.1" 200 None
2026-03-29 06:34:25 [bca.uk] INFO: Saving data for LT22%20HZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390979.032545, 'last_price_update_time': 1774766065.317076}
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520HZA') HTTP/1.1" 204 0
2026-03-29 06:34:25 [bca.uk] INFO: Found listing with ID: WN25%20TKJ
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TKJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:25 [bca.uk] INFO: Scrape type for WN25%20TKJ: 2
2026-03-29 06:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ
2026-03-29 06:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with scrape type 2
2026-03-29 06:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with scrape type 2
2026-03-29 06:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30, identifier: WN25%20TKJ
2026-03-29 06:34:25 [bca.uk] INFO: Found listing with ID: SG67%20ZFW
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-29 06:34:25 [bca.uk] INFO: Scrape type for SG67%20ZFW: 2
2026-03-29 06:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW
2026-03-29 06:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with scrape type 2
2026-03-29 06:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with scrape type 2
2026-03-29 06:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03041aa0-c2e7-5d61-93d4-fedc3d27d335, identifier: SG67%20ZFW
2026-03-29 06:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA
2026-03-29 06:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA
2026-03-29 06:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA to the API
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP10%20ULA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '705206db-6e10-5d5c-9d54-45c2b734e237',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP10 ULA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP10%20ULA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 69845,
 '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 SPORTBACK 1.6 TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': 'TECHNIK',
 'vin': 'WAUZZZ8P3AA147960',
 'year': 2010}
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP10%2520ULA%27 HTTP/1.1" 200 None
2026-03-29 06:34:25 [bca.uk] INFO: Saving data for LP10%20ULA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390536.694129, 'last_price_update_time': 1774766065.80867}
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP10%2520ULA') HTTP/1.1" 204 0
2026-03-29 06:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM
2026-03-29 06:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM
2026-03-29 06:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM to the API
2026-03-29 06:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ17%20GXM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11255725-d6c7-5953-a85b-e2c01a3213af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ17 GXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ17%20GXM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 114729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13400,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 FIRST EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'TD6 258 FIRST EDITION',
 'vin': 'SALRA2AK3HA004882',
 'year': 2017}
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 06:34:26 [bca.uk] INFO: Saving data for RJ17%20GXM: {'auction_closing_time': 1774940400.0, 'created_time': 1773935601.908245, 'last_price_update_time': 1774766066.101022}
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ17%2520GXM') HTTP/1.1" 204 0
2026-03-29 06:34:26 [bca.uk] INFO: Found listing with ID: OE70%20KBX
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-29 06:34:26 [bca.uk] INFO: Scrape type for OE70%20KBX: 2
2026-03-29 06:34:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX
2026-03-29 06:34:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with scrape type 2
2026-03-29 06:34:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with scrape type 2
2026-03-29 06:34:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598, identifier: OE70%20KBX
2026-03-29 06:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=lucid+red HTTP/1.1" 200 None
2026-03-29 06:34:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:34: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:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ
2026-03-29 06:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ to the API
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20TKJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'lucid red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b30fbf5-9a11-5f4d-8474-24cfb4b46c30',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 TKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20TKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 10313,
 '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 RANGER 3.0 EBL 240 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 240 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRS82603',
 'year': 2025}
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TKJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:26 [bca.uk] INFO: Saving data for WN25%20TKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391499.137368, 'last_price_update_time': 1774766066.641224}
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520TKJ') HTTP/1.1" 204 0
2026-03-29 06:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW
2026-03-29 06:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW
2026-03-29 06:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW to the API
2026-03-29 06:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG67%20ZFW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03041aa0-c2e7-5d61-93d4-fedc3d27d335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG67 ZFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG67%20ZFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 120286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.2 GT-LINE S Hatchback',
 'transmission': 'manual',
 'trim': 'GT-LINE S',
 'vin': 'KNAB3512LJT135219',
 'year': 2017}
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-29 06:34:27 [bca.uk] INFO: Saving data for SG67%20ZFW: {'auction_closing_time': 1774864800.0, 'created_time': 1774303842.90387, 'last_price_update_time': 1774766067.010614}
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG67%2520ZFW') HTTP/1.1" 204 0
2026-03-29 06:34:27 [bca.uk] INFO: Found listing with ID: PN61%20OPD
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN61%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 06:34:27 [bca.uk] INFO: Scrape type for PN61%20OPD: 2
2026-03-29 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD
2026-03-29 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b6707fd-d742-5dbd-a5a2-6c92064c4786, identifier: PN61%20OPD
2026-03-29 06:34:27 [bca.uk] INFO: Found listing with ID: RO20%20CNN
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO20%2520CNN%27 HTTP/1.1" 200 None
2026-03-29 06:34:27 [bca.uk] INFO: Scrape type for RO20%20CNN: 2
2026-03-29 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN
2026-03-29 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda, identifier: RO20%20CNN
2026-03-29 06:34:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX
2026-03-29 06:34:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX
2026-03-29 06:34:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX to the API
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE70%20KBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '18ab99f3-8c0c-5d83-9f40-5bc9e6426598',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE70 KBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE70%20KBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 64719,
 '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 HSE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE (11KW)',
 'vin': 'SADHA2A11M1606611',
 'year': 2020}
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-29 06:34:27 [bca.uk] INFO: Saving data for OE70%20KBX: {'auction_closing_time': 1774951200.0, 'created_time': 1774390982.708812, 'last_price_update_time': 1774766067.503766}
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE70%2520KBX') HTTP/1.1" 204 0
2026-03-29 06:34:27 [bca.uk] INFO: Found listing with ID: EX14%20RVP
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 06:34:27 [bca.uk] INFO: Scrape type for EX14%20RVP: 2
2026-03-29 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4edf10c-0a68-54ee-ac8c-79420a2c49e9 with identifier: EX14%20RVP
2026-03-29 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4edf10c-0a68-54ee-ac8c-79420a2c49e9 with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4edf10c-0a68-54ee-ac8c-79420a2c49e9 with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4edf10c-0a68-54ee-ac8c-79420a2c49e9, identifier: EX14%20RVP
2026-03-29 06:34:27 [bca.uk] INFO: Found listing with ID: FL69%20PYA
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520PYA%27 HTTP/1.1" 200 None
2026-03-29 06:34:27 [bca.uk] INFO: Scrape type for FL69%20PYA: 2
2026-03-29 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA
2026-03-29 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8201ca05-bf1b-5da2-8666-b73a22c001c4 with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8201ca05-bf1b-5da2-8666-b73a22c001c4 with scrape type 2
2026-03-29 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8201ca05-bf1b-5da2-8666-b73a22c001c4, identifier: FL69%20PYA
2026-03-29 06:34:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD
2026-03-29 06:34:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD
2026-03-29 06:34:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD to the API
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN61%20OPD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b6707fd-d742-5dbd-a5a2-6c92064c4786',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN61 OPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN61%20OPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500',
 'odometer': 26000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S D/LOGIC Hatchback',
 'transmission': 'automatic',
 'trim': 'LOUNGE S/S D/LOGIC',
 'vin': 'ZFA31200000748961',
 'year': 2011}
2026-03-29 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN61%2520OPD%27 HTTP/1.1" 200 None
2026-03-29 06:34:28 [bca.uk] INFO: Saving data for PN61%20OPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390539.024425, 'last_price_update_time': 1774766068.009914}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN61%2520OPD') HTTP/1.1" 204 0
2026-03-29 06:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN
2026-03-29 06:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN
2026-03-29 06:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN to the API
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO20%20CNN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2efb4668-fdd2-51f0-9950-bb13ca8f8fda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO20 CNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO20%20CNN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 82006,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12750,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN2LH850906',
 'year': 2020}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO20%2520CNN%27 HTTP/1.1" 200 None
2026-03-29 06:34:28 [bca.uk] INFO: Saving data for RO20%20CNN: {'auction_closing_time': 1774940400.0, 'created_time': 1773935614.898081, 'last_price_update_time': 1774766068.303237}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO20%2520CNN') HTTP/1.1" 204 0
2026-03-29 06:34:28 [bca.uk] INFO: Found listing with ID: YS70%20VRU
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-29 06:34:28 [bca.uk] INFO: Scrape type for YS70%20VRU: 2
2026-03-29 06:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU
2026-03-29 06:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f32f0292-4a10-5d93-a423-ec8bbef722f9 with scrape type 2
2026-03-29 06:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f32f0292-4a10-5d93-a423-ec8bbef722f9 with scrape type 2
2026-03-29 06:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f32f0292-4a10-5d93-a423-ec8bbef722f9, identifier: YS70%20VRU
2026-03-29 06:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4edf10c-0a68-54ee-ac8c-79420a2c49e9 with identifier: EX14%20RVP
2026-03-29 06:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4edf10c-0a68-54ee-ac8c-79420a2c49e9 with identifier: EX14%20RVP
2026-03-29 06:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4edf10c-0a68-54ee-ac8c-79420a2c49e9 with identifier: EX14%20RVP to the API
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX14%20RVP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b4edf10c-0a68-54ee-ac8c-79420a2c49e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX14 RVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX14%20RVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'I40 TOURER',
 'odometer': 101102,
 '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 136 STYLE Estate',
 'transmission': 'automatic',
 'trim': 'CRDI 136 STYLE',
 'vin': 'KMHLC81UMDU071996',
 'year': 2014}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520RVP%27 HTTP/1.1" 200 None
2026-03-29 06:34:28 [bca.uk] INFO: Saving data for EX14%20RVP: {'auction_closing_time': 1774778400.0, 'created_time': 1774391470.408546, 'last_price_update_time': 1774766068.69143}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX14%2520RVP') HTTP/1.1" 204 0
2026-03-29 06:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA
2026-03-29 06:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA
2026-03-29 06:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA to the API
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL69%20PYA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8201ca05-bf1b-5da2-8666-b73a22c001c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL69 PYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL69%20PYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 74541,
 'odometer_reading_unit': '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 CRDI 136 48V MHD 2WD N LINE DC StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 48V MHD 2WD N LINE DC',
 'vin': 'TMAJ3817VLJ003265',
 'year': 2019}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520PYA%27 HTTP/1.1" 200 None
2026-03-29 06:34:28 [bca.uk] INFO: Saving data for FL69%20PYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303650.102337, 'last_price_update_time': 1774766068.985157}
2026-03-29 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL69%2520PYA') HTTP/1.1" 204 0
2026-03-29 06:34:29 [bca.uk] INFO: Found listing with ID: PF63%20ZKD
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF63%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 06:34:29 [bca.uk] INFO: Scrape type for PF63%20ZKD: 2
2026-03-29 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD
2026-03-29 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fe386be-ea6f-5277-ab07-662afa4b822e with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fe386be-ea6f-5277-ab07-662afa4b822e with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fe386be-ea6f-5277-ab07-662afa4b822e, identifier: PF63%20ZKD
2026-03-29 06:34:29 [bca.uk] INFO: Found listing with ID: ST13%20JKV
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520JKV%27 HTTP/1.1" 200 None
2026-03-29 06:34:29 [bca.uk] INFO: Scrape type for ST13%20JKV: 2
2026-03-29 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV
2026-03-29 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c7a589-5848-5c64-a6c4-6675a33fbaff with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c7a589-5848-5c64-a6c4-6675a33fbaff with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29c7a589-5848-5c64-a6c4-6675a33fbaff, identifier: ST13%20JKV
2026-03-29 06:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU
2026-03-29 06:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU
2026-03-29 06:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU to the API
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS70%20VRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f32f0292-4a10-5d93-a423-ec8bbef722f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS70 VRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS70%20VRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 54135,
 '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 TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGE6MB015015',
 'year': 2020}
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-29 06:34:29 [bca.uk] INFO: Saving data for YS70%20VRU: {'auction_closing_time': 1774951200.0, 'created_time': 1774390943.630196, 'last_price_update_time': 1774766069.492948}
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS70%2520VRU') HTTP/1.1" 204 0
2026-03-29 06:34:29 [bca.uk] INFO: Found listing with ID: FY15%20CKV
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 06:34:29 [bca.uk] INFO: Scrape type for FY15%20CKV: 2
2026-03-29 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b with identifier: FY15%20CKV
2026-03-29 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b, identifier: FY15%20CKV
2026-03-29 06:34:29 [bca.uk] INFO: Found listing with ID: RA21%20EXC
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA21%2520EXC%27 HTTP/1.1" 200 None
2026-03-29 06:34:29 [bca.uk] INFO: Scrape type for RA21%20EXC: 2
2026-03-29 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC
2026-03-29 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with scrape type 2
2026-03-29 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0, identifier: RA21%20EXC
2026-03-29 06:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD
2026-03-29 06:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD
2026-03-29 06:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD to the API
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF63%20ZKD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4fe386be-ea6f-5277-ab07-662afa4b822e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF63 ZKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF63%20ZKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 90394,
 '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 AVENSIS 2.0 D-4D ICON Estate',
 'transmission': 'manual',
 'trim': 'D-4D ICON',
 'vin': 'SB1ED76L70E125900',
 'year': 2014}
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF63%2520ZKD%27 HTTP/1.1" 200 None
2026-03-29 06:34:29 [bca.uk] INFO: Saving data for PF63%20ZKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390534.096885, 'last_price_update_time': 1774766069.994277}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF63%2520ZKD') HTTP/1.1" 204 0
2026-03-29 06:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV
2026-03-29 06:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV
2026-03-29 06:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV to the API
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST13%20JKV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '29c7a589-5848-5c64-a6c4-6675a33fbaff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST13 JKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST13%20JKV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 95806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2700,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E AMG SPORT Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2040022A867444',
 'year': 2013}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520JKV%27 HTTP/1.1" 200 None
2026-03-29 06:34:30 [bca.uk] INFO: Saving data for ST13%20JKV: {'auction_closing_time': 1774940400.0, 'created_time': 1773821347.482026, 'last_price_update_time': 1774766070.281278}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST13%2520JKV') HTTP/1.1" 204 0
2026-03-29 06:34:30 [bca.uk] INFO: Found listing with ID: BV20%20XBO
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-29 06:34:30 [bca.uk] INFO: Scrape type for BV20%20XBO: 2
2026-03-29 06:34:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO
2026-03-29 06:34:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc954c32-5474-57ae-af20-123d638a4d89 with scrape type 2
2026-03-29 06:34:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc954c32-5474-57ae-af20-123d638a4d89 with scrape type 2
2026-03-29 06:34:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc954c32-5474-57ae-af20-123d638a4d89, identifier: BV20%20XBO
2026-03-29 06:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b with identifier: FY15%20CKV
2026-03-29 06:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b with identifier: FY15%20CKV
2026-03-29 06:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1eb8b8-71e9-58db-9f7c-b60d97d7427b with identifier: FY15%20CKV to the API
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY15%20CKV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a1eb8b8-71e9-58db-9f7c-b60d97d7427b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY15 CKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY15%20CKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 105248,
 '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.0 T 115 E/F LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': 'T 115 E/F LIMITED ED.',
 'vin': 'W0L0XEP08F6030282',
 'year': 2015}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520CKV%27 HTTP/1.1" 200 None
2026-03-29 06:34:30 [bca.uk] INFO: Saving data for FY15%20CKV: {'auction_closing_time': 1774778400.0, 'created_time': 1774391448.14449, 'last_price_update_time': 1774766070.663021}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY15%2520CKV') HTTP/1.1" 204 0
2026-03-29 06:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC
2026-03-29 06:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC
2026-03-29 06:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC to the API
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA21%20EXC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ab31d1a-2e78-50a7-bf03-e6d0de5942a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA21 EXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA21%20EXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 84388,
 '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 P400 HST StationWagon',
 'transmission': 'automatic',
 'trim': 'P400 HST',
 'vin': 'SALWA2AU3NA204600',
 'year': 2021}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA21%2520EXC%27 HTTP/1.1" 200 None
2026-03-29 06:34:30 [bca.uk] INFO: Saving data for RA21%20EXC: {'auction_closing_time': 1774951200.0, 'created_time': 1774390440.789966, 'last_price_update_time': 1774766070.939357}
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA21%2520EXC') HTTP/1.1" 204 0
2026-03-29 06:34:30 [bca.uk] INFO: Found listing with ID: LK13%20OLA
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 06:34:30 [bca.uk] INFO: Scrape type for LK13%20OLA: 2
2026-03-29 06:34:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA
2026-03-29 06:34:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbe66b85-c947-521f-b394-03982060c59e with scrape type 2
2026-03-29 06:34:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbe66b85-c947-521f-b394-03982060c59e with scrape type 2
2026-03-29 06:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbe66b85-c947-521f-b394-03982060c59e, identifier: LK13%20OLA
2026-03-29 06:34:31 [bca.uk] INFO: Found listing with ID: WP71%20GDY
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520GDY%27 HTTP/1.1" 200 None
2026-03-29 06:34:31 [bca.uk] INFO: Scrape type for WP71%20GDY: 2
2026-03-29 06:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY
2026-03-29 06:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5e706e-098b-5706-8df8-53c973278ad4 with scrape type 2
2026-03-29 06:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5e706e-098b-5706-8df8-53c973278ad4 with scrape type 2
2026-03-29 06:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c5e706e-098b-5706-8df8-53c973278ad4, identifier: WP71%20GDY
2026-03-29 06:34:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO
2026-03-29 06:34:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO
2026-03-29 06:34:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO to the API
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV20%20XBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dc954c32-5474-57ae-af20-123d638a4d89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV20 XBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV20%20XBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 26761,
 '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 E-2008 100KW 50KWH GT LINE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT LINE',
 'vin': 'VR3UKZKXZLJ655559',
 'year': 2020}
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-29 06:34:31 [bca.uk] INFO: Saving data for BV20%20XBO: {'auction_closing_time': 1775124000.0, 'created_time': 1774392082.175451, 'last_price_update_time': 1774766071.886121}
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV20%2520XBO') HTTP/1.1" 204 0
2026-03-29 06:34:32 [bca.uk] INFO: Found listing with ID: WV75%20TUH
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 06:34:32 [bca.uk] INFO: Scrape type for WV75%20TUH: 2
2026-03-29 06:34:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH
2026-03-29 06:34:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with scrape type 2
2026-03-29 06:34:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with scrape type 2
2026-03-29 06:34:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d, identifier: WV75%20TUH
2026-03-29 06:34:32 [bca.uk] INFO: Found listing with ID: MT67%20LJO
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520LJO%27 HTTP/1.1" 200 None
2026-03-29 06:34:32 [bca.uk] INFO: Scrape type for MT67%20LJO: 2
2026-03-29 06:34:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO
2026-03-29 06:34:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5630d365-9342-5f95-8ed1-ca2205be2e24 with scrape type 2
2026-03-29 06:34:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5630d365-9342-5f95-8ed1-ca2205be2e24 with scrape type 2
2026-03-29 06:34:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5630d365-9342-5f95-8ed1-ca2205be2e24, identifier: MT67%20LJO
2026-03-29 06:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA
2026-03-29 06:34:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA
2026-03-29 06:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA to the API
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK13%20OLA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bbe66b85-c947-521f-b394-03982060c59e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK13 OLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK13%20OLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 83156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI ACT 140 GT',
 'vin': 'WVWZZZAUZDW086167',
 'year': 2013}
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 06:34:32 [bca.uk] INFO: Saving data for LK13%20OLA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390532.445084, 'last_price_update_time': 1774766072.489514}
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK13%2520OLA') HTTP/1.1" 204 0
2026-03-29 06:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY
2026-03-29 06:34:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY
2026-03-29 06:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY to the API
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 330,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20GDY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c5e706e-098b-5706-8df8-53c973278ad4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP71 GDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20GDY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 17924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 63000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 5.0 P525 AWD CARPATHIAN ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'P525 AWD CARPATHIAN ED.',
 'vin': 'SALEA6AEXN2094683',
 'year': 2021}
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520GDY%27 HTTP/1.1" 200 None
2026-03-29 06:34:32 [bca.uk] INFO: Saving data for WP71%20GDY: {'auction_closing_time': 1774940400.0, 'created_time': 1773821366.222323, 'last_price_update_time': 1774766072.791305}
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520GDY') HTTP/1.1" 204 0
2026-03-29 06:34:32 [bca.uk] INFO: Found listing with ID: CT17%20CXK
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 06:34:32 [bca.uk] INFO: Scrape type for CT17%20CXK: 2
2026-03-29 06:34:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK
2026-03-29 06:34:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with scrape type 2
2026-03-29 06:34:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with scrape type 2
2026-03-29 06:34:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8, identifier: CT17%20CXK
2026-03-29 06:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:34:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue+metallic HTTP/1.1" 200 None
2026-03-29 06:34:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:34: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:34:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH
2026-03-29 06:34:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH to the API
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV75%20TUH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6b89ca94-fbb3-5ac9-9af3-cb014cf8528d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV75 TUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV75%20TUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 3582,
 '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 E-TRANSIT CUSTM 160KW 320 RWD L1H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 LIMITED',
 'vin': 'WF0RXXTA7BSP43582',
 'year': 2025}
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TUH%27 HTTP/1.1" 200 None
2026-03-29 06:34:33 [bca.uk] INFO: Saving data for WV75%20TUH: {'auction_closing_time': 1774951200.0, 'created_time': 1773825495.871833, 'last_price_update_time': 1774766073.293689}
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV75%2520TUH') HTTP/1.1" 204 0
2026-03-29 06:34:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO
2026-03-29 06:34:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO
2026-03-29 06:34:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO to the API
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT67%20LJO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5630d365-9342-5f95-8ed1-ca2205be2e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT67 LJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT67%20LJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 87999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD PORTFOLIO',
 'vin': 'SADCA2AN6JA268776',
 'year': 2017}
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520LJO%27 HTTP/1.1" 200 None
2026-03-29 06:34:33 [bca.uk] INFO: Saving data for MT67%20LJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390435.260053, 'last_price_update_time': 1774766073.604121}
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT67%2520LJO') HTTP/1.1" 204 0
2026-03-29 06:34:33 [bca.uk] INFO: Found listing with ID: P123%20DLG
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520DLG%27 HTTP/1.1" 200 None
2026-03-29 06:34:33 [bca.uk] INFO: Scrape type for P123%20DLG: 2
2026-03-29 06:34:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG
2026-03-29 06:34:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcd55770-564f-558e-9788-cde8d0f96812 with scrape type 2
2026-03-29 06:34:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcd55770-564f-558e-9788-cde8d0f96812 with scrape type 2
2026-03-29 06:34:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcd55770-564f-558e-9788-cde8d0f96812, identifier: P123%20DLG
2026-03-29 06:34:33 [bca.uk] INFO: Found listing with ID: YH18%20TNP
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520TNP%27 HTTP/1.1" 200 None
2026-03-29 06:34:33 [bca.uk] INFO: Scrape type for YH18%20TNP: 2
2026-03-29 06:34:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP
2026-03-29 06:34:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1600303-c882-5e17-b5c7-b40c01a053b6 with scrape type 2
2026-03-29 06:34:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1600303-c882-5e17-b5c7-b40c01a053b6 with scrape type 2
2026-03-29 06:34:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1600303-c882-5e17-b5c7-b40c01a053b6, identifier: YH18%20TNP
2026-03-29 06:34:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK
2026-03-29 06:34:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK
2026-03-29 06:34:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK to the API
2026-03-29 06:34:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT17%20CXK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5ee9f3f-f5fc-5430-80b9-82bbf60071f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT17 CXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT17%20CXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SUZUKI',
 'model': 'IGNIS',
 'odometer': 62069,
 '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 IGNIS 1.2 DUALJET SHVS SZ5 Hatchback',
 'transmission': 'manual',
 'trim': 'DUALJET SHVS SZ5',
 'vin': 'JSAMFH21S00101290',
 'year': 2017}
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-29 06:34:34 [bca.uk] INFO: Saving data for CT17%20CXK: {'auction_closing_time': 1775124000.0, 'created_time': 1774392061.328158, 'last_price_update_time': 1774766074.133452}
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT17%2520CXK') HTTP/1.1" 204 0
2026-03-29 06:34:34 [bca.uk] INFO: Found listing with ID: WN75%20TGE
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGE%27 HTTP/1.1" 200 None
2026-03-29 06:34:34 [bca.uk] INFO: Scrape type for WN75%20TGE: 2
2026-03-29 06:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE
2026-03-29 06:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fc3059c-02c9-5e15-9d2d-7db408affc78 with scrape type 2
2026-03-29 06:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fc3059c-02c9-5e15-9d2d-7db408affc78 with scrape type 2
2026-03-29 06:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5fc3059c-02c9-5e15-9d2d-7db408affc78, identifier: WN75%20TGE
2026-03-29 06:34:34 [bca.uk] INFO: Found listing with ID: OY15%20NVV
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY15%2520NVV%27 HTTP/1.1" 200 None
2026-03-29 06:34:34 [bca.uk] INFO: Scrape type for OY15%20NVV: 2
2026-03-29 06:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV
2026-03-29 06:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with scrape type 2
2026-03-29 06:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with scrape type 2
2026-03-29 06:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 781a18c5-e5e0-5ffb-a345-fde90ffc5411, identifier: OY15%20NVV
2026-03-29 06:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG
2026-03-29 06:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG
2026-03-29 06:34:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG to the API
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P123%20DLG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dcd55770-564f-558e-9788-cde8d0f96812',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'P123 DLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=P123%20DLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 113922,
 '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 Q3 2.0 TDI 177 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8U5ER143924',
 'year': 2015}
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520DLG%27 HTTP/1.1" 200 None
2026-03-29 06:34:34 [bca.uk] INFO: Saving data for P123%20DLG: {'auction_closing_time': 1774864800.0, 'created_time': 1773837471.07274, 'last_price_update_time': 1774766074.634892}
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P123%2520DLG') HTTP/1.1" 204 0
2026-03-29 06:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP
2026-03-29 06:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP
2026-03-29 06:34:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP to the API
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH18%20TNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f1600303-c882-5e17-b5c7-b40c01a053b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH18 TNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH18%20TNP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 29262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8400,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 125 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 SPORT',
 'vin': 'WAUZZZ8X0JB093687',
 'year': 2018}
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520TNP%27 HTTP/1.1" 200 None
2026-03-29 06:34:34 [bca.uk] INFO: Saving data for YH18%20TNP: {'auction_closing_time': 1774940400.0, 'created_time': 1773932475.705642, 'last_price_update_time': 1774766074.934169}
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520TNP') HTTP/1.1" 204 0
2026-03-29 06:34:34 [bca.uk] INFO: Found listing with ID: RJ67%20CWL
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 06:34:34 [bca.uk] INFO: Scrape type for RJ67%20CWL: 2
2026-03-29 06:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL
2026-03-29 06:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5136db5b-e3c5-559e-b280-e156fff2928b with scrape type 2
2026-03-29 06:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5136db5b-e3c5-559e-b280-e156fff2928b with scrape type 2
2026-03-29 06:34:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5136db5b-e3c5-559e-b280-e156fff2928b, identifier: RJ67%20CWL
2026-03-29 06:34:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE
2026-03-29 06:34:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE
2026-03-29 06:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE to the API
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20TGE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5fc3059c-02c9-5e15-9d2d-7db408affc78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 TGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20TGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 3324,
 '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 E-TRANSIT CUSTM 160KW 320 RWD L1H1 SPORT PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 SPORT',
 'vin': 'WF0RXXTA9BSP43602',
 'year': 2025}
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGE%27 HTTP/1.1" 200 None
2026-03-29 06:34:35 [bca.uk] INFO: Saving data for WN75%20TGE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391413.528469, 'last_price_update_time': 1774766075.337563}
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520TGE') HTTP/1.1" 204 0
2026-03-29 06:34:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV
2026-03-29 06:34:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV
2026-03-29 06:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV to the API
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY15%20NVV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '781a18c5-e5e0-5ffb-a345-fde90ffc5411',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY15 NVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY15%20NVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 83342,
 '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 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 HSE LUXURY',
 'vin': 'SALCA2AE4FH512783',
 'year': 2015}
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY15%2520NVV%27 HTTP/1.1" 200 None
2026-03-29 06:34:35 [bca.uk] INFO: Saving data for OY15%20NVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390403.215802, 'last_price_update_time': 1774766075.618991}
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY15%2520NVV') HTTP/1.1" 204 0
2026-03-29 06:34:35 [bca.uk] INFO: Found listing with ID: YB22%20PDK
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 06:34:35 [bca.uk] INFO: Scrape type for YB22%20PDK: 2
2026-03-29 06:34:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK
2026-03-29 06:34:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 699d3586-80aa-5297-9da4-a863899405ba with scrape type 2
2026-03-29 06:34:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 699d3586-80aa-5297-9da4-a863899405ba with scrape type 2
2026-03-29 06:34:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 699d3586-80aa-5297-9da4-a863899405ba, identifier: YB22%20PDK
2026-03-29 06:34:35 [bca.uk] INFO: Found listing with ID: YJ66%20ZUD
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ZUD%27 HTTP/1.1" 200 None
2026-03-29 06:34:35 [bca.uk] INFO: Scrape type for YJ66%20ZUD: 0
2026-03-29 06:34:35 [bca.uk] INFO: Found listing with ID: WG69%20UDN
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 06:34:35 [bca.uk] INFO: Scrape type for WG69%20UDN: 2
2026-03-29 06:34:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN
2026-03-29 06:34:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with scrape type 2
2026-03-29 06:34:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with scrape type 2
2026-03-29 06:34:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 262771b3-7bc8-513f-b5ca-6c6c55e8a146, identifier: WG69%20UDN
2026-03-29 06:34:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL
2026-03-29 06:34:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL
2026-03-29 06:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL to the API
2026-03-29 06:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ67%20CWL-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5136db5b-e3c5-559e-b280-e156fff2928b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ67 CWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ67%20CWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 49649,
 'odometer_reading_unit': '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 PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383142F046005',
 'year': 2018}
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-29 06:34:36 [bca.uk] INFO: Saving data for RJ67%20CWL: {'auction_closing_time': 1775124000.0, 'created_time': 1774392077.267705, 'last_price_update_time': 1774766076.145043}
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ67%2520CWL') HTTP/1.1" 204 0
2026-03-29 06:34:36 [bca.uk] INFO: Found listing with ID: BT66%20ZFG
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 06:34:36 [bca.uk] INFO: Scrape type for BT66%20ZFG: 2
2026-03-29 06:34:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 809610a7-3d48-5f0a-9fe7-3b82aeca839d with identifier: BT66%20ZFG
2026-03-29 06:34:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 809610a7-3d48-5f0a-9fe7-3b82aeca839d with scrape type 2
2026-03-29 06:34:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 809610a7-3d48-5f0a-9fe7-3b82aeca839d with scrape type 2
2026-03-29 06:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 809610a7-3d48-5f0a-9fe7-3b82aeca839d, identifier: BT66%20ZFG
2026-03-29 06:34:36 [bca.uk] INFO: Found listing with ID: YT14%20EEU
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520EEU%27 HTTP/1.1" 200 None
2026-03-29 06:34:36 [bca.uk] INFO: Scrape type for YT14%20EEU: 2
2026-03-29 06:34:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU
2026-03-29 06:34:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1790d74-6295-52ee-896d-703308856f14 with scrape type 2
2026-03-29 06:34:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1790d74-6295-52ee-896d-703308856f14 with scrape type 2
2026-03-29 06:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1790d74-6295-52ee-896d-703308856f14, identifier: YT14%20EEU
2026-03-29 06:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK
2026-03-29 06:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK
2026-03-29 06:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK to the API
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB22%20PDK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '699d3586-80aa-5297-9da4-a863899405ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB22 PDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB22%20PDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 39038,
 'odometer_reading_unit': '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 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZNW064825',
 'year': 2022}
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520PDK%27 HTTP/1.1" 200 None
2026-03-29 06:34:36 [bca.uk] INFO: Saving data for YB22%20PDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774303690.876872, 'last_price_update_time': 1774766076.794051}
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB22%2520PDK') HTTP/1.1" 204 0
2026-03-29 06:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN
2026-03-29 06:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN
2026-03-29 06:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN to the API
2026-03-29 06:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG69%20UDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '262771b3-7bc8-513f-b5ca-6c6c55e8a146',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG69 UDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG69%20UDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 51851,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T3 163 R DESIGN StationWagon',
 'transmission': 'manual',
 'trim': 'T3 163 R DESIGN',
 'vin': 'YV1XZ11V1L2263165',
 'year': 2019}
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520UDN%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Saving data for WG69%20UDN: {'auction_closing_time': 1775037600.0, 'created_time': 1773824085.943593, 'last_price_update_time': 1774766077.067324}
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG69%2520UDN') HTTP/1.1" 204 0
2026-03-29 06:34:37 [bca.uk] INFO: Found listing with ID: WM67%20YVJ
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Scrape type for WM67%20YVJ: 2
2026-03-29 06:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ
2026-03-29 06:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with scrape type 2
2026-03-29 06:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with scrape type 2
2026-03-29 06:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1, identifier: WM67%20YVJ
2026-03-29 06:34:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 809610a7-3d48-5f0a-9fe7-3b82aeca839d with identifier: BT66%20ZFG
2026-03-29 06:34:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 809610a7-3d48-5f0a-9fe7-3b82aeca839d with identifier: BT66%20ZFG
2026-03-29 06:34:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 809610a7-3d48-5f0a-9fe7-3b82aeca839d with identifier: BT66%20ZFG to the API
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT66%20ZFG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '809610a7-3d48-5f0a-9fe7-3b82aeca839d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT66 ZFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT66%20ZFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 54087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 82 CHIC Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 CHIC',
 'vin': 'VF7SAHMZ6GW623367',
 'year': 2016}
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFG%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Saving data for BT66%20ZFG: {'auction_closing_time': 1774778400.0, 'created_time': 1774391325.59388, 'last_price_update_time': 1774766077.455059}
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT66%2520ZFG') HTTP/1.1" 204 0
2026-03-29 06:34:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU
2026-03-29 06:34:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU
2026-03-29 06:34:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU to the API
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT14%20EEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1790d74-6295-52ee-896d-703308856f14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT14 EEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT14%20EEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 50394,
 '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 N-TEC S/S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI N-TEC S/S',
 'vin': 'SJNFCAF15U6509035',
 'year': 2014}
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520EEU%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Saving data for YT14%20EEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390399.750814, 'last_price_update_time': 1774766077.74934}
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT14%2520EEU') HTTP/1.1" 204 0
2026-03-29 06:34:37 [bca.uk] INFO: Found listing with ID: YB62%20UTR
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB62%2520UTR%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Scrape type for YB62%20UTR: 2
2026-03-29 06:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR
2026-03-29 06:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38c1a530-a659-58c6-9d54-34733a5a9fdf with scrape type 2
2026-03-29 06:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38c1a530-a659-58c6-9d54-34733a5a9fdf with scrape type 2
2026-03-29 06:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38c1a530-a659-58c6-9d54-34733a5a9fdf, identifier: YB62%20UTR
2026-03-29 06:34:37 [bca.uk] INFO: Found listing with ID: DS24%20SEO
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520SEO%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Scrape type for DS24%20SEO: 0
2026-03-29 06:34:37 [bca.uk] INFO: Found listing with ID: WM71%20JXY
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520JXY%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Scrape type for WM71%20JXY: 0
2026-03-29 06:34:37 [bca.uk] INFO: Found listing with ID: WR23%20PBO
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520PBO%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Scrape type for WR23%20PBO: 0
2026-03-29 06:34:37 [bca.uk] INFO: Found listing with ID: WA69%20KKG
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520KKG%27 HTTP/1.1" 200 None
2026-03-29 06:34:37 [bca.uk] INFO: Scrape type for WA69%20KKG: 2
2026-03-29 06:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG
2026-03-29 06:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f14710c1-b07b-5862-a827-f229fb6953f1 with scrape type 2
2026-03-29 06:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f14710c1-b07b-5862-a827-f229fb6953f1 with scrape type 2
2026-03-29 06:34:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f14710c1-b07b-5862-a827-f229fb6953f1, identifier: WA69%20KKG
2026-03-29 06:34:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ
2026-03-29 06:34:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ
2026-03-29 06:34:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ to the API
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM67%20YVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM67 YVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM67%20YVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'E300',
 'odometer': 56381,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E300 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383482F050743',
 'year': 2018}
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:38 [bca.uk] INFO: Saving data for WM67%20YVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774392083.489202, 'last_price_update_time': 1774766078.312169}
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM67%2520YVJ') HTTP/1.1" 204 0
2026-03-29 06:34:38 [bca.uk] INFO: Found listing with ID: BG65%20KWH
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520KWH%27 HTTP/1.1" 200 None
2026-03-29 06:34:38 [bca.uk] INFO: Scrape type for BG65%20KWH: 2
2026-03-29 06:34:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0e80d68-a484-5cda-b9b4-878ddce4bb88 with identifier: BG65%20KWH
2026-03-29 06:34:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0e80d68-a484-5cda-b9b4-878ddce4bb88 with scrape type 2
2026-03-29 06:34:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0e80d68-a484-5cda-b9b4-878ddce4bb88 with scrape type 2
2026-03-29 06:34:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0e80d68-a484-5cda-b9b4-878ddce4bb88, identifier: BG65%20KWH
2026-03-29 06:34:38 [bca.uk] INFO: Found listing with ID: NU64%20XCC
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU64%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 06:34:38 [bca.uk] INFO: Scrape type for NU64%20XCC: 2
2026-03-29 06:34:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC
2026-03-29 06:34:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318ab577-136a-54c1-9299-d1748c7ee6bc with scrape type 2
2026-03-29 06:34:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318ab577-136a-54c1-9299-d1748c7ee6bc with scrape type 2
2026-03-29 06:34:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 318ab577-136a-54c1-9299-d1748c7ee6bc, identifier: NU64%20XCC
2026-03-29 06:34:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR
2026-03-29 06:34:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR
2026-03-29 06:34:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR to the API
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB62%20UTR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38c1a530-a659-58c6-9d54-34733a5a9fdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB62 UTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB62%20UTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 75140,
 '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 MICRA 1.2 ELLE Hatchback',
 'transmission': 'manual',
 'trim': 'ELLE',
 'vin': 'MDHFBUK13U0512330',
 'year': 2013}
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB62%2520UTR%27 HTTP/1.1" 200 None
2026-03-29 06:34:38 [bca.uk] INFO: Saving data for YB62%20UTR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303767.83158, 'last_price_update_time': 1774766078.837524}
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB62%2520UTR') HTTP/1.1" 204 0
2026-03-29 06:34:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG
2026-03-29 06:34:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG
2026-03-29 06:34:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG to the API
2026-03-29 06:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA69%20KKG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f14710c1-b07b-5862-a827-f229fb6953f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA69 KKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA69%20KKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 74682,
 'odometer_reading_unit': '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 V60 SPORTWAGON 2.0 D4 190 R DESIGN PRO Estate',
 'transmission': 'manual',
 'trim': 'D4 190 R DESIGN PRO',
 'vin': 'YV1ZWA8T1K1028627',
 'year': 2019}
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520KKG%27 HTTP/1.1" 200 None
2026-03-29 06:34:39 [bca.uk] INFO: Saving data for WA69%20KKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774390761.473063, 'last_price_update_time': 1774766079.110793}
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA69%2520KKG') HTTP/1.1" 204 0
2026-03-29 06:34:39 [bca.uk] INFO: Found listing with ID: YO69%20JZX
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-29 06:34:39 [bca.uk] INFO: Scrape type for YO69%20JZX: 2
2026-03-29 06:34:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX
2026-03-29 06:34:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with scrape type 2
2026-03-29 06:34:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with scrape type 2
2026-03-29 06:34:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71, identifier: YO69%20JZX
2026-03-29 06:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0e80d68-a484-5cda-b9b4-878ddce4bb88 with identifier: BG65%20KWH
2026-03-29 06:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0e80d68-a484-5cda-b9b4-878ddce4bb88 with identifier: BG65%20KWH
2026-03-29 06:34:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0e80d68-a484-5cda-b9b4-878ddce4bb88 with identifier: BG65%20KWH to the API
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG65%20KWH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0e80d68-a484-5cda-b9b4-878ddce4bb88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG65 KWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG65%20KWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FIAT',
 'model': '500X',
 'odometer': 67643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500X 1.6 M/JET 120 POP STAR Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 120 POP STAR',
 'vin': 'ZFA3340000P370713',
 'year': 2015}
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520KWH%27 HTTP/1.1" 200 None
2026-03-29 06:34:39 [bca.uk] INFO: Saving data for BG65%20KWH: {'auction_closing_time': 1774778400.0, 'created_time': 1774391364.641806, 'last_price_update_time': 1774766079.517952}
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG65%2520KWH') HTTP/1.1" 204 0
2026-03-29 06:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC
2026-03-29 06:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC
2026-03-29 06:34:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC to the API
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU64%20XCC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '318ab577-136a-54c1-9299-d1748c7ee6bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU64 XCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU64%20XCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 102676,
 '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 OCTAVIA 2.0 TDI CR 184 VRS Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 184 VRS',
 'vin': 'TMBBK7NE2F0060015',
 'year': 2014}
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU64%2520XCC%27 HTTP/1.1" 200 None
2026-03-29 06:34:39 [bca.uk] INFO: Saving data for NU64%20XCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390393.641936, 'last_price_update_time': 1774766079.893609}
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU64%2520XCC') HTTP/1.1" 204 0
2026-03-29 06:34:39 [bca.uk] INFO: Found listing with ID: HK16%20UGH
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520UGH%27 HTTP/1.1" 200 None
2026-03-29 06:34:39 [bca.uk] INFO: Scrape type for HK16%20UGH: 2
2026-03-29 06:34:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH
2026-03-29 06:34:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb70d2c0-a8ec-5336-983e-852c42bfbcce with scrape type 2
2026-03-29 06:34:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb70d2c0-a8ec-5336-983e-852c42bfbcce with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb70d2c0-a8ec-5336-983e-852c42bfbcce, identifier: HK16%20UGH
2026-03-29 06:34:40 [bca.uk] INFO: Found listing with ID: WO67%20LZC
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520LZC%27 HTTP/1.1" 200 None
2026-03-29 06:34:40 [bca.uk] INFO: Scrape type for WO67%20LZC: 2
2026-03-29 06:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC
2026-03-29 06:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e, identifier: WO67%20LZC
2026-03-29 06:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX
2026-03-29 06:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX
2026-03-29 06:34:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX to the API
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO69%20JZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '039afd19-e7ef-50d8-89f3-3a5e3bbc3a71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO69 JZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO69%20JZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 27108,
 '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 100 TITANIUM P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 100 TITANIUM P/S',
 'vin': 'WF0JXXGAHJKT45864',
 'year': 2020}
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-29 06:34:40 [bca.uk] INFO: Saving data for YO69%20JZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774392076.491911, 'last_price_update_time': 1774766080.404033}
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO69%2520JZX') HTTP/1.1" 204 0
2026-03-29 06:34:40 [bca.uk] INFO: Found listing with ID: WV23%20XMZ
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:40 [bca.uk] INFO: Scrape type for WV23%20XMZ: 2
2026-03-29 06:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ
2026-03-29 06:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db31e196-8a1b-578a-b3be-1466ddcb0342 with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db31e196-8a1b-578a-b3be-1466ddcb0342 with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db31e196-8a1b-578a-b3be-1466ddcb0342, identifier: WV23%20XMZ
2026-03-29 06:34:40 [bca.uk] INFO: Found listing with ID: SY17%20YFJ
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520YFJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:40 [bca.uk] INFO: Scrape type for SY17%20YFJ: 2
2026-03-29 06:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ
2026-03-29 06:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7129aa05-0986-5344-a3e8-c493d5f67e13 with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7129aa05-0986-5344-a3e8-c493d5f67e13 with scrape type 2
2026-03-29 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7129aa05-0986-5344-a3e8-c493d5f67e13, identifier: SY17%20YFJ
2026-03-29 06:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=light+white HTTP/1.1" 200 None
2026-03-29 06:34:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:34:40 [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:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH
2026-03-29 06:34:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH to the API
2026-03-29 06:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK16%20UGH-GB',
 'category': 'Car',
 'color': 'light white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb70d2c0-a8ec-5336-983e-852c42bfbcce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK16 UGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK16%20UGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'PACEMAN',
 'odometer': 84372,
 '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 PACEMAN 2.0 COOPER S D ALL4 Coupe',
 'transmission': 'manual',
 'trim': 'COOPER S D ALL4',
 'vin': 'WMWRS92030WN96685',
 'year': 2016}
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520UGH%27 HTTP/1.1" 200 None
2026-03-29 06:34:41 [bca.uk] INFO: Saving data for HK16%20UGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390538.372116, 'last_price_update_time': 1774766081.028279}
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK16%2520UGH') HTTP/1.1" 204 0
2026-03-29 06:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC
2026-03-29 06:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC
2026-03-29 06:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC to the API
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO67%20LZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c16ff70-c9ed-5702-a1e6-f6da7499f01e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO67 LZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO67%20LZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 76805,
 '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 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALWA2EK2HA163924',
 'year': 2017}
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520LZC%27 HTTP/1.1" 200 None
2026-03-29 06:34:41 [bca.uk] INFO: Saving data for WO67%20LZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774390753.611774, 'last_price_update_time': 1774766081.332716}
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO67%2520LZC') HTTP/1.1" 204 0
2026-03-29 06:34:41 [bca.uk] INFO: Found listing with ID: BF68%20NXT
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-29 06:34:41 [bca.uk] INFO: Scrape type for BF68%20NXT: 2
2026-03-29 06:34:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT
2026-03-29 06:34:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with scrape type 2
2026-03-29 06:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with scrape type 2
2026-03-29 06:34:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11, identifier: BF68%20NXT
2026-03-29 06:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moondust+silver HTTP/1.1" 200 None
2026-03-29 06:34:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:34: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:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ
2026-03-29 06:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ to the API
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20XMZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'metamorphosis silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db31e196-8a1b-578a-b3be-1466ddcb0342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV23 XMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20XMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36484,
 '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 170 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNG14619',
 'year': 2023}
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XMZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:41 [bca.uk] INFO: Saving data for WV23%20XMZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774391765.270022, 'last_price_update_time': 1774766081.84511}
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520XMZ') HTTP/1.1" 204 0
2026-03-29 06:34:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ
2026-03-29 06:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ
2026-03-29 06:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ to the API
2026-03-29 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY17%20YFJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7129aa05-0986-5344-a3e8-c493d5f67e13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY17 YFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY17%20YFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 44485,
 '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 FABIA 1.2 TSI 110 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 110 SE DSG',
 'vin': 'TMBFN6NJ1HZ178748',
 'year': 2017}
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520YFJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Saving data for SY17%20YFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390398.216378, 'last_price_update_time': 1774766082.160401}
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY17%2520YFJ') HTTP/1.1" 204 0
2026-03-29 06:34:42 [bca.uk] INFO: Found listing with ID: BL73%20GWN
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34: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%2520GWN%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Scrape type for BL73%20GWN: 2
2026-03-29 06:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN
2026-03-29 06:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ed3eac-d278-525e-a9c6-54b406b09b06 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ed3eac-d278-525e-a9c6-54b406b09b06 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ed3eac-d278-525e-a9c6-54b406b09b06, identifier: BL73%20GWN
2026-03-29 06:34:42 [bca.uk] INFO: Found listing with ID: VA22%20FNN
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA22%2520FNN%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Scrape type for VA22%20FNN: 2
2026-03-29 06:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN
2026-03-29 06:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dea7a4ef-5582-5ecc-80dc-f5342b340cd4, identifier: VA22%20FNN
2026-03-29 06:34:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT
2026-03-29 06:34:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT
2026-03-29 06:34:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT to the API
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF68%20NXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c38c0efa-c5e5-5ee4-90e7-e20e474cfe11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF68 NXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF68%20NXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 48160,
 'odometer_reading_unit': '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 AMG LINE PREMIUM PLUS StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDC1569432J541728',
 'year': 2018}
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Saving data for BF68%20NXT: {'auction_closing_time': 1775124000.0, 'created_time': 1774392076.862208, 'last_price_update_time': 1774766082.675838}
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF68%2520NXT') HTTP/1.1" 204 0
2026-03-29 06:34:42 [bca.uk] INFO: Found listing with ID: WN75%20GBY
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GBY%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Scrape type for WN75%20GBY: 0
2026-03-29 06:34:42 [bca.uk] INFO: Found listing with ID: WN25%20HKJ
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520HKJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Scrape type for WN25%20HKJ: 2
2026-03-29 06:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ
2026-03-29 06:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7db1273f-ea44-5cf0-a697-4d9765031471 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7db1273f-ea44-5cf0-a697-4d9765031471 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7db1273f-ea44-5cf0-a697-4d9765031471, identifier: WN25%20HKJ
2026-03-29 06:34:42 [bca.uk] INFO: Found listing with ID: VA19%20SYJ
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520SYJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:42 [bca.uk] INFO: Scrape type for VA19%20SYJ: 2
2026-03-29 06:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ
2026-03-29 06:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f6a872f-65c9-55b2-ac91-20496a1f7079 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f6a872f-65c9-55b2-ac91-20496a1f7079 with scrape type 2
2026-03-29 06:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f6a872f-65c9-55b2-ac91-20496a1f7079, identifier: VA19%20SYJ
2026-03-29 06:34:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN
2026-03-29 06:34:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN
2026-03-29 06:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN to the API
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL73%20GWN-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1ed3eac-d278-525e-a9c6-54b406b09b06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL73 GWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL73%20GWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 11213,
 '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 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WMW32DK0002V61358',
 'year': 2023}
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520GWN%27 HTTP/1.1" 200 None
2026-03-29 06:34:43 [bca.uk] INFO: Saving data for BL73%20GWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774390785.141383, 'last_price_update_time': 1774766083.192254}
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL73%2520GWN') HTTP/1.1" 204 0
2026-03-29 06:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN
2026-03-29 06:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN
2026-03-29 06:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN to the API
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA22%20FNN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dea7a4ef-5582-5ecc-80dc-f5342b340cd4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA22 FNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA22%20FNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 42725,
 'odometer_reading_unit': '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': 'SALWA2AW0NA244778',
 'year': 2022}
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA22%2520FNN%27 HTTP/1.1" 200 None
2026-03-29 06:34:43 [bca.uk] INFO: Saving data for VA22%20FNN: {'auction_closing_time': 1775037600.0, 'created_time': 1774390752.444089, 'last_price_update_time': 1774766083.464393}
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA22%2520FNN') HTTP/1.1" 204 0
2026-03-29 06:34:43 [bca.uk] INFO: Found listing with ID: KR66%20HEV
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 06:34:43 [bca.uk] INFO: Scrape type for KR66%20HEV: 2
2026-03-29 06:34:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV
2026-03-29 06:34:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb7e524e-425b-59b4-a83c-11d52e55c9c7 with scrape type 2
2026-03-29 06:34:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb7e524e-425b-59b4-a83c-11d52e55c9c7 with scrape type 2
2026-03-29 06:34:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb7e524e-425b-59b4-a83c-11d52e55c9c7, identifier: KR66%20HEV
2026-03-29 06:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ
2026-03-29 06:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ
2026-03-29 06:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ to the API
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20HKJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7db1273f-ea44-5cf0-a697-4d9765031471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 HKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20HKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 9244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 130 L3 H2 LIMITED',
 'vin': 'WF0EXXTTRERT19246',
 'year': 2025}
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520HKJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:43 [bca.uk] INFO: Saving data for WN25%20HKJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773825509.337839, 'last_price_update_time': 1774766083.845649}
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520HKJ') HTTP/1.1" 204 0
2026-03-29 06:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ
2026-03-29 06:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ
2026-03-29 06:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ to the API
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20SYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f6a872f-65c9-55b2-ac91-20496a1f7079',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA19 SYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20SYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 55439,
 'odometer_reading_unit': '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': 'SJNFFAJ11U2535956',
 'year': 2019}
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520SYJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:44 [bca.uk] INFO: Saving data for VA19%20SYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390398.540877, 'last_price_update_time': 1774766084.222083}
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520SYJ') HTTP/1.1" 204 0
2026-03-29 06:34:44 [bca.uk] INFO: Found listing with ID: BN10%20OCF
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:34:44 [bca.uk] INFO: Scrape type for BN10%20OCF: 2
2026-03-29 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF
2026-03-29 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffa1a48a-7135-561b-b65d-bdbcc0819fde with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffa1a48a-7135-561b-b65d-bdbcc0819fde with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffa1a48a-7135-561b-b65d-bdbcc0819fde, identifier: BN10%20OCF
2026-03-29 06:34:44 [bca.uk] INFO: Found listing with ID: PL72%20WSF
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSF%27 HTTP/1.1" 200 None
2026-03-29 06:34:44 [bca.uk] INFO: Scrape type for PL72%20WSF: 2
2026-03-29 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF
2026-03-29 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93bba22d-9b08-5de3-bc00-d195f53e06c6 with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93bba22d-9b08-5de3-bc00-d195f53e06c6 with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93bba22d-9b08-5de3-bc00-d195f53e06c6, identifier: PL72%20WSF
2026-03-29 06:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV
2026-03-29 06:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV
2026-03-29 06:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV to the API
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR66%20HEV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb7e524e-425b-59b4-a83c-11d52e55c9c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR66 HEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR66%20HEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 61226,
 '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 CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N464498',
 'year': 2016}
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-29 06:34:44 [bca.uk] INFO: Saving data for KR66%20HEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774392081.693951, 'last_price_update_time': 1774766084.723876}
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR66%2520HEV') HTTP/1.1" 204 0
2026-03-29 06:34:44 [bca.uk] INFO: Found listing with ID: HN74%20OVS
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OVS%27 HTTP/1.1" 200 None
2026-03-29 06:34:44 [bca.uk] INFO: Scrape type for HN74%20OVS: 2
2026-03-29 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS
2026-03-29 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1069864e-a0c7-5bb7-b438-95e456ea1e2f with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1069864e-a0c7-5bb7-b438-95e456ea1e2f with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1069864e-a0c7-5bb7-b438-95e456ea1e2f, identifier: HN74%20OVS
2026-03-29 06:34:44 [bca.uk] INFO: Found listing with ID: YR62%20YYU
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR62%2520YYU%27 HTTP/1.1" 200 None
2026-03-29 06:34:44 [bca.uk] INFO: Scrape type for YR62%20YYU: 2
2026-03-29 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU
2026-03-29 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8037995e-b4d6-5df3-a159-b67de5d5c113 with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8037995e-b4d6-5df3-a159-b67de5d5c113 with scrape type 2
2026-03-29 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8037995e-b4d6-5df3-a159-b67de5d5c113, identifier: YR62%20YYU
2026-03-29 06:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF
2026-03-29 06:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF
2026-03-29 06:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF to the API
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN10%20OCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffa1a48a-7135-561b-b65d-bdbcc0819fde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN10 OCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN10%20OCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 121168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 E XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 E XS',
 'vin': 'SALFA2CB4AH188680',
 'year': 2010}
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:34:45 [bca.uk] INFO: Saving data for BN10%20OCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303819.869271, 'last_price_update_time': 1774766085.260684}
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN10%2520OCF') HTTP/1.1" 204 0
2026-03-29 06:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF
2026-03-29 06:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF
2026-03-29 06:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF to the API
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL72%20WSF-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '93bba22d-9b08-5de3-bc00-d195f53e06c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PL72 WSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL72%20WSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 41721,
 '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': 'LSJWH409XNN190987',
 'year': 2023}
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSF%27 HTTP/1.1" 200 None
2026-03-29 06:34:45 [bca.uk] INFO: Saving data for PL72%20WSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774390753.993736, 'last_price_update_time': 1774766085.548883}
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL72%2520WSF') HTTP/1.1" 204 0
2026-03-29 06:34:45 [bca.uk] INFO: Found listing with ID: SR18%20HAA
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-29 06:34:45 [bca.uk] INFO: Scrape type for SR18%20HAA: 2
2026-03-29 06:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA
2026-03-29 06:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f590448-d06e-5e5c-bc0e-cf665578a498 with scrape type 2
2026-03-29 06:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f590448-d06e-5e5c-bc0e-cf665578a498 with scrape type 2
2026-03-29 06:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f590448-d06e-5e5c-bc0e-cf665578a498, identifier: SR18%20HAA
2026-03-29 06:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS
2026-03-29 06:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS
2026-03-29 06:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS to the API
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN74%20OVS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1069864e-a0c7-5bb7-b438-95e456ea1e2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN74 OVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN74%20OVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 12151,
 '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 RANGER 2.0 EBL 170 4WD XLT CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 4WD XLT',
 'vin': '6FPPXXMJ2PRD37817',
 'year': 2025}
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OVS%27 HTTP/1.1" 200 None
2026-03-29 06:34:45 [bca.uk] INFO: Saving data for HN74%20OVS: {'auction_closing_time': 1774864800.0, 'created_time': 1774391743.275044, 'last_price_update_time': 1774766085.947343}
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN74%2520OVS') HTTP/1.1" 204 0
2026-03-29 06:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU
2026-03-29 06:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU
2026-03-29 06:34:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU to the API
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR62%20YYU-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8037995e-b4d6-5df3-a159-b67de5d5c113',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR62 YYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR62%20YYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 122608,
 '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 SPORTAGE 2.0 CRDI KX-4 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI KX-4',
 'vin': 'U5YPC813NDL230341',
 'year': 2012}
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR62%2520YYU%27 HTTP/1.1" 200 None
2026-03-29 06:34:46 [bca.uk] INFO: Saving data for YR62%20YYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303830.107797, 'last_price_update_time': 1774766086.289286}
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR62%2520YYU') HTTP/1.1" 204 0
2026-03-29 06:34:46 [bca.uk] INFO: Found listing with ID: FD21%20MBF
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520MBF%27 HTTP/1.1" 200 None
2026-03-29 06:34:46 [bca.uk] INFO: Scrape type for FD21%20MBF: 2
2026-03-29 06:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF
2026-03-29 06:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e7fae26-5d2e-5116-bda6-70e373777b80 with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e7fae26-5d2e-5116-bda6-70e373777b80 with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e7fae26-5d2e-5116-bda6-70e373777b80, identifier: FD21%20MBF
2026-03-29 06:34:46 [bca.uk] INFO: Found listing with ID: HJ71%20VMK
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ71%2520VMK%27 HTTP/1.1" 200 None
2026-03-29 06:34:46 [bca.uk] INFO: Scrape type for HJ71%20VMK: 2
2026-03-29 06:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK
2026-03-29 06:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756de384-ea85-53a9-81de-b2a79416a59e with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756de384-ea85-53a9-81de-b2a79416a59e with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 756de384-ea85-53a9-81de-b2a79416a59e, identifier: HJ71%20VMK
2026-03-29 06:34:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA
2026-03-29 06:34:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA
2026-03-29 06:34:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA to the API
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR18%20HAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5f590448-d06e-5e5c-bc0e-cf665578a498',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SR18 HAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR18%20HAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 41371,
 'odometer_reading_unit': '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 EXECUTIVE StationWagon',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDC1569432J541761',
 'year': 2018}
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-29 06:34:46 [bca.uk] INFO: Saving data for SR18%20HAA: {'auction_closing_time': 1775124000.0, 'created_time': 1774392097.141934, 'last_price_update_time': 1774766086.774706}
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR18%2520HAA') HTTP/1.1" 204 0
2026-03-29 06:34:46 [bca.uk] INFO: Found listing with ID: EU73%20MMK
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520MMK%27 HTTP/1.1" 200 None
2026-03-29 06:34:46 [bca.uk] INFO: Scrape type for EU73%20MMK: 2
2026-03-29 06:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK
2026-03-29 06:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0, identifier: EU73%20MMK
2026-03-29 06:34:46 [bca.uk] INFO: Total items found: 100
2026-03-29 06:34:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded
2026-03-29 06:34:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:34:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:34:46 [bca.uk] INFO: Found listing with ID: DP22%20TKT
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKT%27 HTTP/1.1" 200 None
2026-03-29 06:34:46 [bca.uk] INFO: Scrape type for DP22%20TKT: 2
2026-03-29 06:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT
2026-03-29 06:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7374c1-774c-5719-b1ee-004062a8350a with scrape type 2
2026-03-29 06:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7374c1-774c-5719-b1ee-004062a8350a with scrape type 2
2026-03-29 06:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a7374c1-774c-5719-b1ee-004062a8350a, identifier: DP22%20TKT
2026-03-29 06:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF
2026-03-29 06:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF
2026-03-29 06:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF to the API
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20MBF-GB',
 'category': 'Car',
 'color': 'mineral grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e7fae26-5d2e-5116-bda6-70e373777b80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD21 MBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20MBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '218I',
 'odometer': 73814,
 '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 Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA12DE0407J29202',
 'year': 2021}
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520MBF%27 HTTP/1.1" 200 None
2026-03-29 06:34:47 [bca.uk] INFO: Saving data for FD21%20MBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303817.403789, 'last_price_update_time': 1774766087.341051}
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520MBF') HTTP/1.1" 204 0
2026-03-29 06:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK
2026-03-29 06:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK
2026-03-29 06:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK to the API
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ71%20VMK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '756de384-ea85-53a9-81de-b2a79416a59e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ71 VMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ71%20VMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 35295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-G MHEV SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SE-L LUX',
 'vin': 'JMZDM6WE600301649',
 'year': 2022}
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ71%2520VMK%27 HTTP/1.1" 200 None
2026-03-29 06:34:47 [bca.uk] INFO: Saving data for HJ71%20VMK: {'auction_closing_time': 1775037600.0, 'created_time': 1774046623.86269, 'last_price_update_time': 1774766087.625195}
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ71%2520VMK') HTTP/1.1" 204 0
2026-03-29 06:34:47 [bca.uk] INFO: Found listing with ID: VN71%20GUX
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-29 06:34:47 [bca.uk] INFO: Scrape type for VN71%20GUX: 2
2026-03-29 06:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX
2026-03-29 06:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96f451b9-d0b2-5408-9fe0-0570c6b328fc with scrape type 2
2026-03-29 06:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96f451b9-d0b2-5408-9fe0-0570c6b328fc with scrape type 2
2026-03-29 06:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96f451b9-d0b2-5408-9fe0-0570c6b328fc, identifier: VN71%20GUX
2026-03-29 06:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK
2026-03-29 06:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK
2026-03-29 06:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK to the API
2026-03-29 06:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU73%20MMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU73 MMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU73%20MMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 12262,
 '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 SUPERB 2.0 TDI CR 200 LAUREN+KLEMENT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 200 LAUREN+KLEMENT DSG',
 'vin': 'TMBBR7NP6R7016043',
 'year': 2023}
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520MMK%27 HTTP/1.1" 200 None
2026-03-29 06:34:48 [bca.uk] INFO: Saving data for EU73%20MMK: {'auction_closing_time': 1774854000.0, 'created_time': 1773842382.607703, 'last_price_update_time': 1774766088.016051}
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU73%2520MMK') HTTP/1.1" 204 0
2026-03-29 06:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT
2026-03-29 06:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT
2026-03-29 06:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT to the API
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP22%20TKT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a7374c1-774c-5719-b1ee-004062a8350a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP22 TKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP22%20TKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 41545,
 'odometer_reading_unit': '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 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGYXNA081441',
 'year': 2022}
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKT%27 HTTP/1.1" 200 None
2026-03-29 06:34:48 [bca.uk] INFO: Saving data for DP22%20TKT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390427.838975, 'last_price_update_time': 1774766088.294126}
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520TKT') HTTP/1.1" 204 0
2026-03-29 06:34:48 [bca.uk] INFO: Found listing with ID: YL18%20AYE
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL18%2520AYE%27 HTTP/1.1" 200 None
2026-03-29 06:34:48 [bca.uk] INFO: Scrape type for YL18%20AYE: 2
2026-03-29 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE
2026-03-29 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 086f1b00-0e44-5acc-954f-0ad71163780e with scrape type 2
2026-03-29 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 086f1b00-0e44-5acc-954f-0ad71163780e with scrape type 2
2026-03-29 06:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 086f1b00-0e44-5acc-954f-0ad71163780e, identifier: YL18%20AYE
2026-03-29 06:34:48 [bca.uk] INFO: Found listing with ID: RK68%20CCO
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520CCO%27 HTTP/1.1" 200 None
2026-03-29 06:34:48 [bca.uk] INFO: Scrape type for RK68%20CCO: 2
2026-03-29 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO
2026-03-29 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with scrape type 2
2026-03-29 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with scrape type 2
2026-03-29 06:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7, identifier: RK68%20CCO
2026-03-29 06:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX
2026-03-29 06:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX
2026-03-29 06:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX to the API
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN71%20GUX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '96f451b9-d0b2-5408-9fe0-0570c6b328fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN71 GUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN71%20GUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 47712,
 '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 ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZNP014682',
 'year': 2021}
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-29 06:34:48 [bca.uk] INFO: Saving data for VN71%20GUX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392044.27315, 'last_price_update_time': 1774766088.794355}
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN71%2520GUX') HTTP/1.1" 204 0
2026-03-29 06:34:48 [bca.uk] INFO: Found listing with ID: GY19%20WHW
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:34:48 [bca.uk] INFO: Scrape type for GY19%20WHW: 2
2026-03-29 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW
2026-03-29 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4680da9-5a09-5485-98a3-ef82048be2aa with scrape type 2
2026-03-29 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4680da9-5a09-5485-98a3-ef82048be2aa with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4680da9-5a09-5485-98a3-ef82048be2aa, identifier: GY19%20WHW
2026-03-29 06:34:49 [bca.uk] INFO: Found listing with ID: OY62%20XSC
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-29 06:34:49 [bca.uk] INFO: Scrape type for OY62%20XSC: 2
2026-03-29 06:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC
2026-03-29 06:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8a34ace-454f-5e5d-83c2-272352d01016 with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8a34ace-454f-5e5d-83c2-272352d01016 with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8a34ace-454f-5e5d-83c2-272352d01016, identifier: OY62%20XSC
2026-03-29 06:34:49 [bca.uk] INFO: Found listing with ID: BW11%20RXL
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW11%2520RXL%27 HTTP/1.1" 200 None
2026-03-29 06:34:49 [bca.uk] INFO: Scrape type for BW11%20RXL: 2
2026-03-29 06:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL
2026-03-29 06:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62b6f953-d542-553f-bbbf-ebd84d580631 with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62b6f953-d542-553f-bbbf-ebd84d580631 with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62b6f953-d542-553f-bbbf-ebd84d580631, identifier: BW11%20RXL
2026-03-29 06:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE
2026-03-29 06:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE
2026-03-29 06:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE to the API
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL18%20AYE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '086f1b00-0e44-5acc-954f-0ad71163780e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL18 AYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL18%20AYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 53980,
 'odometer_reading_unit': '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 ENERGY MPV',
 'transmission': 'manual',
 'trim': 'T 140 ENERGY',
 'vin': 'W0VPD9ECXJ1150581',
 'year': 2018}
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL18%2520AYE%27 HTTP/1.1" 200 None
2026-03-29 06:34:49 [bca.uk] INFO: Saving data for YL18%20AYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390539.39538, 'last_price_update_time': 1774766089.502183}
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL18%2520AYE') HTTP/1.1" 204 0
2026-03-29 06:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO
2026-03-29 06:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO
2026-03-29 06:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO to the API
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK68%20CCO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9e8a3e2e-93b3-59d8-944f-74d8c733dcb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK68 CCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK68%20CCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 96194,
 'odometer_reading_unit': '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 Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F072533',
 'year': 2018}
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520CCO%27 HTTP/1.1" 200 None
2026-03-29 06:34:49 [bca.uk] INFO: Saving data for RK68%20CCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774390734.337987, 'last_price_update_time': 1774766089.801596}
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK68%2520CCO') HTTP/1.1" 204 0
2026-03-29 06:34:49 [bca.uk] INFO: Found listing with ID: KF17%20CZB
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 06:34:49 [bca.uk] INFO: Scrape type for KF17%20CZB: 2
2026-03-29 06:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB
2026-03-29 06:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with scrape type 2
2026-03-29 06:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49026b7f-1d0f-55ba-bcfd-157e580dfd45, identifier: KF17%20CZB
2026-03-29 06:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW
2026-03-29 06:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW
2026-03-29 06:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW to the API
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY19%20WHW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4680da9-5a09-5485-98a3-ef82048be2aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY19 WHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY19%20WHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'Z4',
 'odometer': 31539,
 'odometer_reading_unit': '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 Z4 3.0 SDRIVE M40I Roadster',
 'transmission': 'automatic',
 'trim': 'SDRIVE M40I',
 'vin': 'WBAHF52030WW26079',
 'year': 2019}
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:34:50 [bca.uk] INFO: Saving data for GY19%20WHW: {'auction_closing_time': 1774854000.0, 'created_time': 1773832044.285186, 'last_price_update_time': 1774766090.205}
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY19%2520WHW') HTTP/1.1" 204 0
2026-03-29 06:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC
2026-03-29 06:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC
2026-03-29 06:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC to the API
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY62%20XSC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f8a34ace-454f-5e5d-83c2-272352d01016',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY62 XSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY62%20XSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 118495,
 '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 Q7 3.0 TDI 245 QUATTRO S LINE+ TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 245 QUATTRO S LINE+ TIP',
 'vin': 'WAUZZZ4L3DD010152',
 'year': 2013}
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-29 06:34:50 [bca.uk] INFO: Saving data for OY62%20XSC: {'auction_closing_time': 1775037600.0, 'created_time': 1774362011.234371, 'last_price_update_time': 1774766090.49122}
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY62%2520XSC') HTTP/1.1" 204 0
2026-03-29 06:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL
2026-03-29 06:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL
2026-03-29 06:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL to the API
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW11%20RXL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62b6f953-d542-553f-bbbf-ebd84d580631',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW11 RXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW11%20RXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 65122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI SPORT',
 'vin': 'WAUZZZ8X3CB004889',
 'year': 2011}
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW11%2520RXL%27 HTTP/1.1" 200 None
2026-03-29 06:34:50 [bca.uk] INFO: Saving data for BW11%20RXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774392169.324005, 'last_price_update_time': 1774766090.778315}
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW11%2520RXL') HTTP/1.1" 204 0
2026-03-29 06:34:50 [bca.uk] INFO: Found listing with ID: YC15%20NJN
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520NJN%27 HTTP/1.1" 200 None
2026-03-29 06:34:50 [bca.uk] INFO: Scrape type for YC15%20NJN: 2
2026-03-29 06:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN
2026-03-29 06:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with scrape type 2
2026-03-29 06:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with scrape type 2
2026-03-29 06:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea, identifier: YC15%20NJN
2026-03-29 06:34:50 [bca.uk] INFO: Found listing with ID: SN71%20GZA
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520GZA%27 HTTP/1.1" 200 None
2026-03-29 06:34:50 [bca.uk] INFO: Scrape type for SN71%20GZA: 2
2026-03-29 06:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA
2026-03-29 06:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c47b77-7b64-5ac5-921d-1873b19de4eb with scrape type 2
2026-03-29 06:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00c47b77-7b64-5ac5-921d-1873b19de4eb with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00c47b77-7b64-5ac5-921d-1873b19de4eb, identifier: SN71%20GZA
2026-03-29 06:34:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB
2026-03-29 06:34:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB
2026-03-29 06:34:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB to the API
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF17%20CZB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49026b7f-1d0f-55ba-bcfd-157e580dfd45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF17 CZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF17%20CZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 71824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 TFSI 190 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'TFSI 190 SPORT',
 'vin': 'WAUZZZF54JA032303',
 'year': 2017}
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-29 06:34:51 [bca.uk] INFO: Saving data for KF17%20CZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774392110.885517, 'last_price_update_time': 1774766091.301742}
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF17%2520CZB') HTTP/1.1" 204 0
2026-03-29 06:34:51 [bca.uk] INFO: Found listing with ID: HN72%20EEU
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520EEU%27 HTTP/1.1" 200 None
2026-03-29 06:34:51 [bca.uk] INFO: Scrape type for HN72%20EEU: 2
2026-03-29 06:34:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU
2026-03-29 06:34:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2b12ca1-c577-5819-9459-b98bda133822 with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2b12ca1-c577-5819-9459-b98bda133822 with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2b12ca1-c577-5819-9459-b98bda133822, identifier: HN72%20EEU
2026-03-29 06:34:51 [bca.uk] INFO: Found listing with ID: EA67%20HVH
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 06:34:51 [bca.uk] INFO: Scrape type for EA67%20HVH: 2
2026-03-29 06:34:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH
2026-03-29 06:34:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d399b7cc-fc9b-559f-a195-54a3d3623da6 with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d399b7cc-fc9b-559f-a195-54a3d3623da6 with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d399b7cc-fc9b-559f-a195-54a3d3623da6, identifier: EA67%20HVH
2026-03-29 06:34:51 [bca.uk] INFO: Found listing with ID: YT14%20WYY
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520WYY%27 HTTP/1.1" 200 None
2026-03-29 06:34:51 [bca.uk] INFO: Scrape type for YT14%20WYY: 2
2026-03-29 06:34:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY
2026-03-29 06:34:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 765cf389-bd9e-50dd-9f59-ec9f0b84eead with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 765cf389-bd9e-50dd-9f59-ec9f0b84eead with scrape type 2
2026-03-29 06:34:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 765cf389-bd9e-50dd-9f59-ec9f0b84eead, identifier: YT14%20WYY
2026-03-29 06:34:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN
2026-03-29 06:34:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN
2026-03-29 06:34:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN to the API
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC15%20NJN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62ab394c-fa01-5f41-aac5-56cc24a7b6ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC15 NJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC15%20NJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 75773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-PRESSION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-PRESSION',
 'vin': 'JTDKGNEC60N072375',
 'year': 2015}
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520NJN%27 HTTP/1.1" 200 None
2026-03-29 06:34:51 [bca.uk] INFO: Saving data for YC15%20NJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774303692.466171, 'last_price_update_time': 1774766091.896286}
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520NJN') HTTP/1.1" 204 0
2026-03-29 06:34:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA
2026-03-29 06:34:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA
2026-03-29 06:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA to the API
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN71%20GZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00c47b77-7b64-5ac5-921d-1873b19de4eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN71 GZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN71%20GZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 24914,
 '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 CX-30 2.0 E-SKY-X 186 GT SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 GT SPORT',
 'vin': 'JMZDM6WH600201773',
 'year': 2021}
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520GZA%27 HTTP/1.1" 200 None
2026-03-29 06:34:52 [bca.uk] INFO: Saving data for SN71%20GZA: {'auction_closing_time': 1775037600.0, 'created_time': 1774046565.579797, 'last_price_update_time': 1774766092.186894}
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN71%2520GZA') HTTP/1.1" 204 0
2026-03-29 06:34:52 [bca.uk] INFO: Found listing with ID: KP17%20OAH
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 06:34:52 [bca.uk] INFO: Scrape type for KP17%20OAH: 2
2026-03-29 06:34:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH
2026-03-29 06:34:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with scrape type 2
2026-03-29 06:34:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with scrape type 2
2026-03-29 06:34:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07, identifier: KP17%20OAH
2026-03-29 06:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU
2026-03-29 06:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU
2026-03-29 06:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU to the API
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20EEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd2b12ca1-c577-5819-9459-b98bda133822',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN72 EEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20EEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '330E',
 'odometer': 51851,
 'odometer_reading_unit': '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 M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA82CY020FN48191',
 'year': 2022}
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520EEU%27 HTTP/1.1" 200 None
2026-03-29 06:34:52 [bca.uk] INFO: Saving data for HN72%20EEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774391663.584547, 'last_price_update_time': 1774766092.574642}
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520EEU') HTTP/1.1" 204 0
2026-03-29 06:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH
2026-03-29 06:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH
2026-03-29 06:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH to the API
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA67%20HVH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd399b7cc-fc9b-559f-a195-54a3d3623da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA67 HVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA67%20HVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 76370,
 '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 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LJJ532543',
 'year': 2017}
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520HVH%27 HTTP/1.1" 200 None
2026-03-29 06:34:52 [bca.uk] INFO: Saving data for EA67%20HVH: {'auction_closing_time': 1775037600.0, 'created_time': 1773959880.658092, 'last_price_update_time': 1774766092.860818}
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA67%2520HVH') HTTP/1.1" 204 0
2026-03-29 06:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY
2026-03-29 06:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY
2026-03-29 06:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY to the API
2026-03-29 06:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT14%20WYY-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '765cf389-bd9e-50dd-9f59-ec9f0b84eead',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT14 WYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT14%20WYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '420D',
 'odometer': 109714,
 '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 420D 2.0 SPORT Convertible',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA3U12080J965653',
 'year': 2014}
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520WYY%27 HTTP/1.1" 200 None
2026-03-29 06:34:53 [bca.uk] INFO: Saving data for YT14%20WYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390340.769355, 'last_price_update_time': 1774766093.161274}
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT14%2520WYY') HTTP/1.1" 204 0
2026-03-29 06:34:53 [bca.uk] INFO: Found listing with ID: YG67%20GGY
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG67%2520GGY%27 HTTP/1.1" 200 None
2026-03-29 06:34:53 [bca.uk] INFO: Scrape type for YG67%20GGY: 2
2026-03-29 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY
2026-03-29 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 253fd04c-e04b-5de4-935c-d2363256bba7 with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 253fd04c-e04b-5de4-935c-d2363256bba7 with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 253fd04c-e04b-5de4-935c-d2363256bba7, identifier: YG67%20GGY
2026-03-29 06:34:53 [bca.uk] INFO: Found listing with ID: WV67%20WGA
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WGA%27 HTTP/1.1" 200 None
2026-03-29 06:34:53 [bca.uk] INFO: Scrape type for WV67%20WGA: 2
2026-03-29 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA
2026-03-29 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c, identifier: WV67%20WGA
2026-03-29 06:34:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH
2026-03-29 06:34:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH
2026-03-29 06:34:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH to the API
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP17%20OAH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ba01e74-59d2-5cfb-8eeb-248a4a3dad07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP17 OAH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP17%20OAH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 350 D',
 'odometer': 57878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLE 350 D 3.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC1660242A926043',
 'year': 2017}
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-29 06:34:53 [bca.uk] INFO: Saving data for KP17%20OAH: {'auction_closing_time': 1774951200.0, 'created_time': 1774392025.339395, 'last_price_update_time': 1774766093.648867}
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP17%2520OAH') HTTP/1.1" 204 0
2026-03-29 06:34:53 [bca.uk] INFO: Found listing with ID: FN11%20OHJ
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:53 [bca.uk] INFO: Scrape type for FN11%20OHJ: 2
2026-03-29 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ
2026-03-29 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9532fa11-56d9-5f59-8703-3039850b3062 with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9532fa11-56d9-5f59-8703-3039850b3062 with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9532fa11-56d9-5f59-8703-3039850b3062, identifier: FN11%20OHJ
2026-03-29 06:34:53 [bca.uk] INFO: Found listing with ID: BN64%20YAW
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520YAW%27 HTTP/1.1" 200 None
2026-03-29 06:34:53 [bca.uk] INFO: Scrape type for BN64%20YAW: 2
2026-03-29 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW
2026-03-29 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with scrape type 2
2026-03-29 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with scrape type 2
2026-03-29 06:34:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a803429-bb00-58ba-a4fa-b50c5c8172b0, identifier: BN64%20YAW
2026-03-29 06:34:54 [bca.uk] INFO: Found listing with ID: OU63%20WVW
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520WVW%27 HTTP/1.1" 200 None
2026-03-29 06:34:54 [bca.uk] INFO: Scrape type for OU63%20WVW: 2
2026-03-29 06:34:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW
2026-03-29 06:34:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d089802e-3ecc-5ffc-8676-9803f26f2c58 with scrape type 2
2026-03-29 06:34:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d089802e-3ecc-5ffc-8676-9803f26f2c58 with scrape type 2
2026-03-29 06:34:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d089802e-3ecc-5ffc-8676-9803f26f2c58, identifier: OU63%20WVW
2026-03-29 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY
2026-03-29 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY
2026-03-29 06:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY to the API
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG67%20GGY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '253fd04c-e04b-5de4-935c-d2363256bba7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG67 GGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG67%20GGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 72923,
 '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 125 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0KXXERJKHG10418',
 'year': 2017}
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG67%2520GGY%27 HTTP/1.1" 200 None
2026-03-29 06:34:54 [bca.uk] INFO: Saving data for YG67%20GGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303766.601378, 'last_price_update_time': 1774766094.382543}
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG67%2520GGY') HTTP/1.1" 204 0
2026-03-29 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA
2026-03-29 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA
2026-03-29 06:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA to the API
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV67%20WGA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV67 WGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV67%20WGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 87351,
 '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': 'SALCA2AN6JH727185',
 'year': 2017}
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WGA%27 HTTP/1.1" 200 None
2026-03-29 06:34:54 [bca.uk] INFO: Saving data for WV67%20WGA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390749.857686, 'last_price_update_time': 1774766094.683559}
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV67%2520WGA') HTTP/1.1" 204 0
2026-03-29 06:34:54 [bca.uk] INFO: Found listing with ID: LG68%20OWJ
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:54 [bca.uk] INFO: Scrape type for LG68%20OWJ: 2
2026-03-29 06:34:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ
2026-03-29 06:34:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c9da38-1b60-5f92-999c-cba4692070fb with scrape type 2
2026-03-29 06:34:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c9da38-1b60-5f92-999c-cba4692070fb with scrape type 2
2026-03-29 06:34:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60c9da38-1b60-5f92-999c-cba4692070fb, identifier: LG68%20OWJ
2026-03-29 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ
2026-03-29 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ
2026-03-29 06:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ to the API
2026-03-29 06:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN11%20OHJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9532fa11-56d9-5f59-8703-3039850b3062',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN11 OHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN11%20OHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 78882,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM',
 'vin': 'WF0PXXGCDPAP53912',
 'year': 2011}
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520OHJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:55 [bca.uk] INFO: Saving data for FN11%20OHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391575.576796, 'last_price_update_time': 1774766095.081114}
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN11%2520OHJ') HTTP/1.1" 204 0
2026-03-29 06:34:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW
2026-03-29 06:34:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW
2026-03-29 06:34:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW to the API
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN64%20YAW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a803429-bb00-58ba-a4fa-b50c5c8172b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN64 YAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN64%20YAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 96849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0DXXGAKDEP38956',
 'year': 2014}
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520YAW%27 HTTP/1.1" 200 None
2026-03-29 06:34:55 [bca.uk] INFO: Saving data for BN64%20YAW: {'auction_closing_time': 1775037600.0, 'created_time': 1774365699.077765, 'last_price_update_time': 1774766095.378053}
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN64%2520YAW') HTTP/1.1" 204 0
2026-03-29 06:34:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW
2026-03-29 06:34:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW
2026-03-29 06:34:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW to the API
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU63%20WVW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd089802e-3ecc-5ffc-8676-9803f26f2c58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU63 WVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU63%20WVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 95803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 EX',
 'vin': 'SHHFK3790DU215920',
 'year': 2013}
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520WVW%27 HTTP/1.1" 200 None
2026-03-29 06:34:55 [bca.uk] INFO: Saving data for OU63%20WVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774303872.433205, 'last_price_update_time': 1774766095.668835}
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU63%2520WVW') HTTP/1.1" 204 0
2026-03-29 06:34:55 [bca.uk] INFO: Found listing with ID: PF69%20GRZ
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF69%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:55 [bca.uk] INFO: Scrape type for PF69%20GRZ: 2
2026-03-29 06:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ
2026-03-29 06:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 997438a5-9430-57de-99a9-494d989f1331 with scrape type 2
2026-03-29 06:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 997438a5-9430-57de-99a9-494d989f1331 with scrape type 2
2026-03-29 06:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 997438a5-9430-57de-99a9-494d989f1331, identifier: PF69%20GRZ
2026-03-29 06:34:55 [bca.uk] INFO: Found listing with ID: L19%20WTE
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L19%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 06:34:55 [bca.uk] INFO: Scrape type for L19%20WTE: 2
2026-03-29 06:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE
2026-03-29 06:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with scrape type 2
2026-03-29 06:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with scrape type 2
2026-03-29 06:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc, identifier: L19%20WTE
2026-03-29 06:34:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ
2026-03-29 06:34:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ
2026-03-29 06:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ to the API
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG68%20OWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60c9da38-1b60-5f92-999c-cba4692070fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG68 OWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG68%20OWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'OPTIMA SP/WAGON',
 'odometer': 68129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA OPTIMA SP/WAGON 1.6 CRDI 136 3 ISG DCT Estate',
 'transmission': 'automatic',
 'trim': 'CRDI 136 3 ISG DCT',
 'vin': 'KNAGU819VK5282140',
 'year': 2018}
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:56 [bca.uk] INFO: Saving data for LG68%20OWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392029.932663, 'last_price_update_time': 1774766096.18297}
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520OWJ') HTTP/1.1" 204 0
2026-03-29 06:34:56 [bca.uk] INFO: Found listing with ID: FN17%20FDM
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:34:56 [bca.uk] INFO: Scrape type for FN17%20FDM: 2
2026-03-29 06:34:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM
2026-03-29 06:34:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1dc5222-1a98-52d1-b384-1ddea8155a4b with scrape type 2
2026-03-29 06:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1dc5222-1a98-52d1-b384-1ddea8155a4b with scrape type 2
2026-03-29 06:34:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1dc5222-1a98-52d1-b384-1ddea8155a4b, identifier: FN17%20FDM
2026-03-29 06:34:56 [bca.uk] INFO: Found listing with ID: PF60%20CLY
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520CLY%27 HTTP/1.1" 200 None
2026-03-29 06:34:56 [bca.uk] INFO: Scrape type for PF60%20CLY: 2
2026-03-29 06:34:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY
2026-03-29 06:34:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3242039c-12b4-59ff-91e6-ac7e82f44550 with scrape type 2
2026-03-29 06:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3242039c-12b4-59ff-91e6-ac7e82f44550 with scrape type 2
2026-03-29 06:34:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3242039c-12b4-59ff-91e6-ac7e82f44550, identifier: PF60%20CLY
2026-03-29 06:34:56 [bca.uk] INFO: Found listing with ID: YA69%20MKD
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520MKD%27 HTTP/1.1" 200 None
2026-03-29 06:34:56 [bca.uk] INFO: Scrape type for YA69%20MKD: 2
2026-03-29 06:34:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD
2026-03-29 06:34:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 038b7e97-33c6-5907-a91f-41c42e6d896c with scrape type 2
2026-03-29 06:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 038b7e97-33c6-5907-a91f-41c42e6d896c with scrape type 2
2026-03-29 06:34:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 038b7e97-33c6-5907-a91f-41c42e6d896c, identifier: YA69%20MKD
2026-03-29 06:34:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ
2026-03-29 06:34:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ
2026-03-29 06:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ to the API
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF69%20GRZ-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '997438a5-9430-57de-99a9-494d989f1331',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF69 GRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF69%20GRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CROSSBACK',
 'odometer': 39648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CROSSBACK 1.2 P/T 130 PRESTIGE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PRESTIGE EAT8',
 'vin': 'VR1URHNSSKW056047',
 'year': 2019}
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF69%2520GRZ%27 HTTP/1.1" 200 None
2026-03-29 06:34:56 [bca.uk] INFO: Saving data for PF69%20GRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303789.925248, 'last_price_update_time': 1774766096.790261}
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF69%2520GRZ') HTTP/1.1" 204 0
2026-03-29 06:34:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE
2026-03-29 06:34:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE
2026-03-29 06:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE to the API
2026-03-29 06:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L19%20WTE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20e04376-6c6a-5ba3-bf02-a9f3325e67cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'L19 WTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=L19%20WTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 47919,
 'odometer_reading_unit': '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 PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383142F074962',
 'year': 2018}
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L19%2520WTE%27 HTTP/1.1" 200 None
2026-03-29 06:34:57 [bca.uk] INFO: Saving data for L19%20WTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390741.837784, 'last_price_update_time': 1774766097.078821}
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L19%2520WTE') HTTP/1.1" 204 0
2026-03-29 06:34:57 [bca.uk] INFO: Found listing with ID: ML69%20XDA
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-29 06:34:57 [bca.uk] INFO: Scrape type for ML69%20XDA: 2
2026-03-29 06:34:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA
2026-03-29 06:34:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 912988e9-0a26-5c84-a218-fa2613a71ad2 with scrape type 2
2026-03-29 06:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 912988e9-0a26-5c84-a218-fa2613a71ad2 with scrape type 2
2026-03-29 06:34:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 912988e9-0a26-5c84-a218-fa2613a71ad2, identifier: ML69%20XDA
2026-03-29 06:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM
2026-03-29 06:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM
2026-03-29 06:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM to the API
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN17%20FDM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1dc5222-1a98-52d1-b384-1ddea8155a4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN17 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 65193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF05XXGCC5GD41477',
 'year': 2017}
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:34:57 [bca.uk] INFO: Saving data for FN17%20FDM: {'auction_closing_time': 1774951200.0, 'created_time': 1774391578.177837, 'last_price_update_time': 1774766097.469101}
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520FDM') HTTP/1.1" 204 0
2026-03-29 06:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY
2026-03-29 06:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY
2026-03-29 06:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY to the API
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF60%20CLY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3242039c-12b4-59ff-91e6-ac7e82f44550',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF60 CLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF60%20CLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 95102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 MODA Hatchback',
 'transmission': 'manual',
 'trim': '60 MODA',
 'vin': 'WVWZZZ6RZBU033245',
 'year': 2011}
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520CLY%27 HTTP/1.1" 200 None
2026-03-29 06:34:57 [bca.uk] INFO: Saving data for PF60%20CLY: {'auction_closing_time': 1775037600.0, 'created_time': 1773959953.607354, 'last_price_update_time': 1774766097.748918}
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF60%2520CLY') HTTP/1.1" 204 0
2026-03-29 06:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD
2026-03-29 06:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD
2026-03-29 06:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD to the API
2026-03-29 06:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA69%20MKD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '038b7e97-33c6-5907-a91f-41c42e6d896c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA69 MKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA69%20MKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 41210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'WMWXU720302L70286',
 'year': 2019}
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520MKD%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Saving data for YA69%20MKD: {'auction_closing_time': 1775037600.0, 'created_time': 1774392177.221881, 'last_price_update_time': 1774766098.039946}
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA69%2520MKD') HTTP/1.1" 204 0
2026-03-29 06:34:58 [bca.uk] INFO: Found listing with ID: LB13%20DCU
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB13%2520DCU%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Scrape type for LB13%20DCU: 2
2026-03-29 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU
2026-03-29 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 027adee3-90c2-50ce-a61b-3b6989f14d04 with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 027adee3-90c2-50ce-a61b-3b6989f14d04 with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 027adee3-90c2-50ce-a61b-3b6989f14d04, identifier: LB13%20DCU
2026-03-29 06:34:58 [bca.uk] INFO: Found listing with ID: RV23%20KUR
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520KUR%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Scrape type for RV23%20KUR: 2
2026-03-29 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR
2026-03-29 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e, identifier: RV23%20KUR
2026-03-29 06:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA
2026-03-29 06:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA
2026-03-29 06:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA to the API
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML69%20XDA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '912988e9-0a26-5c84-a218-fa2613a71ad2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML69 XDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML69%20XDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 39155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE ED.DCT',
 'vin': 'WDC1569432J662389',
 'year': 2019}
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Saving data for ML69%20XDA: {'auction_closing_time': 1774951200.0, 'created_time': 1774392024.318389, 'last_price_update_time': 1774766098.579449}
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML69%2520XDA') HTTP/1.1" 204 0
2026-03-29 06:34:58 [bca.uk] INFO: Found listing with ID: GU20%20KOJ
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Scrape type for GU20%20KOJ: 2
2026-03-29 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ
2026-03-29 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfec50f5-c613-5a2e-9dcf-6df505a4517b with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfec50f5-c613-5a2e-9dcf-6df505a4517b with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfec50f5-c613-5a2e-9dcf-6df505a4517b, identifier: GU20%20KOJ
2026-03-29 06:34:58 [bca.uk] INFO: Found listing with ID: MV15%20MWW
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Scrape type for MV15%20MWW: 2
2026-03-29 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW
2026-03-29 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ce5d25f-5528-520d-adbd-e0d2cf01f192, identifier: MV15%20MWW
2026-03-29 06:34:58 [bca.uk] INFO: Found listing with ID: ML08%20EVN
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520EVN%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Scrape type for ML08%20EVN: 0
2026-03-29 06:34:58 [bca.uk] INFO: Found listing with ID: EO72%20UGE
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520UGE%27 HTTP/1.1" 200 None
2026-03-29 06:34:58 [bca.uk] INFO: Scrape type for EO72%20UGE: 2
2026-03-29 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE
2026-03-29 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aedd0649-a585-5b95-b2ac-2287e0a48183 with scrape type 2
2026-03-29 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aedd0649-a585-5b95-b2ac-2287e0a48183 with scrape type 2
2026-03-29 06:34:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aedd0649-a585-5b95-b2ac-2287e0a48183, identifier: EO72%20UGE
2026-03-29 06:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU
2026-03-29 06:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU
2026-03-29 06:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU to the API
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB13%20DCU-GB',
 'category': 'Car',
 'color': 'light white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '027adee3-90c2-50ce-a61b-3b6989f14d04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB13 DCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB13%20DCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'PACEMAN',
 'odometer': 81169,
 '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 PACEMAN 1.6 COOPER S ALL4 Coupe',
 'transmission': 'manual',
 'trim': 'COOPER S ALL4',
 'vin': 'WMWSS72090WN50980',
 'year': 2013}
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB13%2520DCU%27 HTTP/1.1" 200 None
2026-03-29 06:34:59 [bca.uk] INFO: Saving data for LB13%20DCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303802.476104, 'last_price_update_time': 1774766099.336097}
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB13%2520DCU') HTTP/1.1" 204 0
2026-03-29 06:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR
2026-03-29 06:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR
2026-03-29 06:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR to the API
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV23%20KUR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV23 KUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV23%20KUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64122,
 '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': 'VXKUPHMHDP4212978',
 'year': 2023}
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520KUR%27 HTTP/1.1" 200 None
2026-03-29 06:34:59 [bca.uk] INFO: Saving data for RV23%20KUR: {'auction_closing_time': 1775037600.0, 'created_time': 1774390741.48391, 'last_price_update_time': 1774766099.604308}
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV23%2520KUR') HTTP/1.1" 204 0
2026-03-29 06:34:59 [bca.uk] INFO: Found listing with ID: SN68%20WLV
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-29 06:34:59 [bca.uk] INFO: Scrape type for SN68%20WLV: 2
2026-03-29 06:34:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV
2026-03-29 06:34:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d71a522-c11b-521c-9e76-21898e5cd2d1 with scrape type 2
2026-03-29 06:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d71a522-c11b-521c-9e76-21898e5cd2d1 with scrape type 2
2026-03-29 06:34:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d71a522-c11b-521c-9e76-21898e5cd2d1, identifier: SN68%20WLV
2026-03-29 06:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ
2026-03-29 06:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ
2026-03-29 06:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ to the API
2026-03-29 06:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:34: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:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU20%20KOJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bfec50f5-c613-5a2e-9dcf-6df505a4517b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU20 KOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU20%20KOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 97275,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 95 TITANIUM',
 'vin': 'WF0JXXGAHJLR59421',
 'year': 2020}
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520KOJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:00 [bca.uk] INFO: Saving data for GU20%20KOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391573.831532, 'last_price_update_time': 1774766100.025695}
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU20%2520KOJ') HTTP/1.1" 204 0
2026-03-29 06:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW
2026-03-29 06:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW
2026-03-29 06:35:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW to the API
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV15%20MWW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ce5d25f-5528-520d-adbd-e0d2cf01f192',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV15 MWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV15%20MWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 29576,
 '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.2 TFSI 110 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 110 SE',
 'vin': 'WAUZZZ8V0GA019912',
 'year': 2015}
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520MWW%27 HTTP/1.1" 200 None
2026-03-29 06:35:00 [bca.uk] INFO: Saving data for MV15%20MWW: {'auction_closing_time': 1775037600.0, 'created_time': 1773928909.236869, 'last_price_update_time': 1774766100.377244}
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV15%2520MWW') HTTP/1.1" 204 0
2026-03-29 06:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE
2026-03-29 06:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE
2026-03-29 06:35:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE to the API
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO72%20UGE-GB',
 'category': 'Car',
 'color': 'white silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aedd0649-a585-5b95-b2ac-2287e0a48183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO72 UGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO72%20UGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 10450,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'CLASSIC STEP',
 'vin': 'WMW32DH0002T69171',
 'year': 2022}
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520UGE%27 HTTP/1.1" 200 None
2026-03-29 06:35:00 [bca.uk] INFO: Saving data for EO72%20UGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774303746.930414, 'last_price_update_time': 1774766100.67583}
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO72%2520UGE') HTTP/1.1" 204 0
2026-03-29 06:35:00 [bca.uk] INFO: Found listing with ID: SP63%20LTO
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 06:35:00 [bca.uk] INFO: Scrape type for SP63%20LTO: 2
2026-03-29 06:35:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO
2026-03-29 06:35:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with scrape type 2
2026-03-29 06:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with scrape type 2
2026-03-29 06:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1, identifier: SP63%20LTO
2026-03-29 06:35:00 [bca.uk] INFO: Found listing with ID: PJ73%20WEV
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520WEV%27 HTTP/1.1" 200 None
2026-03-29 06:35:00 [bca.uk] INFO: Scrape type for PJ73%20WEV: 2
2026-03-29 06:35:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV
2026-03-29 06:35:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e24c152-4912-5da6-a44e-3a75eb32591c with scrape type 2
2026-03-29 06:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e24c152-4912-5da6-a44e-3a75eb32591c with scrape type 2
2026-03-29 06:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e24c152-4912-5da6-a44e-3a75eb32591c, identifier: PJ73%20WEV
2026-03-29 06:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV
2026-03-29 06:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV
2026-03-29 06:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV to the API
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN68%20WLV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d71a522-c11b-521c-9e76-21898e5cd2d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN68 WLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN68%20WLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 34733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J576549',
 'year': 2018}
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-29 06:35:01 [bca.uk] INFO: Saving data for SN68%20WLV: {'auction_closing_time': 1774951200.0, 'created_time': 1774392007.806406, 'last_price_update_time': 1774766101.240852}
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN68%2520WLV') HTTP/1.1" 204 0
2026-03-29 06:35:01 [bca.uk] INFO: Found listing with ID: LN63%20UUK
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN63%2520UUK%27 HTTP/1.1" 200 None
2026-03-29 06:35:01 [bca.uk] INFO: Scrape type for LN63%20UUK: 2
2026-03-29 06:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK
2026-03-29 06:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be7104d0-b967-5868-89b9-5991061d0e43 with scrape type 2
2026-03-29 06:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be7104d0-b967-5868-89b9-5991061d0e43 with scrape type 2
2026-03-29 06:35:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be7104d0-b967-5868-89b9-5991061d0e43, identifier: LN63%20UUK
2026-03-29 06:35:01 [bca.uk] INFO: Found listing with ID: RE68%20XKH
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520XKH%27 HTTP/1.1" 200 None
2026-03-29 06:35:01 [bca.uk] INFO: Scrape type for RE68%20XKH: 2
2026-03-29 06:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH
2026-03-29 06:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28c70f76-a0f7-53eb-a787-57219c94fc77 with scrape type 2
2026-03-29 06:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28c70f76-a0f7-53eb-a787-57219c94fc77 with scrape type 2
2026-03-29 06:35:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28c70f76-a0f7-53eb-a787-57219c94fc77, identifier: RE68%20XKH
2026-03-29 06:35:01 [bca.uk] INFO: Found listing with ID: LE19%20ODY
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520ODY%27 HTTP/1.1" 200 None
2026-03-29 06:35:01 [bca.uk] INFO: Scrape type for LE19%20ODY: 2
2026-03-29 06:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY
2026-03-29 06:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5606a864-b41d-5873-a0fe-0a5833df932a with scrape type 2
2026-03-29 06:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5606a864-b41d-5873-a0fe-0a5833df932a with scrape type 2
2026-03-29 06:35:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5606a864-b41d-5873-a0fe-0a5833df932a, identifier: LE19%20ODY
2026-03-29 06:35:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO
2026-03-29 06:35:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO
2026-03-29 06:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO to the API
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP63%20LTO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dcb08835-9d3c-5f34-bf8a-91562b4ab1b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP63 LTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP63%20LTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 88359,
 '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': 'DACIA DUSTER 1.5 DCI 110 LAUREATE StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 110 LAUREATE',
 'vin': 'UV1HSDAC600004288',
 'year': 2013}
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520LTO%27 HTTP/1.1" 200 None
2026-03-29 06:35:01 [bca.uk] INFO: Saving data for SP63%20LTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390775.648692, 'last_price_update_time': 1774766101.887062}
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP63%2520LTO') HTTP/1.1" 204 0
2026-03-29 06:35:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV
2026-03-29 06:35:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV
2026-03-29 06:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV to the API
2026-03-29 06:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 369,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ73%20WEV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e24c152-4912-5da6-a44e-3a75eb32591c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PJ73 WEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ73%20WEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'G63 AMG',
 'odometer': 24052,
 '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 G63 AMG 4.0 (585) CARBON EDITION 9G StationWagon',
 'transmission': 'manual',
 'trim': '(585) CARBON EDITION 9G',
 'vin': 'W1NYC7GJ3PX486198',
 'year': 2023}
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520WEV%27 HTTP/1.1" 200 None
2026-03-29 06:35:02 [bca.uk] INFO: Saving data for PJ73%20WEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774390762.541139, 'last_price_update_time': 1774766102.177156}
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ73%2520WEV') HTTP/1.1" 204 0
2026-03-29 06:35:02 [bca.uk] INFO: Found listing with ID: YG68%20DTD
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-29 06:35:02 [bca.uk] INFO: Scrape type for YG68%20DTD: 2
2026-03-29 06:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD
2026-03-29 06:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with scrape type 2
2026-03-29 06:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with scrape type 2
2026-03-29 06:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d, identifier: YG68%20DTD
2026-03-29 06:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK
2026-03-29 06:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK
2026-03-29 06:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK to the API
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN63%20UUK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be7104d0-b967-5868-89b9-5991061d0e43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN63 UUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN63%20UUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 90531,
 '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': 'manual',
 'trim': '16V 115 SRI',
 'vin': 'W0LPF6ED5EG002951',
 'year': 2013}
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN63%2520UUK%27 HTTP/1.1" 200 None
2026-03-29 06:35:02 [bca.uk] INFO: Saving data for LN63%20UUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774391573.474, 'last_price_update_time': 1774766102.573676}
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN63%2520UUK') HTTP/1.1" 204 0
2026-03-29 06:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH
2026-03-29 06:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH
2026-03-29 06:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH to the API
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE68%20XKH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28c70f76-a0f7-53eb-a787-57219c94fc77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE68 XKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE68%20XKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'ARONA',
 'odometer': 96048,
 'odometer_reading_unit': '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 SE TECHNOLOGY EZ DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE TECHNOLOGY EZ DSG',
 'vin': 'VSSZZZKJZKR047412',
 'year': 2018}
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520XKH%27 HTTP/1.1" 200 None
2026-03-29 06:35:02 [bca.uk] INFO: Saving data for RE68%20XKH: {'auction_closing_time': 1775037600.0, 'created_time': 1774365658.46077, 'last_price_update_time': 1774766102.982778}
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE68%2520XKH') HTTP/1.1" 204 0
2026-03-29 06:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY
2026-03-29 06:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY
2026-03-29 06:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY to the API
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE19%20ODY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5606a864-b41d-5873-a0fe-0a5833df932a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE19 ODY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE19%20ODY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 36702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 1 ISG',
 'vin': 'U5YPG812LKL719268',
 'year': 2019}
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520ODY%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Saving data for LE19%20ODY: {'auction_closing_time': 1775037600.0, 'created_time': 1774015584.356921, 'last_price_update_time': 1774766103.264883}
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520ODY') HTTP/1.1" 204 0
2026-03-29 06:35:03 [bca.uk] INFO: Found listing with ID: GU70%20XTC
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520XTC%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Scrape type for GU70%20XTC: 2
2026-03-29 06:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC
2026-03-29 06:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098, identifier: GU70%20XTC
2026-03-29 06:35:03 [bca.uk] INFO: Found listing with ID: J608%20NKO
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J608%2520NKO%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Scrape type for J608%20NKO: 0
2026-03-29 06:35:03 [bca.uk] INFO: Found listing with ID: WO75%20BZU
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO75%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Scrape type for WO75%20BZU: 2
2026-03-29 06:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU
2026-03-29 06:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8856ca8c-693b-5179-aaaa-d1fe6db7a524, identifier: WO75%20BZU
2026-03-29 06:35:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD
2026-03-29 06:35:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD
2026-03-29 06:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD to the API
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG68%20DTD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG68 DTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG68%20DTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 50706,
 'odometer_reading_unit': '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 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 DYNAMIQUE',
 'vin': 'VF1RFE00161959461',
 'year': 2019}
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Saving data for YG68%20DTD: {'auction_closing_time': 1774951200.0, 'created_time': 1774392116.754553, 'last_price_update_time': 1774766103.810946}
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG68%2520DTD') HTTP/1.1" 204 0
2026-03-29 06:35:03 [bca.uk] INFO: Found listing with ID: YC16%20UWB
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Scrape type for YC16%20UWB: 2
2026-03-29 06:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB
2026-03-29 06:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e, identifier: YC16%20UWB
2026-03-29 06:35:03 [bca.uk] INFO: Found listing with ID: BL64%20OCA
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 06:35:03 [bca.uk] INFO: Scrape type for BL64%20OCA: 2
2026-03-29 06:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA
2026-03-29 06:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02a6db2f-8414-5132-b59e-cd034f458c23 with scrape type 2
2026-03-29 06:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02a6db2f-8414-5132-b59e-cd034f458c23 with scrape type 2
2026-03-29 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02a6db2f-8414-5132-b59e-cd034f458c23, identifier: BL64%20OCA
2026-03-29 06:35:04 [bca.uk] INFO: Found listing with ID: MW13%20GHH
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520GHH%27 HTTP/1.1" 200 None
2026-03-29 06:35:04 [bca.uk] INFO: Scrape type for MW13%20GHH: 0
2026-03-29 06:35:04 [bca.uk] INFO: Found listing with ID: MD19%20FAO
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520FAO%27 HTTP/1.1" 200 None
2026-03-29 06:35:04 [bca.uk] INFO: Scrape type for MD19%20FAO: 0
2026-03-29 06:35:04 [bca.uk] INFO: Found listing with ID: NV15%20HWN
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV15%2520HWN%27 HTTP/1.1" 200 None
2026-03-29 06:35:04 [bca.uk] INFO: Scrape type for NV15%20HWN: 2
2026-03-29 06:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN
2026-03-29 06:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df4fb454-1275-5885-b235-905495b8ed42 with scrape type 2
2026-03-29 06:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df4fb454-1275-5885-b235-905495b8ed42 with scrape type 2
2026-03-29 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df4fb454-1275-5885-b235-905495b8ed42, identifier: NV15%20HWN
2026-03-29 06:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC
2026-03-29 06:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC
2026-03-29 06:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC to the API
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU70%20XTC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU70 XTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU70%20XTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 51462,
 '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 A250 E 1.3 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1770862V079999',
 'year': 2020}
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520XTC%27 HTTP/1.1" 200 None
2026-03-29 06:35:04 [bca.uk] INFO: Saving data for GU70%20XTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390546.054044, 'last_price_update_time': 1774766104.530343}
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU70%2520XTC') HTTP/1.1" 204 0
2026-03-29 06:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU
2026-03-29 06:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU
2026-03-29 06:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU to the API
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO75%20BZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8856ca8c-693b-5179-aaaa-d1fe6db7a524',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO75 BZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO75%20BZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE X StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE X',
 'vin': 'WF0FXXWPMFSJ02482',
 'year': 2026}
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO75%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 06:35:04 [bca.uk] INFO: Saving data for WO75%20BZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774278176.607737, 'last_price_update_time': 1774766104.829174}
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO75%2520BZU') HTTP/1.1" 204 0
2026-03-29 06:35:04 [bca.uk] INFO: Found listing with ID: YK69%20KNP
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-29 06:35:04 [bca.uk] INFO: Scrape type for YK69%20KNP: 2
2026-03-29 06:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP
2026-03-29 06:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16306f3f-117c-51b6-81d1-2b9cdb1580eb with scrape type 2
2026-03-29 06:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16306f3f-117c-51b6-81d1-2b9cdb1580eb with scrape type 2
2026-03-29 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16306f3f-117c-51b6-81d1-2b9cdb1580eb, identifier: YK69%20KNP
2026-03-29 06:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB
2026-03-29 06:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB
2026-03-29 06:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB to the API
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC16%20UWB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC16 UWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC16%20UWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 51515,
 '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 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 150 ELITE',
 'vin': 'W0LBE6EC2G8078161',
 'year': 2016}
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520UWB%27 HTTP/1.1" 200 None
2026-03-29 06:35:05 [bca.uk] INFO: Saving data for YC16%20UWB: {'auction_closing_time': 1774951200.0, 'created_time': 1774391556.660698, 'last_price_update_time': 1774766105.23461}
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC16%2520UWB') HTTP/1.1" 204 0
2026-03-29 06:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA
2026-03-29 06:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA
2026-03-29 06:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA to the API
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL64%20OCA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02a6db2f-8414-5132-b59e-cd034f458c23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL64 OCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL64%20OCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 87879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'I-DTEC EX 4WD',
 'vin': 'SHSRE6890EU016796',
 'year': 2015}
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 06:35:05 [bca.uk] INFO: Saving data for BL64%20OCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774418905.233058, 'last_price_update_time': 1774766105.517791}
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL64%2520OCA') HTTP/1.1" 204 0
2026-03-29 06:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN
2026-03-29 06:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN
2026-03-29 06:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN to the API
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV15%20HWN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'df4fb454-1275-5885-b235-905495b8ed42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV15 HWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV15%20HWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LEXUS',
 'model': 'CT 200H',
 'odometer': 37164,
 '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 CT 200H 1.8 PREMIER Hatchback',
 'transmission': 'automatic',
 'trim': 'PREMIER',
 'vin': 'JTHKD5BH102238620',
 'year': 2015}
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV15%2520HWN%27 HTTP/1.1" 200 None
2026-03-29 06:35:05 [bca.uk] INFO: Saving data for NV15%20HWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774390490.192237, 'last_price_update_time': 1774766105.81281}
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV15%2520HWN') HTTP/1.1" 204 0
2026-03-29 06:35:05 [bca.uk] INFO: Found listing with ID: YB17%20TYX
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520TYX%27 HTTP/1.1" 200 None
2026-03-29 06:35:05 [bca.uk] INFO: Scrape type for YB17%20TYX: 2
2026-03-29 06:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX
2026-03-29 06:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with scrape type 2
2026-03-29 06:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with scrape type 2
2026-03-29 06:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714, identifier: YB17%20TYX
2026-03-29 06:35:05 [bca.uk] INFO: Found listing with ID: OE17%20OCV
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520OCV%27 HTTP/1.1" 200 None
2026-03-29 06:35:05 [bca.uk] INFO: Scrape type for OE17%20OCV: 2
2026-03-29 06:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV
2026-03-29 06:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with scrape type 2
2026-03-29 06:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d, identifier: OE17%20OCV
2026-03-29 06:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP
2026-03-29 06:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP
2026-03-29 06:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP to the API
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK69%20KNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16306f3f-117c-51b6-81d1-2b9cdb1580eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK69 KNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK69%20KNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 35659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2ANXLA626335',
 'year': 2019}
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-29 06:35:06 [bca.uk] INFO: Saving data for YK69%20KNP: {'auction_closing_time': 1774951200.0, 'created_time': 1774392008.71533, 'last_price_update_time': 1774766106.370614}
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK69%2520KNP') HTTP/1.1" 204 0
2026-03-29 06:35:06 [bca.uk] INFO: Found listing with ID: YPDY03354
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YPDY03354%27 HTTP/1.1" 200 None
2026-03-29 06:35:06 [bca.uk] INFO: Scrape type for YPDY03354: 2
2026-03-29 06:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354
2026-03-29 06:35:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d, identifier: YPDY03354
2026-03-29 06:35:06 [bca.uk] INFO: Found listing with ID: RA16%20AZG
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 06:35:06 [bca.uk] INFO: Scrape type for RA16%20AZG: 2
2026-03-29 06:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG
2026-03-29 06:35:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 225c6ffd-9eb5-57a6-a728-5f6a11251e90, identifier: RA16%20AZG
2026-03-29 06:35:06 [bca.uk] INFO: Found listing with ID: YH16%20SYF
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520SYF%27 HTTP/1.1" 200 None
2026-03-29 06:35:06 [bca.uk] INFO: Scrape type for YH16%20SYF: 0
2026-03-29 06:35:06 [bca.uk] INFO: Found listing with ID: MM13%20KZA
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520KZA%27 HTTP/1.1" 200 None
2026-03-29 06:35:06 [bca.uk] INFO: Scrape type for MM13%20KZA: 2
2026-03-29 06:35:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA
2026-03-29 06:35:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bab07795-ceb3-5043-b851-674627514e07 with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bab07795-ceb3-5043-b851-674627514e07 with scrape type 2
2026-03-29 06:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bab07795-ceb3-5043-b851-674627514e07, identifier: MM13%20KZA
2026-03-29 06:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX
2026-03-29 06:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX
2026-03-29 06:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX to the API
2026-03-29 06:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB17%20TYX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1da3cd1e-9f0e-53a3-a6a1-3f861a970714',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB17 TYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB17%20TYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 25795,
 '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 90 ENERGY Hatchback',
 'transmission': 'automatic',
 'trim': '90 ENERGY',
 'vin': 'W0L0XEP08H6078665',
 'year': 2017}
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520TYX%27 HTTP/1.1" 200 None
2026-03-29 06:35:07 [bca.uk] INFO: Saving data for YB17%20TYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774390641.395198, 'last_price_update_time': 1774766107.098099}
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB17%2520TYX') HTTP/1.1" 204 0
2026-03-29 06:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV
2026-03-29 06:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV
2026-03-29 06:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV to the API
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE17%20OCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '094cbc5d-2d37-5464-ad32-2ae13ec6ed2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE17 OCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE17%20OCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104810,
 '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 2.3 E/B 350 RS Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 350 RS',
 'vin': 'WF05XXGCC5HM61995',
 'year': 2017}
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520OCV%27 HTTP/1.1" 200 None
2026-03-29 06:35:07 [bca.uk] INFO: Saving data for OE17%20OCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774044523.042299, 'last_price_update_time': 1774766107.37719}
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE17%2520OCV') HTTP/1.1" 204 0
2026-03-29 06:35:07 [bca.uk] INFO: Found listing with ID: A9%20VVA
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-29 06:35:07 [bca.uk] INFO: Scrape type for A9%20VVA: 2
2026-03-29 06:35:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA
2026-03-29 06:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52e8f3ed-36da-5277-b752-ca28255397d5 with scrape type 2
2026-03-29 06:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52e8f3ed-36da-5277-b752-ca28255397d5 with scrape type 2
2026-03-29 06:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52e8f3ed-36da-5277-b752-ca28255397d5, identifier: A9%20VVA
2026-03-29 06:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354
2026-03-29 06:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354
2026-03-29 06:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354 to the API
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YPDY03354-GB',
 'category': 'Caravan',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e8abdc92-12dc-5af0-ad30-77ba54f8ae6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YPDY03354',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YPDY03354&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'DISCOVERY',
 'odometer': 1,
 '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': 'BAILEY DISCOVERY D4-2 CARAVAN',
 'transmission': 'automatic',
 'trim': 'D4-2 CARAVAN',
 'vin': 'SGBS1BBBYPDY03354',
 'year': 2023}
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YPDY03354%27 HTTP/1.1" 200 None
2026-03-29 06:35:07 [bca.uk] INFO: Saving data for YPDY03354: {'auction_closing_time': 1775124000.0, 'created_time': 1774391565.341322, 'last_price_update_time': 1774766107.767687}
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YPDY03354') HTTP/1.1" 204 0
2026-03-29 06:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG
2026-03-29 06:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG
2026-03-29 06:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG to the API
2026-03-29 06:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA16%20AZG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '225c6ffd-9eb5-57a6-a728-5f6a11251e90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA16 AZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA16%20AZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 75465,
 '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': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4ANXHA956688',
 'year': 2016}
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520AZG%27 HTTP/1.1" 200 None
2026-03-29 06:35:08 [bca.uk] INFO: Saving data for RA16%20AZG: {'auction_closing_time': 1775037600.0, 'created_time': 1774418860.82974, 'last_price_update_time': 1774766108.04977}
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520AZG') HTTP/1.1" 204 0
2026-03-29 06:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA
2026-03-29 06:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA
2026-03-29 06:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA to the API
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM13%20KZA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bab07795-ceb3-5043-b851-674627514e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM13 KZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM13%20KZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SUBARU',
 'model': 'BRZ',
 'odometer': 66532,
 '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': 'SUBARU BRZ 2.0 SE LUX Coupe',
 'transmission': 'manual',
 'trim': 'SE LUX',
 'vin': 'JF1ZC6K7ZDG002002',
 'year': 2015}
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520KZA%27 HTTP/1.1" 200 None
2026-03-29 06:35:08 [bca.uk] INFO: Saving data for MM13%20KZA: {'auction_closing_time': 1774864800.0, 'created_time': 1773958394.078651, 'last_price_update_time': 1774766108.343547}
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM13%2520KZA') HTTP/1.1" 204 0
2026-03-29 06:35:08 [bca.uk] INFO: Found listing with ID: YE68%20VRM
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:35:08 [bca.uk] INFO: Scrape type for YE68%20VRM: 2
2026-03-29 06:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM
2026-03-29 06:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8523960-20ba-5c7f-8fe3-a499a50e37d2 with scrape type 2
2026-03-29 06:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8523960-20ba-5c7f-8fe3-a499a50e37d2 with scrape type 2
2026-03-29 06:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8523960-20ba-5c7f-8fe3-a499a50e37d2, identifier: YE68%20VRM
2026-03-29 06:35:08 [bca.uk] INFO: Found listing with ID: KD23%20GZP
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GZP%27 HTTP/1.1" 200 None
2026-03-29 06:35:08 [bca.uk] INFO: Scrape type for KD23%20GZP: 2
2026-03-29 06:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP
2026-03-29 06:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7983d786-4138-53bd-8479-81ee6a93fe9e with scrape type 2
2026-03-29 06:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7983d786-4138-53bd-8479-81ee6a93fe9e with scrape type 2
2026-03-29 06:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7983d786-4138-53bd-8479-81ee6a93fe9e, identifier: KD23%20GZP
2026-03-29 06:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA
2026-03-29 06:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA
2026-03-29 06:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA to the API
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A9%20VVA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52e8f3ed-36da-5277-b752-ca28255397d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A9 VVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A9%20VVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200 D',
 'odometer': 59932,
 '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 CLA 200 D 2.1 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1173082N423409',
 'year': 2016}
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-29 06:35:08 [bca.uk] INFO: Saving data for A9%20VVA: {'auction_closing_time': 1775124000.0, 'created_time': 1774392009.091776, 'last_price_update_time': 1774766108.858576}
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A9%2520VVA') HTTP/1.1" 204 0
2026-03-29 06:35:08 [bca.uk] INFO: Found listing with ID: MC1242474
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC1242474%27 HTTP/1.1" 200 None
2026-03-29 06:35:08 [bca.uk] INFO: Scrape type for MC1242474: 2
2026-03-29 06:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474
2026-03-29 06:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025705c0-6591-562e-b6cb-ea98d050a0c0 with scrape type 2
2026-03-29 06:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 025705c0-6591-562e-b6cb-ea98d050a0c0 with scrape type 2
2026-03-29 06:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 025705c0-6591-562e-b6cb-ea98d050a0c0, identifier: MC1242474
2026-03-29 06:35:08 [bca.uk] INFO: Found listing with ID: AK61%20KFU
2026-03-29 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK61%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 06:35:09 [bca.uk] INFO: Scrape type for AK61%20KFU: 2
2026-03-29 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU
2026-03-29 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22684a42-0bd4-545c-9767-be7b4d581063 with scrape type 2
2026-03-29 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22684a42-0bd4-545c-9767-be7b4d581063 with scrape type 2
2026-03-29 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22684a42-0bd4-545c-9767-be7b4d581063, identifier: AK61%20KFU
2026-03-29 06:35:09 [bca.uk] INFO: Found listing with ID: BN09%20DHO
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520DHO%27 HTTP/1.1" 200 None
2026-03-29 06:35:09 [bca.uk] INFO: Scrape type for BN09%20DHO: 2
2026-03-29 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO
2026-03-29 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d25431a-3797-58d0-bb58-15828359c32d with scrape type 2
2026-03-29 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d25431a-3797-58d0-bb58-15828359c32d with scrape type 2
2026-03-29 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d25431a-3797-58d0-bb58-15828359c32d, identifier: BN09%20DHO
2026-03-29 06:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM
2026-03-29 06:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM
2026-03-29 06:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM to the API
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE68%20VRM-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': 'a8523960-20ba-5c7f-8fe3-a499a50e37d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE68 VRM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE68%20VRM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 36643,
 'odometer_reading_unit': '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 TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON TECH',
 'vin': 'SB1MS3JE70E469374',
 'year': 2018}
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520VRM%27 HTTP/1.1" 200 None
2026-03-29 06:35:09 [bca.uk] INFO: Saving data for YE68%20VRM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303691.983793, 'last_price_update_time': 1774766109.489391}
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE68%2520VRM') HTTP/1.1" 204 0
2026-03-29 06:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP
2026-03-29 06:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP
2026-03-29 06:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP to the API
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD23%20GZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7983d786-4138-53bd-8479-81ee6a93fe9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD23 GZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD23%20GZP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 33078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21333,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE S StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE S',
 'vin': 'U5YPX81GMPL070387',
 'year': 2023}
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GZP%27 HTTP/1.1" 200 None
2026-03-29 06:35:09 [bca.uk] INFO: Saving data for KD23%20GZP: {'auction_closing_time': 1774940400.0, 'created_time': 1774005937.117326, 'last_price_update_time': 1774766109.781961}
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GZP') HTTP/1.1" 204 0
2026-03-29 06:35:09 [bca.uk] INFO: Found listing with ID: HN67%20HBZ
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:09 [bca.uk] INFO: Scrape type for HN67%20HBZ: 2
2026-03-29 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ
2026-03-29 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with scrape type 2
2026-03-29 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with scrape type 2
2026-03-29 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f, identifier: HN67%20HBZ
2026-03-29 06:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474
2026-03-29 06:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474
2026-03-29 06:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474 to the API
2026-03-29 06:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC1242474-GB',
 'category': 'Caravan',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '025705c0-6591-562e-b6cb-ea98d050a0c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC1242474',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC1242474&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'COACHMAN',
 'model': 'PASTICHE',
 'odometer': 1,
 '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': 'COACHMAN PASTICHE 560/4 CARAVAN',
 'transmission': 'automatic',
 'trim': '560/4 CARAVAN',
 'vin': 'SG4S000CMC1242474',
 'year': 2012}
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC1242474%27 HTTP/1.1" 200 None
2026-03-29 06:35:10 [bca.uk] INFO: Saving data for MC1242474: {'auction_closing_time': 1775124000.0, 'created_time': 1774391778.078535, 'last_price_update_time': 1774766110.172642}
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC1242474') HTTP/1.1" 204 0
2026-03-29 06:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU
2026-03-29 06:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU
2026-03-29 06:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU to the API
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK61%20KFU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22684a42-0bd4-545c-9767-be7b4d581063',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK61 KFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK61%20KFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 203863,
 '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 PASSAT 2.0 TDI 140 BMT SE Estate',
 'transmission': 'manual',
 'trim': 'TDI 140 BMT SE',
 'vin': 'WVWZZZ3CZCE011862',
 'year': 2011}
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK61%2520KFU%27 HTTP/1.1" 200 None
2026-03-29 06:35:10 [bca.uk] INFO: Saving data for AK61%20KFU: {'auction_closing_time': 1775037600.0, 'created_time': 1774047378.038305, 'last_price_update_time': 1774766110.54931}
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK61%2520KFU') HTTP/1.1" 204 0
2026-03-29 06:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO
2026-03-29 06:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO
2026-03-29 06:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO to the API
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN09%20DHO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d25431a-3797-58d0-bb58-15828359c32d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN09 DHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN09%20DHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 105978,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNFCAE11U2000524',
 'year': 2009}
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520DHO%27 HTTP/1.1" 200 None
2026-03-29 06:35:10 [bca.uk] INFO: Saving data for BN09%20DHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774305361.88333, 'last_price_update_time': 1774766110.839678}
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN09%2520DHO') HTTP/1.1" 204 0
2026-03-29 06:35:10 [bca.uk] INFO: Found listing with ID: MV10%20UAR
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UAR%27 HTTP/1.1" 200 None
2026-03-29 06:35:10 [bca.uk] INFO: Scrape type for MV10%20UAR: 2
2026-03-29 06:35:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR
2026-03-29 06:35:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffbc035-453e-5137-8e98-2e5a7bc354df with scrape type 2
2026-03-29 06:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffbc035-453e-5137-8e98-2e5a7bc354df with scrape type 2
2026-03-29 06:35:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ffbc035-453e-5137-8e98-2e5a7bc354df, identifier: MV10%20UAR
2026-03-29 06:35:10 [bca.uk] INFO: Found listing with ID: HX20%20OJJ
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520OJJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:10 [bca.uk] INFO: Scrape type for HX20%20OJJ: 0
2026-03-29 06:35:10 [bca.uk] INFO: Found listing with ID: LA70%20HDN
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520HDN%27 HTTP/1.1" 200 None
2026-03-29 06:35:10 [bca.uk] INFO: Scrape type for LA70%20HDN: 0
2026-03-29 06:35:10 [bca.uk] INFO: Found listing with ID: MF64%20KUH
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520KUH%27 HTTP/1.1" 200 None
2026-03-29 06:35:11 [bca.uk] INFO: Scrape type for MF64%20KUH: 2
2026-03-29 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH
2026-03-29 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cf5493-2404-594b-909b-8755ebd6a26d with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cf5493-2404-594b-909b-8755ebd6a26d with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2cf5493-2404-594b-909b-8755ebd6a26d, identifier: MF64%20KUH
2026-03-29 06:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ
2026-03-29 06:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ
2026-03-29 06:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ to the API
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN67%20HBZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9cf3c7ea-d896-5930-8c04-e61eeff4de8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN67 HBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN67%20HBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 38403,
 '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 180 1.6 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1173422N620761',
 'year': 2017}
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:11 [bca.uk] INFO: Saving data for HN67%20HBZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774392107.161673, 'last_price_update_time': 1774766111.386533}
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN67%2520HBZ') HTTP/1.1" 204 0
2026-03-29 06:35:11 [bca.uk] INFO: Found listing with ID: BX19%20WYL
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 06:35:11 [bca.uk] INFO: Scrape type for BX19%20WYL: 2
2026-03-29 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL
2026-03-29 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10dc2a0a-bff2-5170-88fa-44c829d1cde9, identifier: BX19%20WYL
2026-03-29 06:35:11 [bca.uk] INFO: Found listing with ID: SH61%20BHK
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520BHK%27 HTTP/1.1" 200 None
2026-03-29 06:35:11 [bca.uk] INFO: Scrape type for SH61%20BHK: 2
2026-03-29 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK
2026-03-29 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d, identifier: SH61%20BHK
2026-03-29 06:35:11 [scrapy.extensions.logstats] INFO: Crawled 156 pages (at 1 pages/min), scraped 4071 items (at 136 items/min)
2026-03-29 06:35:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:35:11 [bca.uk] INFO: Found listing with ID: YH64%20CGX
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 06:35:11 [bca.uk] INFO: Scrape type for YH64%20CGX: 2
2026-03-29 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX
2026-03-29 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19138283-9508-5d3e-b84d-2307628f652a with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19138283-9508-5d3e-b84d-2307628f652a with scrape type 2
2026-03-29 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19138283-9508-5d3e-b84d-2307628f652a, identifier: YH64%20CGX
2026-03-29 06:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR
2026-03-29 06:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR
2026-03-29 06:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR to the API
2026-03-29 06:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV10%20UAR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ffbc035-453e-5137-8e98-2e5a7bc354df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV10 UAR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV10%20UAR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 220',
 'odometer': 117512,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLC 220 2.1 CDI SPORT Coupe',
 'transmission': 'manual',
 'trim': 'CDI SPORT',
 'vin': 'WDB2037082E079713',
 'year': 2010}
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UAR%27 HTTP/1.1" 200 None
2026-03-29 06:35:12 [bca.uk] INFO: Saving data for MV10%20UAR: {'auction_closing_time': 1774864800.0, 'created_time': 1774390547.881539, 'last_price_update_time': 1774766112.033642}
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV10%2520UAR') HTTP/1.1" 204 0
2026-03-29 06:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH
2026-03-29 06:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH
2026-03-29 06:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH to the API
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF64%20KUH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2cf5493-2404-594b-909b-8755ebd6a26d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF64 KUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF64%20KUH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 130004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1100,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 2.0 CDTI 90 E/F SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 90 E/F SWB',
 'vin': 'W0LF7B0A3EV639643',
 'year': 2014}
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520KUH%27 HTTP/1.1" 200 None
2026-03-29 06:35:12 [bca.uk] INFO: Saving data for MF64%20KUH: {'auction_closing_time': 1774940400.0, 'created_time': 1773829429.671029, 'last_price_update_time': 1774766112.391605}
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF64%2520KUH') HTTP/1.1" 204 0
2026-03-29 06:35:12 [bca.uk] INFO: Found listing with ID: LC69%20HNB
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-29 06:35:12 [bca.uk] INFO: Scrape type for LC69%20HNB: 2
2026-03-29 06:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB
2026-03-29 06:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba2b6b42-4305-5ac9-9fa5-48956420dbce with scrape type 2
2026-03-29 06:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba2b6b42-4305-5ac9-9fa5-48956420dbce with scrape type 2
2026-03-29 06:35:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba2b6b42-4305-5ac9-9fa5-48956420dbce, identifier: LC69%20HNB
2026-03-29 06:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL
2026-03-29 06:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL
2026-03-29 06:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL to the API
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX19%20WYL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10dc2a0a-bff2-5170-88fa-44c829d1cde9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX19 WYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX19%20WYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF0NXXGCHNJB56984',
 'year': 2019}
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520WYL%27 HTTP/1.1" 200 None
2026-03-29 06:35:12 [bca.uk] INFO: Saving data for BX19%20WYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391821.825691, 'last_price_update_time': 1774766112.771886}
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX19%2520WYL') HTTP/1.1" 204 0
2026-03-29 06:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK
2026-03-29 06:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK
2026-03-29 06:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK to the API
2026-03-29 06:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH61%20BHK-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '51e9b2ea-58b8-5279-bf00-b17dc1000d0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH61 BHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH61%20BHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 94667,
 '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 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFCAJ10U2412716',
 'year': 2011}
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520BHK%27 HTTP/1.1" 200 None
2026-03-29 06:35:13 [bca.uk] INFO: Saving data for SH61%20BHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774418858.684592, 'last_price_update_time': 1774766113.053554}
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH61%2520BHK') HTTP/1.1" 204 0
2026-03-29 06:35:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=callisto+grey HTTP/1.1" 200 None
2026-03-29 06:35:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:35: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:35:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX
2026-03-29 06:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX to the API
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH64%20CGX-GB',
 'category': 'Car',
 'color': 'callisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19138283-9508-5d3e-b84d-2307628f652a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH64 CGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH64%20CGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '520D',
 'odometer': 55698,
 '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 520D 2.0 LUXURY TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'LUXURY TOURING STEP',
 'vin': 'WBA5J32010D717823',
 'year': 2014}
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520CGX%27 HTTP/1.1" 200 None
2026-03-29 06:35:13 [bca.uk] INFO: Saving data for YH64%20CGX: {'auction_closing_time': 1774864800.0, 'created_time': 1774305368.873878, 'last_price_update_time': 1774766113.471354}
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH64%2520CGX') HTTP/1.1" 204 0
2026-03-29 06:35:13 [bca.uk] INFO: Found listing with ID: GM16%20MWV
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM16%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 06:35:13 [bca.uk] INFO: Scrape type for GM16%20MWV: 2
2026-03-29 06:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV
2026-03-29 06:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16a7669b-d012-5e99-bcc6-2d126c5fa91e with scrape type 2
2026-03-29 06:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16a7669b-d012-5e99-bcc6-2d126c5fa91e with scrape type 2
2026-03-29 06:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16a7669b-d012-5e99-bcc6-2d126c5fa91e, identifier: GM16%20MWV
2026-03-29 06:35:13 [bca.uk] INFO: Found listing with ID: WN24%20ZYL
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZYL%27 HTTP/1.1" 200 None
2026-03-29 06:35:13 [bca.uk] INFO: Scrape type for WN24%20ZYL: 2
2026-03-29 06:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL
2026-03-29 06:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with scrape type 2
2026-03-29 06:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with scrape type 2
2026-03-29 06:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1, identifier: WN24%20ZYL
2026-03-29 06:35:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB
2026-03-29 06:35:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB
2026-03-29 06:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB to the API
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC69%20HNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba2b6b42-4305-5ac9-9fa5-48956420dbce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC69 HNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20HNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 68081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI GT-LINE ISG StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YPK816LLL798825',
 'year': 2019}
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-29 06:35:13 [bca.uk] INFO: Saving data for LC69%20HNB: {'auction_closing_time': 1775124000.0, 'created_time': 1774392090.506652, 'last_price_update_time': 1774766113.962733}
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520HNB') HTTP/1.1" 204 0
2026-03-29 06:35:13 [bca.uk] INFO: Found listing with ID: VF18%20AUL
2026-03-29 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF18%2520AUL%27 HTTP/1.1" 200 None
2026-03-29 06:35:14 [bca.uk] INFO: Scrape type for VF18%20AUL: 2
2026-03-29 06:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL
2026-03-29 06:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1918489a-b9b5-5225-90e7-7c9a4990adbe with scrape type 2
2026-03-29 06:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1918489a-b9b5-5225-90e7-7c9a4990adbe with scrape type 2
2026-03-29 06:35:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1918489a-b9b5-5225-90e7-7c9a4990adbe, identifier: VF18%20AUL
2026-03-29 06:35:14 [bca.uk] INFO: Found listing with ID: YC10%20YGA
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 06:35:14 [bca.uk] INFO: Scrape type for YC10%20YGA: 2
2026-03-29 06:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc with identifier: YC10%20YGA
2026-03-29 06:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc with scrape type 2
2026-03-29 06:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc with scrape type 2
2026-03-29 06:35:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc, identifier: YC10%20YGA
2026-03-29 06:35:14 [bca.uk] INFO: Found listing with ID: NG59%20FUE
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG59%2520FUE%27 HTTP/1.1" 200 None
2026-03-29 06:35:14 [bca.uk] INFO: Scrape type for NG59%20FUE: 0
2026-03-29 06:35:14 [bca.uk] INFO: Found listing with ID: BK20%20LEU
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK20%2520LEU%27 HTTP/1.1" 200 None
2026-03-29 06:35:14 [bca.uk] INFO: Scrape type for BK20%20LEU: 2
2026-03-29 06:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU
2026-03-29 06:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58847df3-7379-5ad7-afca-23a09e0e4467 with scrape type 2
2026-03-29 06:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58847df3-7379-5ad7-afca-23a09e0e4467 with scrape type 2
2026-03-29 06:35:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58847df3-7379-5ad7-afca-23a09e0e4467, identifier: BK20%20LEU
2026-03-29 06:35:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV
2026-03-29 06:35:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV
2026-03-29 06:35:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV to the API
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM16%20MWV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16a7669b-d012-5e99-bcc6-2d126c5fa91e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM16 MWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM16%20MWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 80367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 CRDI 134 GT-LINE ISG Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 134 GT-LINE ISG',
 'vin': 'U5YHN516LGL261786',
 'year': 2016}
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM16%2520MWV%27 HTTP/1.1" 200 None
2026-03-29 06:35:14 [bca.uk] INFO: Saving data for GM16%20MWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390644.005457, 'last_price_update_time': 1774766114.63081}
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM16%2520MWV') HTTP/1.1" 204 0
2026-03-29 06:35:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL
2026-03-29 06:35:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL
2026-03-29 06:35:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL to the API
2026-03-29 06:35:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20ZYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 ZYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20ZYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 27114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA7RRB96351',
 'year': 2024}
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZYL%27 HTTP/1.1" 200 None
2026-03-29 06:35:15 [bca.uk] INFO: Saving data for WN24%20ZYL: {'auction_closing_time': 1775026800.0, 'created_time': 1773821619.637346, 'last_price_update_time': 1774766115.05454}
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520ZYL') HTTP/1.1" 204 0
2026-03-29 06:35:15 [bca.uk] INFO: Found listing with ID: NX69%20KTD
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-29 06:35:15 [bca.uk] INFO: Scrape type for NX69%20KTD: 2
2026-03-29 06:35:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD
2026-03-29 06:35:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b05eae3b-ef24-5fa9-b998-cf61d213b3bd with scrape type 2
2026-03-29 06:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b05eae3b-ef24-5fa9-b998-cf61d213b3bd with scrape type 2
2026-03-29 06:35:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b05eae3b-ef24-5fa9-b998-cf61d213b3bd, identifier: NX69%20KTD
2026-03-29 06:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL
2026-03-29 06:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL
2026-03-29 06:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL to the API
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VF18%20AUL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1918489a-b9b5-5225-90e7-7c9a4990adbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VF18 AUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VF18%20AUL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 57821,
 'odometer_reading_unit': '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 Q3 2.0 TFSI 180 QUATTRO S LINE ED.ST StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE ED.ST',
 'vin': 'WAUZZZ8U3JR095687',
 'year': 2018}
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF18%2520AUL%27 HTTP/1.1" 200 None
2026-03-29 06:35:15 [bca.uk] INFO: Saving data for VF18%20AUL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391836.024396, 'last_price_update_time': 1774766115.438402}
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VF18%2520AUL') HTTP/1.1" 204 0
2026-03-29 06:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc with identifier: YC10%20YGA
2026-03-29 06:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc with identifier: YC10%20YGA
2026-03-29 06:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05334f22-d5c9-5ba4-9bd4-dd8cc12306cc with identifier: YC10%20YGA to the API
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC10%20YGA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05334f22-d5c9-5ba4-9bd4-dd8cc12306cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC10 YGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC10%20YGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 22974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'SJNEBAK12U3224191',
 'year': 2010}
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520YGA%27 HTTP/1.1" 200 None
2026-03-29 06:35:15 [bca.uk] INFO: Saving data for YC10%20YGA: {'auction_closing_time': 1774778400.0, 'created_time': 1774391914.403292, 'last_price_update_time': 1774766115.71748}
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC10%2520YGA') HTTP/1.1" 204 0
2026-03-29 06:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU
2026-03-29 06:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU
2026-03-29 06:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU to the API
2026-03-29 06:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK20%20LEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58847df3-7379-5ad7-afca-23a09e0e4467',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK20 LEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK20%20LEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 57545,
 '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 CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ELITE S/S',
 'vin': 'W0V7H9EB9L4162458',
 'year': 2020}
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK20%2520LEU%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Saving data for BK20%20LEU: {'auction_closing_time': 1775037600.0, 'created_time': 1774390489.148309, 'last_price_update_time': 1774766116.010989}
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK20%2520LEU') HTTP/1.1" 204 0
2026-03-29 06:35:16 [bca.uk] INFO: Found listing with ID: SP17%20CPX
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520CPX%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Scrape type for SP17%20CPX: 2
2026-03-29 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX
2026-03-29 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 767d3873-2f32-5545-95a3-860f77aa648d with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 767d3873-2f32-5545-95a3-860f77aa648d with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 767d3873-2f32-5545-95a3-860f77aa648d, identifier: SP17%20CPX
2026-03-29 06:35:16 [bca.uk] INFO: Found listing with ID: WN75%20SZR
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Scrape type for WN75%20SZR: 2
2026-03-29 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR
2026-03-29 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d5ecfb-eadb-553e-bb61-68e785acc73d with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d5ecfb-eadb-553e-bb61-68e785acc73d with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12d5ecfb-eadb-553e-bb61-68e785acc73d, identifier: WN75%20SZR
2026-03-29 06:35:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD
2026-03-29 06:35:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD
2026-03-29 06:35:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD to the API
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX69%20KTD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b05eae3b-ef24-5fa9-b998-cf61d213b3bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX69 KTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX69%20KTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 52588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SHVS SZ5 Hatchback',
 'transmission': 'manual',
 'trim': 'BOOSTERJET 110 SHVS SZ5',
 'vin': 'JSAAZC23S00253065',
 'year': 2019}
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Saving data for NX69%20KTD: {'auction_closing_time': 1775124000.0, 'created_time': 1774392093.136565, 'last_price_update_time': 1774766116.526202}
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX69%2520KTD') HTTP/1.1" 204 0
2026-03-29 06:35:16 [bca.uk] INFO: Found listing with ID: RX13%20VTO
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520VTO%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Scrape type for RX13%20VTO: 2
2026-03-29 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO
2026-03-29 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e448557b-c7b3-58d9-9289-e0a98ab990e6 with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e448557b-c7b3-58d9-9289-e0a98ab990e6 with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e448557b-c7b3-58d9-9289-e0a98ab990e6, identifier: RX13%20VTO
2026-03-29 06:35:16 [bca.uk] INFO: Found listing with ID: DN59%20RGY
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN59%2520RGY%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Scrape type for DN59%20RGY: 2
2026-03-29 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8605bfa9-fdb3-5c08-b309-1aa4cfa16495 with identifier: DN59%20RGY
2026-03-29 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8605bfa9-fdb3-5c08-b309-1aa4cfa16495 with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8605bfa9-fdb3-5c08-b309-1aa4cfa16495 with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8605bfa9-fdb3-5c08-b309-1aa4cfa16495, identifier: DN59%20RGY
2026-03-29 06:35:16 [bca.uk] INFO: Found listing with ID: NJ10%20VAM
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520VAM%27 HTTP/1.1" 200 None
2026-03-29 06:35:16 [bca.uk] INFO: Scrape type for NJ10%20VAM: 2
2026-03-29 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM
2026-03-29 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with scrape type 2
2026-03-29 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65, identifier: NJ10%20VAM
2026-03-29 06:35:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX
2026-03-29 06:35:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX
2026-03-29 06:35:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX to the API
2026-03-29 06:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP17%20CPX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '767d3873-2f32-5545-95a3-860f77aa648d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP17 CPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP17%20CPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 83218,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'manual',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4CN4HCP11225',
 'year': 2017}
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520CPX%27 HTTP/1.1" 200 None
2026-03-29 06:35:17 [bca.uk] INFO: Saving data for SP17%20CPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774390551.893937, 'last_price_update_time': 1774766117.160827}
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP17%2520CPX') HTTP/1.1" 204 0
2026-03-29 06:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR
2026-03-29 06:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR
2026-03-29 06:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR to the API
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20SZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '12d5ecfb-eadb-553e-bb61-68e785acc73d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 SZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20SZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 2486,
 '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 E-TRANSIT CUSTM 160KW 320 RWD L2H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L2H1 LIMITED',
 'vin': 'WF0RXXTA3BSP48911',
 'year': 2025}
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-29 06:35:17 [bca.uk] INFO: Saving data for WN75%20SZR: {'auction_closing_time': 1775026800.0, 'created_time': 1773821659.851892, 'last_price_update_time': 1774766117.437461}
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520SZR') HTTP/1.1" 204 0
2026-03-29 06:35:17 [bca.uk] INFO: Found listing with ID: GV68%20UWS
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-29 06:35:17 [bca.uk] INFO: Scrape type for GV68%20UWS: 2
2026-03-29 06:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS
2026-03-29 06:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a03829-a7c2-56cb-a086-4f378d37ca5d with scrape type 2
2026-03-29 06:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85a03829-a7c2-56cb-a086-4f378d37ca5d with scrape type 2
2026-03-29 06:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85a03829-a7c2-56cb-a086-4f378d37ca5d, identifier: GV68%20UWS
2026-03-29 06:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO
2026-03-29 06:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO
2026-03-29 06:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO to the API
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX13%20VTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e448557b-c7b3-58d9-9289-e0a98ab990e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX13 VTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX13%20VTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 98943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE',
 'vin': 'SALVA2AE5DH765486',
 'year': 2013}
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520VTO%27 HTTP/1.1" 200 None
2026-03-29 06:35:17 [bca.uk] INFO: Saving data for RX13%20VTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774391845.509128, 'last_price_update_time': 1774766117.838827}
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX13%2520VTO') HTTP/1.1" 204 0
2026-03-29 06:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8605bfa9-fdb3-5c08-b309-1aa4cfa16495 with identifier: DN59%20RGY
2026-03-29 06:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8605bfa9-fdb3-5c08-b309-1aa4cfa16495 with identifier: DN59%20RGY
2026-03-29 06:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8605bfa9-fdb3-5c08-b309-1aa4cfa16495 with identifier: DN59%20RGY to the API
2026-03-29 06:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN59%20RGY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8605bfa9-fdb3-5c08-b309-1aa4cfa16495',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN59 RGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN59%20RGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 97597,
 '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 ZAFIRA 1.6 VVT 115 ACTIVE MPV',
 'transmission': 'manual',
 'trim': 'VVT 115 ACTIVE',
 'vin': 'W0L0AHM75A2015983',
 'year': 2009}
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN59%2520RGY%27 HTTP/1.1" 200 None
2026-03-29 06:35:18 [bca.uk] INFO: Saving data for DN59%20RGY: {'auction_closing_time': 1774778400.0, 'created_time': 1774047340.051059, 'last_price_update_time': 1774766118.12904}
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN59%2520RGY') HTTP/1.1" 204 0
2026-03-29 06:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM
2026-03-29 06:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM
2026-03-29 06:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM to the API
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ10%20VAM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f58ec63-5213-5af1-b0b1-3c08a1c1fe65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ10 VAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ10%20VAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 75363,
 '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 ES-T Estate',
 'transmission': 'manual',
 'trim': 'I-DTEC ES-T',
 'vin': 'SHSRE6750AU002584',
 'year': 2010}
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520VAM%27 HTTP/1.1" 200 None
2026-03-29 06:35:18 [bca.uk] INFO: Saving data for NJ10%20VAM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303721.771097, 'last_price_update_time': 1774766118.415172}
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ10%2520VAM') HTTP/1.1" 204 0
2026-03-29 06:35:18 [bca.uk] INFO: Found listing with ID: FP16%20KXZ
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP16%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:18 [bca.uk] INFO: Scrape type for FP16%20KXZ: 2
2026-03-29 06:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ
2026-03-29 06:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with scrape type 2
2026-03-29 06:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with scrape type 2
2026-03-29 06:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e, identifier: FP16%20KXZ
2026-03-29 06:35:18 [bca.uk] INFO: Found listing with ID: WV73%20ZPP
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZPP%27 HTTP/1.1" 200 None
2026-03-29 06:35:18 [bca.uk] INFO: Scrape type for WV73%20ZPP: 2
2026-03-29 06:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP
2026-03-29 06:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2717d828-1edd-55c4-aede-fd6882ae14c6 with scrape type 2
2026-03-29 06:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2717d828-1edd-55c4-aede-fd6882ae14c6 with scrape type 2
2026-03-29 06:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2717d828-1edd-55c4-aede-fd6882ae14c6, identifier: WV73%20ZPP
2026-03-29 06:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS
2026-03-29 06:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS
2026-03-29 06:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS to the API
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV68%20UWS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85a03829-a7c2-56cb-a086-4f378d37ca5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV68 UWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV68%20UWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 88334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD1770032V008439',
 'year': 2019}
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-29 06:35:18 [bca.uk] INFO: Saving data for GV68%20UWS: {'auction_closing_time': 1774951200.0, 'created_time': 1774392095.65087, 'last_price_update_time': 1774766118.92073}
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV68%2520UWS') HTTP/1.1" 204 0
2026-03-29 06:35:18 [bca.uk] INFO: Found listing with ID: GK64%20YBE
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 06:35:18 [bca.uk] INFO: Scrape type for GK64%20YBE: 2
2026-03-29 06:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE
2026-03-29 06:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 237c73f4-b4f4-5bcb-846a-82eb9715790b with scrape type 2
2026-03-29 06:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 237c73f4-b4f4-5bcb-846a-82eb9715790b with scrape type 2
2026-03-29 06:35:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 237c73f4-b4f4-5bcb-846a-82eb9715790b, identifier: GK64%20YBE
2026-03-29 06:35:19 [bca.uk] INFO: Found listing with ID: SM64%20NZH
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520NZH%27 HTTP/1.1" 200 None
2026-03-29 06:35:19 [bca.uk] INFO: Scrape type for SM64%20NZH: 2
2026-03-29 06:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f with identifier: SM64%20NZH
2026-03-29 06:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f with scrape type 2
2026-03-29 06:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f with scrape type 2
2026-03-29 06:35:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f, identifier: SM64%20NZH
2026-03-29 06:35:19 [bca.uk] INFO: Found listing with ID: SM18%20UEA
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520UEA%27 HTTP/1.1" 200 None
2026-03-29 06:35:19 [bca.uk] INFO: Scrape type for SM18%20UEA: 2
2026-03-29 06:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA
2026-03-29 06:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with scrape type 2
2026-03-29 06:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with scrape type 2
2026-03-29 06:35:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb, identifier: SM18%20UEA
2026-03-29 06:35:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ
2026-03-29 06:35:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ
2026-03-29 06:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ to the API
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP16%20KXZ-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP16 KXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP16%20KXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '220I',
 'odometer': 69009,
 '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 220I 2.0 T M SPORT Convertible',
 'transmission': 'manual',
 'trim': 'T M SPORT',
 'vin': 'WBA1L72060V301177',
 'year': 2016}
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP16%2520KXZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:19 [bca.uk] INFO: Saving data for FP16%20KXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390638.946983, 'last_price_update_time': 1774766119.575569}
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP16%2520KXZ') HTTP/1.1" 204 0
2026-03-29 06:35:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP
2026-03-29 06:35:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP
2026-03-29 06:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP to the API
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV73%20ZPP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2717d828-1edd-55c4-aede-fd6882ae14c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV73 ZPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV73%20ZPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 16225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPE37861',
 'year': 2023}
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZPP%27 HTTP/1.1" 200 None
2026-03-29 06:35:19 [bca.uk] INFO: Saving data for WV73%20ZPP: {'auction_closing_time': 1775026800.0, 'created_time': 1773821645.255444, 'last_price_update_time': 1774766119.957479}
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV73%2520ZPP') HTTP/1.1" 204 0
2026-03-29 06:35:19 [bca.uk] INFO: Found listing with ID: K23%20DNJ
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:19 [bca.uk] INFO: Scrape type for K23%20DNJ: 2
2026-03-29 06:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ
2026-03-29 06:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d98d87e5-d60f-53a3-9036-dea252371497 with scrape type 2
2026-03-29 06:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d98d87e5-d60f-53a3-9036-dea252371497 with scrape type 2
2026-03-29 06:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d98d87e5-d60f-53a3-9036-dea252371497, identifier: K23%20DNJ
2026-03-29 06:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE
2026-03-29 06:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE
2026-03-29 06:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE to the API
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK64%20YBE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '237c73f4-b4f4-5bcb-846a-82eb9715790b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK64 YBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK64%20YBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 65189,
 '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': 'SALWA2KE3EA394924',
 'year': 2014}
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 06:35:20 [bca.uk] INFO: Saving data for GK64%20YBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391847.39621, 'last_price_update_time': 1774766120.364769}
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK64%2520YBE') HTTP/1.1" 204 0
2026-03-29 06:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f with identifier: SM64%20NZH
2026-03-29 06:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f with identifier: SM64%20NZH
2026-03-29 06:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bf649df-a2e6-5ece-a58d-dd4ffb47b18f with identifier: SM64%20NZH to the API
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM64%20NZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bf649df-a2e6-5ece-a58d-dd4ffb47b18f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM64 NZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM64%20NZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 114533,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SE-L Hatchback',
 'transmission': 'manual',
 'trim': 'SE-L',
 'vin': 'JMZBM546611172442',
 'year': 2015}
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520NZH%27 HTTP/1.1" 200 None
2026-03-29 06:35:20 [bca.uk] INFO: Saving data for SM64%20NZH: {'auction_closing_time': 1774778400.0, 'created_time': 1774391926.200282, 'last_price_update_time': 1774766120.646071}
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM64%2520NZH') HTTP/1.1" 204 0
2026-03-29 06:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA
2026-03-29 06:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA
2026-03-29 06:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA to the API
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM18%20UEA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a521f253-6d12-5a4e-a6e2-e12ac9bd7afb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM18 UEA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM18%20UEA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 51524,
 'odometer_reading_unit': '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 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXS520402H26967',
 'year': 2018}
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520UEA%27 HTTP/1.1" 200 None
2026-03-29 06:35:20 [bca.uk] INFO: Saving data for SM18%20UEA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390479.624074, 'last_price_update_time': 1774766120.941482}
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520UEA') HTTP/1.1" 204 0
2026-03-29 06:35:20 [bca.uk] INFO: Found listing with ID: SE66%20ZRP
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520ZRP%27 HTTP/1.1" 200 None
2026-03-29 06:35:20 [bca.uk] INFO: Scrape type for SE66%20ZRP: 2
2026-03-29 06:35:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP
2026-03-29 06:35:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40eae49c-40b5-5066-a3cb-423d01781ee0 with scrape type 2
2026-03-29 06:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40eae49c-40b5-5066-a3cb-423d01781ee0 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40eae49c-40b5-5066-a3cb-423d01781ee0, identifier: SE66%20ZRP
2026-03-29 06:35:21 [bca.uk] INFO: Found listing with ID: KT68%20XTO
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520XTO%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Scrape type for KT68%20XTO: 2
2026-03-29 06:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO
2026-03-29 06:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8210719d-154a-5e39-903a-d18fa1968adc with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8210719d-154a-5e39-903a-d18fa1968adc with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8210719d-154a-5e39-903a-d18fa1968adc, identifier: KT68%20XTO
2026-03-29 06:35:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ
2026-03-29 06:35:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ
2026-03-29 06:35:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ to the API
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K23%20DNJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd98d87e5-d60f-53a3-9036-dea252371497',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K23 DNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K23%20DNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'KUGA VIGNALE',
 'odometer': 92817,
 'odometer_reading_unit': '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 VIGNALE 2.0 TDCI 180 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD',
 'vin': 'WF0AXXWPMAJT77277',
 'year': 2018}
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Saving data for K23%20DNJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392069.027613, 'last_price_update_time': 1774766121.459557}
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K23%2520DNJ') HTTP/1.1" 204 0
2026-03-29 06:35:21 [bca.uk] INFO: Found listing with ID: BD20%20HWA
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520HWA%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Scrape type for BD20%20HWA: 2
2026-03-29 06:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA
2026-03-29 06:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977, identifier: BD20%20HWA
2026-03-29 06:35:21 [bca.uk] INFO: Found listing with ID: DL66%20HEJ
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520HEJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Scrape type for DL66%20HEJ: 2
2026-03-29 06:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce55eec-65f6-5982-b9ce-7fe82be879e8 with identifier: DL66%20HEJ
2026-03-29 06:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce55eec-65f6-5982-b9ce-7fe82be879e8 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce55eec-65f6-5982-b9ce-7fe82be879e8 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dce55eec-65f6-5982-b9ce-7fe82be879e8, identifier: DL66%20HEJ
2026-03-29 06:35:21 [bca.uk] INFO: Found listing with ID: ND62%20NNH
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520NNH%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Scrape type for ND62%20NNH: 0
2026-03-29 06:35:21 [bca.uk] INFO: Found listing with ID: YA64%20MXT
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Scrape type for YA64%20MXT: 0
2026-03-29 06:35:21 [bca.uk] INFO: Found listing with ID: EN68%20XVL
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520XVL%27 HTTP/1.1" 200 None
2026-03-29 06:35:21 [bca.uk] INFO: Scrape type for EN68%20XVL: 2
2026-03-29 06:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL
2026-03-29 06:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc33b921-43df-5178-ac33-842b491d1834 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc33b921-43df-5178-ac33-842b491d1834 with scrape type 2
2026-03-29 06:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc33b921-43df-5178-ac33-842b491d1834, identifier: EN68%20XVL
2026-03-29 06:35:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP
2026-03-29 06:35:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP
2026-03-29 06:35:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP to the API
2026-03-29 06:35:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE66%20ZRP-GB',
 'category': 'Car',
 'color': 'moonwalk grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40eae49c-40b5-5066-a3cb-423d01781ee0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE66 ZRP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE66%20ZRP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 42110,
 '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 ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXN720302D86102',
 'year': 2016}
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520ZRP%27 HTTP/1.1" 200 None
2026-03-29 06:35:22 [bca.uk] INFO: Saving data for SE66%20ZRP: {'auction_closing_time': 1774864800.0, 'created_time': 1774390642.044171, 'last_price_update_time': 1774766122.123762}
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE66%2520ZRP') HTTP/1.1" 204 0
2026-03-29 06:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO
2026-03-29 06:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO
2026-03-29 06:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO to the API
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT68%20XTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8210719d-154a-5e39-903a-d18fa1968adc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT68 XTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT68%20XTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 54617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J600374',
 'year': 2019}
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520XTO%27 HTTP/1.1" 200 None
2026-03-29 06:35:22 [bca.uk] INFO: Saving data for KT68%20XTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774392029.062781, 'last_price_update_time': 1774766122.421072}
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520XTO') HTTP/1.1" 204 0
2026-03-29 06:35:22 [bca.uk] INFO: Found listing with ID: KM17%20YJE
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 06:35:22 [bca.uk] INFO: Scrape type for KM17%20YJE: 2
2026-03-29 06:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE
2026-03-29 06:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18d32915-a9a1-5d7a-9220-17f44592dba4 with scrape type 2
2026-03-29 06:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18d32915-a9a1-5d7a-9220-17f44592dba4 with scrape type 2
2026-03-29 06:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18d32915-a9a1-5d7a-9220-17f44592dba4, identifier: KM17%20YJE
2026-03-29 06:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA
2026-03-29 06:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA
2026-03-29 06:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA to the API
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD20%20HWA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD20 HWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD20%20HWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 60923,
 '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': 'SALEA7AN2L2013727',
 'year': 2020}
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520HWA%27 HTTP/1.1" 200 None
2026-03-29 06:35:22 [bca.uk] INFO: Saving data for BD20%20HWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391819.396672, 'last_price_update_time': 1774766122.830983}
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD20%2520HWA') HTTP/1.1" 204 0
2026-03-29 06:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dce55eec-65f6-5982-b9ce-7fe82be879e8 with identifier: DL66%20HEJ
2026-03-29 06:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dce55eec-65f6-5982-b9ce-7fe82be879e8 with identifier: DL66%20HEJ
2026-03-29 06:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dce55eec-65f6-5982-b9ce-7fe82be879e8 with identifier: DL66%20HEJ to the API
2026-03-29 06:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL66%20HEJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dce55eec-65f6-5982-b9ce-7fe82be879e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL66 HEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL66%20HEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 88943,
 '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 MONTE CARLO Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 MONTE CARLO',
 'vin': 'TMBZZZAAZGD646349',
 'year': 2016}
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520HEJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:23 [bca.uk] INFO: Saving data for DL66%20HEJ: {'auction_closing_time': 1774778400.0, 'created_time': 1773933312.812045, 'last_price_update_time': 1774766123.137129}
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL66%2520HEJ') HTTP/1.1" 204 0
2026-03-29 06:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL
2026-03-29 06:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL
2026-03-29 06:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL to the API
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN68%20XVL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc33b921-43df-5178-ac33-842b491d1834',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN68 XVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN68%20XVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 102300,
 'odometer_reading_unit': '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 I20 1.2 MPI SE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI SE',
 'vin': 'NLHB351BLKZ478817',
 'year': 2019}
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520XVL%27 HTTP/1.1" 200 None
2026-03-29 06:35:23 [bca.uk] INFO: Saving data for EN68%20XVL: {'auction_closing_time': 1775037600.0, 'created_time': 1774390492.05306, 'last_price_update_time': 1774766123.416937}
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN68%2520XVL') HTTP/1.1" 204 0
2026-03-29 06:35:23 [bca.uk] INFO: Found listing with ID: GK61%20OYE
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 06:35:23 [bca.uk] INFO: Scrape type for GK61%20OYE: 2
2026-03-29 06:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE
2026-03-29 06:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b3f9f51-8251-56e2-87e0-0480f15549a8 with scrape type 2
2026-03-29 06:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b3f9f51-8251-56e2-87e0-0480f15549a8 with scrape type 2
2026-03-29 06:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b3f9f51-8251-56e2-87e0-0480f15549a8, identifier: GK61%20OYE
2026-03-29 06:35:23 [bca.uk] INFO: Found listing with ID: LX17%20VND
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VND%27 HTTP/1.1" 200 None
2026-03-29 06:35:23 [bca.uk] INFO: Scrape type for LX17%20VND: 2
2026-03-29 06:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND
2026-03-29 06:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with scrape type 2
2026-03-29 06:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with scrape type 2
2026-03-29 06:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61, identifier: LX17%20VND
2026-03-29 06:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE
2026-03-29 06:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE
2026-03-29 06:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE to the API
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM17%20YJE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18d32915-a9a1-5d7a-9220-17f44592dba4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM17 YJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM17%20YJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 83479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 TEKNA',
 'vin': 'SJNFDAJ11UZ005599',
 'year': 2017}
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 06:35:23 [bca.uk] INFO: Saving data for KM17%20YJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774392073.515874, 'last_price_update_time': 1774766123.928154}
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM17%2520YJE') HTTP/1.1" 204 0
2026-03-29 06:35:24 [bca.uk] INFO: Found listing with ID: KY64%20OLK
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Scrape type for KY64%20OLK: 2
2026-03-29 06:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK
2026-03-29 06:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d8825c-984f-5d6b-8b81-9d223f9f389e with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d8825c-984f-5d6b-8b81-9d223f9f389e with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07d8825c-984f-5d6b-8b81-9d223f9f389e, identifier: KY64%20OLK
2026-03-29 06:35:24 [bca.uk] INFO: Found listing with ID: VA64%20MUV
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Scrape type for VA64%20MUV: 2
2026-03-29 06:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 309ea22f-02c6-5d9e-9ca7-0d658a442364 with identifier: VA64%20MUV
2026-03-29 06:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 309ea22f-02c6-5d9e-9ca7-0d658a442364 with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 309ea22f-02c6-5d9e-9ca7-0d658a442364 with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 309ea22f-02c6-5d9e-9ca7-0d658a442364, identifier: VA64%20MUV
2026-03-29 06:35:24 [bca.uk] INFO: Found listing with ID: NA17%20YFK
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520YFK%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Scrape type for NA17%20YFK: 0
2026-03-29 06:35:24 [bca.uk] INFO: Found listing with ID: KJ17%20PXS
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520PXS%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Scrape type for KJ17%20PXS: 2
2026-03-29 06:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS
2026-03-29 06:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b45bc080-601f-5a64-8c68-51b0b13a053b with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b45bc080-601f-5a64-8c68-51b0b13a053b with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b45bc080-601f-5a64-8c68-51b0b13a053b, identifier: KJ17%20PXS
2026-03-29 06:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE
2026-03-29 06:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE
2026-03-29 06:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE to the API
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK61%20OYE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b3f9f51-8251-56e2-87e0-0480f15549a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK61 OYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK61%20OYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 61588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 85 SEL Hatchback',
 'transmission': 'manual',
 'trim': '85 SEL',
 'vin': 'WVWZZZ6RZCY511868',
 'year': 2011}
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520OYE%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Saving data for GK61%20OYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390636.472596, 'last_price_update_time': 1774766124.682066}
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK61%2520OYE') HTTP/1.1" 204 0
2026-03-29 06:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND
2026-03-29 06:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND
2026-03-29 06:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND to the API
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX17%20VND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e4b6ffa-6bcd-5414-9f50-c810fc91ae61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX17 VND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX17%20VND&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 84556,
 '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 GLA 200 1.6 AMG LINE PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDC1569432J365499',
 'year': 2017}
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VND%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Saving data for LX17%20VND: {'auction_closing_time': 1774951200.0, 'created_time': 1774392023.441188, 'last_price_update_time': 1774766124.957605}
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX17%2520VND') HTTP/1.1" 204 0
2026-03-29 06:35:24 [bca.uk] INFO: Found listing with ID: MT17%20JKE
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-29 06:35:24 [bca.uk] INFO: Scrape type for MT17%20JKE: 2
2026-03-29 06:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE
2026-03-29 06:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with scrape type 2
2026-03-29 06:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with scrape type 2
2026-03-29 06:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d, identifier: MT17%20JKE
2026-03-29 06:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK
2026-03-29 06:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK
2026-03-29 06:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK to the API
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY64%20OLK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07d8825c-984f-5d6b-8b81-9d223f9f389e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY64 OLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY64%20OLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 35476,
 '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.4 TSI 122 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 SE DSG',
 'vin': 'WVWZZZAUZFW036887',
 'year': 2014}
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520OLK%27 HTTP/1.1" 200 None
2026-03-29 06:35:25 [bca.uk] INFO: Saving data for KY64%20OLK: {'auction_closing_time': 1774864800.0, 'created_time': 1774391784.05229, 'last_price_update_time': 1774766125.346353}
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY64%2520OLK') HTTP/1.1" 204 0
2026-03-29 06:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 309ea22f-02c6-5d9e-9ca7-0d658a442364 with identifier: VA64%20MUV
2026-03-29 06:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 309ea22f-02c6-5d9e-9ca7-0d658a442364 with identifier: VA64%20MUV
2026-03-29 06:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 309ea22f-02c6-5d9e-9ca7-0d658a442364 with identifier: VA64%20MUV to the API
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA64%20MUV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '309ea22f-02c6-5d9e-9ca7-0d658a442364',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA64 MUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA64%20MUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 83071,
 '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 75 E/F LTD.EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 75 E/F LTD.EDITION',
 'vin': 'W0L0SDL68E4290829',
 'year': 2014}
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520MUV%27 HTTP/1.1" 200 None
2026-03-29 06:35:25 [bca.uk] INFO: Saving data for VA64%20MUV: {'auction_closing_time': 1774778400.0, 'created_time': 1774016190.318212, 'last_price_update_time': 1774766125.635061}
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA64%2520MUV') HTTP/1.1" 204 0
2026-03-29 06:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS
2026-03-29 06:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS
2026-03-29 06:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS to the API
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ17%20PXS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b45bc080-601f-5a64-8c68-51b0b13a053b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ17 PXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ17%20PXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 110111,
 '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 LEON 1.6 TDI 115 SE DYNAMIC TECH.DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 115 SE DYNAMIC TECH.DSG',
 'vin': 'VSSZZZ5FZHR066983',
 'year': 2017}
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520PXS%27 HTTP/1.1" 200 None
2026-03-29 06:35:25 [bca.uk] INFO: Saving data for KJ17%20PXS: {'auction_closing_time': 1775037600.0, 'created_time': 1774390455.657379, 'last_price_update_time': 1774766125.936094}
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520PXS') HTTP/1.1" 204 0
2026-03-29 06:35:25 [bca.uk] INFO: Found listing with ID: LX58%20VHC
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520VHC%27 HTTP/1.1" 200 None
2026-03-29 06:35:25 [bca.uk] INFO: Scrape type for LX58%20VHC: 2
2026-03-29 06:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC
2026-03-29 06:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09d1339d-4912-5dbf-92c9-5463a4205cb7 with scrape type 2
2026-03-29 06:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09d1339d-4912-5dbf-92c9-5463a4205cb7 with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09d1339d-4912-5dbf-92c9-5463a4205cb7, identifier: LX58%20VHC
2026-03-29 06:35:26 [bca.uk] INFO: Found listing with ID: NJ18%20PNY
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520PNY%27 HTTP/1.1" 200 None
2026-03-29 06:35:26 [bca.uk] INFO: Scrape type for NJ18%20PNY: 2
2026-03-29 06:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY
2026-03-29 06:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91fddb92-fd29-5564-ae3c-ca103e8c3afe with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91fddb92-fd29-5564-ae3c-ca103e8c3afe with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91fddb92-fd29-5564-ae3c-ca103e8c3afe, identifier: NJ18%20PNY
2026-03-29 06:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE
2026-03-29 06:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE
2026-03-29 06:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE to the API
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT17%20JKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6605b91-d5da-50c3-9ec6-b3830e4fcd5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT17 JKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT17%20JKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 63757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC EDITION',
 'vin': 'WF05XXGCC5HB47420',
 'year': 2017}
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-29 06:35:26 [bca.uk] INFO: Saving data for MT17%20JKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774392049.071868, 'last_price_update_time': 1774766126.44018}
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT17%2520JKE') HTTP/1.1" 204 0
2026-03-29 06:35:26 [bca.uk] INFO: Found listing with ID: KU67%20UDL
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520UDL%27 HTTP/1.1" 200 None
2026-03-29 06:35:26 [bca.uk] INFO: Scrape type for KU67%20UDL: 2
2026-03-29 06:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL
2026-03-29 06:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb, identifier: KU67%20UDL
2026-03-29 06:35:26 [bca.uk] INFO: Found listing with ID: NA67%20EOF
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA67%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 06:35:26 [bca.uk] INFO: Scrape type for NA67%20EOF: 2
2026-03-29 06:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24035a3d-4e86-58bf-9344-00e870a11b9f with identifier: NA67%20EOF
2026-03-29 06:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24035a3d-4e86-58bf-9344-00e870a11b9f with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24035a3d-4e86-58bf-9344-00e870a11b9f with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24035a3d-4e86-58bf-9344-00e870a11b9f, identifier: NA67%20EOF
2026-03-29 06:35:26 [bca.uk] INFO: Found listing with ID: SK15%20LXB
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK15%2520LXB%27 HTTP/1.1" 200 None
2026-03-29 06:35:26 [bca.uk] INFO: Scrape type for SK15%20LXB: 0
2026-03-29 06:35:26 [bca.uk] INFO: Found listing with ID: ET17%20VUE
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 06:35:26 [bca.uk] INFO: Scrape type for ET17%20VUE: 2
2026-03-29 06:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE
2026-03-29 06:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with scrape type 2
2026-03-29 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610, identifier: ET17%20VUE
2026-03-29 06:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=space+grey HTTP/1.1" 200 None
2026-03-29 06:35:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:35: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:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC
2026-03-29 06:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC to the API
2026-03-29 06:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX58%20VHC-GB',
 'category': 'Car',
 'color': 'space grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '09d1339d-4912-5dbf-92c9-5463a4205cb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX58 VHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX58%20VHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '318I',
 'odometer': 59259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBAPF52010A500330',
 'year': 2008}
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520VHC%27 HTTP/1.1" 200 None
2026-03-29 06:35:27 [bca.uk] INFO: Saving data for LX58%20VHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390628.713728, 'last_price_update_time': 1774766127.157849}
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX58%2520VHC') HTTP/1.1" 204 0
2026-03-29 06:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY
2026-03-29 06:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY
2026-03-29 06:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY to the API
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20PNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '91fddb92-fd29-5564-ae3c-ca103e8c3afe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 PNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20PNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 89263,
 'odometer_reading_unit': '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 Q2 2.0 TDI 150 QUATTRO EDITION 1 S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 QUATTRO EDITION 1 S-T',
 'vin': 'WAUZZZGA3HA057747',
 'year': 2018}
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520PNY%27 HTTP/1.1" 200 None
2026-03-29 06:35:27 [bca.uk] INFO: Saving data for NJ18%20PNY: {'auction_closing_time': 1774951200.0, 'created_time': 1774392024.696982, 'last_price_update_time': 1774766127.525751}
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520PNY') HTTP/1.1" 204 0
2026-03-29 06:35:27 [bca.uk] INFO: Found listing with ID: PY16%20OZA
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-29 06:35:27 [bca.uk] INFO: Scrape type for PY16%20OZA: 2
2026-03-29 06:35:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA
2026-03-29 06:35:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73f584a7-4354-5414-b511-6ea9b9a756a8 with scrape type 2
2026-03-29 06:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73f584a7-4354-5414-b511-6ea9b9a756a8 with scrape type 2
2026-03-29 06:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73f584a7-4354-5414-b511-6ea9b9a756a8, identifier: PY16%20OZA
2026-03-29 06:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL
2026-03-29 06:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL
2026-03-29 06:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL to the API
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU67%20UDL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13358e59-ab86-55fe-a18c-d1b9d2aee9fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU67 UDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU67%20UDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'C250 D',
 'odometer': 66709,
 '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 C250 D 2.1 AMG LINE PREMIUM PLUS Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2054082F626636',
 'year': 2017}
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520UDL%27 HTTP/1.1" 200 None
2026-03-29 06:35:27 [bca.uk] INFO: Saving data for KU67%20UDL: {'auction_closing_time': 1774864800.0, 'created_time': 1774391802.073296, 'last_price_update_time': 1774766127.927193}
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU67%2520UDL') HTTP/1.1" 204 0
2026-03-29 06:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24035a3d-4e86-58bf-9344-00e870a11b9f with identifier: NA67%20EOF
2026-03-29 06:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24035a3d-4e86-58bf-9344-00e870a11b9f with identifier: NA67%20EOF
2026-03-29 06:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24035a3d-4e86-58bf-9344-00e870a11b9f with identifier: NA67%20EOF to the API
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA67%20EOF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24035a3d-4e86-58bf-9344-00e870a11b9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA67 EOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA67%20EOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 90055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.2 D 150 SE-L Saloon',
 'transmission': 'manual',
 'trim': 'D 150 SE-L',
 'vin': 'JMZGL621691523664',
 'year': 2017}
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA67%2520EOF%27 HTTP/1.1" 200 None
2026-03-29 06:35:28 [bca.uk] INFO: Saving data for NA67%20EOF: {'auction_closing_time': 1774778400.0, 'created_time': 1774362532.948318, 'last_price_update_time': 1774766128.217172}
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA67%2520EOF') HTTP/1.1" 204 0
2026-03-29 06:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE
2026-03-29 06:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE
2026-03-29 06:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE to the API
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET17%20VUE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7dcd6e3-fa42-5d2d-9f6b-79d727b55610',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET17 VUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET17%20VUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 123380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SE',
 'vin': 'TMAJ3815LJJ469344',
 'year': 2017}
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520VUE%27 HTTP/1.1" 200 None
2026-03-29 06:35:28 [bca.uk] INFO: Saving data for ET17%20VUE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390443.968958, 'last_price_update_time': 1774766128.506192}
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET17%2520VUE') HTTP/1.1" 204 0
2026-03-29 06:35:28 [bca.uk] INFO: Found listing with ID: ML67%20TGE
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520TGE%27 HTTP/1.1" 200 None
2026-03-29 06:35:28 [bca.uk] INFO: Scrape type for ML67%20TGE: 2
2026-03-29 06:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE
2026-03-29 06:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f4c930-1e3a-5d84-a78d-826a8b3a305f with scrape type 2
2026-03-29 06:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77f4c930-1e3a-5d84-a78d-826a8b3a305f with scrape type 2
2026-03-29 06:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77f4c930-1e3a-5d84-a78d-826a8b3a305f, identifier: ML67%20TGE
2026-03-29 06:35:28 [bca.uk] INFO: Found listing with ID: SA66%20XTT
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520XTT%27 HTTP/1.1" 200 None
2026-03-29 06:35:28 [bca.uk] INFO: Scrape type for SA66%20XTT: 2
2026-03-29 06:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT
2026-03-29 06:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with scrape type 2
2026-03-29 06:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with scrape type 2
2026-03-29 06:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a35cd97-0239-54a0-9fe8-cc97229e07d5, identifier: SA66%20XTT
2026-03-29 06:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA
2026-03-29 06:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA
2026-03-29 06:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA to the API
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY16%20OZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73f584a7-4354-5414-b511-6ea9b9a756a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY16 OZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY16%20OZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 71185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI AWD GT-LINE',
 'vin': 'U5YPK816NGL127867',
 'year': 2016}
2026-03-29 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-29 06:35:29 [bca.uk] INFO: Saving data for PY16%20OZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774392053.873219, 'last_price_update_time': 1774766129.002582}
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY16%2520OZA') HTTP/1.1" 204 0
2026-03-29 06:35:29 [bca.uk] INFO: Found listing with ID: GY67%20ZBR
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520ZBR%27 HTTP/1.1" 200 None
2026-03-29 06:35:29 [bca.uk] INFO: Scrape type for GY67%20ZBR: 2
2026-03-29 06:35:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR
2026-03-29 06:35:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82447fe2-42b1-50de-a8f3-83a015ed5975 with scrape type 2
2026-03-29 06:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82447fe2-42b1-50de-a8f3-83a015ed5975 with scrape type 2
2026-03-29 06:35:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82447fe2-42b1-50de-a8f3-83a015ed5975, identifier: GY67%20ZBR
2026-03-29 06:35:29 [bca.uk] INFO: Found listing with ID: BK72%20PXC
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520PXC%27 HTTP/1.1" 200 None
2026-03-29 06:35:29 [bca.uk] INFO: Scrape type for BK72%20PXC: 2
2026-03-29 06:35:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC
2026-03-29 06:35:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64cb5157-e538-5ecc-9f7c-3327a6d5315d with scrape type 2
2026-03-29 06:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64cb5157-e538-5ecc-9f7c-3327a6d5315d with scrape type 2
2026-03-29 06:35:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64cb5157-e538-5ecc-9f7c-3327a6d5315d, identifier: BK72%20PXC
2026-03-29 06:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE
2026-03-29 06:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE
2026-03-29 06:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE to the API
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML67%20TGE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77f4c930-1e3a-5d84-a78d-826a8b3a305f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML67 TGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML67%20TGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 56101,
 '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 TSI 180 BMT 4M R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 180 BMT 4M R LINE DSG',
 'vin': 'WVGZZZ5NZJW335963',
 'year': 2017}
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520TGE%27 HTTP/1.1" 200 None
2026-03-29 06:35:29 [bca.uk] INFO: Saving data for ML67%20TGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390620.620051, 'last_price_update_time': 1774766129.517577}
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML67%2520TGE') HTTP/1.1" 204 0
2026-03-29 06:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT
2026-03-29 06:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT
2026-03-29 06:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT to the API
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA66%20XTT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a35cd97-0239-54a0-9fe8-cc97229e07d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA66 XTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA66%20XTT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 78845,
 '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.6 TDI 110 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 SPORT',
 'vin': 'WAUZZZ8V0HA023427',
 'year': 2016}
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520XTT%27 HTTP/1.1" 200 None
2026-03-29 06:35:29 [bca.uk] INFO: Saving data for SA66%20XTT: {'auction_closing_time': 1774951200.0, 'created_time': 1774392113.981194, 'last_price_update_time': 1774766129.800256}
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA66%2520XTT') HTTP/1.1" 204 0
2026-03-29 06:35:29 [bca.uk] INFO: Found listing with ID: KS18%20YWN
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 06:35:29 [bca.uk] INFO: Scrape type for KS18%20YWN: 2
2026-03-29 06:35:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN
2026-03-29 06:35:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91042152-6b47-5b28-ae5c-77d509df22b5 with scrape type 2
2026-03-29 06:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91042152-6b47-5b28-ae5c-77d509df22b5 with scrape type 2
2026-03-29 06:35:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91042152-6b47-5b28-ae5c-77d509df22b5, identifier: KS18%20YWN
2026-03-29 06:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR
2026-03-29 06:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR
2026-03-29 06:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR to the API
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY67%20ZBR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82447fe2-42b1-50de-a8f3-83a015ed5975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY67 ZBR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY67%20ZBR&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 78920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 GRAN TOURER 1.5 218I T SPORT STEP MPV',
 'transmission': 'automatic',
 'trim': '218I T SPORT STEP',
 'vin': 'WBA2D320605J59715',
 'year': 2017}
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520ZBR%27 HTTP/1.1" 200 None
2026-03-29 06:35:30 [bca.uk] INFO: Saving data for GY67%20ZBR: {'auction_closing_time': 1774864800.0, 'created_time': 1774391785.724831, 'last_price_update_time': 1774766130.223495}
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY67%2520ZBR') HTTP/1.1" 204 0
2026-03-29 06:35:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC
2026-03-29 06:35:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC
2026-03-29 06:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC to the API
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK72%20PXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '64cb5157-e538-5ecc-9f7c-3327a6d5315d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK72 PXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK72%20PXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 26375,
 'odometer_reading_unit': '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 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': 'LRW3F7EL8NC615096',
 'year': 2022}
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520PXC%27 HTTP/1.1" 200 None
2026-03-29 06:35:30 [bca.uk] INFO: Saving data for BK72%20PXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774362426.202044, 'last_price_update_time': 1774766130.508215}
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520PXC') HTTP/1.1" 204 0
2026-03-29 06:35:30 [bca.uk] INFO: Found listing with ID: LC14%20OPL
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC14%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 06:35:30 [bca.uk] INFO: Scrape type for LC14%20OPL: 2
2026-03-29 06:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL
2026-03-29 06:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with scrape type 2
2026-03-29 06:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with scrape type 2
2026-03-29 06:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2, identifier: LC14%20OPL
2026-03-29 06:35:30 [bca.uk] INFO: Found listing with ID: LN67%20KPL
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520KPL%27 HTTP/1.1" 200 None
2026-03-29 06:35:30 [bca.uk] INFO: Scrape type for LN67%20KPL: 2
2026-03-29 06:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL
2026-03-29 06:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c55737be-c9e4-5d80-9b6c-542fae52e6fe with scrape type 2
2026-03-29 06:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c55737be-c9e4-5d80-9b6c-542fae52e6fe with scrape type 2
2026-03-29 06:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c55737be-c9e4-5d80-9b6c-542fae52e6fe, identifier: LN67%20KPL
2026-03-29 06:35:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN
2026-03-29 06:35:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN
2026-03-29 06:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN to the API
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS18%20YWN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '91042152-6b47-5b28-ae5c-77d509df22b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS18 YWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS18%20YWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 72156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 ALLURE',
 'vin': 'VF3MCYHZJJS229459',
 'year': 2018}
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-29 06:35:30 [bca.uk] INFO: Saving data for KS18%20YWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774392038.548433, 'last_price_update_time': 1774766130.996177}
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS18%2520YWN') HTTP/1.1" 204 0
2026-03-29 06:35:31 [bca.uk] INFO: Found listing with ID: GL22%20ONW
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL22%2520ONW%27 HTTP/1.1" 200 None
2026-03-29 06:35:31 [bca.uk] INFO: Scrape type for GL22%20ONW: 2
2026-03-29 06:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW
2026-03-29 06:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3361c37-c7f6-5eca-b247-7c2f508906c6 with scrape type 2
2026-03-29 06:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3361c37-c7f6-5eca-b247-7c2f508906c6 with scrape type 2
2026-03-29 06:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3361c37-c7f6-5eca-b247-7c2f508906c6, identifier: GL22%20ONW
2026-03-29 06:35:31 [bca.uk] INFO: Found listing with ID: AF22%20TLZ
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520TLZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:31 [bca.uk] INFO: Scrape type for AF22%20TLZ: 2
2026-03-29 06:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ
2026-03-29 06:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with scrape type 2
2026-03-29 06:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with scrape type 2
2026-03-29 06:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c, identifier: AF22%20TLZ
2026-03-29 06:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL
2026-03-29 06:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL
2026-03-29 06:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL to the API
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC14%20OPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82d4d94c-57bf-5ed5-b050-3bd89a8301e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC14 OPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC14%20OPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 45303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 E-THP 130 FELINE Hatchback',
 'transmission': 'manual',
 'trim': 'E-THP 130 FELINE',
 'vin': 'VF3LPHNYHES037945',
 'year': 2014}
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC14%2520OPL%27 HTTP/1.1" 200 None
2026-03-29 06:35:31 [bca.uk] INFO: Saving data for LC14%20OPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774390620.231448, 'last_price_update_time': 1774766131.87261}
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC14%2520OPL') HTTP/1.1" 204 0
2026-03-29 06:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL
2026-03-29 06:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL
2026-03-29 06:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL to the API
2026-03-29 06:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN67%20KPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c55737be-c9e4-5d80-9b6c-542fae52e6fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN67 KPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN67%20KPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 171463,
 '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 A7 SPORTBACK 3.0 TDI ULTRA 218 SE EXECUTIVE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 218 SE EXECUTIVE S-T',
 'vin': 'WAUZZZ4G5JN023929',
 'year': 2017}
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520KPL%27 HTTP/1.1" 200 None
2026-03-29 06:35:32 [bca.uk] INFO: Saving data for LN67%20KPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774392114.494283, 'last_price_update_time': 1774766132.166043}
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN67%2520KPL') HTTP/1.1" 204 0
2026-03-29 06:35:32 [bca.uk] INFO: Found listing with ID: FG18%20HGX
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-29 06:35:32 [bca.uk] INFO: Scrape type for FG18%20HGX: 2
2026-03-29 06:35:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX
2026-03-29 06:35:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da43802-62a9-5457-bb3c-89b67a02120c with scrape type 2
2026-03-29 06:35:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da43802-62a9-5457-bb3c-89b67a02120c with scrape type 2
2026-03-29 06:35:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1da43802-62a9-5457-bb3c-89b67a02120c, identifier: FG18%20HGX
2026-03-29 06:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW
2026-03-29 06:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW
2026-03-29 06:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW to the API
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL22%20ONW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f3361c37-c7f6-5eca-b247-7c2f508906c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL22 ONW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL22%20ONW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 51975,
 'odometer_reading_unit': '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': 'WVWZZZAWZNU050548',
 'year': 2022}
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL22%2520ONW%27 HTTP/1.1" 200 None
2026-03-29 06:35:32 [bca.uk] INFO: Saving data for GL22%20ONW: {'auction_closing_time': 1774864800.0, 'created_time': 1774391784.698791, 'last_price_update_time': 1774766132.565884}
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL22%2520ONW') HTTP/1.1" 204 0
2026-03-29 06:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ
2026-03-29 06:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ
2026-03-29 06:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ to the API
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20TLZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF22 TLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20TLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 52103,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK5NC242096',
 'year': 2022}
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520TLZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:32 [bca.uk] INFO: Saving data for AF22%20TLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774362401.972107, 'last_price_update_time': 1774766132.941919}
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520TLZ') HTTP/1.1" 204 0
2026-03-29 06:35:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:35:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:35:32 [bca.uk] INFO: Found listing with ID: PK12%20LDY
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 06:35:32 [bca.uk] INFO: Scrape type for PK12%20LDY: 2
2026-03-29 06:35:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY
2026-03-29 06:35:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with scrape type 2
2026-03-29 06:35:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb, identifier: PK12%20LDY
2026-03-29 06:35:33 [bca.uk] INFO: Found listing with ID: DP70%20XYZ
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XYZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:33 [bca.uk] INFO: Scrape type for DP70%20XYZ: 2
2026-03-29 06:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ
2026-03-29 06:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88beae7d-07ca-5ab4-89a8-938c73e78154 with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88beae7d-07ca-5ab4-89a8-938c73e78154 with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88beae7d-07ca-5ab4-89a8-938c73e78154, identifier: DP70%20XYZ
2026-03-29 06:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX
2026-03-29 06:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX
2026-03-29 06:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX to the API
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG18%20HGX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1da43802-62a9-5457-bb3c-89b67a02120c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG18 HGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG18%20HGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 51651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A407980',
 'year': 2018}
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-29 06:35:33 [bca.uk] INFO: Saving data for FG18%20HGX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392039.27887, 'last_price_update_time': 1774766133.437361}
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG18%2520HGX') HTTP/1.1" 204 0
2026-03-29 06:35:33 [bca.uk] INFO: Found listing with ID: GK63%20YPD
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520YPD%27 HTTP/1.1" 200 None
2026-03-29 06:35:33 [bca.uk] INFO: Scrape type for GK63%20YPD: 2
2026-03-29 06:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD
2026-03-29 06:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0d789c3-fd07-5c31-9345-d1f8323cb0bc with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0d789c3-fd07-5c31-9345-d1f8323cb0bc with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0d789c3-fd07-5c31-9345-d1f8323cb0bc, identifier: GK63%20YPD
2026-03-29 06:35:33 [bca.uk] INFO: Found listing with ID: SJ21%20DFZ
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:33 [bca.uk] INFO: Scrape type for SJ21%20DFZ: 2
2026-03-29 06:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ
2026-03-29 06:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d8346fe-45da-5ebf-9417-93fcb0463239 with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d8346fe-45da-5ebf-9417-93fcb0463239 with scrape type 2
2026-03-29 06:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d8346fe-45da-5ebf-9417-93fcb0463239, identifier: SJ21%20DFZ
2026-03-29 06:35:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY
2026-03-29 06:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY
2026-03-29 06:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY to the API
2026-03-29 06:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK12%20LDY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK12 LDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK12%20LDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 60818,
 '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.4 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'MATCH',
 'vin': 'WVWZZZ6RZCU057421',
 'year': 2012}
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LDY%27 HTTP/1.1" 200 None
2026-03-29 06:35:34 [bca.uk] INFO: Saving data for PK12%20LDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390619.384137, 'last_price_update_time': 1774766134.105528}
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK12%2520LDY') HTTP/1.1" 204 0
2026-03-29 06:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ
2026-03-29 06:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ
2026-03-29 06:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ to the API
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP70%20XYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88beae7d-07ca-5ab4-89a8-938c73e78154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP70 XYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP70%20XYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 55594,
 '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 PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE PREMIUM',
 'vin': 'W0VZRHNS4L6046850',
 'year': 2020}
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XYZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:34 [bca.uk] INFO: Saving data for DP70%20XYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391999.197769, 'last_price_update_time': 1774766134.411178}
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP70%2520XYZ') HTTP/1.1" 204 0
2026-03-29 06:35:34 [bca.uk] INFO: Found listing with ID: ND68%20VPG
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:35:34 [bca.uk] INFO: Scrape type for ND68%20VPG: 2
2026-03-29 06:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG
2026-03-29 06:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with scrape type 2
2026-03-29 06:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with scrape type 2
2026-03-29 06:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea, identifier: ND68%20VPG
2026-03-29 06:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD
2026-03-29 06:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD
2026-03-29 06:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD to the API
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK63%20YPD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0d789c3-fd07-5c31-9345-d1f8323cb0bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK63 YPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK63%20YPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '530D',
 'odometer': 178617,
 '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 530D 3.0 M SPORT TOURING STEP Estate',
 'transmission': 'manual',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBA5K12030D341546',
 'year': 2013}
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520YPD%27 HTTP/1.1" 200 None
2026-03-29 06:35:34 [bca.uk] INFO: Saving data for GK63%20YPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774391799.062867, 'last_price_update_time': 1774766134.810475}
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK63%2520YPD') HTTP/1.1" 204 0
2026-03-29 06:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ
2026-03-29 06:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ
2026-03-29 06:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ to the API
2026-03-29 06:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20DFZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d8346fe-45da-5ebf-9417-93fcb0463239',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ21 DFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20DFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 117255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P369031',
 'year': 2021}
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:35 [bca.uk] INFO: Saving data for SJ21%20DFZ: {'auction_closing_time': 1775210400.0, 'created_time': 1774362255.29882, 'last_price_update_time': 1774766135.097849}
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520DFZ') HTTP/1.1" 204 0
2026-03-29 06:35:35 [bca.uk] INFO: Found listing with ID: VU65%20ZVJ
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:35 [bca.uk] INFO: Scrape type for VU65%20ZVJ: 2
2026-03-29 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ
2026-03-29 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71547a2-fee6-59be-92fd-b502dbcdc5cb with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71547a2-fee6-59be-92fd-b502dbcdc5cb with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71547a2-fee6-59be-92fd-b502dbcdc5cb, identifier: VU65%20ZVJ
2026-03-29 06:35:35 [bca.uk] INFO: Found listing with ID: ET21%20MWE
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520MWE%27 HTTP/1.1" 200 None
2026-03-29 06:35:35 [bca.uk] INFO: Scrape type for ET21%20MWE: 2
2026-03-29 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE
2026-03-29 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9, identifier: ET21%20MWE
2026-03-29 06:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG
2026-03-29 06:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG
2026-03-29 06:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG to the API
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND68%20VPG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND68 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND68%20VPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 52319,
 'odometer_reading_unit': '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 SPORT EXECUTIVE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDC1569432J580882',
 'year': 2018}
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:35:35 [bca.uk] INFO: Saving data for ND68%20VPG: {'auction_closing_time': 1775124000.0, 'created_time': 1774392020.835387, 'last_price_update_time': 1774766135.606535}
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND68%2520VPG') HTTP/1.1" 204 0
2026-03-29 06:35:35 [bca.uk] INFO: Found listing with ID: GF21%20KPX
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520KPX%27 HTTP/1.1" 200 None
2026-03-29 06:35:35 [bca.uk] INFO: Scrape type for GF21%20KPX: 2
2026-03-29 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX
2026-03-29 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85ad6ed8-4275-5c95-8564-be26c8f53ba5, identifier: GF21%20KPX
2026-03-29 06:35:35 [bca.uk] INFO: Found listing with ID: LB18%20VTG
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520VTG%27 HTTP/1.1" 200 None
2026-03-29 06:35:35 [bca.uk] INFO: Scrape type for LB18%20VTG: 2
2026-03-29 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG
2026-03-29 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb54429c-017e-5d1e-8f18-a7313729a636 with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb54429c-017e-5d1e-8f18-a7313729a636 with scrape type 2
2026-03-29 06:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb54429c-017e-5d1e-8f18-a7313729a636, identifier: LB18%20VTG
2026-03-29 06:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ
2026-03-29 06:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ
2026-03-29 06:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ to the API
2026-03-29 06:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU65%20ZVJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a71547a2-fee6-59be-92fd-b502dbcdc5cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU65 ZVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU65%20ZVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 143224,
 '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 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZGW038431',
 'year': 2015}
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:36 [bca.uk] INFO: Saving data for VU65%20ZVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390649.870726, 'last_price_update_time': 1774766136.116734}
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU65%2520ZVJ') HTTP/1.1" 204 0
2026-03-29 06:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE
2026-03-29 06:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE
2026-03-29 06:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE to the API
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET21%20MWE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET21 MWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET21%20MWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 52925,
 '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 155 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 ST-LINE X',
 'vin': 'WF02XXERK2MB34978',
 'year': 2021}
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520MWE%27 HTTP/1.1" 200 None
2026-03-29 06:35:36 [bca.uk] INFO: Saving data for ET21%20MWE: {'auction_closing_time': 1774951200.0, 'created_time': 1774390800.69659, 'last_price_update_time': 1774766136.469414}
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET21%2520MWE') HTTP/1.1" 204 0
2026-03-29 06:35:36 [bca.uk] INFO: Found listing with ID: OE68%20KBN
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-29 06:35:36 [bca.uk] INFO: Scrape type for OE68%20KBN: 2
2026-03-29 06:35:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN
2026-03-29 06:35:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63af5aca-5cae-5fd7-993f-fc441d21af8e with scrape type 2
2026-03-29 06:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63af5aca-5cae-5fd7-993f-fc441d21af8e with scrape type 2
2026-03-29 06:35:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63af5aca-5cae-5fd7-993f-fc441d21af8e, identifier: OE68%20KBN
2026-03-29 06:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX
2026-03-29 06:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX
2026-03-29 06:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX to the API
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF21%20KPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85ad6ed8-4275-5c95-8564-be26c8f53ba5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF21 KPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF21%20KPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 32343,
 '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 A1 SPORTBACK 1.0 30 TFSI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGBXMR050539',
 'year': 2021}
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520KPX%27 HTTP/1.1" 200 None
2026-03-29 06:35:36 [bca.uk] INFO: Saving data for GF21%20KPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774391804.993539, 'last_price_update_time': 1774766136.8576}
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF21%2520KPX') HTTP/1.1" 204 0
2026-03-29 06:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG
2026-03-29 06:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG
2026-03-29 06:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG to the API
2026-03-29 06:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB18%20VTG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb54429c-017e-5d1e-8f18-a7313729a636',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB18 VTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB18%20VTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '530D',
 'odometer': 72274,
 'odometer_reading_unit': '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 530D 3.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJC92040B289964',
 'year': 2018}
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520VTG%27 HTTP/1.1" 200 None
2026-03-29 06:35:37 [bca.uk] INFO: Saving data for LB18%20VTG: {'auction_closing_time': 1775037600.0, 'created_time': 1773907362.264547, 'last_price_update_time': 1774766137.143249}
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB18%2520VTG') HTTP/1.1" 204 0
2026-03-29 06:35:37 [bca.uk] INFO: Found listing with ID: VK18%20EKZ
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520EKZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:37 [bca.uk] INFO: Scrape type for VK18%20EKZ: 2
2026-03-29 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ
2026-03-29 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bac06bf-0913-529e-8a4a-085709623053 with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bac06bf-0913-529e-8a4a-085709623053 with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bac06bf-0913-529e-8a4a-085709623053, identifier: VK18%20EKZ
2026-03-29 06:35:37 [bca.uk] INFO: Found listing with ID: LT17%20KPV
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 06:35:37 [bca.uk] INFO: Scrape type for LT17%20KPV: 2
2026-03-29 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV
2026-03-29 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be3ac12f-f1f3-523f-9ff8-e35567ded9b5, identifier: LT17%20KPV
2026-03-29 06:35:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN
2026-03-29 06:35:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN
2026-03-29 06:35:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN to the API
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE68%20KBN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63af5aca-5cae-5fd7-993f-fc441d21af8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE68 KBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE68%20KBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250',
 'odometer': 93302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 2.0 AMG LINE PREMIUM PLUS 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'WDC2539462F576887',
 'year': 2019}
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-29 06:35:37 [bca.uk] INFO: Saving data for OE68%20KBN: {'auction_closing_time': 1775124000.0, 'created_time': 1774392014.771559, 'last_price_update_time': 1774766137.685346}
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE68%2520KBN') HTTP/1.1" 204 0
2026-03-29 06:35:37 [bca.uk] INFO: Found listing with ID: EK69%20OJC
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520OJC%27 HTTP/1.1" 200 None
2026-03-29 06:35:37 [bca.uk] INFO: Scrape type for EK69%20OJC: 2
2026-03-29 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC
2026-03-29 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae68e27e-4ae0-5212-828b-c523c30c77ee with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae68e27e-4ae0-5212-828b-c523c30c77ee with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae68e27e-4ae0-5212-828b-c523c30c77ee, identifier: EK69%20OJC
2026-03-29 06:35:37 [bca.uk] INFO: Found listing with ID: AJ74%20GMG
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ74%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:35:37 [bca.uk] INFO: Scrape type for AJ74%20GMG: 2
2026-03-29 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG
2026-03-29 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2942a241-78c8-5346-9f1a-7dd925fabdcd with scrape type 2
2026-03-29 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2942a241-78c8-5346-9f1a-7dd925fabdcd with scrape type 2
2026-03-29 06:35:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2942a241-78c8-5346-9f1a-7dd925fabdcd, identifier: AJ74%20GMG
2026-03-29 06:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ
2026-03-29 06:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ
2026-03-29 06:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ to the API
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK18%20EKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8bac06bf-0913-529e-8a4a-085709623053',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK18 EKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK18%20EKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 79057,
 'odometer_reading_unit': '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 Q3 1.4 TFSI 150 S LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE ED.',
 'vin': 'WAUZZZ8U4JR058308',
 'year': 2018}
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520EKZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:38 [bca.uk] INFO: Saving data for VK18%20EKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390552.625072, 'last_price_update_time': 1774766138.301141}
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK18%2520EKZ') HTTP/1.1" 204 0
2026-03-29 06:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV
2026-03-29 06:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV
2026-03-29 06:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV to the API
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT17%20KPV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be3ac12f-f1f3-523f-9ff8-e35567ded9b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT17 KPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT17%20KPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 90006,
 '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': 'MASERATI LEVANTE 3.0 V6D 275 StationWagon',
 'transmission': 'automatic',
 'trim': 'V6D 275',
 'vin': 'ZN6TU61C00X237796',
 'year': 2017}
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520KPV%27 HTTP/1.1" 200 None
2026-03-29 06:35:38 [bca.uk] INFO: Saving data for LT17%20KPV: {'auction_closing_time': 1775124000.0, 'created_time': 1774392114.908474, 'last_price_update_time': 1774766138.589717}
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT17%2520KPV') HTTP/1.1" 204 0
2026-03-29 06:35:38 [bca.uk] INFO: Found listing with ID: RX21%20HYT
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 06:35:38 [bca.uk] INFO: Scrape type for RX21%20HYT: 2
2026-03-29 06:35:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT
2026-03-29 06:35:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55f9a50c-6aed-5820-a277-aaaceffe8d41 with scrape type 2
2026-03-29 06:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55f9a50c-6aed-5820-a277-aaaceffe8d41 with scrape type 2
2026-03-29 06:35:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55f9a50c-6aed-5820-a277-aaaceffe8d41, identifier: RX21%20HYT
2026-03-29 06:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC
2026-03-29 06:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC
2026-03-29 06:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC to the API
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK69%20OJC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae68e27e-4ae0-5212-828b-c523c30c77ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK69 OJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK69%20OJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 47924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 184 GTD DSG',
 'vin': 'WVWZZZAUZKW194971',
 'year': 2019}
2026-03-29 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520OJC%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Saving data for EK69%20OJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774391800.866209, 'last_price_update_time': 1774766139.000855}
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK69%2520OJC') HTTP/1.1" 204 0
2026-03-29 06:35:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG
2026-03-29 06:35:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG
2026-03-29 06:35:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG to the API
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ74%20GMG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2942a241-78c8-5346-9f1a-7dd925fabdcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ74 GMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ74%20GMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 6497,
 '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 E-2008 100KW 50KWH ACTIVE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ACTIVE PREMIUM+',
 'vin': 'VR3UKZKXZPJ716578',
 'year': 2025}
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ74%2520GMG%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Saving data for AJ74%20GMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774362378.579211, 'last_price_update_time': 1774766139.285254}
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ74%2520GMG') HTTP/1.1" 204 0
2026-03-29 06:35:39 [bca.uk] INFO: Found listing with ID: VT19%20YCD
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YCD%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Scrape type for VT19%20YCD: 2
2026-03-29 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD
2026-03-29 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c70c1b2-de94-55b6-bf37-16fdb994015b with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c70c1b2-de94-55b6-bf37-16fdb994015b with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c70c1b2-de94-55b6-bf37-16fdb994015b, identifier: VT19%20YCD
2026-03-29 06:35:39 [bca.uk] INFO: Found listing with ID: FR19%20LDN
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520LDN%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Scrape type for FR19%20LDN: 2
2026-03-29 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN
2026-03-29 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f0fda8f-b66e-5221-a3ab-72994f777b09 with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f0fda8f-b66e-5221-a3ab-72994f777b09 with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f0fda8f-b66e-5221-a3ab-72994f777b09, identifier: FR19%20LDN
2026-03-29 06:35:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT
2026-03-29 06:35:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT
2026-03-29 06:35:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT to the API
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX21%20HYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '55f9a50c-6aed-5820-a277-aaaceffe8d41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX21 HYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX21%20HYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 70985,
 '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 MUSTANG MACH-E 258KW 88KWH AWD EXTENDED RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '258KW 88KWH AWD EXTENDED RANGE',
 'vin': 'WF0TR3SU0MMA18923',
 'year': 2021}
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Saving data for RX21%20HYT: {'auction_closing_time': 1775124000.0, 'created_time': 1774392006.078134, 'last_price_update_time': 1774766139.779795}
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX21%2520HYT') HTTP/1.1" 204 0
2026-03-29 06:35:39 [bca.uk] INFO: Found listing with ID: PN16%20UWR
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520UWR%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Scrape type for PN16%20UWR: 2
2026-03-29 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59accf21-34db-5ff5-b2b8-e87b54ad6917 with identifier: PN16%20UWR
2026-03-29 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59accf21-34db-5ff5-b2b8-e87b54ad6917 with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59accf21-34db-5ff5-b2b8-e87b54ad6917 with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59accf21-34db-5ff5-b2b8-e87b54ad6917, identifier: PN16%20UWR
2026-03-29 06:35:39 [bca.uk] INFO: Found listing with ID: AE66%20MFO
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520MFO%27 HTTP/1.1" 200 None
2026-03-29 06:35:39 [bca.uk] INFO: Scrape type for AE66%20MFO: 2
2026-03-29 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO
2026-03-29 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34550a4d-ee92-56a0-ba59-1fc934edddf9 with scrape type 2
2026-03-29 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34550a4d-ee92-56a0-ba59-1fc934edddf9 with scrape type 2
2026-03-29 06:35:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34550a4d-ee92-56a0-ba59-1fc934edddf9, identifier: AE66%20MFO
2026-03-29 06:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD
2026-03-29 06:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD
2026-03-29 06:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD to the API
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VT19%20YCD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c70c1b2-de94-55b6-bf37-16fdb994015b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VT19 YCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VT19%20YCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 81429,
 'odometer_reading_unit': '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 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 MATCH',
 'vin': 'WVWZZZAUZKW228668',
 'year': 2019}
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YCD%27 HTTP/1.1" 200 None
2026-03-29 06:35:40 [bca.uk] INFO: Saving data for VT19%20YCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390634.159434, 'last_price_update_time': 1774766140.267307}
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VT19%2520YCD') HTTP/1.1" 204 0
2026-03-29 06:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN
2026-03-29 06:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN
2026-03-29 06:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN to the API
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR19%20LDN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f0fda8f-b66e-5221-a3ab-72994f777b09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FR19 LDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR19%20LDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 76453,
 'odometer_reading_unit': '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 R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD R-DYNAMIC S',
 'vin': 'SADFB2CN5K1Z70869',
 'year': 2019}
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520LDN%27 HTTP/1.1" 200 None
2026-03-29 06:35:40 [bca.uk] INFO: Saving data for FR19%20LDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774392092.122956, 'last_price_update_time': 1774766140.55205}
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR19%2520LDN') HTTP/1.1" 204 0
2026-03-29 06:35:40 [bca.uk] INFO: Found listing with ID: WA69%20VKC
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-29 06:35:40 [bca.uk] INFO: Scrape type for WA69%20VKC: 2
2026-03-29 06:35:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC
2026-03-29 06:35:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7751b346-7ee2-55b0-88da-005dde847d1a with scrape type 2
2026-03-29 06:35:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7751b346-7ee2-55b0-88da-005dde847d1a with scrape type 2
2026-03-29 06:35:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7751b346-7ee2-55b0-88da-005dde847d1a, identifier: WA69%20VKC
2026-03-29 06:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59accf21-34db-5ff5-b2b8-e87b54ad6917 with identifier: PN16%20UWR
2026-03-29 06:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59accf21-34db-5ff5-b2b8-e87b54ad6917 with identifier: PN16%20UWR
2026-03-29 06:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59accf21-34db-5ff5-b2b8-e87b54ad6917 with identifier: PN16%20UWR to the API
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN16%20UWR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59accf21-34db-5ff5-b2b8-e87b54ad6917',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN16 UWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN16%20UWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 101187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.6 BLUEHDI 120 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ELEGANCE',
 'vin': 'VF7NXBHZMGY508952',
 'year': 2016}
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520UWR%27 HTTP/1.1" 200 None
2026-03-29 06:35:40 [bca.uk] INFO: Saving data for PN16%20UWR: {'auction_closing_time': 1774778400.0, 'created_time': 1774265182.842962, 'last_price_update_time': 1774766140.933464}
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN16%2520UWR') HTTP/1.1" 204 0
2026-03-29 06:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO
2026-03-29 06:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO
2026-03-29 06:35:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO to the API
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE66%20MFO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '34550a4d-ee92-56a0-ba59-1fc934edddf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE66 MFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE66%20MFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 61528,
 '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': 'WF0DXXGAKDGC56303',
 'year': 2016}
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520MFO%27 HTTP/1.1" 200 None
2026-03-29 06:35:41 [bca.uk] INFO: Saving data for AE66%20MFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774362247.341343, 'last_price_update_time': 1774766141.223269}
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE66%2520MFO') HTTP/1.1" 204 0
2026-03-29 06:35:41 [bca.uk] INFO: Found listing with ID: VU65%20ZWD
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-29 06:35:41 [bca.uk] INFO: Scrape type for VU65%20ZWD: 2
2026-03-29 06:35:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD
2026-03-29 06:35:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9d12e72-481f-58b9-ad02-62055b1a345d with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9d12e72-481f-58b9-ad02-62055b1a345d with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9d12e72-481f-58b9-ad02-62055b1a345d, identifier: VU65%20ZWD
2026-03-29 06:35:41 [bca.uk] INFO: Found listing with ID: KT67%20TNX
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT67%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 06:35:41 [bca.uk] INFO: Scrape type for KT67%20TNX: 2
2026-03-29 06:35:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX
2026-03-29 06:35:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ab9560-88a5-533c-8668-3f6cde412526 with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ab9560-88a5-533c-8668-3f6cde412526 with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42ab9560-88a5-533c-8668-3f6cde412526, identifier: KT67%20TNX
2026-03-29 06:35:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC
2026-03-29 06:35:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC
2026-03-29 06:35:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC to the API
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA69%20VKC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7751b346-7ee2-55b0-88da-005dde847d1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA69 VKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA69%20VKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 39194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'W1N1569422J691188',
 'year': 2019}
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-29 06:35:41 [bca.uk] INFO: Saving data for WA69%20VKC: {'auction_closing_time': 1775124000.0, 'created_time': 1774392005.087356, 'last_price_update_time': 1774766141.738277}
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA69%2520VKC') HTTP/1.1" 204 0
2026-03-29 06:35:41 [bca.uk] INFO: Found listing with ID: LG64%20KLL
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KLL%27 HTTP/1.1" 200 None
2026-03-29 06:35:41 [bca.uk] INFO: Scrape type for LG64%20KLL: 2
2026-03-29 06:35:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL
2026-03-29 06:35:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c40c5fe-7b4e-5434-b440-4840f91bba18 with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c40c5fe-7b4e-5434-b440-4840f91bba18 with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c40c5fe-7b4e-5434-b440-4840f91bba18, identifier: LG64%20KLL
2026-03-29 06:35:41 [bca.uk] INFO: Found listing with ID: AJ18%20OFN
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:35:41 [bca.uk] INFO: Scrape type for AJ18%20OFN: 2
2026-03-29 06:35:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN
2026-03-29 06:35:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78d91e79-6a28-5dea-8368-0acc89e93dfc with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78d91e79-6a28-5dea-8368-0acc89e93dfc with scrape type 2
2026-03-29 06:35:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78d91e79-6a28-5dea-8368-0acc89e93dfc, identifier: AJ18%20OFN
2026-03-29 06:35:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD
2026-03-29 06:35:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD
2026-03-29 06:35:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD to the API
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU65%20ZWD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9d12e72-481f-58b9-ad02-62055b1a345d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU65 ZWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU65%20ZWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 18947,
 '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': 'WVWZZZ6RZFU102359',
 'year': 2015}
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-29 06:35:42 [bca.uk] INFO: Saving data for VU65%20ZWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390635.333133, 'last_price_update_time': 1774766142.238574}
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU65%2520ZWD') HTTP/1.1" 204 0
2026-03-29 06:35:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX
2026-03-29 06:35:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX
2026-03-29 06:35:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX to the API
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT67%20TNX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42ab9560-88a5-533c-8668-3f6cde412526',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT67 TNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT67%20TNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 89841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.6 BLUEHDI 120 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 FLAIR',
 'vin': 'VF72CBHZHJ4071865',
 'year': 2018}
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT67%2520TNX%27 HTTP/1.1" 200 None
2026-03-29 06:35:42 [bca.uk] INFO: Saving data for KT67%20TNX: {'auction_closing_time': 1774951200.0, 'created_time': 1774392093.489882, 'last_price_update_time': 1774766142.597825}
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT67%2520TNX') HTTP/1.1" 204 0
2026-03-29 06:35:42 [bca.uk] INFO: Found listing with ID: WG17%20MFZ
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:42 [bca.uk] INFO: Scrape type for WG17%20MFZ: 2
2026-03-29 06:35:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ
2026-03-29 06:35:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with scrape type 2
2026-03-29 06:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with scrape type 2
2026-03-29 06:35:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4, identifier: WG17%20MFZ
2026-03-29 06:35:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL
2026-03-29 06:35:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL
2026-03-29 06:35:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL to the API
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG64%20KLL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c40c5fe-7b4e-5434-b440-4840f91bba18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG64 KLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG64%20KLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 68989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 GDI 2 ECODYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'GDI 2 ECODYNAMICS',
 'vin': 'U5YHN513LFL156243',
 'year': 2014}
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KLL%27 HTTP/1.1" 200 None
2026-03-29 06:35:42 [bca.uk] INFO: Saving data for LG64%20KLL: {'auction_closing_time': 1775037600.0, 'created_time': 1774418793.080465, 'last_price_update_time': 1774766142.988624}
2026-03-29 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520KLL') HTTP/1.1" 204 0
2026-03-29 06:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN
2026-03-29 06:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN
2026-03-29 06:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN to the API
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ18%20OFN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78d91e79-6a28-5dea-8368-0acc89e93dfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ18 OFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ18%20OFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA ACTIVE',
 'odometer': 74553,
 'odometer_reading_unit': '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 ACTIVE 1.0 E/B 100 X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 X',
 'vin': 'WF0JXXGAHJJJ75414',
 'year': 2018}
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OFN%27 HTTP/1.1" 200 None
2026-03-29 06:35:43 [bca.uk] INFO: Saving data for AJ18%20OFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774362381.92931, 'last_price_update_time': 1774766143.318493}
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ18%2520OFN') HTTP/1.1" 204 0
2026-03-29 06:35:43 [bca.uk] INFO: Found listing with ID: N555%20JKE
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N555%2520JKE%27 HTTP/1.1" 200 None
2026-03-29 06:35:43 [bca.uk] INFO: Scrape type for N555%20JKE: 2
2026-03-29 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE
2026-03-29 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fca29ad-a763-5861-897e-e1b6253019b6 with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fca29ad-a763-5861-897e-e1b6253019b6 with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fca29ad-a763-5861-897e-e1b6253019b6, identifier: N555%20JKE
2026-03-29 06:35:43 [bca.uk] INFO: Found listing with ID: OE66%20ONK
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520ONK%27 HTTP/1.1" 200 None
2026-03-29 06:35:43 [bca.uk] INFO: Scrape type for OE66%20ONK: 2
2026-03-29 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK
2026-03-29 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785, identifier: OE66%20ONK
2026-03-29 06:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ
2026-03-29 06:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ
2026-03-29 06:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ to the API
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG17%20MFZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0ee6c73-c7c5-5486-89d3-c5946cec3fa4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG17 MFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG17%20MFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 67352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'WDD1760122J616339',
 'year': 2017}
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:43 [bca.uk] INFO: Saving data for WG17%20MFZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391259.871949, 'last_price_update_time': 1774766143.787515}
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG17%2520MFZ') HTTP/1.1" 204 0
2026-03-29 06:35:43 [bca.uk] INFO: Found listing with ID: LS63%20RGO
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520RGO%27 HTTP/1.1" 200 None
2026-03-29 06:35:43 [bca.uk] INFO: Scrape type for LS63%20RGO: 2
2026-03-29 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO
2026-03-29 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34c75cf4-07cf-5169-8098-18b3e58ba40b with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34c75cf4-07cf-5169-8098-18b3e58ba40b with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34c75cf4-07cf-5169-8098-18b3e58ba40b, identifier: LS63%20RGO
2026-03-29 06:35:43 [bca.uk] INFO: Found listing with ID: AF19%20KFX
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520KFX%27 HTTP/1.1" 200 None
2026-03-29 06:35:43 [bca.uk] INFO: Scrape type for AF19%20KFX: 2
2026-03-29 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX
2026-03-29 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f83bb730-723c-558a-bb0d-12e4e745e1fc with scrape type 2
2026-03-29 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f83bb730-723c-558a-bb0d-12e4e745e1fc with scrape type 2
2026-03-29 06:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f83bb730-723c-558a-bb0d-12e4e745e1fc, identifier: AF19%20KFX
2026-03-29 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE
2026-03-29 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE
2026-03-29 06:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE to the API
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N555%20JKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0fca29ad-a763-5861-897e-e1b6253019b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N555 JKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N555%20JKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 120137,
 '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.5 DCI N-VISION Hatchback',
 'transmission': 'manual',
 'trim': 'DCI N-VISION',
 'vin': 'SJNFCAF15U7279402',
 'year': 2016}
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N555%2520JKE%27 HTTP/1.1" 200 None
2026-03-29 06:35:44 [bca.uk] INFO: Saving data for N555%20JKE: {'auction_closing_time': 1774864800.0, 'created_time': 1773958697.334836, 'last_price_update_time': 1774766144.289207}
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N555%2520JKE') HTTP/1.1" 204 0
2026-03-29 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK
2026-03-29 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK
2026-03-29 06:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK to the API
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE66%20ONK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE66 ONK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE66%20ONK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'V90',
 'odometer': 121970,
 '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 V90 2.0 D4 190 MOMENTUM G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 MOMENTUM G/T',
 'vin': 'YV1PWA8BDH1007810',
 'year': 2017}
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520ONK%27 HTTP/1.1" 200 None
2026-03-29 06:35:44 [bca.uk] INFO: Saving data for OE66%20ONK: {'auction_closing_time': 1774951200.0, 'created_time': 1774392066.954168, 'last_price_update_time': 1774766144.577527}
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE66%2520ONK') HTTP/1.1" 204 0
2026-03-29 06:35:44 [bca.uk] INFO: Found listing with ID: FG19%20OYC
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 06:35:44 [bca.uk] INFO: Scrape type for FG19%20OYC: 2
2026-03-29 06:35:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC
2026-03-29 06:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with scrape type 2
2026-03-29 06:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with scrape type 2
2026-03-29 06:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9, identifier: FG19%20OYC
2026-03-29 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO
2026-03-29 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO
2026-03-29 06:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO to the API
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS63%20RGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '34c75cf4-07cf-5169-8098-18b3e58ba40b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS63 RGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS63%20RGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 99364,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI ACT 140 GT DSG',
 'vin': 'WVWZZZAUZEP029930',
 'year': 2013}
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520RGO%27 HTTP/1.1" 200 None
2026-03-29 06:35:44 [bca.uk] INFO: Saving data for LS63%20RGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774418793.672551, 'last_price_update_time': 1774766144.971127}
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS63%2520RGO') HTTP/1.1" 204 0
2026-03-29 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX
2026-03-29 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX
2026-03-29 06:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX to the API
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF19%20KFX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f83bb730-723c-558a-bb0d-12e4e745e1fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF19 KFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF19%20KFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 76593,
 'odometer_reading_unit': '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 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI SPORT S-T',
 'vin': 'WAUZZZF2XKN079271',
 'year': 2019}
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520KFX%27 HTTP/1.1" 200 None
2026-03-29 06:35:45 [bca.uk] INFO: Saving data for AF19%20KFX: {'auction_closing_time': 1775037600.0, 'created_time': 1774362368.691452, 'last_price_update_time': 1774766145.262659}
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF19%2520KFX') HTTP/1.1" 204 0
2026-03-29 06:35:45 [bca.uk] INFO: Found listing with ID: EY15%20RNU
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 06:35:45 [bca.uk] INFO: Scrape type for EY15%20RNU: 2
2026-03-29 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU
2026-03-29 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2, identifier: EY15%20RNU
2026-03-29 06:35:45 [bca.uk] INFO: Found listing with ID: MC16%20ULH
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520ULH%27 HTTP/1.1" 200 None
2026-03-29 06:35:45 [bca.uk] INFO: Scrape type for MC16%20ULH: 2
2026-03-29 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH
2026-03-29 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3f32a77-1e9d-5883-8e04-f05a2cdbb189, identifier: MC16%20ULH
2026-03-29 06:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC
2026-03-29 06:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC
2026-03-29 06:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC to the API
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20OYC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8df9e059-1b24-59bf-98e7-24d1e9ceabd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG19 OYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20OYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 50857,
 'odometer_reading_unit': '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 GT SPORT+ StationWagon',
 'transmission': 'automatic',
 'trim': 'GT SPORT+',
 'vin': 'JMZKF6W7A00835805',
 'year': 2019}
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520OYC%27 HTTP/1.1" 200 None
2026-03-29 06:35:45 [bca.uk] INFO: Saving data for FG19%20OYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774391167.895442, 'last_price_update_time': 1774766145.757516}
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520OYC') HTTP/1.1" 204 0
2026-03-29 06:35:45 [bca.uk] INFO: Found listing with ID: LV16%20JVF
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 06:35:45 [bca.uk] INFO: Scrape type for LV16%20JVF: 2
2026-03-29 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF
2026-03-29 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60605982-e88e-5675-b95a-efd565c48983 with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60605982-e88e-5675-b95a-efd565c48983 with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60605982-e88e-5675-b95a-efd565c48983, identifier: LV16%20JVF
2026-03-29 06:35:45 [bca.uk] INFO: Found listing with ID: YF18%20AZL
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520AZL%27 HTTP/1.1" 200 None
2026-03-29 06:35:45 [bca.uk] INFO: Scrape type for YF18%20AZL: 2
2026-03-29 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL
2026-03-29 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with scrape type 2
2026-03-29 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b, identifier: YF18%20AZL
2026-03-29 06:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU
2026-03-29 06:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU
2026-03-29 06:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU to the API
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY15%20RNU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f807bd5a-0327-5725-a6f0-e8a5cd6b23b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EY15 RNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY15%20RNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 10436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER D Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER D',
 'vin': 'WMWZD32020WR64717',
 'year': 2015}
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-29 06:35:46 [bca.uk] INFO: Saving data for EY15%20RNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390654.962392, 'last_price_update_time': 1774766146.269731}
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY15%2520RNU') HTTP/1.1" 204 0
2026-03-29 06:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH
2026-03-29 06:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH
2026-03-29 06:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH to the API
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC16%20ULH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3f32a77-1e9d-5883-8e04-f05a2cdbb189',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC16 ULH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC16%20ULH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 66382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2WD 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 1 ISG',
 'vin': 'U5YPG815LGL126952',
 'year': 2016}
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520ULH%27 HTTP/1.1" 200 None
2026-03-29 06:35:46 [bca.uk] INFO: Saving data for MC16%20ULH: {'auction_closing_time': 1774951200.0, 'created_time': 1774392070.36486, 'last_price_update_time': 1774766146.559489}
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC16%2520ULH') HTTP/1.1" 204 0
2026-03-29 06:35:46 [bca.uk] INFO: Found listing with ID: RK17%20PLX
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520PLX%27 HTTP/1.1" 200 None
2026-03-29 06:35:46 [bca.uk] INFO: Scrape type for RK17%20PLX: 2
2026-03-29 06:35:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX
2026-03-29 06:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d6f4973-720b-5df5-b900-b8967147e47a with scrape type 2
2026-03-29 06:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d6f4973-720b-5df5-b900-b8967147e47a with scrape type 2
2026-03-29 06:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d6f4973-720b-5df5-b900-b8967147e47a, identifier: RK17%20PLX
2026-03-29 06:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF
2026-03-29 06:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF
2026-03-29 06:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF to the API
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV16%20JVF-GB',
 'category': 'Car',
 'color': 'glacier silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60605982-e88e-5675-b95a-efd565c48983',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV16 JVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV16%20JVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'M135I',
 'odometer': 114313,
 '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 M135I 3.0 T STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'T STEP',
 'vin': 'WBA1Y720705B42142',
 'year': 2016}
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520JVF%27 HTTP/1.1" 200 None
2026-03-29 06:35:46 [bca.uk] INFO: Saving data for LV16%20JVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774016449.648559, 'last_price_update_time': 1774766146.931485}
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV16%2520JVF') HTTP/1.1" 204 0
2026-03-29 06:35:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL
2026-03-29 06:35:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL
2026-03-29 06:35:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL to the API
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF18%20AZL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fee5b91-c8ec-5393-85b0-a453ecef7c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF18 AZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF18%20AZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 33720,
 'odometer_reading_unit': '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 2.0 COOPER S D ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S D ALL4',
 'vin': 'WMWYY920603E81416',
 'year': 2018}
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520AZL%27 HTTP/1.1" 200 None
2026-03-29 06:35:47 [bca.uk] INFO: Saving data for YF18%20AZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774362351.77333, 'last_price_update_time': 1774766147.313452}
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF18%2520AZL') HTTP/1.1" 204 0
2026-03-29 06:35:47 [bca.uk] INFO: Found listing with ID: HT70%20HHD
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:35:47 [bca.uk] INFO: Scrape type for HT70%20HHD: 2
2026-03-29 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD
2026-03-29 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd6f3d50-463b-5800-bcb5-c09f845474d3 with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd6f3d50-463b-5800-bcb5-c09f845474d3 with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd6f3d50-463b-5800-bcb5-c09f845474d3, identifier: HT70%20HHD
2026-03-29 06:35:47 [bca.uk] INFO: Found listing with ID: BJ18%20ANF
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ18%2520ANF%27 HTTP/1.1" 200 None
2026-03-29 06:35:47 [bca.uk] INFO: Scrape type for BJ18%20ANF: 2
2026-03-29 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF
2026-03-29 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a971ad39-609d-50fd-a46b-3f378d09fe2c with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a971ad39-609d-50fd-a46b-3f378d09fe2c with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a971ad39-609d-50fd-a46b-3f378d09fe2c, identifier: BJ18%20ANF
2026-03-29 06:35:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX
2026-03-29 06:35:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX
2026-03-29 06:35:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX to the API
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK17%20PLX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3d6f4973-720b-5df5-b900-b8967147e47a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK17 PLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK17%20PLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 79711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZGA0HA028450',
 'year': 2017}
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520PLX%27 HTTP/1.1" 200 None
2026-03-29 06:35:47 [bca.uk] INFO: Saving data for RK17%20PLX: {'auction_closing_time': 1774951200.0, 'created_time': 1774391073.985638, 'last_price_update_time': 1774766147.812412}
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK17%2520PLX') HTTP/1.1" 204 0
2026-03-29 06:35:47 [bca.uk] INFO: Found listing with ID: MA62%20CKO
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520CKO%27 HTTP/1.1" 200 None
2026-03-29 06:35:47 [bca.uk] INFO: Scrape type for MA62%20CKO: 2
2026-03-29 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO
2026-03-29 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c, identifier: MA62%20CKO
2026-03-29 06:35:47 [bca.uk] INFO: Found listing with ID: LF23%20SPM
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520SPM%27 HTTP/1.1" 200 None
2026-03-29 06:35:47 [bca.uk] INFO: Scrape type for LF23%20SPM: 2
2026-03-29 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM
2026-03-29 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c726b62-1400-5cfe-9dff-7f705e00c50e with scrape type 2
2026-03-29 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c726b62-1400-5cfe-9dff-7f705e00c50e with scrape type 2
2026-03-29 06:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c726b62-1400-5cfe-9dff-7f705e00c50e, identifier: LF23%20SPM
2026-03-29 06:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD
2026-03-29 06:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD
2026-03-29 06:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD to the API
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT70%20HHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fd6f3d50-463b-5800-bcb5-c09f845474d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT70 HHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT70%20HHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 39522,
 '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 520D 2.0 MHT M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BL020CG18871',
 'year': 2021}
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:35:48 [bca.uk] INFO: Saving data for HT70%20HHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390632.187201, 'last_price_update_time': 1774766148.327798}
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT70%2520HHD') HTTP/1.1" 204 0
2026-03-29 06:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF
2026-03-29 06:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF
2026-03-29 06:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF to the API
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ18%20ANF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a971ad39-609d-50fd-a46b-3f378d09fe2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ18 ANF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ18%20ANF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 83944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAJY11097',
 'year': 2018}
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ18%2520ANF%27 HTTP/1.1" 200 None
2026-03-29 06:35:48 [bca.uk] INFO: Saving data for BJ18%20ANF: {'auction_closing_time': 1775124000.0, 'created_time': 1774392075.146163, 'last_price_update_time': 1774766148.6247}
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ18%2520ANF') HTTP/1.1" 204 0
2026-03-29 06:35:48 [bca.uk] INFO: Found listing with ID: YC68%20ADH
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-29 06:35:48 [bca.uk] INFO: Scrape type for YC68%20ADH: 2
2026-03-29 06:35:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH
2026-03-29 06:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8194ed09-a017-5ac4-87ce-e218371c4a29 with scrape type 2
2026-03-29 06:35:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8194ed09-a017-5ac4-87ce-e218371c4a29 with scrape type 2
2026-03-29 06:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8194ed09-a017-5ac4-87ce-e218371c4a29, identifier: YC68%20ADH
2026-03-29 06:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO
2026-03-29 06:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO
2026-03-29 06:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO to the API
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA62%20CKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1411701f-d5d0-5ca9-9592-89c8a9c19a2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA62 CKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA62%20CKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'VERSO',
 'odometer': 92411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA VERSO 2.0 D-4D TR MPV',
 'transmission': 'manual',
 'trim': 'D-4D TR',
 'vin': 'NMTDD26R80R069053',
 'year': 2012}
2026-03-29 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520CKO%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Saving data for MA62%20CKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774418810.371738, 'last_price_update_time': 1774766149.005888}
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA62%2520CKO') HTTP/1.1" 204 0
2026-03-29 06:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM
2026-03-29 06:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM
2026-03-29 06:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM to the API
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20SPM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7c726b62-1400-5cfe-9dff-7f705e00c50e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF23 SPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20SPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 98175,
 '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 1.6 GDI PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 2 DCT',
 'vin': 'KNACU81FVR5103756',
 'year': 2023}
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520SPM%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Saving data for LF23%20SPM: {'auction_closing_time': 1775037600.0, 'created_time': 1773960066.095582, 'last_price_update_time': 1774766149.296137}
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520SPM') HTTP/1.1" 204 0
2026-03-29 06:35:49 [bca.uk] INFO: Found listing with ID: LD22%20AWC
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Scrape type for LD22%20AWC: 2
2026-03-29 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC
2026-03-29 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1cd9233-68f1-52e8-9e61-fb804653041b with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1cd9233-68f1-52e8-9e61-fb804653041b with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1cd9233-68f1-52e8-9e61-fb804653041b, identifier: LD22%20AWC
2026-03-29 06:35:49 [bca.uk] INFO: Found listing with ID: HV67%20XJD
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Scrape type for HV67%20XJD: 2
2026-03-29 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD
2026-03-29 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ad12d4-c43f-555e-b83e-5bd6f2e21444, identifier: HV67%20XJD
2026-03-29 06:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH
2026-03-29 06:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH
2026-03-29 06:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH to the API
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20ADH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8194ed09-a017-5ac4-87ce-e218371c4a29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 ADH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20ADH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 43435,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1JA64027',
 'year': 2019}
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Saving data for YC68%20ADH: {'auction_closing_time': 1774951200.0, 'created_time': 1774391036.428056, 'last_price_update_time': 1774766149.796768}
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520ADH') HTTP/1.1" 204 0
2026-03-29 06:35:49 [bca.uk] INFO: Found listing with ID: MT62%20HND
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520HND%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Scrape type for MT62%20HND: 2
2026-03-29 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND
2026-03-29 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72399967-15bb-5aa1-ba1c-6651c516ed50 with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72399967-15bb-5aa1-ba1c-6651c516ed50 with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72399967-15bb-5aa1-ba1c-6651c516ed50, identifier: MT62%20HND
2026-03-29 06:35:49 [bca.uk] INFO: Found listing with ID: BG69%20BVF
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520BVF%27 HTTP/1.1" 200 None
2026-03-29 06:35:49 [bca.uk] INFO: Scrape type for BG69%20BVF: 2
2026-03-29 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF
2026-03-29 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with scrape type 2
2026-03-29 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with scrape type 2
2026-03-29 06:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6, identifier: BG69%20BVF
2026-03-29 06:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC
2026-03-29 06:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC
2026-03-29 06:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC to the API
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20AWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b1cd9233-68f1-52e8-9e61-fb804653041b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD22 AWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20AWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 26061,
 'odometer_reading_unit': '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': 'WBA32BL000CK12181',
 'year': 2022}
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-29 06:35:50 [bca.uk] INFO: Saving data for LD22%20AWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390779.866652, 'last_price_update_time': 1774766150.322099}
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520AWC') HTTP/1.1" 204 0
2026-03-29 06:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD
2026-03-29 06:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD
2026-03-29 06:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD to the API
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20XJD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16ad12d4-c43f-555e-b83e-5bd6f2e21444',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 XJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20XJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 78405,
 '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 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N595942',
 'year': 2017}
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520XJD%27 HTTP/1.1" 200 None
2026-03-29 06:35:50 [bca.uk] INFO: Saving data for HV67%20XJD: {'auction_closing_time': 1775124000.0, 'created_time': 1774392048.654768, 'last_price_update_time': 1774766150.590268}
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520XJD') HTTP/1.1" 204 0
2026-03-29 06:35:50 [bca.uk] INFO: Found listing with ID: EU18%20OZB
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 06:35:50 [bca.uk] INFO: Scrape type for EU18%20OZB: 2
2026-03-29 06:35:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB
2026-03-29 06:35:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 357a8b4c-e079-5d48-aa91-c1b775a1764a with scrape type 2
2026-03-29 06:35:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 357a8b4c-e079-5d48-aa91-c1b775a1764a with scrape type 2
2026-03-29 06:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 357a8b4c-e079-5d48-aa91-c1b775a1764a, identifier: EU18%20OZB
2026-03-29 06:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND
2026-03-29 06:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND
2026-03-29 06:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND to the API
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT62%20HND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72399967-15bb-5aa1-ba1c-6651c516ed50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT62 HND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT62%20HND&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500',
 'odometer': 65768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000903640',
 'year': 2012}
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520HND%27 HTTP/1.1" 200 None
2026-03-29 06:35:50 [bca.uk] INFO: Saving data for MT62%20HND: {'auction_closing_time': 1775037600.0, 'created_time': 1774418806.912124, 'last_price_update_time': 1774766150.976079}
2026-03-29 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT62%2520HND') HTTP/1.1" 204 0
2026-03-29 06:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF
2026-03-29 06:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF
2026-03-29 06:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF to the API
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG69%20BVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da5fbfe6-cc4a-5637-abf3-8c023eef1fc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG69 BVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG69%20BVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 85847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2AN5LA628283',
 'year': 2019}
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520BVF%27 HTTP/1.1" 200 None
2026-03-29 06:35:51 [bca.uk] INFO: Saving data for BG69%20BVF: {'auction_closing_time': 1775037600.0, 'created_time': 1773960065.137575, 'last_price_update_time': 1774766151.281108}
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG69%2520BVF') HTTP/1.1" 204 0
2026-03-29 06:35:51 [bca.uk] INFO: Found listing with ID: HT21%20XPB
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-29 06:35:51 [bca.uk] INFO: Scrape type for HT21%20XPB: 2
2026-03-29 06:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB
2026-03-29 06:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with scrape type 2
2026-03-29 06:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with scrape type 2
2026-03-29 06:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86, identifier: HT21%20XPB
2026-03-29 06:35:51 [bca.uk] INFO: Found listing with ID: RO17%20JZC
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520JZC%27 HTTP/1.1" 200 None
2026-03-29 06:35:51 [bca.uk] INFO: Scrape type for RO17%20JZC: 2
2026-03-29 06:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC
2026-03-29 06:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with scrape type 2
2026-03-29 06:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with scrape type 2
2026-03-29 06:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a, identifier: RO17%20JZC
2026-03-29 06:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB
2026-03-29 06:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB
2026-03-29 06:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB to the API
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU18%20OZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '357a8b4c-e079-5d48-aa91-c1b775a1764a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU18 OZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU18%20OZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 25032,
 'odometer_reading_unit': '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': 'WF0FXXGAHFJY82684',
 'year': 2018}
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-29 06:35:51 [bca.uk] INFO: Saving data for EU18%20OZB: {'auction_closing_time': 1775124000.0, 'created_time': 1774391047.541922, 'last_price_update_time': 1774766151.775113}
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU18%2520OZB') HTTP/1.1" 204 0
2026-03-29 06:35:51 [bca.uk] INFO: Found listing with ID: MW13%20ABU
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520ABU%27 HTTP/1.1" 200 None
2026-03-29 06:35:51 [bca.uk] INFO: Scrape type for MW13%20ABU: 2
2026-03-29 06:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU
2026-03-29 06:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232bfd6a-4f8b-51c4-b493-da5fa925d54b with scrape type 2
2026-03-29 06:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232bfd6a-4f8b-51c4-b493-da5fa925d54b with scrape type 2
2026-03-29 06:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 232bfd6a-4f8b-51c4-b493-da5fa925d54b, identifier: MW13%20ABU
2026-03-29 06:35:51 [bca.uk] INFO: Found listing with ID: DK16%20OSM
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 06:35:52 [bca.uk] INFO: Scrape type for DK16%20OSM: 2
2026-03-29 06:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM
2026-03-29 06:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with scrape type 2
2026-03-29 06:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with scrape type 2
2026-03-29 06:35:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48, identifier: DK16%20OSM
2026-03-29 06:35:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB
2026-03-29 06:35:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB
2026-03-29 06:35:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB to the API
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT21%20XPB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4916c9ee-2abc-5ca3-ab73-ba94dec94b86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT21 XPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT21%20XPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '320I',
 'odometer': 33067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA5F300908B96463',
 'year': 2021}
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-29 06:35:52 [bca.uk] INFO: Saving data for HT21%20XPB: {'auction_closing_time': 1774864800.0, 'created_time': 1774390779.448267, 'last_price_update_time': 1774766152.391644}
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520XPB') HTTP/1.1" 204 0
2026-03-29 06:35:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC
2026-03-29 06:35:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC
2026-03-29 06:35:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC to the API
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO17%20JZC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO17 JZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO17%20JZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 56193,
 '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 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N515930',
 'year': 2017}
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520JZC%27 HTTP/1.1" 200 None
2026-03-29 06:35:52 [bca.uk] INFO: Saving data for RO17%20JZC: {'auction_closing_time': 1775124000.0, 'created_time': 1774392052.754013, 'last_price_update_time': 1774766152.681458}
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO17%2520JZC') HTTP/1.1" 204 0
2026-03-29 06:35:52 [bca.uk] INFO: Found listing with ID: FD70%20JZT
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 06:35:52 [bca.uk] INFO: Scrape type for FD70%20JZT: 2
2026-03-29 06:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT
2026-03-29 06:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with scrape type 2
2026-03-29 06:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with scrape type 2
2026-03-29 06:35:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24f1963b-45fb-5db0-8224-bfdd7a2a6349, identifier: FD70%20JZT
2026-03-29 06:35:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU
2026-03-29 06:35:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU
2026-03-29 06:35:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU to the API
2026-03-29 06:35:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW13%20ABU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '232bfd6a-4f8b-51c4-b493-da5fa925d54b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW13 ABU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW13%20ABU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 139350,
 '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.4 TFSI 120 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 120 SPORT',
 'vin': 'WAUZZZ8X7EB004784',
 'year': 2013}
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520ABU%27 HTTP/1.1" 200 None
2026-03-29 06:35:53 [bca.uk] INFO: Saving data for MW13%20ABU: {'auction_closing_time': 1775037600.0, 'created_time': 1774418809.550825, 'last_price_update_time': 1774766153.09085}
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW13%2520ABU') HTTP/1.1" 204 0
2026-03-29 06:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM
2026-03-29 06:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM
2026-03-29 06:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM to the API
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK16%20OSM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fa04f57-22a3-5df5-aed6-3d45a4c2dd48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK16 OSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK16%20OSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 92155,
 '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 GLC 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539092F059560',
 'year': 2016}
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520OSM%27 HTTP/1.1" 200 None
2026-03-29 06:35:53 [bca.uk] INFO: Saving data for DK16%20OSM: {'auction_closing_time': 1775037600.0, 'created_time': 1774362307.317668, 'last_price_update_time': 1774766153.375868}
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK16%2520OSM') HTTP/1.1" 204 0
2026-03-29 06:35:53 [bca.uk] INFO: Found listing with ID: BD21%20MHX
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-29 06:35:53 [bca.uk] INFO: Scrape type for BD21%20MHX: 2
2026-03-29 06:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX
2026-03-29 06:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4240dd72-d989-5485-a54b-3e98b57c4aff with scrape type 2
2026-03-29 06:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4240dd72-d989-5485-a54b-3e98b57c4aff with scrape type 2
2026-03-29 06:35:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4240dd72-d989-5485-a54b-3e98b57c4aff, identifier: BD21%20MHX
2026-03-29 06:35:53 [bca.uk] INFO: Found listing with ID: BT18%20PZB
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520PZB%27 HTTP/1.1" 200 None
2026-03-29 06:35:53 [bca.uk] INFO: Scrape type for BT18%20PZB: 2
2026-03-29 06:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB
2026-03-29 06:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef95fb18-709b-590a-8c04-56b5c155845c with scrape type 2
2026-03-29 06:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef95fb18-709b-590a-8c04-56b5c155845c with scrape type 2
2026-03-29 06:35:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef95fb18-709b-590a-8c04-56b5c155845c, identifier: BT18%20PZB
2026-03-29 06:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT
2026-03-29 06:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT
2026-03-29 06:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT to the API
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD70%20JZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24f1963b-45fb-5db0-8224-bfdd7a2a6349',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD70 JZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD70%20JZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 54061,
 '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 CROSSLAND X 1.2 83 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '83 ELITE',
 'vin': 'W0V7H9EE4L4454531',
 'year': 2020}
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-29 06:35:53 [bca.uk] INFO: Saving data for FD70%20JZT: {'auction_closing_time': 1775124000.0, 'created_time': 1774391051.845584, 'last_price_update_time': 1774766153.909849}
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD70%2520JZT') HTTP/1.1" 204 0
2026-03-29 06:35:53 [bca.uk] INFO: Found listing with ID: ND21%20YOF
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 06:35:53 [bca.uk] INFO: Scrape type for ND21%20YOF: 2
2026-03-29 06:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF
2026-03-29 06:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98622de3-ff73-5139-859e-4e5532e3c5ac with scrape type 2
2026-03-29 06:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98622de3-ff73-5139-859e-4e5532e3c5ac with scrape type 2
2026-03-29 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98622de3-ff73-5139-859e-4e5532e3c5ac, identifier: ND21%20YOF
2026-03-29 06:35:54 [bca.uk] INFO: Found listing with ID: LG23%20YLR
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YLR%27 HTTP/1.1" 200 None
2026-03-29 06:35:54 [bca.uk] INFO: Scrape type for LG23%20YLR: 2
2026-03-29 06:35:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR
2026-03-29 06:35:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1971f15-3c6f-5677-922f-fa629a75ad3d with scrape type 2
2026-03-29 06:35:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1971f15-3c6f-5677-922f-fa629a75ad3d with scrape type 2
2026-03-29 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1971f15-3c6f-5677-922f-fa629a75ad3d, identifier: LG23%20YLR
2026-03-29 06:35:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:35:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX
2026-03-29 06:35:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX
2026-03-29 06:35:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX to the API
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD21%20MHX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4240dd72-d989-5485-a54b-3e98b57c4aff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD21 MHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD21%20MHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 13347,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 MATCH',
 'vin': 'WVWZZZAWZMU042555',
 'year': 2021}
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-29 06:35:54 [bca.uk] INFO: Saving data for BD21%20MHX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390632.653329, 'last_price_update_time': 1774766154.433958}
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD21%2520MHX') HTTP/1.1" 204 0
2026-03-29 06:35:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB
2026-03-29 06:35:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB
2026-03-29 06:35:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB to the API
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT18%20PZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef95fb18-709b-590a-8c04-56b5c155845c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT18 PZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT18%20PZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 66072,
 'odometer_reading_unit': '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': 'SADFA2AN5J1Z25306',
 'year': 2018}
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520PZB%27 HTTP/1.1" 200 None
2026-03-29 06:35:54 [bca.uk] INFO: Saving data for BT18%20PZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774392037.345148, 'last_price_update_time': 1774766154.707547}
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520PZB') HTTP/1.1" 204 0
2026-03-29 06:35:54 [bca.uk] INFO: Found listing with ID: GU17%20SDY
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 06:35:54 [bca.uk] INFO: Scrape type for GU17%20SDY: 2
2026-03-29 06:35:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY
2026-03-29 06:35:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with scrape type 2
2026-03-29 06:35:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with scrape type 2
2026-03-29 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28da2ebd-b0b5-576f-9a93-d6decf465aa6, identifier: GU17%20SDY
2026-03-29 06:35:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF
2026-03-29 06:35:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF
2026-03-29 06:35:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF to the API
2026-03-29 06:35:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND21%20YOF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98622de3-ff73-5139-859e-4e5532e3c5ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND21 YOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND21%20YOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 75808,
 '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 E220 D 2.0 AMG LINE NIGHT ED.PREM.PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM.PLUS 9G',
 'vin': 'W1K2130042A925665',
 'year': 2021}
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520YOF%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Saving data for ND21%20YOF: {'auction_closing_time': 1775037600.0, 'created_time': 1774418792.670658, 'last_price_update_time': 1774766155.098223}
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND21%2520YOF') HTTP/1.1" 204 0
2026-03-29 06:35:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR
2026-03-29 06:35:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR
2026-03-29 06:35:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR to the API
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20YLR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1971f15-3c6f-5677-922f-fa629a75ad3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG23 YLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20YLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 106748,
 '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': 'LRW3F7FSXPC689970',
 'year': 2023}
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YLR%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Saving data for LG23%20YLR: {'auction_closing_time': 1775037600.0, 'created_time': 1774362268.056311, 'last_price_update_time': 1774766155.369133}
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520YLR') HTTP/1.1" 204 0
2026-03-29 06:35:55 [bca.uk] INFO: Found listing with ID: BN15%20MMX
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Scrape type for BN15%20MMX: 2
2026-03-29 06:35:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX
2026-03-29 06:35:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3904feb-0d81-5a8a-87b0-1b05a7773998 with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3904feb-0d81-5a8a-87b0-1b05a7773998 with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3904feb-0d81-5a8a-87b0-1b05a7773998, identifier: BN15%20MMX
2026-03-29 06:35:55 [bca.uk] INFO: Found listing with ID: DA66%20VHZ
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520VHZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Scrape type for DA66%20VHZ: 2
2026-03-29 06:35:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ
2026-03-29 06:35:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9be83de-a01a-51b7-9450-1f06310a656a with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9be83de-a01a-51b7-9450-1f06310a656a with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9be83de-a01a-51b7-9450-1f06310a656a, identifier: DA66%20VHZ
2026-03-29 06:35:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY
2026-03-29 06:35:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY
2026-03-29 06:35:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY to the API
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU17%20SDY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28da2ebd-b0b5-576f-9a93-d6decf465aa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU17 SDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU17%20SDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 78249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 129 SR Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC TURBO 129 SR',
 'vin': 'SHHFK6860HU002922',
 'year': 2017}
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Saving data for GU17%20SDY: {'auction_closing_time': 1775124000.0, 'created_time': 1774391055.997477, 'last_price_update_time': 1774766155.850942}
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU17%2520SDY') HTTP/1.1" 204 0
2026-03-29 06:35:55 [bca.uk] INFO: Found listing with ID: OE74%20FUG
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520FUG%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Scrape type for OE74%20FUG: 2
2026-03-29 06:35:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG
2026-03-29 06:35:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8dab67e-ab7c-5ac0-af7c-be09450ad348 with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8dab67e-ab7c-5ac0-af7c-be09450ad348 with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8dab67e-ab7c-5ac0-af7c-be09450ad348, identifier: OE74%20FUG
2026-03-29 06:35:55 [bca.uk] INFO: Found listing with ID: CN67%20UVV
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN67%2520UVV%27 HTTP/1.1" 200 None
2026-03-29 06:35:55 [bca.uk] INFO: Scrape type for CN67%20UVV: 2
2026-03-29 06:35:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV
2026-03-29 06:35:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a897a595-cf7d-53d0-8acf-ea3e8f579634 with scrape type 2
2026-03-29 06:35:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a897a595-cf7d-53d0-8acf-ea3e8f579634 with scrape type 2
2026-03-29 06:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a897a595-cf7d-53d0-8acf-ea3e8f579634, identifier: CN67%20UVV
2026-03-29 06:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX
2026-03-29 06:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX
2026-03-29 06:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX to the API
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN15%20MMX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a3904feb-0d81-5a8a-87b0-1b05a7773998',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN15 MMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN15%20MMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 86100,
 '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 SHARAN 2.0 TDI CR 177 BMT SEL DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI CR 177 BMT SEL DSG',
 'vin': 'WVWZZZ7NZFV031597',
 'year': 2015}
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-29 06:35:56 [bca.uk] INFO: Saving data for BN15%20MMX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390630.815642, 'last_price_update_time': 1774766156.352096}
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN15%2520MMX') HTTP/1.1" 204 0
2026-03-29 06:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ
2026-03-29 06:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ
2026-03-29 06:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ to the API
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA66%20VHZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9be83de-a01a-51b7-9450-1f06310a656a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA66 VHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA66%20VHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 68124,
 '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 CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N441216',
 'year': 2016}
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520VHZ%27 HTTP/1.1" 200 None
2026-03-29 06:35:56 [bca.uk] INFO: Saving data for DA66%20VHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392039.646618, 'last_price_update_time': 1774766156.847676}
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA66%2520VHZ') HTTP/1.1" 204 0
2026-03-29 06:35:56 [bca.uk] INFO: Found listing with ID: GX17%20LVB
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 06:35:56 [bca.uk] INFO: Scrape type for GX17%20LVB: 2
2026-03-29 06:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB
2026-03-29 06:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with scrape type 2
2026-03-29 06:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with scrape type 2
2026-03-29 06:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563, identifier: GX17%20LVB
2026-03-29 06:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG
2026-03-29 06:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG
2026-03-29 06:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG to the API
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE74%20FUG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8dab67e-ab7c-5ac0-af7c-be09450ad348',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE74 FUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE74%20FUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 7743,
 '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 TITANIUM',
 'vin': 'WF02XXERK2RG61262',
 'year': 2024}
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520FUG%27 HTTP/1.1" 200 None
2026-03-29 06:35:57 [bca.uk] INFO: Saving data for OE74%20FUG: {'auction_closing_time': 1775037600.0, 'created_time': 1774418811.488229, 'last_price_update_time': 1774766157.228386}
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE74%2520FUG') HTTP/1.1" 204 0
2026-03-29 06:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV
2026-03-29 06:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV
2026-03-29 06:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV to the API
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN67%20UVV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a897a595-cf7d-53d0-8acf-ea3e8f579634',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN67 UVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN67%20UVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '530E',
 'odometer': 66844,
 '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 530E 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJA920X0G989495',
 'year': 2017}
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN67%2520UVV%27 HTTP/1.1" 200 None
2026-03-29 06:35:57 [bca.uk] INFO: Saving data for CN67%20UVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774362310.550234, 'last_price_update_time': 1774766157.501113}
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN67%2520UVV') HTTP/1.1" 204 0
2026-03-29 06:35:57 [bca.uk] INFO: Found listing with ID: BU70%20KNJ
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:57 [bca.uk] INFO: Scrape type for BU70%20KNJ: 2
2026-03-29 06:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ
2026-03-29 06:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with scrape type 2
2026-03-29 06:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with scrape type 2
2026-03-29 06:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3, identifier: BU70%20KNJ
2026-03-29 06:35:57 [bca.uk] INFO: Found listing with ID: ET66%20EHE
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520EHE%27 HTTP/1.1" 200 None
2026-03-29 06:35:57 [bca.uk] INFO: Scrape type for ET66%20EHE: 2
2026-03-29 06:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE
2026-03-29 06:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb2a0cb1-b855-5fcd-aa94-aee546432e86 with scrape type 2
2026-03-29 06:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb2a0cb1-b855-5fcd-aa94-aee546432e86 with scrape type 2
2026-03-29 06:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb2a0cb1-b855-5fcd-aa94-aee546432e86, identifier: ET66%20EHE
2026-03-29 06:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB
2026-03-29 06:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB
2026-03-29 06:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB to the API
2026-03-29 06:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX17%20LVB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX17 LVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX17%20LVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 34662,
 '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 Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDD1760122J596348',
 'year': 2017}
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-29 06:35:58 [bca.uk] INFO: Saving data for GX17%20LVB: {'auction_closing_time': 1775124000.0, 'created_time': 1774391054.189601, 'last_price_update_time': 1774766158.10818}
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX17%2520LVB') HTTP/1.1" 204 0
2026-03-29 06:35:58 [bca.uk] INFO: Found listing with ID: OY69%20OMO
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520OMO%27 HTTP/1.1" 200 None
2026-03-29 06:35:58 [bca.uk] INFO: Scrape type for OY69%20OMO: 2
2026-03-29 06:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO
2026-03-29 06:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with scrape type 2
2026-03-29 06:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with scrape type 2
2026-03-29 06:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a, identifier: OY69%20OMO
2026-03-29 06:35:58 [bca.uk] INFO: Found listing with ID: LG20%20YMJ
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520YMJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:58 [bca.uk] INFO: Scrape type for LG20%20YMJ: 2
2026-03-29 06:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ
2026-03-29 06:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a254a0d-77c2-5246-912b-e81ded3616f0 with scrape type 2
2026-03-29 06:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a254a0d-77c2-5246-912b-e81ded3616f0 with scrape type 2
2026-03-29 06:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a254a0d-77c2-5246-912b-e81ded3616f0, identifier: LG20%20YMJ
2026-03-29 06:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ
2026-03-29 06:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ
2026-03-29 06:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ to the API
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU70%20KNJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac6eeb8e-9e92-5ded-ba9f-7026856d94a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU70 KNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU70%20KNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E300 D',
 'odometer': 47248,
 '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 PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'W1K2383182F145052',
 'year': 2020}
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:58 [bca.uk] INFO: Saving data for BU70%20KNJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774390623.973163, 'last_price_update_time': 1774766158.590152}
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU70%2520KNJ') HTTP/1.1" 204 0
2026-03-29 06:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE
2026-03-29 06:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE
2026-03-29 06:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE to the API
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20EHE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb2a0cb1-b855-5fcd-aa94-aee546432e86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 EHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20EHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 79579,
 '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 2.1 AMG LINE 4M DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE 4M DCT',
 'vin': 'WDD1173052N480110',
 'year': 2017}
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520EHE%27 HTTP/1.1" 200 None
2026-03-29 06:35:58 [bca.uk] INFO: Saving data for ET66%20EHE: {'auction_closing_time': 1774951200.0, 'created_time': 1774392020.380707, 'last_price_update_time': 1774766158.860904}
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520EHE') HTTP/1.1" 204 0
2026-03-29 06:35:58 [bca.uk] INFO: Found listing with ID: VN67%20LSE
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 06:35:58 [bca.uk] INFO: Scrape type for VN67%20LSE: 2
2026-03-29 06:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE
2026-03-29 06:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a73eaf49-c042-547b-a72f-178ffc455811 with scrape type 2
2026-03-29 06:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a73eaf49-c042-547b-a72f-178ffc455811 with scrape type 2
2026-03-29 06:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a73eaf49-c042-547b-a72f-178ffc455811, identifier: VN67%20LSE
2026-03-29 06:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO
2026-03-29 06:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO
2026-03-29 06:35:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO to the API
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY69%20OMO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3afb6dcf-7077-56dd-aef7-db7255fcdb0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY69 OMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY69%20OMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 83666,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD1770032J139728',
 'year': 2019}
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520OMO%27 HTTP/1.1" 200 None
2026-03-29 06:35:59 [bca.uk] INFO: Saving data for OY69%20OMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774361470.893859, 'last_price_update_time': 1774766159.246489}
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520OMO') HTTP/1.1" 204 0
2026-03-29 06:35:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ
2026-03-29 06:35:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ
2026-03-29 06:35:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ to the API
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:35: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:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG20%20YMJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9a254a0d-77c2-5246-912b-e81ded3616f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG20 YMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG20%20YMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 51264,
 '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 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': '5YJ3F7EA6LF686430',
 'year': 2020}
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520YMJ%27 HTTP/1.1" 200 None
2026-03-29 06:35:59 [bca.uk] INFO: Saving data for LG20%20YMJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774365542.717971, 'last_price_update_time': 1774766159.55811}
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520YMJ') HTTP/1.1" 204 0
2026-03-29 06:35:59 [bca.uk] INFO: Total items found: 100
2026-03-29 06:35:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded
2026-03-29 06:35:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:35:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:35:59 [bca.uk] INFO: Found listing with ID: CX19%20KCF
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-29 06:35:59 [bca.uk] INFO: Scrape type for CX19%20KCF: 2
2026-03-29 06:35:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF
2026-03-29 06:35:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb20a60a-0548-5c7a-8c81-03f51045a439 with scrape type 2
2026-03-29 06:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb20a60a-0548-5c7a-8c81-03f51045a439 with scrape type 2
2026-03-29 06:35:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb20a60a-0548-5c7a-8c81-03f51045a439, identifier: CX19%20KCF
2026-03-29 06:35:59 [bca.uk] INFO: Found listing with ID: OY67%20SZD
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520SZD%27 HTTP/1.1" 200 None
2026-03-29 06:35:59 [bca.uk] INFO: Scrape type for OY67%20SZD: 2
2026-03-29 06:35:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD
2026-03-29 06:35:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13703345-e3bb-568b-b09b-725a98e35052 with scrape type 2
2026-03-29 06:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13703345-e3bb-568b-b09b-725a98e35052 with scrape type 2
2026-03-29 06:35:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13703345-e3bb-568b-b09b-725a98e35052, identifier: OY67%20SZD
2026-03-29 06:35:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE
2026-03-29 06:35:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE
2026-03-29 06:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE to the API
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN67%20LSE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a73eaf49-c042-547b-a72f-178ffc455811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN67 LSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN67%20LSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 101266,
 '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 2.0 TDCI 150 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM',
 'vin': 'WF0JXXWPCJHG65114',
 'year': 2017}
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 06:36:00 [bca.uk] INFO: Saving data for VN67%20LSE: {'auction_closing_time': 1775124000.0, 'created_time': 1774391000.390465, 'last_price_update_time': 1774766160.213419}
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN67%2520LSE') HTTP/1.1" 204 0
2026-03-29 06:36:00 [bca.uk] INFO: Found listing with ID: PE14%20YWH
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YWH%27 HTTP/1.1" 200 None
2026-03-29 06:36:00 [bca.uk] INFO: Scrape type for PE14%20YWH: 2
2026-03-29 06:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH
2026-03-29 06:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bf134b-deac-55c1-9afe-c1435c79d5e5 with scrape type 2
2026-03-29 06:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bf134b-deac-55c1-9afe-c1435c79d5e5 with scrape type 2
2026-03-29 06:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78bf134b-deac-55c1-9afe-c1435c79d5e5, identifier: PE14%20YWH
2026-03-29 06:36:00 [bca.uk] INFO: Found listing with ID: DG18%20ZBP
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 06:36:00 [bca.uk] INFO: Scrape type for DG18%20ZBP: 2
2026-03-29 06:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP
2026-03-29 06:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8199c1e-e04b-5ace-a114-da0a8cb36af6 with scrape type 2
2026-03-29 06:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8199c1e-e04b-5ace-a114-da0a8cb36af6 with scrape type 2
2026-03-29 06:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8199c1e-e04b-5ace-a114-da0a8cb36af6, identifier: DG18%20ZBP
2026-03-29 06:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF
2026-03-29 06:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF
2026-03-29 06:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF to the API
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX19%20KCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb20a60a-0548-5c7a-8c81-03f51045a439',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX19 KCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX19%20KCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 66424,
 'odometer_reading_unit': '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': 'SALCA2AN3KH806394',
 'year': 2019}
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-29 06:36:00 [bca.uk] INFO: Saving data for CX19%20KCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390623.241818, 'last_price_update_time': 1774766160.72488}
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX19%2520KCF') HTTP/1.1" 204 0
2026-03-29 06:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD
2026-03-29 06:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD
2026-03-29 06:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD to the API
2026-03-29 06:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY67%20SZD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13703345-e3bb-568b-b09b-725a98e35052',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY67 SZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY67%20SZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D S/B',
 'odometer': 67654,
 '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': 'WDD1179032N583834',
 'year': 2017}
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520SZD%27 HTTP/1.1" 200 None
2026-03-29 06:36:01 [bca.uk] INFO: Saving data for OY67%20SZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774392018.472656, 'last_price_update_time': 1774766161.012979}
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY67%2520SZD') HTTP/1.1" 204 0
2026-03-29 06:36:01 [bca.uk] INFO: Found listing with ID: WM17%20XTH
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:36:01 [bca.uk] INFO: Scrape type for WM17%20XTH: 2
2026-03-29 06:36:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH
2026-03-29 06:36:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b783718e-516a-5e71-813d-f8193481b137 with scrape type 2
2026-03-29 06:36:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b783718e-516a-5e71-813d-f8193481b137 with scrape type 2
2026-03-29 06:36:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b783718e-516a-5e71-813d-f8193481b137, identifier: WM17%20XTH
2026-03-29 06:36:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH
2026-03-29 06:36:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH
2026-03-29 06:36:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH to the API
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE14%20YWH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78bf134b-deac-55c1-9afe-c1435c79d5e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE14 YWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE14%20YWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 64206,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CAHMZ0DT127342',
 'year': 2014}
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YWH%27 HTTP/1.1" 200 None
2026-03-29 06:36:01 [bca.uk] INFO: Saving data for PE14%20YWH: {'auction_closing_time': 1775037600.0, 'created_time': 1774361473.047697, 'last_price_update_time': 1774766161.465428}
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE14%2520YWH') HTTP/1.1" 204 0
2026-03-29 06:36:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP
2026-03-29 06:36:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP
2026-03-29 06:36:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP to the API
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG18%20ZBP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd8199c1e-e04b-5ace-a114-da0a8cb36af6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG18 ZBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG18%20ZBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'PRIUS PLUG-IN',
 'odometer': 87621,
 'odometer_reading_unit': '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 PRIUS PLUG-IN 1.8 VVTI EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI EXCEL',
 'vin': 'JTDKA3FPX03078411',
 'year': 2018}
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 06:36:01 [bca.uk] INFO: Saving data for DG18%20ZBP: {'auction_closing_time': 1775037600.0, 'created_time': 1774365643.043586, 'last_price_update_time': 1774766161.837869}
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG18%2520ZBP') HTTP/1.1" 204 0
2026-03-29 06:36:01 [bca.uk] INFO: Found listing with ID: SE19%20DHC
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 06:36:01 [bca.uk] INFO: Scrape type for SE19%20DHC: 2
2026-03-29 06:36:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC
2026-03-29 06:36:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 994a1328-e4be-58a3-92ef-31870925bde5 with scrape type 2
2026-03-29 06:36:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 994a1328-e4be-58a3-92ef-31870925bde5 with scrape type 2
2026-03-29 06:36:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 994a1328-e4be-58a3-92ef-31870925bde5, identifier: SE19%20DHC
2026-03-29 06:36:01 [bca.uk] INFO: Found listing with ID: FP58%20MGX
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 06:36:01 [bca.uk] INFO: Scrape type for FP58%20MGX: 2
2026-03-29 06:36:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX
2026-03-29 06:36:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10f29dc-f6f7-5d93-867d-e3a544848975 with scrape type 2
2026-03-29 06:36:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10f29dc-f6f7-5d93-867d-e3a544848975 with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10f29dc-f6f7-5d93-867d-e3a544848975, identifier: FP58%20MGX
2026-03-29 06:36:02 [bca.uk] INFO: Found listing with ID: SN16%20YVU
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520YVU%27 HTTP/1.1" 200 None
2026-03-29 06:36:02 [bca.uk] INFO: Scrape type for SN16%20YVU: 2
2026-03-29 06:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU
2026-03-29 06:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fa42021-29e5-55f7-9cda-a0a651b8439d with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fa42021-29e5-55f7-9cda-a0a651b8439d with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fa42021-29e5-55f7-9cda-a0a651b8439d, identifier: SN16%20YVU
2026-03-29 06:36:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH
2026-03-29 06:36:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH
2026-03-29 06:36:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH to the API
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM17%20XTH-GB',
 'category': 'Car',
 'color': 'pink',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b783718e-516a-5e71-813d-f8193481b137',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM17 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM17%20XTH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 58030,
 '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': 'ZFA3120000J797870',
 'year': 2017}
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-29 06:36:02 [bca.uk] INFO: Saving data for WM17%20XTH: {'auction_closing_time': 1775124000.0, 'created_time': 1774391009.005062, 'last_price_update_time': 1774766162.46816}
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM17%2520XTH') HTTP/1.1" 204 0
2026-03-29 06:36:02 [bca.uk] INFO: Found listing with ID: PF66%20EAM
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520EAM%27 HTTP/1.1" 200 None
2026-03-29 06:36:02 [bca.uk] INFO: Scrape type for PF66%20EAM: 2
2026-03-29 06:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM
2026-03-29 06:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab11fb0-90f8-5a7a-9c36-f81414a54406, identifier: PF66%20EAM
2026-03-29 06:36:02 [bca.uk] INFO: Found listing with ID: BH19%20VDA
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520VDA%27 HTTP/1.1" 200 None
2026-03-29 06:36:02 [bca.uk] INFO: Scrape type for BH19%20VDA: 2
2026-03-29 06:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA
2026-03-29 06:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with scrape type 2
2026-03-29 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3, identifier: BH19%20VDA
2026-03-29 06:36:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC
2026-03-29 06:36:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC
2026-03-29 06:36:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC to the API
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE19%20DHC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '994a1328-e4be-58a3-92ef-31870925bde5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE19 DHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE19%20DHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 45793,
 'odometer_reading_unit': '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 2.9 S TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'S TIPTRONIC S',
 'vin': 'WP1ZZZ9YZKDA65928',
 'year': 2019}
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520DHC%27 HTTP/1.1" 200 None
2026-03-29 06:36:02 [bca.uk] INFO: Saving data for SE19%20DHC: {'auction_closing_time': 1775037600.0, 'created_time': 1774005727.562918, 'last_price_update_time': 1774766162.975228}
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE19%2520DHC') HTTP/1.1" 204 0
2026-03-29 06:36:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX
2026-03-29 06:36:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX
2026-03-29 06:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX to the API
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP58%20MGX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b10f29dc-f6f7-5d93-867d-e3a544848975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP58 MGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP58%20MGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 147524,
 '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 RAV4 2.2 D-4D XT-R StationWagon',
 'transmission': 'manual',
 'trim': 'D-4D XT-R',
 'vin': 'JTMBA31V006102655',
 'year': 2009}
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-29 06:36:03 [bca.uk] INFO: Saving data for FP58%20MGX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390621.98462, 'last_price_update_time': 1774766163.255022}
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP58%2520MGX') HTTP/1.1" 204 0
2026-03-29 06:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU
2026-03-29 06:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU
2026-03-29 06:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU to the API
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN16%20YVU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fa42021-29e5-55f7-9cda-a0a651b8439d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN16 YVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN16%20YVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 88206,
 '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 CLA 180 1.6 AMG SPORT Coupe',
 'transmission': 'manual',
 'trim': 'AMG SPORT',
 'vin': 'WDD1173422N384127',
 'year': 2016}
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520YVU%27 HTTP/1.1" 200 None
2026-03-29 06:36:03 [bca.uk] INFO: Saving data for SN16%20YVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774392006.734674, 'last_price_update_time': 1774766163.602251}
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN16%2520YVU') HTTP/1.1" 204 0
2026-03-29 06:36:03 [bca.uk] INFO: Found listing with ID: YB19%20POM
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-29 06:36:03 [bca.uk] INFO: Scrape type for YB19%20POM: 2
2026-03-29 06:36:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM
2026-03-29 06:36:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with scrape type 2
2026-03-29 06:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with scrape type 2
2026-03-29 06:36:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00, identifier: YB19%20POM
2026-03-29 06:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM
2026-03-29 06:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM
2026-03-29 06:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM to the API
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF66%20EAM-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ab11fb0-90f8-5a7a-9c36-f81414a54406',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF66 EAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF66%20EAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 59437,
 '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.2 P/T 75 TOUCH Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 75 TOUCH',
 'vin': 'VF70PHMUBFE572662',
 'year': 2016}
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520EAM%27 HTTP/1.1" 200 None
2026-03-29 06:36:03 [bca.uk] INFO: Saving data for PF66%20EAM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361458.074627, 'last_price_update_time': 1774766163.997312}
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF66%2520EAM') HTTP/1.1" 204 0
2026-03-29 06:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA
2026-03-29 06:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA
2026-03-29 06:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA to the API
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BH19%20VDA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cdb4ce63-fc35-577c-95b9-e5f9b95be6d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BH19 VDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BH19%20VDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 69617,
 'odometer_reading_unit': '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 XE 2.0 D180 R-DYNAMIC SE Saloon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE',
 'vin': 'SAJAB4AN5LCP56878',
 'year': 2019}
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520VDA%27 HTTP/1.1" 200 None
2026-03-29 06:36:04 [bca.uk] INFO: Saving data for BH19%20VDA: {'auction_closing_time': 1775037600.0, 'created_time': 1774365602.130867, 'last_price_update_time': 1774766164.289885}
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BH19%2520VDA') HTTP/1.1" 204 0
2026-03-29 06:36:04 [bca.uk] INFO: Found listing with ID: SN20%20WGJ
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520WGJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:04 [bca.uk] INFO: Scrape type for SN20%20WGJ: 2
2026-03-29 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ
2026-03-29 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10615a29-4dfa-5d7d-8750-9232df600955 with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10615a29-4dfa-5d7d-8750-9232df600955 with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10615a29-4dfa-5d7d-8750-9232df600955, identifier: SN20%20WGJ
2026-03-29 06:36:04 [bca.uk] INFO: Found listing with ID: FP67%20ZKX
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 06:36:04 [bca.uk] INFO: Scrape type for FP67%20ZKX: 2
2026-03-29 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX
2026-03-29 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54da8f51-8bbb-589e-a608-dbb4fb67d912 with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54da8f51-8bbb-589e-a608-dbb4fb67d912 with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54da8f51-8bbb-589e-a608-dbb4fb67d912, identifier: FP67%20ZKX
2026-03-29 06:36:04 [bca.uk] INFO: Found listing with ID: VK67%20AYX
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 06:36:04 [bca.uk] INFO: Scrape type for VK67%20AYX: 2
2026-03-29 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX
2026-03-29 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6, identifier: VK67%20AYX
2026-03-29 06:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM
2026-03-29 06:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM
2026-03-29 06:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM to the API
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB19%20POM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ee1948a-85fc-5b44-9de2-1cdb37f58a00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB19 POM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB19%20POM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 31919,
 'odometer_reading_unit': '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': 'SJNFFAJ11U2505565',
 'year': 2019}
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-29 06:36:04 [bca.uk] INFO: Saving data for YB19%20POM: {'auction_closing_time': 1775124000.0, 'created_time': 1774391011.355907, 'last_price_update_time': 1774766164.905612}
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB19%2520POM') HTTP/1.1" 204 0
2026-03-29 06:36:04 [bca.uk] INFO: Found listing with ID: PN67%20XGM
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 06:36:04 [bca.uk] INFO: Scrape type for PN67%20XGM: 2
2026-03-29 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM
2026-03-29 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4270809c-0005-5010-b286-a1b52f35de3c with scrape type 2
2026-03-29 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4270809c-0005-5010-b286-a1b52f35de3c with scrape type 2
2026-03-29 06:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4270809c-0005-5010-b286-a1b52f35de3c, identifier: PN67%20XGM
2026-03-29 06:36:05 [bca.uk] INFO: Found listing with ID: VE73%20NKG
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520NKG%27 HTTP/1.1" 200 None
2026-03-29 06:36:05 [bca.uk] INFO: Scrape type for VE73%20NKG: 2
2026-03-29 06:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG
2026-03-29 06:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2513c0d2-18e6-5f2e-bead-8eb185c2915d with scrape type 2
2026-03-29 06:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2513c0d2-18e6-5f2e-bead-8eb185c2915d with scrape type 2
2026-03-29 06:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2513c0d2-18e6-5f2e-bead-8eb185c2915d, identifier: VE73%20NKG
2026-03-29 06:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ
2026-03-29 06:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ
2026-03-29 06:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ to the API
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN20%20WGJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '10615a29-4dfa-5d7d-8750-9232df600955',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SN20 WGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN20%20WGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 81495,
 '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 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': '5YJ3F7EC0LF595123',
 'year': 2020}
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520WGJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:05 [bca.uk] INFO: Saving data for SN20%20WGJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774046781.162852, 'last_price_update_time': 1774766165.402926}
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN20%2520WGJ') HTTP/1.1" 204 0
2026-03-29 06:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX
2026-03-29 06:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX
2026-03-29 06:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX to the API
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20ZKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54da8f51-8bbb-589e-a608-dbb4fb67d912',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP67 ZKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20ZKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 86414,
 '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 Q3 1.4 TFSI 150 S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 150 S LINE S-T',
 'vin': 'WAUZZZ8U3JR027941',
 'year': 2017}
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 06:36:05 [bca.uk] INFO: Saving data for FP67%20ZKX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390626.585327, 'last_price_update_time': 1774766165.789936}
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520ZKX') HTTP/1.1" 204 0
2026-03-29 06:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX
2026-03-29 06:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX
2026-03-29 06:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX to the API
2026-03-29 06:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20AYX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '417ca0d1-4554-596e-9ef4-3c8fc2bef0b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 AYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20AYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 53674,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7380696',
 'year': 2017}
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520AYX%27 HTTP/1.1" 200 None
2026-03-29 06:36:06 [bca.uk] INFO: Saving data for VK67%20AYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774392004.440034, 'last_price_update_time': 1774766166.082593}
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520AYX') HTTP/1.1" 204 0
2026-03-29 06:36:06 [bca.uk] INFO: Found listing with ID: FP10%20ONE
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-29 06:36:06 [bca.uk] INFO: Scrape type for FP10%20ONE: 2
2026-03-29 06:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE
2026-03-29 06:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 117b7cfd-7eee-56db-974a-b40255e587cd with scrape type 2
2026-03-29 06:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 117b7cfd-7eee-56db-974a-b40255e587cd with scrape type 2
2026-03-29 06:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 117b7cfd-7eee-56db-974a-b40255e587cd, identifier: FP10%20ONE
2026-03-29 06:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM
2026-03-29 06:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM
2026-03-29 06:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM to the API
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN67%20XGM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4270809c-0005-5010-b286-a1b52f35de3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN67 XGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN67%20XGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 107152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.6 I-DTEC 120 S Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 S',
 'vin': '3HGRU8730HM301017',
 'year': 2017}
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520XGM%27 HTTP/1.1" 200 None
2026-03-29 06:36:06 [bca.uk] INFO: Saving data for PN67%20XGM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361447.342313, 'last_price_update_time': 1774766166.48816}
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN67%2520XGM') HTTP/1.1" 204 0
2026-03-29 06:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG
2026-03-29 06:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG
2026-03-29 06:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG to the API
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE73%20NKG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2513c0d2-18e6-5f2e-bead-8eb185c2915d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE73 NKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE73%20NKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 35413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH ACTIVE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ACTIVE PREMIUM+',
 'vin': 'VR3UHZKXZPT696753',
 'year': 2023}
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520NKG%27 HTTP/1.1" 200 None
2026-03-29 06:36:06 [bca.uk] INFO: Saving data for VE73%20NKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774362836.335271, 'last_price_update_time': 1774766166.818563}
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520NKG') HTTP/1.1" 204 0
2026-03-29 06:36:06 [bca.uk] INFO: Found listing with ID: RF22%20TJU
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF22%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:36:06 [bca.uk] INFO: Scrape type for RF22%20TJU: 2
2026-03-29 06:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU
2026-03-29 06:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03828c61-6501-5735-94e1-539f8b8b37f6 with scrape type 2
2026-03-29 06:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03828c61-6501-5735-94e1-539f8b8b37f6 with scrape type 2
2026-03-29 06:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03828c61-6501-5735-94e1-539f8b8b37f6, identifier: RF22%20TJU
2026-03-29 06:36:06 [bca.uk] INFO: Found listing with ID: FT63%20DVG
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-29 06:36:06 [bca.uk] INFO: Scrape type for FT63%20DVG: 2
2026-03-29 06:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG
2026-03-29 06:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2728bd2-abb4-598e-8e97-d15aa012f21e with scrape type 2
2026-03-29 06:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2728bd2-abb4-598e-8e97-d15aa012f21e with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2728bd2-abb4-598e-8e97-d15aa012f21e, identifier: FT63%20DVG
2026-03-29 06:36:07 [bca.uk] INFO: Found listing with ID: KF19%20TMU
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520TMU%27 HTTP/1.1" 200 None
2026-03-29 06:36:07 [bca.uk] INFO: Scrape type for KF19%20TMU: 2
2026-03-29 06:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU
2026-03-29 06:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07, identifier: KF19%20TMU
2026-03-29 06:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE
2026-03-29 06:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE
2026-03-29 06:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE to the API
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20ONE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '117b7cfd-7eee-56db-974a-b40255e587cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP10 ONE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20ONE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 79702,
 '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 3.0 D V6 300 AWD S StationWagon',
 'transmission': 'automatic',
 'trim': 'D V6 300 AWD S',
 'vin': 'SADCA2AK8JA279235',
 'year': 2017}
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-29 06:36:07 [bca.uk] INFO: Saving data for FP10%20ONE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391065.331606, 'last_price_update_time': 1774766167.419794}
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520ONE') HTTP/1.1" 204 0
2026-03-29 06:36:07 [bca.uk] INFO: Found listing with ID: PX67%20ZSU
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520ZSU%27 HTTP/1.1" 200 None
2026-03-29 06:36:07 [bca.uk] INFO: Scrape type for PX67%20ZSU: 2
2026-03-29 06:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU
2026-03-29 06:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 873facec-f539-5d66-b800-56e2890cbe0f with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 873facec-f539-5d66-b800-56e2890cbe0f with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 873facec-f539-5d66-b800-56e2890cbe0f, identifier: PX67%20ZSU
2026-03-29 06:36:07 [bca.uk] INFO: Found listing with ID: FY26%20VDK
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY26%2520VDK%27 HTTP/1.1" 200 None
2026-03-29 06:36:07 [bca.uk] INFO: Scrape type for FY26%20VDK: 2
2026-03-29 06:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK
2026-03-29 06:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c397e46-9b41-54e6-9807-77eccef5602c with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c397e46-9b41-54e6-9807-77eccef5602c with scrape type 2
2026-03-29 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c397e46-9b41-54e6-9807-77eccef5602c, identifier: FY26%20VDK
2026-03-29 06:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU
2026-03-29 06:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU
2026-03-29 06:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU to the API
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF22%20TJU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03828c61-6501-5735-94e1-539f8b8b37f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF22 TJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF22%20TJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 33773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P ULTIMATE DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P ULTIMATE DARK G/T',
 'vin': 'YV1XZK8V3P2917734',
 'year': 2022}
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF22%2520TJU%27 HTTP/1.1" 200 None
2026-03-29 06:36:07 [bca.uk] INFO: Saving data for RF22%20TJU: {'auction_closing_time': 1775037600.0, 'created_time': 1774363822.733613, 'last_price_update_time': 1774766167.947747}
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF22%2520TJU') HTTP/1.1" 204 0
2026-03-29 06:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG
2026-03-29 06:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG
2026-03-29 06:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG to the API
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT63%20DVG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2728bd2-abb4-598e-8e97-d15aa012f21e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT63 DVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT63%20DVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 147623,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.2 TSI 85 S Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 85 S',
 'vin': 'WVWZZZAUZEW188626',
 'year': 2013}
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-29 06:36:08 [bca.uk] INFO: Saving data for FT63%20DVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774390625.85432, 'last_price_update_time': 1774766168.348707}
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT63%2520DVG') HTTP/1.1" 204 0
2026-03-29 06:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU
2026-03-29 06:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU
2026-03-29 06:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU to the API
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF19%20TMU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ff3ec56-e3c5-5494-a65b-18dbbf642e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF19 TMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF19%20TMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 29697,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J651976',
 'year': 2019}
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520TMU%27 HTTP/1.1" 200 None
2026-03-29 06:36:08 [bca.uk] INFO: Saving data for KF19%20TMU: {'auction_closing_time': 1775124000.0, 'created_time': 1774391037.055459, 'last_price_update_time': 1774766168.626561}
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF19%2520TMU') HTTP/1.1" 204 0
2026-03-29 06:36:08 [bca.uk] INFO: Found listing with ID: LO70%20WRN
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-29 06:36:08 [bca.uk] INFO: Scrape type for LO70%20WRN: 2
2026-03-29 06:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN
2026-03-29 06:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8afa941-4e18-51ee-9011-8dfa01d6c560 with scrape type 2
2026-03-29 06:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8afa941-4e18-51ee-9011-8dfa01d6c560 with scrape type 2
2026-03-29 06:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8afa941-4e18-51ee-9011-8dfa01d6c560, identifier: LO70%20WRN
2026-03-29 06:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU
2026-03-29 06:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU
2026-03-29 06:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU to the API
2026-03-29 06:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX67%20ZSU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '873facec-f539-5d66-b800-56e2890cbe0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX67 ZSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX67%20ZSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 88741,
 'odometer_reading_unit': '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 MACAN 3.0 360 GTS PDK StationWagon',
 'transmission': 'automatic',
 'trim': '360 GTS PDK',
 'vin': 'WP1ZZZ95ZJLB72825',
 'year': 2018}
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520ZSU%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Saving data for PX67%20ZSU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361431.359238, 'last_price_update_time': 1774766169.018533}
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX67%2520ZSU') HTTP/1.1" 204 0
2026-03-29 06:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK
2026-03-29 06:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK
2026-03-29 06:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK to the API
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY26%20VDK-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7c397e46-9b41-54e6-9807-77eccef5602c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY26 VDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY26%20VDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 11,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 FHEV 2WD ST-LINE X StationWagon',
 'transmission': 'automatic',
 'trim': 'FHEV 2WD ST-LINE X',
 'vin': 'WF0FXXWPMHRY70260',
 'year': 2026}
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY26%2520VDK%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Saving data for FY26%20VDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774391961.489281, 'last_price_update_time': 1774766169.305991}
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY26%2520VDK') HTTP/1.1" 204 0
2026-03-29 06:36:09 [bca.uk] INFO: Found listing with ID: DK72%20MGO
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MGO%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Scrape type for DK72%20MGO: 2
2026-03-29 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO
2026-03-29 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5e58104-479d-555d-97e8-3f944806bb05 with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5e58104-479d-555d-97e8-3f944806bb05 with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5e58104-479d-555d-97e8-3f944806bb05, identifier: DK72%20MGO
2026-03-29 06:36:09 [bca.uk] INFO: Found listing with ID: GU12%20LSE
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36: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%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Scrape type for GU12%20LSE: 2
2026-03-29 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE
2026-03-29 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59ea7f25-d539-50c4-ae62-da3e5c97f20d with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59ea7f25-d539-50c4-ae62-da3e5c97f20d with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59ea7f25-d539-50c4-ae62-da3e5c97f20d, identifier: GU12%20LSE
2026-03-29 06:36:09 [bca.uk] INFO: Found listing with ID: ND66%20XBT
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Scrape type for ND66%20XBT: 2
2026-03-29 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT
2026-03-29 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eb29ff9-a305-5238-bc58-36d78261e596 with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eb29ff9-a305-5238-bc58-36d78261e596 with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eb29ff9-a305-5238-bc58-36d78261e596, identifier: ND66%20XBT
2026-03-29 06:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN
2026-03-29 06:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN
2026-03-29 06:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN to the API
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO70%20WRN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b8afa941-4e18-51ee-9011-8dfa01d6c560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO70 WRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO70%20WRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 39379,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGE6MB019050',
 'year': 2021}
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Saving data for LO70%20WRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774391068.681295, 'last_price_update_time': 1774766169.916503}
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO70%2520WRN') HTTP/1.1" 204 0
2026-03-29 06:36:09 [bca.uk] INFO: Found listing with ID: RJ66%20VZR
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ66%2520VZR%27 HTTP/1.1" 200 None
2026-03-29 06:36:09 [bca.uk] INFO: Scrape type for RJ66%20VZR: 2
2026-03-29 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR
2026-03-29 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f055b09-b948-5ba4-96d0-eef76253f078 with scrape type 2
2026-03-29 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f055b09-b948-5ba4-96d0-eef76253f078 with scrape type 2
2026-03-29 06:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f055b09-b948-5ba4-96d0-eef76253f078, identifier: RJ66%20VZR
2026-03-29 06:36:10 [bca.uk] INFO: Found listing with ID: EJ08%20CHN
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ08%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:36:10 [bca.uk] INFO: Scrape type for EJ08%20CHN: 2
2026-03-29 06:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN
2026-03-29 06:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a182da4-4490-59f2-8caa-ffd6924d5782 with scrape type 2
2026-03-29 06:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a182da4-4490-59f2-8caa-ffd6924d5782 with scrape type 2
2026-03-29 06:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a182da4-4490-59f2-8caa-ffd6924d5782, identifier: EJ08%20CHN
2026-03-29 06:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO
2026-03-29 06:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO
2026-03-29 06:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO to the API
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK72%20MGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5e58104-479d-555d-97e8-3f944806bb05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK72 MGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK72%20MGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 18096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.0 SPORT BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT BLACK ED.',
 'vin': 'JMZKF6W7A90278350',
 'year': 2023}
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MGO%27 HTTP/1.1" 200 None
2026-03-29 06:36:10 [bca.uk] INFO: Saving data for DK72%20MGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774363846.859882, 'last_price_update_time': 1774766170.429931}
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK72%2520MGO') HTTP/1.1" 204 0
2026-03-29 06:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE
2026-03-29 06:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE
2026-03-29 06:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE to the API
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU12%20LSE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59ea7f25-d539-50c4-ae62-da3e5c97f20d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU12 LSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU12%20LSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'PRIUS PLUG-IN',
 'odometer': 181787,
 '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 PRIUS PLUG-IN 1.8 VVTI Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI',
 'vin': 'JTDKN36P903014266',
 'year': 2012}
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520LSE%27 HTTP/1.1" 200 None
2026-03-29 06:36:10 [bca.uk] INFO: Saving data for GU12%20LSE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390574.742181, 'last_price_update_time': 1774766170.872765}
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU12%2520LSE') HTTP/1.1" 204 0
2026-03-29 06:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT
2026-03-29 06:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT
2026-03-29 06:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT to the API
2026-03-29 06:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND66%20XBT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6eb29ff9-a305-5238-bc58-36d78261e596',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND66 XBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND66%20XBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 110327,
 '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 ATECA 2.0 TDI 150 4D XCELLENCE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 4D XCELLENCE',
 'vin': 'VSSZZZ5FZH6531736',
 'year': 2017}
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:36:11 [bca.uk] INFO: Saving data for ND66%20XBT: {'auction_closing_time': 1775124000.0, 'created_time': 1774391075.483351, 'last_price_update_time': 1774766171.152178}
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND66%2520XBT') HTTP/1.1" 204 0
2026-03-29 06:36:11 [bca.uk] INFO: Found listing with ID: HG18%20GLJ
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:11 [bca.uk] INFO: Scrape type for HG18%20GLJ: 2
2026-03-29 06:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ
2026-03-29 06:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973e2453-b8ec-58a9-bb33-ac86479e1e5e with scrape type 2
2026-03-29 06:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973e2453-b8ec-58a9-bb33-ac86479e1e5e with scrape type 2
2026-03-29 06:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 973e2453-b8ec-58a9-bb33-ac86479e1e5e, identifier: HG18%20GLJ
2026-03-29 06:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR
2026-03-29 06:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR
2026-03-29 06:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR to the API
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ66%20VZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f055b09-b948-5ba4-96d0-eef76253f078',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ66 VZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ66%20VZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 95362,
 '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 CAYENNE 3.0 V6 D 260 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V6 D 260 TIPTRONIC S',
 'vin': 'WP1ZZZ92ZHLA31412',
 'year': 2016}
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ66%2520VZR%27 HTTP/1.1" 200 None
2026-03-29 06:36:11 [bca.uk] INFO: Saving data for RJ66%20VZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774361450.50606, 'last_price_update_time': 1774766171.548614}
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ66%2520VZR') HTTP/1.1" 204 0
2026-03-29 06:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN
2026-03-29 06:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN
2026-03-29 06:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN to the API
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ08%20CHN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a182da4-4490-59f2-8caa-ffd6924d5782',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ08 CHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ08%20CHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 67870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWRD32020TL03500',
 'year': 2008}
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ08%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:36:11 [bca.uk] INFO: Saving data for EJ08%20CHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774362771.678845, 'last_price_update_time': 1774766171.852982}
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ08%2520CHN') HTTP/1.1" 204 0
2026-03-29 06:36:11 [bca.uk] INFO: Found listing with ID: RY73%20PHF
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520PHF%27 HTTP/1.1" 200 None
2026-03-29 06:36:11 [bca.uk] INFO: Scrape type for RY73%20PHF: 2
2026-03-29 06:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF
2026-03-29 06:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with scrape type 2
2026-03-29 06:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with scrape type 2
2026-03-29 06:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b, identifier: RY73%20PHF
2026-03-29 06:36:11 [scrapy.extensions.logstats] INFO: Crawled 157 pages (at 1 pages/min), scraped 4216 items (at 145 items/min)
2026-03-29 06:36:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:36:11 [bca.uk] INFO: Found listing with ID: VK72%20AYP
2026-03-29 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-29 06:36:12 [bca.uk] INFO: Scrape type for VK72%20AYP: 2
2026-03-29 06:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP
2026-03-29 06:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5381a810-e67e-5190-aad9-79619c23256f with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5381a810-e67e-5190-aad9-79619c23256f with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5381a810-e67e-5190-aad9-79619c23256f, identifier: VK72%20AYP
2026-03-29 06:36:12 [bca.uk] INFO: Found listing with ID: SP67%20XLT
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XLT%27 HTTP/1.1" 200 None
2026-03-29 06:36:12 [bca.uk] INFO: Scrape type for SP67%20XLT: 2
2026-03-29 06:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT
2026-03-29 06:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e7dedfa-e30a-534c-a984-2865bc990a81 with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e7dedfa-e30a-534c-a984-2865bc990a81 with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e7dedfa-e30a-534c-a984-2865bc990a81, identifier: SP67%20XLT
2026-03-29 06:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ
2026-03-29 06:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ
2026-03-29 06:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ to the API
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG18%20GLJ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '973e2453-b8ec-58a9-bb33-ac86479e1e5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG18 GLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG18%20GLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 63299,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'I-VTEC 102 SE',
 'vin': 'JHMGK3750JX222609',
 'year': 2018}
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:12 [bca.uk] INFO: Saving data for HG18%20GLJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391066.53102, 'last_price_update_time': 1774766172.469672}
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG18%2520GLJ') HTTP/1.1" 204 0
2026-03-29 06:36:12 [bca.uk] INFO: Found listing with ID: RX54%20WJE
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX54%2520WJE%27 HTTP/1.1" 200 None
2026-03-29 06:36:12 [bca.uk] INFO: Scrape type for RX54%20WJE: 2
2026-03-29 06:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE
2026-03-29 06:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66659447-e6a5-516c-b54e-c39a7f8377cb with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66659447-e6a5-516c-b54e-c39a7f8377cb with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66659447-e6a5-516c-b54e-c39a7f8377cb, identifier: RX54%20WJE
2026-03-29 06:36:12 [bca.uk] INFO: Found listing with ID: PO19%20ZRL
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520ZRL%27 HTTP/1.1" 200 None
2026-03-29 06:36:12 [bca.uk] INFO: Scrape type for PO19%20ZRL: 2
2026-03-29 06:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL
2026-03-29 06:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6feb368-20ac-5f1f-9628-48f8508a54f2 with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6feb368-20ac-5f1f-9628-48f8508a54f2 with scrape type 2
2026-03-29 06:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6feb368-20ac-5f1f-9628-48f8508a54f2, identifier: PO19%20ZRL
2026-03-29 06:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF
2026-03-29 06:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF
2026-03-29 06:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF to the API
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY73%20PHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4eb95e92-fbb4-53fa-af86-fb6ca35efc9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY73 PHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY73%20PHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 18899,
 '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 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUSHNSSPW095542',
 'year': 2023}
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520PHF%27 HTTP/1.1" 200 None
2026-03-29 06:36:12 [bca.uk] INFO: Saving data for RY73%20PHF: {'auction_closing_time': 1775037600.0, 'created_time': 1774363798.259948, 'last_price_update_time': 1774766172.990073}
2026-03-29 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY73%2520PHF') HTTP/1.1" 204 0
2026-03-29 06:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP
2026-03-29 06:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP
2026-03-29 06:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP to the API
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20AYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5381a810-e67e-5190-aad9-79619c23256f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK72 AYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20AYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 65114,
 'odometer_reading_unit': '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 S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI S LINE S-T',
 'vin': 'WAUZZZF20PN004179',
 'year': 2022}
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-29 06:36:13 [bca.uk] INFO: Saving data for VK72%20AYP: {'auction_closing_time': 1775037600.0, 'created_time': 1774390567.775335, 'last_price_update_time': 1774766173.273455}
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520AYP') HTTP/1.1" 204 0
2026-03-29 06:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT
2026-03-29 06:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT
2026-03-29 06:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT to the API
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP67%20XLT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e7dedfa-e30a-534c-a984-2865bc990a81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP67 XLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP67%20XLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 86310,
 '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 TDI 184 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 184 GTD DSG',
 'vin': 'WVWZZZAUZJW052764',
 'year': 2017}
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XLT%27 HTTP/1.1" 200 None
2026-03-29 06:36:13 [bca.uk] INFO: Saving data for SP67%20XLT: {'auction_closing_time': 1775124000.0, 'created_time': 1774391078.020673, 'last_price_update_time': 1774766173.573484}
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP67%2520XLT') HTTP/1.1" 204 0
2026-03-29 06:36:13 [bca.uk] INFO: Found listing with ID: BN69%20HDG
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 06:36:13 [bca.uk] INFO: Scrape type for BN69%20HDG: 2
2026-03-29 06:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG
2026-03-29 06:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b378e22-642e-5b9d-80e1-570d08fc0fdf with scrape type 2
2026-03-29 06:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b378e22-642e-5b9d-80e1-570d08fc0fdf with scrape type 2
2026-03-29 06:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b378e22-642e-5b9d-80e1-570d08fc0fdf, identifier: BN69%20HDG
2026-03-29 06:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE
2026-03-29 06:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE
2026-03-29 06:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE to the API
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX54%20WJE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66659447-e6a5-516c-b54e-c39a7f8377cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX54 WJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX54%20WJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 78687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.6 CARRERA (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA (997)',
 'vin': 'WP0ZZZ99Z5S702180',
 'year': 2005}
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX54%2520WJE%27 HTTP/1.1" 200 None
2026-03-29 06:36:13 [bca.uk] INFO: Saving data for RX54%20WJE: {'auction_closing_time': 1775037600.0, 'created_time': 1774361435.151149, 'last_price_update_time': 1774766173.969058}
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX54%2520WJE') HTTP/1.1" 204 0
2026-03-29 06:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL
2026-03-29 06:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL
2026-03-29 06:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL to the API
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20ZRL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6feb368-20ac-5f1f-9628-48f8508a54f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 ZRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20ZRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'X350 D',
 'odometer': 45504,
 'odometer_reading_unit': '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 X350 D 3.0 V6 4MATIC POWER 7G+ CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'V6 4MATIC POWER 7G+',
 'vin': 'WDF4702522G030720',
 'year': 2019}
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520ZRL%27 HTTP/1.1" 200 None
2026-03-29 06:36:14 [bca.uk] INFO: Saving data for PO19%20ZRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774362778.926944, 'last_price_update_time': 1774766174.27145}
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520ZRL') HTTP/1.1" 204 0
2026-03-29 06:36:14 [bca.uk] INFO: Found listing with ID: YF68%20TOA
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520TOA%27 HTTP/1.1" 200 None
2026-03-29 06:36:14 [bca.uk] INFO: Scrape type for YF68%20TOA: 2
2026-03-29 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA
2026-03-29 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8, identifier: YF68%20TOA
2026-03-29 06:36:14 [bca.uk] INFO: Found listing with ID: RE66%20EHK
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 06:36:14 [bca.uk] INFO: Scrape type for RE66%20EHK: 2
2026-03-29 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1684e67-784d-5860-8fea-4e835b3d40a5 with identifier: RE66%20EHK
2026-03-29 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1684e67-784d-5860-8fea-4e835b3d40a5 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1684e67-784d-5860-8fea-4e835b3d40a5 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1684e67-784d-5860-8fea-4e835b3d40a5, identifier: RE66%20EHK
2026-03-29 06:36:14 [bca.uk] INFO: Found listing with ID: AK16%20PDY
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520PDY%27 HTTP/1.1" 200 None
2026-03-29 06:36:14 [bca.uk] INFO: Scrape type for AK16%20PDY: 2
2026-03-29 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY
2026-03-29 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 124ddca9-1082-51d8-bc76-868d339357e4 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 124ddca9-1082-51d8-bc76-868d339357e4 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 124ddca9-1082-51d8-bc76-868d339357e4, identifier: AK16%20PDY
2026-03-29 06:36:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG
2026-03-29 06:36:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG
2026-03-29 06:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG to the API
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN69%20HDG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7b378e22-642e-5b9d-80e1-570d08fc0fdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN69 HDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN69%20HDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 68646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LEXUS IS 300H 2.5  Saloon',
 'transmission': 'manual',
 'trim': '',
 'vin': 'JTHBH5D2205079196',
 'year': 2019}
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-29 06:36:14 [bca.uk] INFO: Saving data for BN69%20HDG: {'auction_closing_time': 1774951200.0, 'created_time': 1774391031.431204, 'last_price_update_time': 1774766174.911848}
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN69%2520HDG') HTTP/1.1" 204 0
2026-03-29 06:36:14 [bca.uk] INFO: Found listing with ID: SV68%20HRJ
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:14 [bca.uk] INFO: Scrape type for SV68%20HRJ: 2
2026-03-29 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ
2026-03-29 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with scrape type 2
2026-03-29 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with scrape type 2
2026-03-29 06:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1, identifier: SV68%20HRJ
2026-03-29 06:36:15 [bca.uk] INFO: Found listing with ID: KS15%20GCO
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS15%2520GCO%27 HTTP/1.1" 200 None
2026-03-29 06:36:15 [bca.uk] INFO: Scrape type for KS15%20GCO: 2
2026-03-29 06:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO
2026-03-29 06:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a776c6d-60e2-5f88-b212-39312eafd361 with scrape type 2
2026-03-29 06:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a776c6d-60e2-5f88-b212-39312eafd361 with scrape type 2
2026-03-29 06:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a776c6d-60e2-5f88-b212-39312eafd361, identifier: KS15%20GCO
2026-03-29 06:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA
2026-03-29 06:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA
2026-03-29 06:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA to the API
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF68%20TOA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ad31785-9edf-5c1a-a8eb-f4aae82287a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF68 TOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF68%20TOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 73177,
 'odometer_reading_unit': '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 AWD GT-LINE S DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI AWD GT-LINE S DCT',
 'vin': 'U5YPK816WKL636700',
 'year': 2018}
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520TOA%27 HTTP/1.1" 200 None
2026-03-29 06:36:15 [bca.uk] INFO: Saving data for YF68%20TOA: {'auction_closing_time': 1775037600.0, 'created_time': 1774363791.310463, 'last_price_update_time': 1774766175.407169}
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520TOA') HTTP/1.1" 204 0
2026-03-29 06:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1684e67-784d-5860-8fea-4e835b3d40a5 with identifier: RE66%20EHK
2026-03-29 06:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1684e67-784d-5860-8fea-4e835b3d40a5 with identifier: RE66%20EHK
2026-03-29 06:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1684e67-784d-5860-8fea-4e835b3d40a5 with identifier: RE66%20EHK to the API
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE66%20EHK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1684e67-784d-5860-8fea-4e835b3d40a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE66 EHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE66%20EHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 112213,
 '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 2.0 COOPER D Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER D',
 'vin': 'WMWXD32060WT53967',
 'year': 2016}
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520EHK%27 HTTP/1.1" 200 None
2026-03-29 06:36:15 [bca.uk] INFO: Saving data for RE66%20EHK: {'auction_closing_time': 1774778400.0, 'created_time': 1774390563.859253, 'last_price_update_time': 1774766175.795848}
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE66%2520EHK') HTTP/1.1" 204 0
2026-03-29 06:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY
2026-03-29 06:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY
2026-03-29 06:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY to the API
2026-03-29 06:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK16%20PDY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '124ddca9-1082-51d8-bc76-868d339357e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK16 PDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK16%20PDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 92048,
 'odometer_reading_unit': '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 D 180 AWD PRESTIGE StationWagon',
 'transmission': 'manual',
 'trim': 'D 180 AWD PRESTIGE',
 'vin': 'SADCA2CN8JA237526',
 'year': 2018}
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520PDY%27 HTTP/1.1" 200 None
2026-03-29 06:36:16 [bca.uk] INFO: Saving data for AK16%20PDY: {'auction_closing_time': 1774951200.0, 'created_time': 1774391079.817712, 'last_price_update_time': 1774766176.088104}
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK16%2520PDY') HTTP/1.1" 204 0
2026-03-29 06:36:16 [bca.uk] INFO: Found listing with ID: KJ19%20YKA
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-29 06:36:16 [bca.uk] INFO: Scrape type for KJ19%20YKA: 2
2026-03-29 06:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA
2026-03-29 06:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with scrape type 2
2026-03-29 06:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with scrape type 2
2026-03-29 06:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51, identifier: KJ19%20YKA
2026-03-29 06:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ
2026-03-29 06:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ
2026-03-29 06:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ to the API
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV68%20HRJ-GB',
 'category': 'Car',
 'color': 'moonwalk gray with',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b19d55e-4dc8-54af-83ec-22f0c73c7dc1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV68 HRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV68%20HRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 38997,
 'odometer_reading_unit': '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 (7) Estate',
 'transmission': 'automatic',
 'trim': 'COOPER S (7)',
 'vin': 'WMWJZ52010TR23863',
 'year': 2018}
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520HRJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:16 [bca.uk] INFO: Saving data for SV68%20HRJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361439.6878, 'last_price_update_time': 1774766176.533287}
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV68%2520HRJ') HTTP/1.1" 204 0
2026-03-29 06:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO
2026-03-29 06:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO
2026-03-29 06:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO to the API
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS15%20GCO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a776c6d-60e2-5f88-b212-39312eafd361',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS15 GCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS15%20GCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 34415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 P/T 130 ALLURE EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT6',
 'vin': 'VF3LPHNYWFS130423',
 'year': 2015}
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS15%2520GCO%27 HTTP/1.1" 200 None
2026-03-29 06:36:16 [bca.uk] INFO: Saving data for KS15%20GCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774362748.691489, 'last_price_update_time': 1774766176.815371}
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS15%2520GCO') HTTP/1.1" 204 0
2026-03-29 06:36:16 [bca.uk] INFO: Found listing with ID: LF18%20KPE
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520KPE%27 HTTP/1.1" 200 None
2026-03-29 06:36:16 [bca.uk] INFO: Scrape type for LF18%20KPE: 2
2026-03-29 06:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE
2026-03-29 06:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfce60b5-0d2a-5895-9d27-a6a892fd0713 with scrape type 2
2026-03-29 06:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfce60b5-0d2a-5895-9d27-a6a892fd0713 with scrape type 2
2026-03-29 06:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfce60b5-0d2a-5895-9d27-a6a892fd0713, identifier: LF18%20KPE
2026-03-29 06:36:16 [bca.uk] INFO: Found listing with ID: DL73%20KSN
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-29 06:36:16 [bca.uk] INFO: Scrape type for DL73%20KSN: 2
2026-03-29 06:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN
2026-03-29 06:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0495a450-a284-529b-8c8f-765d84ec10cf with scrape type 2
2026-03-29 06:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0495a450-a284-529b-8c8f-765d84ec10cf with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0495a450-a284-529b-8c8f-765d84ec10cf, identifier: DL73%20KSN
2026-03-29 06:36:17 [bca.uk] INFO: Found listing with ID: AV17%20XDO
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520XDO%27 HTTP/1.1" 200 None
2026-03-29 06:36:17 [bca.uk] INFO: Scrape type for AV17%20XDO: 2
2026-03-29 06:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO
2026-03-29 06:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a8a0ca2-89ff-5474-a595-5099066ff0d7, identifier: AV17%20XDO
2026-03-29 06:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA
2026-03-29 06:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA
2026-03-29 06:36:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA to the API
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20YKA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c20a2285-d9ac-5bb4-822e-9fb4d92b8f51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ19 YKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20YKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 68613,
 'odometer_reading_unit': '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 E-GOLF Hatchback',
 'transmission': 'automatic',
 'trim': 'E-GOLF',
 'vin': 'WVWZZZAUZKW915327',
 'year': 2019}
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-29 06:36:17 [bca.uk] INFO: Saving data for KJ19%20YKA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391035.300801, 'last_price_update_time': 1774766177.432935}
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520YKA') HTTP/1.1" 204 0
2026-03-29 06:36:17 [bca.uk] INFO: Found listing with ID: VE66%20ZPC
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE66%2520ZPC%27 HTTP/1.1" 200 None
2026-03-29 06:36:17 [bca.uk] INFO: Scrape type for VE66%20ZPC: 2
2026-03-29 06:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC
2026-03-29 06:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b703a38f-6bca-5ca9-8d2c-85f3c93882bc with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b703a38f-6bca-5ca9-8d2c-85f3c93882bc with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b703a38f-6bca-5ca9-8d2c-85f3c93882bc, identifier: VE66%20ZPC
2026-03-29 06:36:17 [bca.uk] INFO: Found listing with ID: KY09%20LBG
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY09%2520LBG%27 HTTP/1.1" 200 None
2026-03-29 06:36:17 [bca.uk] INFO: Scrape type for KY09%20LBG: 2
2026-03-29 06:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG
2026-03-29 06:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d686586d-5be8-5b03-b1f8-e18e789f0405 with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d686586d-5be8-5b03-b1f8-e18e789f0405 with scrape type 2
2026-03-29 06:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d686586d-5be8-5b03-b1f8-e18e789f0405, identifier: KY09%20LBG
2026-03-29 06:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE
2026-03-29 06:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE
2026-03-29 06:36:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE to the API
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF18%20KPE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfce60b5-0d2a-5895-9d27-a6a892fd0713',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF18 KPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF18%20KPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 68313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 1.4 TSI 150 GT Estate',
 'transmission': 'manual',
 'trim': 'TSI 150 GT',
 'vin': 'WVWZZZ3CZJE149537',
 'year': 2018}
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520KPE%27 HTTP/1.1" 200 None
2026-03-29 06:36:17 [bca.uk] INFO: Saving data for LF18%20KPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774265589.774148, 'last_price_update_time': 1774766177.941528}
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF18%2520KPE') HTTP/1.1" 204 0
2026-03-29 06:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN
2026-03-29 06:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN
2026-03-29 06:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN to the API
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KSN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0495a450-a284-529b-8c8f-765d84ec10cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KSN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11200,
 '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': 'VXKUPHMHDP4262057',
 'year': 2023}
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-29 06:36:18 [bca.uk] INFO: Saving data for DL73%20KSN: {'auction_closing_time': 1774940400.0, 'created_time': 1773842089.751894, 'last_price_update_time': 1774766178.221988}
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KSN') HTTP/1.1" 204 0
2026-03-29 06:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO
2026-03-29 06:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO
2026-03-29 06:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO to the API
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV17%20XDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a8a0ca2-89ff-5474-a595-5099066ff0d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AV17 XDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV17%20XDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 56392,
 '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 GALAXY 2.0 E/B 240 TITANIUM X MPV',
 'transmission': 'automatic',
 'trim': 'E/B 240 TITANIUM X',
 'vin': 'WF0KXXWPCKHP18420',
 'year': 2017}
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520XDO%27 HTTP/1.1" 200 None
2026-03-29 06:36:18 [bca.uk] INFO: Saving data for AV17%20XDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774391049.71176, 'last_price_update_time': 1774766178.518939}
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV17%2520XDO') HTTP/1.1" 204 0
2026-03-29 06:36:18 [bca.uk] INFO: Found listing with ID: WD68%20MFP
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 06:36:18 [bca.uk] INFO: Scrape type for WD68%20MFP: 2
2026-03-29 06:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP
2026-03-29 06:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc50ce3-10be-5573-92c2-adf8bb46518e with scrape type 2
2026-03-29 06:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc50ce3-10be-5573-92c2-adf8bb46518e with scrape type 2
2026-03-29 06:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efc50ce3-10be-5573-92c2-adf8bb46518e, identifier: WD68%20MFP
2026-03-29 06:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC
2026-03-29 06:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC
2026-03-29 06:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC to the API
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE66%20ZPC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b703a38f-6bca-5ca9-8d2c-85f3c93882bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE66 ZPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE66%20ZPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 86420,
 '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': 'SALVA2AN9HH209588',
 'year': 2016}
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE66%2520ZPC%27 HTTP/1.1" 200 None
2026-03-29 06:36:18 [bca.uk] INFO: Saving data for VE66%20ZPC: {'auction_closing_time': 1775037600.0, 'created_time': 1774361436.585786, 'last_price_update_time': 1774766178.886511}
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE66%2520ZPC') HTTP/1.1" 204 0
2026-03-29 06:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG
2026-03-29 06:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG
2026-03-29 06:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG to the API
2026-03-29 06:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY09%20LBG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd686586d-5be8-5b03-b1f8-e18e789f0405',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY09 LBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY09%20LBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 95246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 GT',
 'vin': 'WVWZZZ1KZ9W508310',
 'year': 2009}
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY09%2520LBG%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Saving data for KY09%20LBG: {'auction_closing_time': 1774951200.0, 'created_time': 1774362645.461517, 'last_price_update_time': 1774766179.16048}
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY09%2520LBG') HTTP/1.1" 204 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: VO18%20XCJ
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520XCJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for VO18%20XCJ: 2
2026-03-29 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ
2026-03-29 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4df4de-a433-5933-864e-f930119b3d6f with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b4df4de-a433-5933-864e-f930119b3d6f with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b4df4de-a433-5933-864e-f930119b3d6f, identifier: VO18%20XCJ
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: DL73%20KVH
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for DL73%20KVH: 2
2026-03-29 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH
2026-03-29 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196684c1-185b-58e2-958a-468b06cd3ec6 with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 196684c1-185b-58e2-958a-468b06cd3ec6 with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 196684c1-185b-58e2-958a-468b06cd3ec6, identifier: DL73%20KVH
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: AX19%20PZO
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520PZO%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for AX19%20PZO: 2
2026-03-29 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO
2026-03-29 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f4b449d-3128-57f6-9d63-8ad36305e9c3, identifier: AX19%20PZO
2026-03-29 06:36:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP
2026-03-29 06:36:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP
2026-03-29 06:36:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP to the API
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD68%20MFP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efc50ce3-10be-5573-92c2-adf8bb46518e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD68 MFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD68%20MFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 71299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1770872V015987',
 'year': 2018}
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Saving data for WD68%20MFP: {'auction_closing_time': 1774951200.0, 'created_time': 1774391018.967906, 'last_price_update_time': 1774766179.766098}
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD68%2520MFP') HTTP/1.1" 204 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: VK18%20AEP
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for VK18%20AEP: 2
2026-03-29 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP
2026-03-29 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4456e6ff-b28f-5950-884f-396b65122f96 with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4456e6ff-b28f-5950-884f-396b65122f96 with scrape type 2
2026-03-29 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4456e6ff-b28f-5950-884f-396b65122f96, identifier: VK18%20AEP
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: FD22%20JVR
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520JVR%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for FD22%20JVR: 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: SV21%20OGE
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OGE%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for SV21%20OGE: 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: BK72%20UOJ
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520UOJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for BK72%20UOJ: 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: X154%20YAK
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X154%2520YAK%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for X154%20YAK: 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: OV74%20EUZ
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520EUZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for OV74%20EUZ: 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: MF25%20XLB
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLB%27 HTTP/1.1" 200 None
2026-03-29 06:36:19 [bca.uk] INFO: Scrape type for MF25%20XLB: 0
2026-03-29 06:36:19 [bca.uk] INFO: Found listing with ID: OY75%20UCW
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520UCW%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for OY75%20UCW: 0
2026-03-29 06:36:20 [bca.uk] INFO: Found listing with ID: MA23%20UZO
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UZO%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for MA23%20UZO: 0
2026-03-29 06:36:20 [bca.uk] INFO: Found listing with ID: OY20%20UVA
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520UVA%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for OY20%20UVA: 0
2026-03-29 06:36:20 [bca.uk] INFO: Found listing with ID: MM69%20OCA
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520OCA%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for MM69%20OCA: 0
2026-03-29 06:36:20 [bca.uk] INFO: Found listing with ID: BU22%20YRT
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YRT%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for BU22%20YRT: 0
2026-03-29 06:36:20 [bca.uk] INFO: Found listing with ID: LR71%20OXM
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520OXM%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for LR71%20OXM: 0
2026-03-29 06:36:20 [bca.uk] INFO: Found listing with ID: WA17%20VHW
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520VHW%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Scrape type for WA17%20VHW: 2
2026-03-29 06:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW
2026-03-29 06:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3477a1d4-1e74-5015-8f1a-9e2a7747252f with scrape type 2
2026-03-29 06:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3477a1d4-1e74-5015-8f1a-9e2a7747252f with scrape type 2
2026-03-29 06:36:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3477a1d4-1e74-5015-8f1a-9e2a7747252f, identifier: WA17%20VHW
2026-03-29 06:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ
2026-03-29 06:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ
2026-03-29 06:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ to the API
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO18%20XCJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b4df4de-a433-5933-864e-f930119b3d6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO18 XCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO18%20XCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 42565,
 'odometer_reading_unit': '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.5 TSI EVO 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 GT',
 'vin': 'WVWZZZAUZJW165062',
 'year': 2018}
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520XCJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Saving data for VO18%20XCJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363857.181274, 'last_price_update_time': 1774766180.485413}
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO18%2520XCJ') HTTP/1.1" 204 0
2026-03-29 06:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH
2026-03-29 06:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH
2026-03-29 06:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH to the API
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KVH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '196684c1-185b-58e2-958a-468b06cd3ec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KVH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 17651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4269808',
 'year': 2023}
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-29 06:36:20 [bca.uk] INFO: Saving data for DL73%20KVH: {'auction_closing_time': 1774940400.0, 'created_time': 1773839600.197402, 'last_price_update_time': 1774766180.858625}
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KVH') HTTP/1.1" 204 0
2026-03-29 06:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO
2026-03-29 06:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO
2026-03-29 06:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO to the API
2026-03-29 06:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX19%20PZO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f4b449d-3128-57f6-9d63-8ad36305e9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX19 PZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX19%20PZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 7 CROSSBACK',
 'odometer': 75810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.5 B-HDI 130 PRESTIGE StationWagon',
 'transmission': 'manual',
 'trim': 'B-HDI 130 PRESTIGE',
 'vin': 'VR1JCYHZJKY094461',
 'year': 2019}
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36: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%2520PZO%27 HTTP/1.1" 200 None
2026-03-29 06:36:21 [bca.uk] INFO: Saving data for AX19%20PZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774391052.780898, 'last_price_update_time': 1774766181.139843}
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX19%2520PZO') HTTP/1.1" 204 0
2026-03-29 06:36:21 [bca.uk] INFO: Found listing with ID: LM21%20NVC
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 06:36:21 [bca.uk] INFO: Scrape type for LM21%20NVC: 2
2026-03-29 06:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC
2026-03-29 06:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2635bd6f-5436-5d95-8c2e-03ed64da687b with scrape type 2
2026-03-29 06:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2635bd6f-5436-5d95-8c2e-03ed64da687b with scrape type 2
2026-03-29 06:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2635bd6f-5436-5d95-8c2e-03ed64da687b, identifier: LM21%20NVC
2026-03-29 06:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP
2026-03-29 06:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP
2026-03-29 06:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP to the API
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK18%20AEP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4456e6ff-b28f-5950-884f-396b65122f96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK18 AEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK18%20AEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 52199,
 'odometer_reading_unit': '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 ICON TECH Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON TECH',
 'vin': 'VNKKG3D350A063557',
 'year': 2018}
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520AEP%27 HTTP/1.1" 200 None
2026-03-29 06:36:21 [bca.uk] INFO: Saving data for VK18%20AEP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361413.324853, 'last_price_update_time': 1774766181.532909}
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK18%2520AEP') HTTP/1.1" 204 0
2026-03-29 06:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW
2026-03-29 06:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW
2026-03-29 06:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW to the API
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA17%20VHW-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '3477a1d4-1e74-5015-8f1a-9e2a7747252f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA17 VHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA17%20VHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HARLEY-DAVIDSON',
 'model': 'XL 1200',
 'odometer': 6380,
 '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': 'HARLEY-DAVIDSON XL 1200 ROADSTER MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'ROADSTER MOTORBIKE',
 'vin': '5HD1LM3C9HC402030',
 'year': 2017}
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520VHW%27 HTTP/1.1" 200 None
2026-03-29 06:36:21 [bca.uk] INFO: Saving data for WA17%20VHW: {'auction_closing_time': 1775124000.0, 'created_time': 1774365501.222176, 'last_price_update_time': 1774766181.815723}
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA17%2520VHW') HTTP/1.1" 204 0
2026-03-29 06:36:21 [bca.uk] INFO: Found listing with ID: GF71%20RYH
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520RYH%27 HTTP/1.1" 200 None
2026-03-29 06:36:21 [bca.uk] INFO: Scrape type for GF71%20RYH: 2
2026-03-29 06:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH
2026-03-29 06:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with scrape type 2
2026-03-29 06:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with scrape type 2
2026-03-29 06:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eadbcbaa-3849-572b-ae3c-2f3bfd814b15, identifier: GF71%20RYH
2026-03-29 06:36:21 [bca.uk] INFO: Found listing with ID: LN24%20RRU
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 06:36:21 [bca.uk] INFO: Scrape type for LN24%20RRU: 2
2026-03-29 06:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU
2026-03-29 06:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15749a1d-1299-54f6-aa4f-a731cd88efa6 with scrape type 2
2026-03-29 06:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15749a1d-1299-54f6-aa4f-a731cd88efa6 with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15749a1d-1299-54f6-aa4f-a731cd88efa6, identifier: LN24%20RRU
2026-03-29 06:36:22 [bca.uk] INFO: Found listing with ID: FD20%20POA
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520POA%27 HTTP/1.1" 200 None
2026-03-29 06:36:22 [bca.uk] INFO: Scrape type for FD20%20POA: 2
2026-03-29 06:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA
2026-03-29 06:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7a4a98a-767a-5782-b8c5-a44d037c4356 with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7a4a98a-767a-5782-b8c5-a44d037c4356 with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7a4a98a-767a-5782-b8c5-a44d037c4356, identifier: FD20%20POA
2026-03-29 06:36:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC
2026-03-29 06:36:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC
2026-03-29 06:36:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC to the API
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20NVC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2635bd6f-5436-5d95-8c2e-03ed64da687b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM21 NVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20NVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 54998,
 '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 FIESTA 1.0 E/B MHEV 125 ST-LINE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE ED.',
 'vin': 'WF0FXXGAHFLS89614',
 'year': 2021}
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36: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%2520NVC%27 HTTP/1.1" 200 None
2026-03-29 06:36:22 [bca.uk] INFO: Saving data for LM21%20NVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774391020.848522, 'last_price_update_time': 1774766182.410364}
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520NVC') HTTP/1.1" 204 0
2026-03-29 06:36:22 [bca.uk] INFO: Found listing with ID: VK19%20FNS
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520FNS%27 HTTP/1.1" 200 None
2026-03-29 06:36:22 [bca.uk] INFO: Scrape type for VK19%20FNS: 2
2026-03-29 06:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS
2026-03-29 06:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16013f56-4373-527e-835e-5ee2944e452f with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16013f56-4373-527e-835e-5ee2944e452f with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16013f56-4373-527e-835e-5ee2944e452f, identifier: VK19%20FNS
2026-03-29 06:36:22 [bca.uk] INFO: Found listing with ID: YH23%20RSY
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520RSY%27 HTTP/1.1" 200 None
2026-03-29 06:36:22 [bca.uk] INFO: Scrape type for YH23%20RSY: 2
2026-03-29 06:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY
2026-03-29 06:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8065d686-040a-56c2-b22b-84e11113e60d with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8065d686-040a-56c2-b22b-84e11113e60d with scrape type 2
2026-03-29 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8065d686-040a-56c2-b22b-84e11113e60d, identifier: YH23%20RSY
2026-03-29 06:36:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH
2026-03-29 06:36:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH
2026-03-29 06:36:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH to the API
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF71%20RYH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eadbcbaa-3849-572b-ae3c-2f3bfd814b15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF71 RYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF71%20RYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 22252,
 '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 P200 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AX9N1028500',
 'year': 2021}
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520RYH%27 HTTP/1.1" 200 None
2026-03-29 06:36:22 [bca.uk] INFO: Saving data for GF71%20RYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774363775.456493, 'last_price_update_time': 1774766182.912915}
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520RYH') HTTP/1.1" 204 0
2026-03-29 06:36:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU
2026-03-29 06:36:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU
2026-03-29 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU to the API
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RRU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15749a1d-1299-54f6-aa4f-a731cd88efa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RRU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9889,
 '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': 'VXKUPHNSSR4035506',
 'year': 2024}
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-29 06:36:23 [bca.uk] INFO: Saving data for LN24%20RRU: {'auction_closing_time': 1774940400.0, 'created_time': 1773842369.457831, 'last_price_update_time': 1774766183.217782}
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RRU') HTTP/1.1" 204 0
2026-03-29 06:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA
2026-03-29 06:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA
2026-03-29 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA to the API
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD20%20POA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7a4a98a-767a-5782-b8c5-a44d037c4356',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD20 POA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD20%20POA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLB 220 D',
 'odometer': 50697,
 '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 GLB 220 D 2.0 AMG LINE PREMIUM 4M (5ST) 8G '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M (5ST) 8G',
 'vin': 'W1N2476152W015802',
 'year': 2020}
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520POA%27 HTTP/1.1" 200 None
2026-03-29 06:36:23 [bca.uk] INFO: Saving data for FD20%20POA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391056.760223, 'last_price_update_time': 1774766183.50174}
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD20%2520POA') HTTP/1.1" 204 0
2026-03-29 06:36:23 [bca.uk] INFO: Found listing with ID: VO67%20XWL
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 06:36:23 [bca.uk] INFO: Scrape type for VO67%20XWL: 2
2026-03-29 06:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL
2026-03-29 06:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d91303b7-8ab8-57f2-a7a0-f4224e0575fc with scrape type 2
2026-03-29 06:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d91303b7-8ab8-57f2-a7a0-f4224e0575fc with scrape type 2
2026-03-29 06:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d91303b7-8ab8-57f2-a7a0-f4224e0575fc, identifier: VO67%20XWL
2026-03-29 06:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS
2026-03-29 06:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS
2026-03-29 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS to the API
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 76,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK19%20FNS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '16013f56-4373-527e-835e-5ee2944e452f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK19 FNS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK19%20FNS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 72278,
 'odometer_reading_unit': '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 1.8 VVT-I HYBRID ICON TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1K93BE60E003209',
 'year': 2019}
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520FNS%27 HTTP/1.1" 200 None
2026-03-29 06:36:23 [bca.uk] INFO: Saving data for VK19%20FNS: {'auction_closing_time': 1775037600.0, 'created_time': 1774361449.775478, 'last_price_update_time': 1774766183.884919}
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK19%2520FNS') HTTP/1.1" 204 0
2026-03-29 06:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY
2026-03-29 06:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY
2026-03-29 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY to the API
2026-03-29 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH23%20RSY-GB',
 'category': 'Motorcycle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '8065d686-040a-56c2-b22b-84e11113e60d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH23 RSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH23%20RSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'ER',
 'odometer': 4660,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KAWASAKI ER 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'ML5ER650SSDA93607',
 'year': 2023}
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520RSY%27 HTTP/1.1" 200 None
2026-03-29 06:36:24 [bca.uk] INFO: Saving data for YH23%20RSY: {'auction_closing_time': 1775124000.0, 'created_time': 1774363587.941663, 'last_price_update_time': 1774766184.169716}
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520RSY') HTTP/1.1" 204 0
2026-03-29 06:36:24 [bca.uk] INFO: Found listing with ID: AX19%20RXA
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520RXA%27 HTTP/1.1" 200 None
2026-03-29 06:36:24 [bca.uk] INFO: Scrape type for AX19%20RXA: 2
2026-03-29 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d33a93d9-c84a-52d7-a8cc-142ecffeedf9 with identifier: AX19%20RXA
2026-03-29 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d33a93d9-c84a-52d7-a8cc-142ecffeedf9 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d33a93d9-c84a-52d7-a8cc-142ecffeedf9 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d33a93d9-c84a-52d7-a8cc-142ecffeedf9, identifier: AX19%20RXA
2026-03-29 06:36:24 [bca.uk] INFO: Found listing with ID: LN24%20RRV
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-29 06:36:24 [bca.uk] INFO: Scrape type for LN24%20RRV: 2
2026-03-29 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV
2026-03-29 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b53bbbd6-31b1-5d18-8dc0-dca572955141 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b53bbbd6-31b1-5d18-8dc0-dca572955141 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b53bbbd6-31b1-5d18-8dc0-dca572955141, identifier: LN24%20RRV
2026-03-29 06:36:24 [bca.uk] INFO: Found listing with ID: NX68%20GDO
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:36:24 [bca.uk] INFO: Scrape type for NX68%20GDO: 2
2026-03-29 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO
2026-03-29 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01, identifier: NX68%20GDO
2026-03-29 06:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL
2026-03-29 06:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL
2026-03-29 06:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL to the API
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO67%20XWL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd91303b7-8ab8-57f2-a7a0-f4224e0575fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO67 XWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO67%20XWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 97143,
 '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 RAV4 2.0 D 143 EXCEL 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 143 EXCEL 2WD',
 'vin': 'JTMYPREV10D029653',
 'year': 2017}
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-29 06:36:24 [bca.uk] INFO: Saving data for VO67%20XWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391021.791345, 'last_price_update_time': 1774766184.771708}
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO67%2520XWL') HTTP/1.1" 204 0
2026-03-29 06:36:24 [bca.uk] INFO: Found listing with ID: VK67%20BYF
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520BYF%27 HTTP/1.1" 200 None
2026-03-29 06:36:24 [bca.uk] INFO: Scrape type for VK67%20BYF: 2
2026-03-29 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF
2026-03-29 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with scrape type 2
2026-03-29 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7, identifier: VK67%20BYF
2026-03-29 06:36:24 [bca.uk] INFO: Found listing with ID: CGZ%202547
2026-03-29 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CGZ%25202547%27 HTTP/1.1" 200 None
2026-03-29 06:36:25 [bca.uk] INFO: Scrape type for CGZ%202547: 2
2026-03-29 06:36:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547
2026-03-29 06:36:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with scrape type 2
2026-03-29 06:36:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with scrape type 2
2026-03-29 06:36:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c, identifier: CGZ%202547
2026-03-29 06:36:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d33a93d9-c84a-52d7-a8cc-142ecffeedf9 with identifier: AX19%20RXA
2026-03-29 06:36:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d33a93d9-c84a-52d7-a8cc-142ecffeedf9 with identifier: AX19%20RXA
2026-03-29 06:36:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d33a93d9-c84a-52d7-a8cc-142ecffeedf9 with identifier: AX19%20RXA to the API
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX19%20RXA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd33a93d9-c84a-52d7-a8cc-142ecffeedf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX19 RXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX19%20RXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 119510,
 'odometer_reading_unit': '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 AMAROK A33 3.0 V6 TDI 204 BMT HIGHLINE 4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 204 BMT HIGHLINE 4M',
 'vin': 'WV1ZZZ2HZKH012332',
 'year': 2019}
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520RXA%27 HTTP/1.1" 200 None
2026-03-29 06:36:25 [bca.uk] INFO: Saving data for AX19%20RXA: {'auction_closing_time': 1774778400.0, 'created_time': 1774363754.657053, 'last_price_update_time': 1774766185.359589}
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX19%2520RXA') HTTP/1.1" 204 0
2026-03-29 06:36:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV
2026-03-29 06:36:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV
2026-03-29 06:36:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV to the API
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RRV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b53bbbd6-31b1-5d18-8dc0-dca572955141',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RRV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10278,
 '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': 'VXKUPHNSSR4035832',
 'year': 2024}
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-29 06:36:25 [bca.uk] INFO: Saving data for LN24%20RRV: {'auction_closing_time': 1774940400.0, 'created_time': 1773842370.744952, 'last_price_update_time': 1774766185.739355}
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RRV') HTTP/1.1" 204 0
2026-03-29 06:36:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO
2026-03-29 06:36:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO
2026-03-29 06:36:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO to the API
2026-03-29 06:36:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX68%20GDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b5b697f-23f0-5f9d-b852-9a9a193c7e01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX68 GDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX68%20GDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 101462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 PP 235 AWD MOMENTUM G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD MOMENTUM G/T',
 'vin': 'YV1LF68TCJ1390988',
 'year': 2018}
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520GDO%27 HTTP/1.1" 200 None
2026-03-29 06:36:26 [bca.uk] INFO: Saving data for NX68%20GDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774390813.451962, 'last_price_update_time': 1774766186.020601}
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX68%2520GDO') HTTP/1.1" 204 0
2026-03-29 06:36:26 [bca.uk] INFO: Found listing with ID: DS21%20KRV
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-29 06:36:26 [bca.uk] INFO: Scrape type for DS21%20KRV: 2
2026-03-29 06:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV
2026-03-29 06:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with scrape type 2
2026-03-29 06:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with scrape type 2
2026-03-29 06:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98, identifier: DS21%20KRV
2026-03-29 06:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF
2026-03-29 06:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF
2026-03-29 06:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF to the API
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20BYF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7e250c0b-c27f-54cf-a25c-e6d75d1c56a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 BYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20BYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 66879,
 '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': 'VSSZZZKJZJR037572',
 'year': 2017}
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520BYF%27 HTTP/1.1" 200 None
2026-03-29 06:36:26 [bca.uk] INFO: Saving data for VK67%20BYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774361411.462788, 'last_price_update_time': 1774766186.406642}
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520BYF') HTTP/1.1" 204 0
2026-03-29 06:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547
2026-03-29 06:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547
2026-03-29 06:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547 to the API
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CGZ%202547-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6ba1d1c-151d-5f58-b9a4-4de0e39c962c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CGZ 2547',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CGZ%202547&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 99705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1950,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 BLUEHDI 120 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ALLURE',
 'vin': 'VF30UBHZMGS126537',
 'year': 2016}
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CGZ%25202547%27 HTTP/1.1" 200 None
2026-03-29 06:36:26 [bca.uk] INFO: Saving data for CGZ%202547: {'auction_closing_time': 1774940400.0, 'created_time': 1773933806.870898, 'last_price_update_time': 1774766186.705381}
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CGZ%25202547') HTTP/1.1" 204 0
2026-03-29 06:36:26 [bca.uk] INFO: Found listing with ID: DL73%20OXJ
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:26 [bca.uk] INFO: Scrape type for DL73%20OXJ: 2
2026-03-29 06:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ
2026-03-29 06:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f71e78d-c269-55b9-a03e-df9e58526dc9 with scrape type 2
2026-03-29 06:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f71e78d-c269-55b9-a03e-df9e58526dc9 with scrape type 2
2026-03-29 06:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f71e78d-c269-55b9-a03e-df9e58526dc9, identifier: DL73%20OXJ
2026-03-29 06:36:26 [bca.uk] INFO: Found listing with ID: YG68%20VCW
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520VCW%27 HTTP/1.1" 200 None
2026-03-29 06:36:26 [bca.uk] INFO: Scrape type for YG68%20VCW: 2
2026-03-29 06:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW
2026-03-29 06:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with scrape type 2
2026-03-29 06:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with scrape type 2
2026-03-29 06:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6, identifier: YG68%20VCW
2026-03-29 06:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV
2026-03-29 06:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV
2026-03-29 06:36:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV to the API
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20KRV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6955ef1f-450e-5e32-901e-7fa9f3d3ca98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS21 KRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20KRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 69436,
 '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 SE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE PREMIUM',
 'vin': 'W0VZRHNS4MS060658',
 'year': 2021}
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-29 06:36:27 [bca.uk] INFO: Saving data for DS21%20KRV: {'auction_closing_time': 1775124000.0, 'created_time': 1774391008.142248, 'last_price_update_time': 1774766187.241494}
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520KRV') HTTP/1.1" 204 0
2026-03-29 06:36:27 [bca.uk] INFO: Found listing with ID: VK67%20HTY
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520HTY%27 HTTP/1.1" 200 None
2026-03-29 06:36:27 [bca.uk] INFO: Scrape type for VK67%20HTY: 2
2026-03-29 06:36:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY
2026-03-29 06:36:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ce3f66-61e7-5e55-93fd-3838b6383828 with scrape type 2
2026-03-29 06:36:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24ce3f66-61e7-5e55-93fd-3838b6383828 with scrape type 2
2026-03-29 06:36:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24ce3f66-61e7-5e55-93fd-3838b6383828, identifier: VK67%20HTY
2026-03-29 06:36:27 [bca.uk] INFO: Found listing with ID: EF63%20JBE
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF63%2520JBE%27 HTTP/1.1" 200 None
2026-03-29 06:36:27 [bca.uk] INFO: Scrape type for EF63%20JBE: 2
2026-03-29 06:36:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42 with identifier: EF63%20JBE
2026-03-29 06:36:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42 with scrape type 2
2026-03-29 06:36:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42 with scrape type 2
2026-03-29 06:36:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42, identifier: EF63%20JBE
2026-03-29 06:36:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ
2026-03-29 06:36:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ
2026-03-29 06:36:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ to the API
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20OXJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f71e78d-c269-55b9-a03e-df9e58526dc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL73 OXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20OXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 73093,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTREPJ84269',
 'year': 2023}
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:27 [bca.uk] INFO: Saving data for DL73%20OXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774418992.034977, 'last_price_update_time': 1774766187.726714}
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520OXJ') HTTP/1.1" 204 0
2026-03-29 06:36:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW
2026-03-29 06:36:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW
2026-03-29 06:36:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW to the API
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG68%20VCW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG68 VCW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG68%20VCW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 110382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1770872N003801',
 'year': 2018}
2026-03-29 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520VCW%27 HTTP/1.1" 200 None
2026-03-29 06:36:28 [bca.uk] INFO: Saving data for YG68%20VCW: {'auction_closing_time': 1774951200.0, 'created_time': 1774391055.386085, 'last_price_update_time': 1774766188.009445}
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG68%2520VCW') HTTP/1.1" 204 0
2026-03-29 06:36:28 [bca.uk] INFO: Found listing with ID: CP16%20HPU
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 06:36:28 [bca.uk] INFO: Scrape type for CP16%20HPU: 2
2026-03-29 06:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU
2026-03-29 06:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 499afcc8-4bed-53c2-92d0-05aa12273b8f with scrape type 2
2026-03-29 06:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 499afcc8-4bed-53c2-92d0-05aa12273b8f with scrape type 2
2026-03-29 06:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 499afcc8-4bed-53c2-92d0-05aa12273b8f, identifier: CP16%20HPU
2026-03-29 06:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY
2026-03-29 06:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY
2026-03-29 06:36:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY to the API
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20HTY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '24ce3f66-61e7-5e55-93fd-3838b6383828',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 HTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20HTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 53171,
 '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 RAV4 2.5 HYBRID ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID ICON 4WD',
 'vin': 'JTMRJREV30D149525',
 'year': 2017}
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520HTY%27 HTTP/1.1" 200 None
2026-03-29 06:36:28 [bca.uk] INFO: Saving data for VK67%20HTY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361452.468464, 'last_price_update_time': 1774766188.397445}
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520HTY') HTTP/1.1" 204 0
2026-03-29 06:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42 with identifier: EF63%20JBE
2026-03-29 06:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42 with identifier: EF63%20JBE
2026-03-29 06:36:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c0a3c2e-8a1e-5490-aa81-82e4151a3c42 with identifier: EF63%20JBE to the API
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF63%20JBE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c0a3c2e-8a1e-5490-aa81-82e4151a3c42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF63 JBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF63%20JBE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 94921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1100,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 94 VISIA Hatchback',
 'transmission': 'manual',
 'trim': '94 VISIA',
 'vin': 'SJNFBAF15U6480553',
 'year': 2014}
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF63%2520JBE%27 HTTP/1.1" 200 None
2026-03-29 06:36:28 [bca.uk] INFO: Saving data for EF63%20JBE: {'auction_closing_time': 1774940400.0, 'created_time': 1773933804.391213, 'last_price_update_time': 1774766188.717047}
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF63%2520JBE') HTTP/1.1" 204 0
2026-03-29 06:36:28 [bca.uk] INFO: Found listing with ID: LS60%20FTN
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FTN%27 HTTP/1.1" 200 None
2026-03-29 06:36:28 [bca.uk] INFO: Scrape type for LS60%20FTN: 2
2026-03-29 06:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN
2026-03-29 06:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160e6a2d-9ae7-5d13-af73-e18fa053134f with scrape type 2
2026-03-29 06:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 160e6a2d-9ae7-5d13-af73-e18fa053134f with scrape type 2
2026-03-29 06:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 160e6a2d-9ae7-5d13-af73-e18fa053134f, identifier: LS60%20FTN
2026-03-29 06:36:28 [bca.uk] INFO: Found listing with ID: KU16%20MKX
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520MKX%27 HTTP/1.1" 200 None
2026-03-29 06:36:28 [bca.uk] INFO: Scrape type for KU16%20MKX: 2
2026-03-29 06:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX
2026-03-29 06:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d463c864-e811-5417-9a1f-58af6fb1bd07 with scrape type 2
2026-03-29 06:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d463c864-e811-5417-9a1f-58af6fb1bd07 with scrape type 2
2026-03-29 06:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d463c864-e811-5417-9a1f-58af6fb1bd07, identifier: KU16%20MKX
2026-03-29 06:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU
2026-03-29 06:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU
2026-03-29 06:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU to the API
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP16%20HPU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '499afcc8-4bed-53c2-92d0-05aa12273b8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP16 HPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP16%20HPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 82606,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI AWD GT-LINE',
 'vin': 'U5YPK816NGL099086',
 'year': 2016}
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-29 06:36:29 [bca.uk] INFO: Saving data for CP16%20HPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774390995.952943, 'last_price_update_time': 1774766189.241522}
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP16%2520HPU') HTTP/1.1" 204 0
2026-03-29 06:36:29 [bca.uk] INFO: Found listing with ID: VN19%20JWG
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520JWG%27 HTTP/1.1" 200 None
2026-03-29 06:36:29 [bca.uk] INFO: Scrape type for VN19%20JWG: 2
2026-03-29 06:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG
2026-03-29 06:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d473f6d9-74a4-5487-8501-f16221d28e48 with scrape type 2
2026-03-29 06:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d473f6d9-74a4-5487-8501-f16221d28e48 with scrape type 2
2026-03-29 06:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d473f6d9-74a4-5487-8501-f16221d28e48, identifier: VN19%20JWG
2026-03-29 06:36:29 [bca.uk] INFO: Found listing with ID: RF63%20FCY
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF63%2520FCY%27 HTTP/1.1" 200 None
2026-03-29 06:36:29 [bca.uk] INFO: Scrape type for RF63%20FCY: 2
2026-03-29 06:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY
2026-03-29 06:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b1770cb-a998-5baa-b336-1eecb2f0cecd with scrape type 2
2026-03-29 06:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b1770cb-a998-5baa-b336-1eecb2f0cecd with scrape type 2
2026-03-29 06:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b1770cb-a998-5baa-b336-1eecb2f0cecd, identifier: RF63%20FCY
2026-03-29 06:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN
2026-03-29 06:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN
2026-03-29 06:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN to the API
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS60%20FTN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '160e6a2d-9ae7-5d13-af73-e18fa053134f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS60 FTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS60%20FTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'XJ SERIES',
 'odometer': 80494,
 '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 3.0 D V6 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 275 PORTFOLIO',
 'vin': 'SAJAC1623ANV02890',
 'year': 2010}
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FTN%27 HTTP/1.1" 200 None
2026-03-29 06:36:29 [bca.uk] INFO: Saving data for LS60%20FTN: {'auction_closing_time': 1774951200.0, 'created_time': 1774364395.148333, 'last_price_update_time': 1774766189.784139}
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS60%2520FTN') HTTP/1.1" 204 0
2026-03-29 06:36:29 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:36:29 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX
2026-03-29 06:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX
2026-03-29 06:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX to the API
2026-03-29 06:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU16%20MKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd463c864-e811-5417-9a1f-58af6fb1bd07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU16 MKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU16%20MKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 79896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE PREMIUM 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M DCT',
 'vin': 'WDC1569052J226687',
 'year': 2016}
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520MKX%27 HTTP/1.1" 200 None
2026-03-29 06:36:30 [bca.uk] INFO: Saving data for KU16%20MKX: {'auction_closing_time': 1774951200.0, 'created_time': 1774391009.382529, 'last_price_update_time': 1774766190.0896}
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU16%2520MKX') HTTP/1.1" 204 0
2026-03-29 06:36:30 [bca.uk] INFO: Found listing with ID: FL67%20WXM
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 06:36:30 [bca.uk] INFO: Scrape type for FL67%20WXM: 2
2026-03-29 06:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM
2026-03-29 06:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a187410-a6c6-5f54-afa0-f34094b8019b with scrape type 2
2026-03-29 06:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a187410-a6c6-5f54-afa0-f34094b8019b with scrape type 2
2026-03-29 06:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a187410-a6c6-5f54-afa0-f34094b8019b, identifier: FL67%20WXM
2026-03-29 06:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG
2026-03-29 06:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG
2026-03-29 06:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG to the API
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN19%20JWG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd473f6d9-74a4-5487-8501-f16221d28e48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN19 JWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN19%20JWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 60058,
 'odometer_reading_unit': '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 S-MAX 2.0 EBL 240 ST-LINE (8SP) MPV',
 'transmission': 'automatic',
 'trim': 'EBL 240 ST-LINE (8SP)',
 'vin': 'WF0JXXWPCJJA39488',
 'year': 2019}
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520JWG%27 HTTP/1.1" 200 None
2026-03-29 06:36:30 [bca.uk] INFO: Saving data for VN19%20JWG: {'auction_closing_time': 1775037600.0, 'created_time': 1774361406.617919, 'last_price_update_time': 1774766190.473661}
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN19%2520JWG') HTTP/1.1" 204 0
2026-03-29 06:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY
2026-03-29 06:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY
2026-03-29 06:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY to the API
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF63%20FCY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b1770cb-a998-5baa-b336-1eecb2f0cecd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF63 FCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF63%20FCY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 122726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2650,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 140 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 140 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZEW078743',
 'year': 2014}
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF63%2520FCY%27 HTTP/1.1" 200 None
2026-03-29 06:36:30 [bca.uk] INFO: Saving data for RF63%20FCY: {'auction_closing_time': 1774940400.0, 'created_time': 1773933799.421882, 'last_price_update_time': 1774766190.843144}
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF63%2520FCY') HTTP/1.1" 204 0
2026-03-29 06:36:30 [bca.uk] INFO: Found listing with ID: M666%20MOG
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M666%2520MOG%27 HTTP/1.1" 200 None
2026-03-29 06:36:30 [bca.uk] INFO: Scrape type for M666%20MOG: 2
2026-03-29 06:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG
2026-03-29 06:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96bb8533-1e3d-52ff-a310-2c3e48494b73 with scrape type 2
2026-03-29 06:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96bb8533-1e3d-52ff-a310-2c3e48494b73 with scrape type 2
2026-03-29 06:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96bb8533-1e3d-52ff-a310-2c3e48494b73, identifier: M666%20MOG
2026-03-29 06:36: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:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM
2026-03-29 06:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM
2026-03-29 06:36:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM to the API
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL67%20WXM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a187410-a6c6-5f54-afa0-f34094b8019b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL67 WXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL67%20WXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 67390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 1.6 TURBO D 110 ECOTEC TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 110 ECOTEC TECH LINE',
 'vin': 'W0VZT6EE2J1057646',
 'year': 2017}
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-29 06:36:31 [bca.uk] INFO: Saving data for FL67%20WXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774390997.414082, 'last_price_update_time': 1774766191.582952}
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL67%2520WXM') HTTP/1.1" 204 0
2026-03-29 06:36:31 [bca.uk] INFO: Found listing with ID: VO66%20LFY
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 06:36:31 [bca.uk] INFO: Scrape type for VO66%20LFY: 2
2026-03-29 06:36:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY
2026-03-29 06:36:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with scrape type 2
2026-03-29 06:36:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with scrape type 2
2026-03-29 06:36:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96, identifier: VO66%20LFY
2026-03-29 06:36:31 [bca.uk] INFO: Found listing with ID: RJ04%20ODU
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ04%2520ODU%27 HTTP/1.1" 200 None
2026-03-29 06:36:31 [bca.uk] INFO: Scrape type for RJ04%20ODU: 2
2026-03-29 06:36:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU
2026-03-29 06:36:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cab0721-1bef-504c-9edb-e88c2f59fc3c with scrape type 2
2026-03-29 06:36:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cab0721-1bef-504c-9edb-e88c2f59fc3c with scrape type 2
2026-03-29 06:36:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cab0721-1bef-504c-9edb-e88c2f59fc3c, identifier: RJ04%20ODU
2026-03-29 06:36:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG
2026-03-29 06:36:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG
2026-03-29 06:36:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG to the API
2026-03-29 06:36:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M666%20MOG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96bb8533-1e3d-52ff-a310-2c3e48494b73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M666 MOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M666%20MOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 67616,
 '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': 'PORSCHE 911 3.8 CARRERA 4 S (997) Convertible',
 'transmission': 'manual',
 'trim': 'CARRERA 4 S (997)',
 'vin': 'WP0ZZZ99Z7S773834',
 'year': 2007}
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M666%2520MOG%27 HTTP/1.1" 200 None
2026-03-29 06:36:32 [bca.uk] INFO: Saving data for M666%20MOG: {'auction_closing_time': 1774951200.0, 'created_time': 1774364396.219433, 'last_price_update_time': 1774766192.079278}
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M666%2520MOG') HTTP/1.1" 204 0
2026-03-29 06:36:32 [bca.uk] INFO: Found listing with ID: BV67%20UDJ
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:32 [bca.uk] INFO: Scrape type for BV67%20UDJ: 2
2026-03-29 06:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ
2026-03-29 06:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd1764ea-8856-5251-98d3-5510b1bea6d5 with scrape type 2
2026-03-29 06:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd1764ea-8856-5251-98d3-5510b1bea6d5 with scrape type 2
2026-03-29 06:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd1764ea-8856-5251-98d3-5510b1bea6d5, identifier: BV67%20UDJ
2026-03-29 06:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY
2026-03-29 06:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY
2026-03-29 06:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY to the API
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO66%20LFY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9db094f7-62e8-54ef-bb56-4dabc8ee7c96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO66 LFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO66%20LFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 48938,
 '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.6 I-DTEC 120 SE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE PLUS',
 'vin': 'SHHFK3770GU603030',
 'year': 2016}
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520LFY%27 HTTP/1.1" 200 None
2026-03-29 06:36:32 [bca.uk] INFO: Saving data for VO66%20LFY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361405.281244, 'last_price_update_time': 1774766192.468812}
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520LFY') HTTP/1.1" 204 0
2026-03-29 06:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU
2026-03-29 06:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU
2026-03-29 06:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU to the API
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ04%20ODU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5cab0721-1bef-504c-9edb-e88c2f59fc3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ04 ODU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ04%20ODU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 118265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4325,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 SE EXECUTIVE Saloon',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDD2050042R151386',
 'year': 2016}
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ04%2520ODU%27 HTTP/1.1" 200 None
2026-03-29 06:36:32 [bca.uk] INFO: Saving data for RJ04%20ODU: {'auction_closing_time': 1774940400.0, 'created_time': 1774004655.929626, 'last_price_update_time': 1774766192.748235}
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ04%2520ODU') HTTP/1.1" 204 0
2026-03-29 06:36:32 [bca.uk] INFO: Found listing with ID: WO72%20OTD
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 06:36:32 [bca.uk] INFO: Scrape type for WO72%20OTD: 2
2026-03-29 06:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD
2026-03-29 06:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with scrape type 2
2026-03-29 06:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with scrape type 2
2026-03-29 06:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd, identifier: WO72%20OTD
2026-03-29 06:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ
2026-03-29 06:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ
2026-03-29 06:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ to the API
2026-03-29 06:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV67%20UDJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fd1764ea-8856-5251-98d3-5510b1bea6d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV67 UDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV67%20UDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 65062,
 '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 Convertible',
 'transmission': 'automatic',
 'trim': '71 PRIME SPORT PREMIUM',
 'vin': 'WME4534422K228107',
 'year': 2017}
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-29 06:36:33 [bca.uk] INFO: Saving data for BV67%20UDJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390972.074945, 'last_price_update_time': 1774766193.135495}
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV67%2520UDJ') HTTP/1.1" 204 0
2026-03-29 06:36:33 [bca.uk] INFO: Found listing with ID: VO70%20VOU
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:36:33 [bca.uk] INFO: Scrape type for VO70%20VOU: 2
2026-03-29 06:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU
2026-03-29 06:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with scrape type 2
2026-03-29 06:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with scrape type 2
2026-03-29 06:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2, identifier: VO70%20VOU
2026-03-29 06:36:33 [bca.uk] INFO: Found listing with ID: CE17%20ZGG
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE17%2520ZGG%27 HTTP/1.1" 200 None
2026-03-29 06:36:33 [bca.uk] INFO: Scrape type for CE17%20ZGG: 2
2026-03-29 06:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG
2026-03-29 06:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75d8e16f-9a19-5091-9730-e886b8e0a461 with scrape type 2
2026-03-29 06:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75d8e16f-9a19-5091-9730-e886b8e0a461 with scrape type 2
2026-03-29 06:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75d8e16f-9a19-5091-9730-e886b8e0a461, identifier: CE17%20ZGG
2026-03-29 06:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD
2026-03-29 06:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD
2026-03-29 06:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD to the API
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO72%20OTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '206c55f0-0a9e-5c61-8afa-cf2c152dfcfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO72 OTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO72%20OTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 46322,
 '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 BERLINGO M 1.5 B/HDI 100 1000 ENTERPRISE ED. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTERPRISE ED.',
 'vin': 'VR7EFYHT2PJ549815',
 'year': 2023}
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520OTD%27 HTTP/1.1" 200 None
2026-03-29 06:36:33 [bca.uk] INFO: Saving data for WO72%20OTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774364320.632634, 'last_price_update_time': 1774766193.636013}
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO72%2520OTD') HTTP/1.1" 204 0
2026-03-29 06:36:33 [bca.uk] INFO: Found listing with ID: MT20%20CHN
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:36:33 [bca.uk] INFO: Scrape type for MT20%20CHN: 2
2026-03-29 06:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN
2026-03-29 06:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with scrape type 2
2026-03-29 06:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with scrape type 2
2026-03-29 06:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a749a52-5a30-5925-a630-0a9aef0fb5a8, identifier: MT20%20CHN
2026-03-29 06:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU
2026-03-29 06:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU
2026-03-29 06:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU to the API
2026-03-29 06:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20VOU-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': 'e6581fd2-74cf-5eda-9a27-7acdc15fbcc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO70 VOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20VOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 83986,
 '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 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV620809C82057',
 'year': 2020}
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520VOU%27 HTTP/1.1" 200 None
2026-03-29 06:36:34 [bca.uk] INFO: Saving data for VO70%20VOU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361419.136851, 'last_price_update_time': 1774766194.027285}
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520VOU') HTTP/1.1" 204 0
2026-03-29 06:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG
2026-03-29 06:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG
2026-03-29 06:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG to the API
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE17%20ZGG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75d8e16f-9a19-5091-9730-e886b8e0a461',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE17 ZGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE17%20ZGG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 78905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1700,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 82 CHIC Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 CHIC',
 'vin': 'VF7SAHMZ6HW502010',
 'year': 2017}
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE17%2520ZGG%27 HTTP/1.1" 200 None
2026-03-29 06:36:34 [bca.uk] INFO: Saving data for CE17%20ZGG: {'auction_closing_time': 1774940400.0, 'created_time': 1773933047.089015, 'last_price_update_time': 1774766194.319155}
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE17%2520ZGG') HTTP/1.1" 204 0
2026-03-29 06:36:34 [bca.uk] INFO: Found listing with ID: SW62%20CWT
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW62%2520CWT%27 HTTP/1.1" 200 None
2026-03-29 06:36:34 [bca.uk] INFO: Scrape type for SW62%20CWT: 2
2026-03-29 06:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT
2026-03-29 06:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ed24ab-772d-52d3-a36c-56f86b318234 with scrape type 2
2026-03-29 06:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66ed24ab-772d-52d3-a36c-56f86b318234 with scrape type 2
2026-03-29 06:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66ed24ab-772d-52d3-a36c-56f86b318234, identifier: SW62%20CWT
2026-03-29 06:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN
2026-03-29 06:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN
2026-03-29 06:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN to the API
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT20%20CHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a749a52-5a30-5925-a630-0a9aef0fb5a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT20 CHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT20%20CHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 40975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCLUSIVE DCT',
 'vin': 'SDPW7CBECKZ276817',
 'year': 2020}
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-29 06:36:34 [bca.uk] INFO: Saving data for MT20%20CHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774390973.80102, 'last_price_update_time': 1774766194.749252}
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT20%2520CHN') HTTP/1.1" 204 0
2026-03-29 06:36:34 [bca.uk] INFO: Found listing with ID: VX71%20CYA
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 06:36:34 [bca.uk] INFO: Scrape type for VX71%20CYA: 2
2026-03-29 06:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA
2026-03-29 06:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ec2cf1-2afa-5865-b103-35123f785b9c with scrape type 2
2026-03-29 06:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ec2cf1-2afa-5865-b103-35123f785b9c with scrape type 2
2026-03-29 06:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9ec2cf1-2afa-5865-b103-35123f785b9c, identifier: VX71%20CYA
2026-03-29 06:36:34 [bca.uk] INFO: Found listing with ID: YA16%20GDK
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 06:36:34 [bca.uk] INFO: Scrape type for YA16%20GDK: 2
2026-03-29 06:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK
2026-03-29 06:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with scrape type 2
2026-03-29 06:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with scrape type 2
2026-03-29 06:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275, identifier: YA16%20GDK
2026-03-29 06:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT
2026-03-29 06:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT
2026-03-29 06:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT to the API
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW62%20CWT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66ed24ab-772d-52d3-a36c-56f86b318234',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW62 CWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW62%20CWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'AUDI',
 'model': 'TTS',
 'odometer': 79675,
 '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 TTS 2.0 TFSI QUATTRO BLACK ED. Coupe',
 'transmission': 'manual',
 'trim': 'TFSI QUATTRO BLACK ED.',
 'vin': 'TRUZZZ8J7D1007595',
 'year': 2012}
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW62%2520CWT%27 HTTP/1.1" 200 None
2026-03-29 06:36:35 [bca.uk] INFO: Saving data for SW62%20CWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774364221.747334, 'last_price_update_time': 1774766195.261344}
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW62%2520CWT') HTTP/1.1" 204 0
2026-03-29 06:36:35 [bca.uk] INFO: Found listing with ID: MV67%20OMT
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 06:36:35 [bca.uk] INFO: Scrape type for MV67%20OMT: 2
2026-03-29 06:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT
2026-03-29 06:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with scrape type 2
2026-03-29 06:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with scrape type 2
2026-03-29 06:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88f78fd7-cff2-5ef6-948d-97ebcba628b8, identifier: MV67%20OMT
2026-03-29 06:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA
2026-03-29 06:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA
2026-03-29 06:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA to the API
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX71%20CYA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9ec2cf1-2afa-5865-b103-35123f785b9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX71 CYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX71%20CYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 40261,
 'odometer_reading_unit': '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-5 2.2 D SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'D SPORT',
 'vin': 'JMZKF6W1690250039',
 'year': 2022}
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520CYA%27 HTTP/1.1" 200 None
2026-03-29 06:36:35 [bca.uk] INFO: Saving data for VX71%20CYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774005102.024676, 'last_price_update_time': 1774766195.726851}
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX71%2520CYA') HTTP/1.1" 204 0
2026-03-29 06:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK
2026-03-29 06:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK
2026-03-29 06:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK to the API
2026-03-29 06:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA16%20GDK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73b86c6b-6303-5f29-a8b9-a9fbac8f7275',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA16 GDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA16%20GDK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 90198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3100,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R52010V554300',
 'year': 2016}
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520GDK%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Saving data for YA16%20GDK: {'auction_closing_time': 1774940400.0, 'created_time': 1773933796.669276, 'last_price_update_time': 1774766196.011166}
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA16%2520GDK') HTTP/1.1" 204 0
2026-03-29 06:36:36 [bca.uk] INFO: Found listing with ID: WK14%20XXV
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520XXV%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Scrape type for WK14%20XXV: 2
2026-03-29 06:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV
2026-03-29 06:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bebbc9de-ab9b-5329-8f38-647fc1550b12 with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bebbc9de-ab9b-5329-8f38-647fc1550b12 with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bebbc9de-ab9b-5329-8f38-647fc1550b12, identifier: WK14%20XXV
2026-03-29 06:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT
2026-03-29 06:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT
2026-03-29 06:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT to the API
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88f78fd7-cff2-5ef6-948d-97ebcba628b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV67 OMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV67%20OMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 84334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1760122J672797',
 'year': 2017}
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Saving data for MV67%20OMT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390964.781409, 'last_price_update_time': 1774766196.409361}
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV67%2520OMT') HTTP/1.1" 204 0
2026-03-29 06:36:36 [bca.uk] INFO: Found listing with ID: WP18%20NGU
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Scrape type for WP18%20NGU: 2
2026-03-29 06:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU
2026-03-29 06:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab118bac-06be-51eb-9f76-e07030b5b65c with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab118bac-06be-51eb-9f76-e07030b5b65c with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab118bac-06be-51eb-9f76-e07030b5b65c, identifier: WP18%20NGU
2026-03-29 06:36:36 [bca.uk] INFO: Found listing with ID: VO69%20HUK
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520HUK%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Scrape type for VO69%20HUK: 2
2026-03-29 06:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK
2026-03-29 06:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe5c904-777a-5f2d-9f92-e6aff802e1fe with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe5c904-777a-5f2d-9f92-e6aff802e1fe with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe5c904-777a-5f2d-9f92-e6aff802e1fe, identifier: VO69%20HUK
2026-03-29 06:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV
2026-03-29 06:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV
2026-03-29 06:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV to the API
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK14%20XXV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '6.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bebbc9de-ab9b-5329-8f38-647fc1550b12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK14 XXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK14%20XXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'C63 AMG',
 'odometer': 70993,
 '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 C63 AMG 6.2 (451) Estate',
 'transmission': 'manual',
 'trim': '(451)',
 'vin': 'WDD2042772G306319',
 'year': 2014}
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520XXV%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Saving data for WK14%20XXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774044532.530895, 'last_price_update_time': 1774766196.940543}
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK14%2520XXV') HTTP/1.1" 204 0
2026-03-29 06:36:36 [bca.uk] INFO: Found listing with ID: YH18%20YUY
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520YUY%27 HTTP/1.1" 200 None
2026-03-29 06:36:36 [bca.uk] INFO: Scrape type for YH18%20YUY: 2
2026-03-29 06:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY
2026-03-29 06:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 155e9393-c255-5d17-9c52-befe8af5ce51 with scrape type 2
2026-03-29 06:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 155e9393-c255-5d17-9c52-befe8af5ce51 with scrape type 2
2026-03-29 06:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 155e9393-c255-5d17-9c52-befe8af5ce51, identifier: YH18%20YUY
2026-03-29 06:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU
2026-03-29 06:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU
2026-03-29 06:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU to the API
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP18%20NGU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab118bac-06be-51eb-9f76-e07030b5b65c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP18 NGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP18%20NGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MITSUBISHI',
 'model': 'ASX',
 'odometer': 35696,
 'odometer_reading_unit': '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 ASX 1.6 4 Estate',
 'transmission': 'manual',
 'trim': '4',
 'vin': 'JMAXNGA1WJU000588',
 'year': 2018}
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520NGU%27 HTTP/1.1" 200 None
2026-03-29 06:36:37 [bca.uk] INFO: Saving data for WP18%20NGU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361425.293046, 'last_price_update_time': 1774766197.317448}
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520NGU') HTTP/1.1" 204 0
2026-03-29 06:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK
2026-03-29 06:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK
2026-03-29 06:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK to the API
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO69%20HUK-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'fbe5c904-777a-5f2d-9f92-e6aff802e1fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO69 HUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO69%20HUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DUCATI',
 'model': 'MULTISTRADA',
 'odometer': 17771,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DUCATI MULTISTRADA 1260 S D-AIR MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1260 S D-AIR MOTORBIKE',
 'vin': 'ZDMAC00AALB011920',
 'year': 2019}
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520HUK%27 HTTP/1.1" 200 None
2026-03-29 06:36:37 [bca.uk] INFO: Saving data for VO69%20HUK: {'auction_closing_time': 1775124000.0, 'created_time': 1774362846.537155, 'last_price_update_time': 1774766197.58792}
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO69%2520HUK') HTTP/1.1" 204 0
2026-03-29 06:36:37 [bca.uk] INFO: Found listing with ID: FV15%20ZYO
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520ZYO%27 HTTP/1.1" 200 None
2026-03-29 06:36:37 [bca.uk] INFO: Scrape type for FV15%20ZYO: 2
2026-03-29 06:36:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO
2026-03-29 06:36:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12cfa091-58fd-565c-872f-31700576187e with scrape type 2
2026-03-29 06:36:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12cfa091-58fd-565c-872f-31700576187e with scrape type 2
2026-03-29 06:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12cfa091-58fd-565c-872f-31700576187e, identifier: FV15%20ZYO
2026-03-29 06:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY
2026-03-29 06:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY
2026-03-29 06:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY to the API
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH18%20YUY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '155e9393-c255-5d17-9c52-befe8af5ce51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH18 YUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH18%20YUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 67238,
 'odometer_reading_unit': '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 220 D 2.1 AMG LINE PREMIUM 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M DCT',
 'vin': 'WDC1569052J504180',
 'year': 2018}
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520YUY%27 HTTP/1.1" 200 None
2026-03-29 06:36:37 [bca.uk] INFO: Saving data for YH18%20YUY: {'auction_closing_time': 1774951200.0, 'created_time': 1774390950.458723, 'last_price_update_time': 1774766197.985039}
2026-03-29 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520YUY') HTTP/1.1" 204 0
2026-03-29 06:36:38 [bca.uk] INFO: Found listing with ID: YE19%20YTF
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 06:36:38 [bca.uk] INFO: Scrape type for YE19%20YTF: 2
2026-03-29 06:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF
2026-03-29 06:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with scrape type 2
2026-03-29 06:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with scrape type 2
2026-03-29 06:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecae3da3-2348-5dbf-a3b0-e7ece8542e32, identifier: YE19%20YTF
2026-03-29 06:36:38 [bca.uk] INFO: Found listing with ID: DG22%20XCA
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XCA%27 HTTP/1.1" 200 None
2026-03-29 06:36:38 [bca.uk] INFO: Scrape type for DG22%20XCA: 2
2026-03-29 06:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA
2026-03-29 06:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with scrape type 2
2026-03-29 06:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with scrape type 2
2026-03-29 06:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e, identifier: DG22%20XCA
2026-03-29 06:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO
2026-03-29 06:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO
2026-03-29 06:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO to the API
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV15%20ZYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12cfa091-58fd-565c-872f-31700576187e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV15 ZYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV15%20ZYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 97516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TDI ULTRA 184 S LINE Coupe',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 184 S LINE',
 'vin': 'TRUZZZFV6F1020038',
 'year': 2015}
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520ZYO%27 HTTP/1.1" 200 None
2026-03-29 06:36:38 [bca.uk] INFO: Saving data for FV15%20ZYO: {'auction_closing_time': 1774951200.0, 'created_time': 1774364735.387136, 'last_price_update_time': 1774766198.4928}
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV15%2520ZYO') HTTP/1.1" 204 0
2026-03-29 06:36:38 [bca.uk] INFO: Found listing with ID: DP67%20AVV
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520AVV%27 HTTP/1.1" 200 None
2026-03-29 06:36:38 [bca.uk] INFO: Scrape type for DP67%20AVV: 2
2026-03-29 06:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV
2026-03-29 06:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c2a992-0c14-546a-b954-90a1e12c4976 with scrape type 2
2026-03-29 06:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c2a992-0c14-546a-b954-90a1e12c4976 with scrape type 2
2026-03-29 06:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60c2a992-0c14-546a-b954-90a1e12c4976, identifier: DP67%20AVV
2026-03-29 06:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF
2026-03-29 06:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF
2026-03-29 06:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF to the API
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE19%20YTF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ecae3da3-2348-5dbf-a3b0-e7ece8542e32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE19 YTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE19%20YTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318D',
 'odometer': 119780,
 'odometer_reading_unit': '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 M SPORT Saloon',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA5V320X0AF76808',
 'year': 2019}
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YTF%27 HTTP/1.1" 200 None
2026-03-29 06:36:38 [bca.uk] INFO: Saving data for YE19%20YTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774361408.855374, 'last_price_update_time': 1774766198.893312}
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE19%2520YTF') HTTP/1.1" 204 0
2026-03-29 06:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA
2026-03-29 06:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA
2026-03-29 06:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA to the API
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG22%20XCA-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '2fd9c9f8-9220-5cd3-9234-a6014d65d09e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG22 XCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG22%20XCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'FLSB',
 'odometer': 1793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON FLSB (1745) S/T SPORT GLIDE MBK',
 'transmission': 'automatic',
 'trim': '(1745) S/T SPORT GLIDE MBK',
 'vin': '5HD1YMJ4XMS059113',
 'year': 2022}
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XCA%27 HTTP/1.1" 200 None
2026-03-29 06:36:39 [bca.uk] INFO: Saving data for DG22%20XCA: {'auction_closing_time': 1775124000.0, 'created_time': 1774365503.222366, 'last_price_update_time': 1774766199.173059}
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG22%2520XCA') HTTP/1.1" 204 0
2026-03-29 06:36:39 [bca.uk] INFO: Found listing with ID: CLZ%20987
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CLZ%2520987%27 HTTP/1.1" 200 None
2026-03-29 06:36:39 [bca.uk] INFO: Scrape type for CLZ%20987: 2
2026-03-29 06:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987
2026-03-29 06:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with scrape type 2
2026-03-29 06:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with scrape type 2
2026-03-29 06:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6, identifier: CLZ%20987
2026-03-29 06:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV
2026-03-29 06:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV
2026-03-29 06:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV to the API
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP67%20AVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60c2a992-0c14-546a-b954-90a1e12c4976',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP67 AVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP67%20AVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 75848,
 'odometer_reading_unit': '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 Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F048615',
 'year': 2018}
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520AVV%27 HTTP/1.1" 200 None
2026-03-29 06:36:39 [bca.uk] INFO: Saving data for DP67%20AVV: {'auction_closing_time': 1775124000.0, 'created_time': 1774390938.234098, 'last_price_update_time': 1774766199.559878}
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP67%2520AVV') HTTP/1.1" 204 0
2026-03-29 06:36:39 [bca.uk] INFO: Found listing with ID: YF17%20ABZ
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF17%2520ABZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:39 [bca.uk] INFO: Scrape type for YF17%20ABZ: 2
2026-03-29 06:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ
2026-03-29 06:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1e74600-3603-5641-8a7d-4cc9442ef7fd with scrape type 2
2026-03-29 06:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1e74600-3603-5641-8a7d-4cc9442ef7fd with scrape type 2
2026-03-29 06:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1e74600-3603-5641-8a7d-4cc9442ef7fd, identifier: YF17%20ABZ
2026-03-29 06:36:39 [bca.uk] INFO: Found listing with ID: AK22%20FXF
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:36:39 [bca.uk] INFO: Scrape type for AK22%20FXF: 2
2026-03-29 06:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF
2026-03-29 06:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1edcbb2-f70d-5a97-8937-1916ae298c15 with scrape type 2
2026-03-29 06:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1edcbb2-f70d-5a97-8937-1916ae298c15 with scrape type 2
2026-03-29 06:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1edcbb2-f70d-5a97-8937-1916ae298c15, identifier: AK22%20FXF
2026-03-29 06:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987
2026-03-29 06:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987
2026-03-29 06:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987 to the API
2026-03-29 06:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CLZ%20987-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a468f8f-e0c7-5d22-ab79-5d37b74e8da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CLZ 987',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CLZ%20987&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYMAN',
 'odometer': 95641,
 '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': 'PORSCHE CAYMAN 3.4 S Coupe',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WP0ZZZ98Z6U777698',
 'year': 2006}
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CLZ%2520987%27 HTTP/1.1" 200 None
2026-03-29 06:36:40 [bca.uk] INFO: Saving data for CLZ%20987: {'auction_closing_time': 1774951200.0, 'created_time': 1774364740.025567, 'last_price_update_time': 1774766200.059573}
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CLZ%2520987') HTTP/1.1" 204 0
2026-03-29 06:36:40 [bca.uk] INFO: Found listing with ID: GK18%20TVW
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK18%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 06:36:40 [bca.uk] INFO: Scrape type for GK18%20TVW: 2
2026-03-29 06:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW
2026-03-29 06:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0b103e6-6486-5a95-972e-82268ba94828 with scrape type 2
2026-03-29 06:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0b103e6-6486-5a95-972e-82268ba94828 with scrape type 2
2026-03-29 06:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0b103e6-6486-5a95-972e-82268ba94828, identifier: GK18%20TVW
2026-03-29 06:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=tanzanite+blue HTTP/1.1" 200 None
2026-03-29 06:36:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:36:40 [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:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ
2026-03-29 06:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ to the API
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF17%20ABZ-GB',
 'category': 'Car',
 'color': 'tanzanite blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1e74600-3603-5641-8a7d-4cc9442ef7fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF17 ABZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF17%20ABZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '435D',
 'odometer': 98398,
 '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 435D 3.0 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA4Y32090AA41830',
 'year': 2017}
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF17%2520ABZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:40 [bca.uk] INFO: Saving data for YF17%20ABZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361385.682412, 'last_price_update_time': 1774766200.694298}
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF17%2520ABZ') HTTP/1.1" 204 0
2026-03-29 06:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF
2026-03-29 06:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF
2026-03-29 06:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF to the API
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK22%20FXF-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c1edcbb2-f70d-5a97-8937-1916ae298c15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK22 FXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK22%20FXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'VERSYS',
 'odometer': 14652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KAWASAKI VERSYS KLZ1000 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'KLZ1000 MOTORBIKE',
 'vin': 'JKALZT00CDA018937',
 'year': 2022}
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520FXF%27 HTTP/1.1" 200 None
2026-03-29 06:36:40 [bca.uk] INFO: Saving data for AK22%20FXF: {'auction_closing_time': 1775124000.0, 'created_time': 1774365485.577017, 'last_price_update_time': 1774766200.980283}
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK22%2520FXF') HTTP/1.1" 204 0
2026-03-29 06:36:40 [bca.uk] INFO: Found listing with ID: LD61%20KWR
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD61%2520KWR%27 HTTP/1.1" 200 None
2026-03-29 06:36:41 [bca.uk] INFO: Scrape type for LD61%20KWR: 2
2026-03-29 06:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR
2026-03-29 06:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e333845c-a29f-5c92-874c-01001a05519c with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e333845c-a29f-5c92-874c-01001a05519c with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e333845c-a29f-5c92-874c-01001a05519c, identifier: LD61%20KWR
2026-03-29 06:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW
2026-03-29 06:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW
2026-03-29 06:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW to the API
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK18%20TVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f0b103e6-6486-5a95-972e-82268ba94828',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GK18 TVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK18%20TVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 126174,
 'odometer_reading_unit': '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.0 PHEV GX4HS 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV GX4HS 4WD',
 'vin': 'JMAXDGG2WJZ001884',
 'year': 2018}
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK18%2520TVW%27 HTTP/1.1" 200 None
2026-03-29 06:36:41 [bca.uk] INFO: Saving data for GK18%20TVW: {'auction_closing_time': 1775124000.0, 'created_time': 1774390938.580436, 'last_price_update_time': 1774766201.389597}
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK18%2520TVW') HTTP/1.1" 204 0
2026-03-29 06:36:41 [bca.uk] INFO: Found listing with ID: YG20%20ZZT
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 06:36:41 [bca.uk] INFO: Scrape type for YG20%20ZZT: 2
2026-03-29 06:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT
2026-03-29 06:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e6a482-9b6f-5699-ab1a-e92ea074ad06, identifier: YG20%20ZZT
2026-03-29 06:36:41 [bca.uk] INFO: Found listing with ID: VE21%20BRF
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 06:36:41 [bca.uk] INFO: Scrape type for VE21%20BRF: 2
2026-03-29 06:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF
2026-03-29 06:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe, identifier: VE21%20BRF
2026-03-29 06:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR
2026-03-29 06:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR
2026-03-29 06:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR to the API
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD61%20KWR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e333845c-a29f-5c92-874c-01001a05519c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD61 KWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD61%20KWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 350',
 'odometer': 73208,
 '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 350 3.5 B/E AMG SPORT EDITION 125 TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT EDITION 125 TIP',
 'vin': 'WDD1724572F027349',
 'year': 2011}
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD61%2520KWR%27 HTTP/1.1" 200 None
2026-03-29 06:36:41 [bca.uk] INFO: Saving data for LD61%20KWR: {'auction_closing_time': 1774951200.0, 'created_time': 1774364741.238943, 'last_price_update_time': 1774766201.904644}
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD61%2520KWR') HTTP/1.1" 204 0
2026-03-29 06:36:41 [bca.uk] INFO: Found listing with ID: LP19%20HDX
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520HDX%27 HTTP/1.1" 200 None
2026-03-29 06:36:41 [bca.uk] INFO: Scrape type for LP19%20HDX: 2
2026-03-29 06:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX
2026-03-29 06:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 609f8754-0132-5bc4-a676-32c47a4e1fbe with scrape type 2
2026-03-29 06:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 609f8754-0132-5bc4-a676-32c47a4e1fbe with scrape type 2
2026-03-29 06:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 609f8754-0132-5bc4-a676-32c47a4e1fbe, identifier: LP19%20HDX
2026-03-29 06:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT
2026-03-29 06:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT
2026-03-29 06:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT to the API
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG20%20ZZT-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8e6a482-9b6f-5699-ab1a-e92ea074ad06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG20 ZZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG20%20ZZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '118I',
 'odometer': 31632,
 '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 118I 1.5 M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA7K320505R16227',
 'year': 2020}
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520ZZT%27 HTTP/1.1" 200 None
2026-03-29 06:36:42 [bca.uk] INFO: Saving data for YG20%20ZZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774361371.950295, 'last_price_update_time': 1774766202.302269}
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520ZZT') HTTP/1.1" 204 0
2026-03-29 06:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF
2026-03-29 06:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF
2026-03-29 06:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF to the API
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE21%20BRF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf74fc0a-bff0-5655-bd19-f9d10dfd41fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE21 BRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE21%20BRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 48687,
 '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 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW533324',
 'year': 2021}
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BRF%27 HTTP/1.1" 200 None
2026-03-29 06:36:42 [bca.uk] INFO: Saving data for VE21%20BRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365480.572144, 'last_price_update_time': 1774766202.590395}
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520BRF') HTTP/1.1" 204 0
2026-03-29 06:36:42 [bca.uk] INFO: Found listing with ID: YH21%20LPO
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LPO%27 HTTP/1.1" 200 None
2026-03-29 06:36:42 [bca.uk] INFO: Scrape type for YH21%20LPO: 2
2026-03-29 06:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO
2026-03-29 06:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with scrape type 2
2026-03-29 06:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with scrape type 2
2026-03-29 06:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92, identifier: YH21%20LPO
2026-03-29 06:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX
2026-03-29 06:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX
2026-03-29 06:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX to the API
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP19%20HDX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '609f8754-0132-5bc4-a676-32c47a4e1fbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP19 HDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP19%20HDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 56007,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.1 AMG LINE 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC2533052F638267',
 'year': 2019}
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520HDX%27 HTTP/1.1" 200 None
2026-03-29 06:36:42 [bca.uk] INFO: Saving data for LP19%20HDX: {'auction_closing_time': 1775124000.0, 'created_time': 1774390940.498458, 'last_price_update_time': 1774766202.993446}
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP19%2520HDX') HTTP/1.1" 204 0
2026-03-29 06:36:43 [bca.uk] INFO: Found listing with ID: YH62%20KLP
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 06:36:43 [bca.uk] INFO: Scrape type for YH62%20KLP: 2
2026-03-29 06:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP
2026-03-29 06:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3645432e-a272-5c26-90c9-976db9a9290b with scrape type 2
2026-03-29 06:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3645432e-a272-5c26-90c9-976db9a9290b with scrape type 2
2026-03-29 06:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3645432e-a272-5c26-90c9-976db9a9290b, identifier: YH62%20KLP
2026-03-29 06:36:43 [bca.uk] INFO: Found listing with ID: GJ24%20UFX
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ24%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 06:36:43 [bca.uk] INFO: Scrape type for GJ24%20UFX: 2
2026-03-29 06:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX
2026-03-29 06:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with scrape type 2
2026-03-29 06:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with scrape type 2
2026-03-29 06:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6, identifier: GJ24%20UFX
2026-03-29 06:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO
2026-03-29 06:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO
2026-03-29 06:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO to the API
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH21%20LPO-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': 'b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH21 LPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH21%20LPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 65102,
 '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 C-HR 1.8 HYBRID 122 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DESIGN',
 'vin': 'NMTK33BX30R090901',
 'year': 2021}
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LPO%27 HTTP/1.1" 200 None
2026-03-29 06:36:43 [bca.uk] INFO: Saving data for YH21%20LPO: {'auction_closing_time': 1775556000.0, 'created_time': 1774364849.754753, 'last_price_update_time': 1774766203.510661}
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH21%2520LPO') HTTP/1.1" 204 0
2026-03-29 06:36:43 [bca.uk] INFO: Found listing with ID: OU19%20SUV
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520SUV%27 HTTP/1.1" 200 None
2026-03-29 06:36:43 [bca.uk] INFO: Scrape type for OU19%20SUV: 2
2026-03-29 06:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV
2026-03-29 06:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e36b31-9603-5241-b17c-53700272ffb5 with scrape type 2
2026-03-29 06:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90e36b31-9603-5241-b17c-53700272ffb5 with scrape type 2
2026-03-29 06:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90e36b31-9603-5241-b17c-53700272ffb5, identifier: OU19%20SUV
2026-03-29 06:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP
2026-03-29 06:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP
2026-03-29 06:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP to the API
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH62%20KLP-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3645432e-a272-5c26-90c9-976db9a9290b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH62 KLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH62%20KLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 115515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 1.6 TDCI ECO TITANIUM X S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI ECO TITANIUM X S/S',
 'vin': 'WF0EXXGBBECE42476',
 'year': 2012}
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520KLP%27 HTTP/1.1" 200 None
2026-03-29 06:36:43 [bca.uk] INFO: Saving data for YH62%20KLP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361381.195249, 'last_price_update_time': 1774766203.889466}
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520KLP') HTTP/1.1" 204 0
2026-03-29 06:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX
2026-03-29 06:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX
2026-03-29 06:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX to the API
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ24%20UFX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '72f5f31e-ceb5-54a8-ad9c-368df7a3feb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ24 UFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ24%20UFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 32451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS8RC361457',
 'year': 2024}
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ24%2520UFX%27 HTTP/1.1" 200 None
2026-03-29 06:36:44 [bca.uk] INFO: Saving data for GJ24%20UFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774365481.951141, 'last_price_update_time': 1774766204.165696}
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ24%2520UFX') HTTP/1.1" 204 0
2026-03-29 06:36:44 [bca.uk] INFO: Found listing with ID: SH22%20LHV
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH22%2520LHV%27 HTTP/1.1" 200 None
2026-03-29 06:36:44 [bca.uk] INFO: Scrape type for SH22%20LHV: 2
2026-03-29 06:36:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV
2026-03-29 06:36:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with scrape type 2
2026-03-29 06:36:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with scrape type 2
2026-03-29 06:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04, identifier: SH22%20LHV
2026-03-29 06:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV
2026-03-29 06:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV
2026-03-29 06:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV to the API
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU19%20SUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90e36b31-9603-5241-b17c-53700272ffb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU19 SUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU19%20SUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 67789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J617384',
 'year': 2019}
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520SUV%27 HTTP/1.1" 200 None
2026-03-29 06:36:44 [bca.uk] INFO: Saving data for OU19%20SUV: {'auction_closing_time': 1775124000.0, 'created_time': 1774390923.264141, 'last_price_update_time': 1774766204.558278}
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU19%2520SUV') HTTP/1.1" 204 0
2026-03-29 06:36:44 [bca.uk] INFO: Found listing with ID: YK16%20OLA
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 06:36:44 [bca.uk] INFO: Scrape type for YK16%20OLA: 2
2026-03-29 06:36:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA
2026-03-29 06:36:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with scrape type 2
2026-03-29 06:36:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with scrape type 2
2026-03-29 06:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52, identifier: YK16%20OLA
2026-03-29 06:36:44 [bca.uk] INFO: Found listing with ID: BK22%20WBT
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 06:36:44 [bca.uk] INFO: Scrape type for BK22%20WBT: 2
2026-03-29 06:36:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT
2026-03-29 06:36:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d807487-3667-5dd0-a67e-864ec51b001f with scrape type 2
2026-03-29 06:36:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d807487-3667-5dd0-a67e-864ec51b001f with scrape type 2
2026-03-29 06:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d807487-3667-5dd0-a67e-864ec51b001f, identifier: BK22%20WBT
2026-03-29 06:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV
2026-03-29 06:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV
2026-03-29 06:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV to the API
2026-03-29 06:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH22%20LHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59621c69-cc4d-5ed6-88f9-ba21e8b6da04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH22 LHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH22%20LHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 23653,
 'odometer_reading_unit': '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 140 SHUTTLE LONG MPV',
 'transmission': 'manual',
 'trim': 'D 140 SHUTTLE LONG',
 'vin': 'YARVEEHTMGZ226840',
 'year': 2022}
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH22%2520LHV%27 HTTP/1.1" 200 None
2026-03-29 06:36:46 [bca.uk] INFO: Saving data for SH22%20LHV: {'auction_closing_time': 1775556000.0, 'created_time': 1774364701.110461, 'last_price_update_time': 1774766206.583104}
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH22%2520LHV') HTTP/1.1" 204 0
2026-03-29 06:36:46 [bca.uk] INFO: Found listing with ID: FY21%20LHR
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY21%2520LHR%27 HTTP/1.1" 200 None
2026-03-29 06:36:46 [bca.uk] INFO: Scrape type for FY21%20LHR: 2
2026-03-29 06:36:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR
2026-03-29 06:36:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with scrape type 2
2026-03-29 06:36:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with scrape type 2
2026-03-29 06:36:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee, identifier: FY21%20LHR
2026-03-29 06:36:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA
2026-03-29 06:36:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA
2026-03-29 06:36:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA to the API
2026-03-29 06:36:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK16%20OLA-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': '2aa99955-f1a2-5bd7-b45c-1dfe86a55d52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK16 OLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK16%20OLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '118I',
 'odometer': 69560,
 '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 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R52090V553203',
 'year': 2016}
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OLA%27 HTTP/1.1" 200 None
2026-03-29 06:36:47 [bca.uk] INFO: Saving data for YK16%20OLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774361395.96764, 'last_price_update_time': 1774766207.052289}
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK16%2520OLA') HTTP/1.1" 204 0
2026-03-29 06:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT
2026-03-29 06:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT
2026-03-29 06:36:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT to the API
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20WBT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6d807487-3667-5dd0-a67e-864ec51b001f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 WBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20WBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 51356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC260583',
 'year': 2022}
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520WBT%27 HTTP/1.1" 200 None
2026-03-29 06:36:47 [bca.uk] INFO: Saving data for BK22%20WBT: {'auction_closing_time': 1774864800.0, 'created_time': 1774365467.353928, 'last_price_update_time': 1774766207.323416}
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520WBT') HTTP/1.1" 204 0
2026-03-29 06:36:47 [bca.uk] INFO: Found listing with ID: PN24%20UFH
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN24%2520UFH%27 HTTP/1.1" 200 None
2026-03-29 06:36:47 [bca.uk] INFO: Scrape type for PN24%20UFH: 2
2026-03-29 06:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH
2026-03-29 06:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with scrape type 2
2026-03-29 06:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with scrape type 2
2026-03-29 06:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32, identifier: PN24%20UFH
2026-03-29 06:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR
2026-03-29 06:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR
2026-03-29 06:36:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR to the API
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY21%20LHR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '828496b4-5f2d-53d2-ab7d-6c3bada0a6ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY21 LHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY21%20LHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 34734,
 '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 C3 1.2 P/T 110 SHINE PLUS EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 SHINE PLUS EAT6',
 'vin': 'VF7SXHNPYMT529467',
 'year': 2021}
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY21%2520LHR%27 HTTP/1.1" 200 None
2026-03-29 06:36:47 [bca.uk] INFO: Saving data for FY21%20LHR: {'auction_closing_time': 1774951200.0, 'created_time': 1774390925.421062, 'last_price_update_time': 1774766207.729147}
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY21%2520LHR') HTTP/1.1" 204 0
2026-03-29 06:36:47 [bca.uk] INFO: Found listing with ID: YX18%20OEH
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 06:36:47 [bca.uk] INFO: Scrape type for YX18%20OEH: 2
2026-03-29 06:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH
2026-03-29 06:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a88043-d53f-507e-ac30-065e712781e0 with scrape type 2
2026-03-29 06:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8a88043-d53f-507e-ac30-065e712781e0 with scrape type 2
2026-03-29 06:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8a88043-d53f-507e-ac30-065e712781e0, identifier: YX18%20OEH
2026-03-29 06:36:47 [bca.uk] INFO: Found listing with ID: SD69%20UCR
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 06:36:47 [bca.uk] INFO: Scrape type for SD69%20UCR: 2
2026-03-29 06:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR
2026-03-29 06:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0783fea-2877-5a0e-a51e-ed8063371dd7 with scrape type 2
2026-03-29 06:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0783fea-2877-5a0e-a51e-ed8063371dd7 with scrape type 2
2026-03-29 06:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0783fea-2877-5a0e-a51e-ed8063371dd7, identifier: SD69%20UCR
2026-03-29 06:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH
2026-03-29 06:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH
2026-03-29 06:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH to the API
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN24%20UFH-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': 'cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN24 UFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN24%20UFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 33377,
 '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 CROSS 1.5 HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL',
 'vin': 'JTDKBABB00A350715',
 'year': 2024}
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN24%2520UFH%27 HTTP/1.1" 200 None
2026-03-29 06:36:48 [bca.uk] INFO: Saving data for PN24%20UFH: {'auction_closing_time': 1775556000.0, 'created_time': 1774364702.702589, 'last_price_update_time': 1774766208.249442}
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN24%2520UFH') HTTP/1.1" 204 0
2026-03-29 06:36:48 [bca.uk] INFO: Found listing with ID: LL17%20FEX
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520FEX%27 HTTP/1.1" 200 None
2026-03-29 06:36:48 [bca.uk] INFO: Scrape type for LL17%20FEX: 2
2026-03-29 06:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX
2026-03-29 06:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f18d5d-189b-56f5-9482-c5f37dc7707e with scrape type 2
2026-03-29 06:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f18d5d-189b-56f5-9482-c5f37dc7707e with scrape type 2
2026-03-29 06:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30f18d5d-189b-56f5-9482-c5f37dc7707e, identifier: LL17%20FEX
2026-03-29 06:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH
2026-03-29 06:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH
2026-03-29 06:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH to the API
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX18%20OEH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8a88043-d53f-507e-ac30-065e712781e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX18 OEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX18%20OEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 71110,
 'odometer_reading_unit': '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 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7422555',
 'year': 2018}
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520OEH%27 HTTP/1.1" 200 None
2026-03-29 06:36:48 [bca.uk] INFO: Saving data for YX18%20OEH: {'auction_closing_time': 1775037600.0, 'created_time': 1774361359.474357, 'last_price_update_time': 1774766208.650577}
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX18%2520OEH') HTTP/1.1" 204 0
2026-03-29 06:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR
2026-03-29 06:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR
2026-03-29 06:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR to the API
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD69%20UCR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0783fea-2877-5a0e-a51e-ed8063371dd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD69 UCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD69%20UCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 55530,
 'odometer_reading_unit': '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 D 2.0 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'WDD1770122N113444',
 'year': 2019}
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520UCR%27 HTTP/1.1" 200 None
2026-03-29 06:36:48 [bca.uk] INFO: Saving data for SD69%20UCR: {'auction_closing_time': 1774864800.0, 'created_time': 1774365470.120954, 'last_price_update_time': 1774766208.929837}
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD69%2520UCR') HTTP/1.1" 204 0
2026-03-29 06:36:48 [bca.uk] INFO: Found listing with ID: NL23%20KYC
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520KYC%27 HTTP/1.1" 200 None
2026-03-29 06:36:48 [bca.uk] INFO: Scrape type for NL23%20KYC: 2
2026-03-29 06:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC
2026-03-29 06:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with scrape type 2
2026-03-29 06:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e, identifier: NL23%20KYC
2026-03-29 06:36:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX
2026-03-29 06:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX
2026-03-29 06:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX to the API
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL17%20FEX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30f18d5d-189b-56f5-9482-c5f37dc7707e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL17 FEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL17%20FEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 57688,
 '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 FORFOUR 1.0 71 PASSION PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '71 PASSION PREMIUM',
 'vin': 'WME4530422Y140996',
 'year': 2017}
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520FEX%27 HTTP/1.1" 200 None
2026-03-29 06:36:49 [bca.uk] INFO: Saving data for LL17%20FEX: {'auction_closing_time': 1774951200.0, 'created_time': 1774390927.569553, 'last_price_update_time': 1774766209.32455}
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL17%2520FEX') HTTP/1.1" 204 0
2026-03-29 06:36:49 [bca.uk] INFO: Found listing with ID: AU67%20ZMZ
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU67%2520ZMZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:49 [bca.uk] INFO: Scrape type for AU67%20ZMZ: 2
2026-03-29 06:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ
2026-03-29 06:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 599fe5fb-21ab-503b-9526-6e4f8aad41f8, identifier: AU67%20ZMZ
2026-03-29 06:36:49 [bca.uk] INFO: Found listing with ID: FG74%20KDZ
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:49 [bca.uk] INFO: Scrape type for FG74%20KDZ: 2
2026-03-29 06:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ
2026-03-29 06:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0626070d-74ac-56a9-9c7c-3a70ccf53b12, identifier: FG74%20KDZ
2026-03-29 06:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC
2026-03-29 06:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC
2026-03-29 06:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC to the API
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20KYC-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': '9b8e9953-ee72-5ea0-afea-aa8aacc59d6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 KYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20KYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 25639,
 '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': 'JTDKBABB90A173114',
 'year': 2023}
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520KYC%27 HTTP/1.1" 200 None
2026-03-29 06:36:49 [bca.uk] INFO: Saving data for NL23%20KYC: {'auction_closing_time': 1775556000.0, 'created_time': 1774364686.127705, 'last_price_update_time': 1774766209.826596}
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520KYC') HTTP/1.1" 204 0
2026-03-29 06:36:49 [bca.uk] INFO: Found listing with ID: YK19%20VJA
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 06:36:49 [bca.uk] INFO: Scrape type for YK19%20VJA: 2
2026-03-29 06:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA
2026-03-29 06:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0faa6e20-aede-517a-916d-e283784b903b with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0faa6e20-aede-517a-916d-e283784b903b with scrape type 2
2026-03-29 06:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0faa6e20-aede-517a-916d-e283784b903b, identifier: YK19%20VJA
2026-03-29 06:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ
2026-03-29 06:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ
2026-03-29 06:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ to the API
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU67%20ZMZ-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': '599fe5fb-21ab-503b-9526-6e4f8aad41f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU67 ZMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU67%20ZMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 86331,
 '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 M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWZ520100W95340',
 'year': 2017}
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU67%2520ZMZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:50 [bca.uk] INFO: Saving data for AU67%20ZMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361373.752287, 'last_price_update_time': 1774766210.270926}
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU67%2520ZMZ') HTTP/1.1" 204 0
2026-03-29 06:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ
2026-03-29 06:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ
2026-03-29 06:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ to the API
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20KDZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0626070d-74ac-56a9-9c7c-3a70ccf53b12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG74 KDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20KDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 23532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L2 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 300 L2 H1 LIMITED',
 'vin': 'WF0RXXTA1RRC73408',
 'year': 2024}
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520KDZ%27 HTTP/1.1" 200 None
2026-03-29 06:36:50 [bca.uk] INFO: Saving data for FG74%20KDZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774363590.574428, 'last_price_update_time': 1774766210.543381}
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520KDZ') HTTP/1.1" 204 0
2026-03-29 06:36:50 [bca.uk] INFO: Found listing with ID: MA23%20DHG
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 06:36:50 [bca.uk] INFO: Scrape type for MA23%20DHG: 2
2026-03-29 06:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG
2026-03-29 06:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33277351-3175-5016-a2d9-e36fa342cbaa with scrape type 2
2026-03-29 06:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33277351-3175-5016-a2d9-e36fa342cbaa with scrape type 2
2026-03-29 06:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33277351-3175-5016-a2d9-e36fa342cbaa, identifier: MA23%20DHG
2026-03-29 06:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA
2026-03-29 06:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA
2026-03-29 06:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA to the API
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20VJA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0faa6e20-aede-517a-916d-e283784b903b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK19 VJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20VJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 88378,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J617368',
 'year': 2019}
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VJA%27 HTTP/1.1" 200 None
2026-03-29 06:36:50 [bca.uk] INFO: Saving data for YK19%20VJA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390911.101532, 'last_price_update_time': 1774766210.948379}
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520VJA') HTTP/1.1" 204 0
2026-03-29 06:36:50 [bca.uk] INFO: Found listing with ID: BG63%20EOM
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 06:36:50 [bca.uk] INFO: Scrape type for BG63%20EOM: 2
2026-03-29 06:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM
2026-03-29 06:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674d219b-52ae-55d7-a323-47953034ec5b with scrape type 2
2026-03-29 06:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 674d219b-52ae-55d7-a323-47953034ec5b with scrape type 2
2026-03-29 06:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 674d219b-52ae-55d7-a323-47953034ec5b, identifier: BG63%20EOM
2026-03-29 06:36:51 [bca.uk] INFO: Found listing with ID: YS22%20GKA
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 06:36:51 [bca.uk] INFO: Scrape type for YS22%20GKA: 2
2026-03-29 06:36:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA
2026-03-29 06:36:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713f8897-6841-5521-95a1-876b254e738b with scrape type 2
2026-03-29 06:36:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 713f8897-6841-5521-95a1-876b254e738b with scrape type 2
2026-03-29 06:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 713f8897-6841-5521-95a1-876b254e738b, identifier: YS22%20GKA
2026-03-29 06:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG
2026-03-29 06:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG
2026-03-29 06:36:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG to the API
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20DHG-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': '33277351-3175-5016-a2d9-e36fa342cbaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 DHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20DHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 16720,
 '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 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BX00R255982',
 'year': 2023}
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DHG%27 HTTP/1.1" 200 None
2026-03-29 06:36:51 [bca.uk] INFO: Saving data for MA23%20DHG: {'auction_closing_time': 1775556000.0, 'created_time': 1774364613.365855, 'last_price_update_time': 1774766211.437159}
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520DHG') HTTP/1.1" 204 0
2026-03-29 06:36:51 [bca.uk] INFO: Found listing with ID: EK19%20YVS
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520YVS%27 HTTP/1.1" 200 None
2026-03-29 06:36:51 [bca.uk] INFO: Scrape type for EK19%20YVS: 2
2026-03-29 06:36:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS
2026-03-29 06:36:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8bc63f5-5217-508a-8432-36ef2e1c974b with scrape type 2
2026-03-29 06:36:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8bc63f5-5217-508a-8432-36ef2e1c974b with scrape type 2
2026-03-29 06:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8bc63f5-5217-508a-8432-36ef2e1c974b, identifier: EK19%20YVS
2026-03-29 06:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM
2026-03-29 06:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM
2026-03-29 06:36:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM to the API
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG63%20EOM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '674d219b-52ae-55d7-a323-47953034ec5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG63 EOM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG63%20EOM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 127368,
 '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': 'W0L0SDL08D4226381',
 'year': 2013}
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520EOM%27 HTTP/1.1" 200 None
2026-03-29 06:36:51 [bca.uk] INFO: Saving data for BG63%20EOM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361343.767701, 'last_price_update_time': 1774766211.901586}
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG63%2520EOM') HTTP/1.1" 204 0
2026-03-29 06:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA
2026-03-29 06:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA
2026-03-29 06:36:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA to the API
2026-03-29 06:36:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS22%20GKA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '713f8897-6841-5521-95a1-876b254e738b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS22 GKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS22%20GKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 41826,
 'odometer_reading_unit': '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 B4D AWD R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD R DESIGN',
 'vin': 'YV1UZK5VCN1082081',
 'year': 2022}
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520GKA%27 HTTP/1.1" 200 None
2026-03-29 06:36:53 [bca.uk] INFO: Saving data for YS22%20GKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774363175.754504, 'last_price_update_time': 1774766213.103968}
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS22%2520GKA') HTTP/1.1" 204 0
2026-03-29 06:36:53 [bca.uk] INFO: Found listing with ID: LS72%20YXL
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXL%27 HTTP/1.1" 200 None
2026-03-29 06:36:53 [bca.uk] INFO: Scrape type for LS72%20YXL: 2
2026-03-29 06:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL
2026-03-29 06:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1341b1df-1613-5e59-a492-606fde06bb76 with scrape type 2
2026-03-29 06:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1341b1df-1613-5e59-a492-606fde06bb76 with scrape type 2
2026-03-29 06:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1341b1df-1613-5e59-a492-606fde06bb76, identifier: LS72%20YXL
2026-03-29 06:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS
2026-03-29 06:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS
2026-03-29 06:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS to the API
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK19%20YVS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8bc63f5-5217-508a-8432-36ef2e1c974b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK19 YVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK19%20YVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 62292,
 'odometer_reading_unit': '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 E/B 150 2WD ST-LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE ED.',
 'vin': 'WF0AXXWPMAKC08159',
 'year': 2019}
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520YVS%27 HTTP/1.1" 200 None
2026-03-29 06:36:53 [bca.uk] INFO: Saving data for EK19%20YVS: {'auction_closing_time': 1775124000.0, 'created_time': 1774390896.905034, 'last_price_update_time': 1774766213.509596}
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK19%2520YVS') HTTP/1.1" 204 0
2026-03-29 06:36:53 [bca.uk] INFO: Found listing with ID: BJ72%20AEB
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520AEB%27 HTTP/1.1" 200 None
2026-03-29 06:36:53 [bca.uk] INFO: Scrape type for BJ72%20AEB: 2
2026-03-29 06:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB
2026-03-29 06:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with scrape type 2
2026-03-29 06:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with scrape type 2
2026-03-29 06:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841, identifier: BJ72%20AEB
2026-03-29 06:36:53 [bca.uk] INFO: Found listing with ID: NU21%20LXK
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 06:36:53 [bca.uk] INFO: Scrape type for NU21%20LXK: 2
2026-03-29 06:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK
2026-03-29 06:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393eefbe-384f-5e77-9a1e-096c8e68360f with scrape type 2
2026-03-29 06:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 393eefbe-384f-5e77-9a1e-096c8e68360f with scrape type 2
2026-03-29 06:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 393eefbe-384f-5e77-9a1e-096c8e68360f, identifier: NU21%20LXK
2026-03-29 06:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL
2026-03-29 06:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL
2026-03-29 06:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL to the API
2026-03-29 06:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1341b1df-1613-5e59-a492-606fde06bb76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 YXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19472,
 'odometer_reading_unit': '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': 'JTDAGNAC900071090',
 'year': 2022}
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXL%27 HTTP/1.1" 200 None
2026-03-29 06:36:54 [bca.uk] INFO: Saving data for LS72%20YXL: {'auction_closing_time': 1775556000.0, 'created_time': 1774364597.543469, 'last_price_update_time': 1774766214.021573}
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXL') HTTP/1.1" 204 0
2026-03-29 06:36:54 [bca.uk] INFO: Found listing with ID: EU68%20VXN
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520VXN%27 HTTP/1.1" 200 None
2026-03-29 06:36:54 [bca.uk] INFO: Scrape type for EU68%20VXN: 2
2026-03-29 06:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN
2026-03-29 06:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea26252b-1184-58d7-b459-c7b236a757b8 with scrape type 2
2026-03-29 06:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea26252b-1184-58d7-b459-c7b236a757b8 with scrape type 2
2026-03-29 06:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea26252b-1184-58d7-b459-c7b236a757b8, identifier: EU68%20VXN
2026-03-29 06:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB
2026-03-29 06:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB
2026-03-29 06:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB to the API
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ72%20AEB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ded12a6a-3c97-5c38-b6fc-11ab8ff0a841',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ72 AEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ72%20AEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 15279,
 'odometer_reading_unit': '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 TITANIUM P/S Estate',
 'transmission': 'automatic',
 'trim': 'E/B MHEV 125 TITANIUM P/S',
 'vin': 'WF0PXXGCHPNB84673',
 'year': 2022}
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520AEB%27 HTTP/1.1" 200 None
2026-03-29 06:36:54 [bca.uk] INFO: Saving data for BJ72%20AEB: {'auction_closing_time': 1775037600.0, 'created_time': 1773958249.317912, 'last_price_update_time': 1774766214.462801}
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ72%2520AEB') HTTP/1.1" 204 0
2026-03-29 06:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK
2026-03-29 06:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK
2026-03-29 06:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK to the API
2026-03-29 06:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU21%20LXK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '393eefbe-384f-5e77-9a1e-096c8e68360f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU21 LXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU21%20LXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 84928,
 '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 950 PROF.LONG Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 950 PROF.LONG',
 'vin': 'VR3EFYHYCMJ598309',
 'year': 2021}
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520LXK%27 HTTP/1.1" 200 None
2026-03-29 06:36:55 [bca.uk] INFO: Saving data for NU21%20LXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774363213.851085, 'last_price_update_time': 1774766215.608932}
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU21%2520LXK') HTTP/1.1" 204 0
2026-03-29 06:36:55 [bca.uk] INFO: Found listing with ID: LS72%20YXG
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXG%27 HTTP/1.1" 200 None
2026-03-29 06:36:55 [bca.uk] INFO: Scrape type for LS72%20YXG: 2
2026-03-29 06:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG
2026-03-29 06:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with scrape type 2
2026-03-29 06:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with scrape type 2
2026-03-29 06:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33, identifier: LS72%20YXG
2026-03-29 06:36:55 [bca.uk] INFO: Total items found: 100
2026-03-29 06:36:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded
2026-03-29 06:36:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:36:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN
2026-03-29 06:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN
2026-03-29 06:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN to the API
2026-03-29 06:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU68%20VXN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea26252b-1184-58d7-b459-c7b236a757b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU68 VXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU68%20VXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 52860,
 'odometer_reading_unit': '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.5 E/B 182 ST-LINE X Estate',
 'transmission': 'manual',
 'trim': 'E/B 182 ST-LINE X',
 'vin': 'WF0PXXGCHPJP29332',
 'year': 2018}
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520VXN%27 HTTP/1.1" 200 None
2026-03-29 06:36:56 [bca.uk] INFO: Saving data for EU68%20VXN: {'auction_closing_time': 1775124000.0, 'created_time': 1774390898.340231, 'last_price_update_time': 1774766216.081988}
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU68%2520VXN') HTTP/1.1" 204 0
2026-03-29 06:36:56 [bca.uk] INFO: Found listing with ID: BV18%20ZNA
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 06:36:56 [bca.uk] INFO: Scrape type for BV18%20ZNA: 2
2026-03-29 06:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA
2026-03-29 06:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5852941d-3eee-5f29-9a57-6889ddc71aa0 with scrape type 2
2026-03-29 06:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5852941d-3eee-5f29-9a57-6889ddc71aa0 with scrape type 2
2026-03-29 06:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5852941d-3eee-5f29-9a57-6889ddc71aa0, identifier: BV18%20ZNA
2026-03-29 06:36:56 [bca.uk] INFO: Found listing with ID: LL22%20FNE
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520FNE%27 HTTP/1.1" 200 None
2026-03-29 06:36:56 [bca.uk] INFO: Scrape type for LL22%20FNE: 2
2026-03-29 06:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE
2026-03-29 06:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb0ae856-a93b-53ed-80e8-128a351c61e6 with scrape type 2
2026-03-29 06:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb0ae856-a93b-53ed-80e8-128a351c61e6 with scrape type 2
2026-03-29 06:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb0ae856-a93b-53ed-80e8-128a351c61e6, identifier: LL22%20FNE
2026-03-29 06:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG
2026-03-29 06:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG
2026-03-29 06:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG to the API
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c04cdb8-9c0f-5017-b1de-de447f2cfb33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 YXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 18694,
 'odometer_reading_unit': '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': 'JTDAGNAC700070634',
 'year': 2022}
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXG%27 HTTP/1.1" 200 None
2026-03-29 06:36:56 [bca.uk] INFO: Saving data for LS72%20YXG: {'auction_closing_time': 1775556000.0, 'created_time': 1774364550.34652, 'last_price_update_time': 1774766216.596816}
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXG') HTTP/1.1" 204 0
2026-03-29 06:36:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:36:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:36:56 [bca.uk] INFO: Found listing with ID: BV67%20ZJY
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520ZJY%27 HTTP/1.1" 200 None
2026-03-29 06:36:56 [bca.uk] INFO: Scrape type for BV67%20ZJY: 2
2026-03-29 06:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY
2026-03-29 06:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f354dc0c-6bb0-5f07-a263-250b1d9099a0 with scrape type 2
2026-03-29 06:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f354dc0c-6bb0-5f07-a263-250b1d9099a0 with scrape type 2
2026-03-29 06:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f354dc0c-6bb0-5f07-a263-250b1d9099a0, identifier: BV67%20ZJY
2026-03-29 06:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA
2026-03-29 06:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA
2026-03-29 06:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA to the API
2026-03-29 06:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV18%20ZNA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5852941d-3eee-5f29-9a57-6889ddc71aa0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV18 ZNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV18%20ZNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 65827,
 'odometer_reading_unit': '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.5 TSI EVO 130 SE NAV Estate',
 'transmission': 'manual',
 'trim': 'TSI EVO 130 SE NAV',
 'vin': 'WVWZZZAUZJP585419',
 'year': 2018}
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZNA%27 HTTP/1.1" 200 None
2026-03-29 06:36:57 [bca.uk] INFO: Saving data for BV18%20ZNA: {'auction_closing_time': 1775037600.0, 'created_time': 1774361347.749435, 'last_price_update_time': 1774766217.035343}
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV18%2520ZNA') HTTP/1.1" 204 0
2026-03-29 06:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE
2026-03-29 06:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE
2026-03-29 06:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE to the API
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL22%20FNE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cb0ae856-a93b-53ed-80e8-128a351c61e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL22 FNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL22%20FNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 62227,
 'odometer_reading_unit': '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 SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 SPORT',
 'vin': 'WBY12CF040CK50524',
 'year': 2022}
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520FNE%27 HTTP/1.1" 200 None
2026-03-29 06:36:57 [bca.uk] INFO: Saving data for LL22%20FNE: {'auction_closing_time': 1774864800.0, 'created_time': 1774363123.690585, 'last_price_update_time': 1774766217.316985}
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL22%2520FNE') HTTP/1.1" 204 0
2026-03-29 06:36:57 [bca.uk] INFO: Found listing with ID: LO72%20ACF
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACF%27 HTTP/1.1" 200 None
2026-03-29 06:36:57 [bca.uk] INFO: Scrape type for LO72%20ACF: 2
2026-03-29 06:36:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF
2026-03-29 06:36:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with scrape type 2
2026-03-29 06:36:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with scrape type 2
2026-03-29 06:36:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3, identifier: LO72%20ACF
2026-03-29 06:36:57 [bca.uk] INFO: Found listing with ID: WP24%20EBU
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EBU%27 HTTP/1.1" 200 None
2026-03-29 06:36:57 [bca.uk] INFO: Scrape type for WP24%20EBU: 2
2026-03-29 06:36:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU
2026-03-29 06:36:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635494c9-1755-57f7-90bf-1b2695c596bc with scrape type 2
2026-03-29 06:36:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 635494c9-1755-57f7-90bf-1b2695c596bc with scrape type 2
2026-03-29 06:36:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 635494c9-1755-57f7-90bf-1b2695c596bc, identifier: WP24%20EBU
2026-03-29 06:36: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:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY
2026-03-29 06:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY
2026-03-29 06:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY to the API
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV67%20ZJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f354dc0c-6bb0-5f07-a263-250b1d9099a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV67 ZJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV67%20ZJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 36337,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH 3FORM SPORT S/S Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH 3FORM SPORT S/S',
 'vin': 'SDPZ1BBDAHS059219',
 'year': 2017}
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520ZJY%27 HTTP/1.1" 200 None
2026-03-29 06:36:57 [bca.uk] INFO: Saving data for BV67%20ZJY: {'auction_closing_time': 1774951200.0, 'created_time': 1774390902.278634, 'last_price_update_time': 1774766217.843167}
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV67%2520ZJY') HTTP/1.1" 204 0
2026-03-29 06:36:57 [bca.uk] INFO: Found listing with ID: BV73%20XSL
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV73%2520XSL%27 HTTP/1.1" 200 None
2026-03-29 06:36:57 [bca.uk] INFO: Scrape type for BV73%20XSL: 2
2026-03-29 06:36:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL
2026-03-29 06:36:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2afef474-9efb-54b4-a673-01cf92712478 with scrape type 2
2026-03-29 06:36:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2afef474-9efb-54b4-a673-01cf92712478 with scrape type 2
2026-03-29 06:36:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2afef474-9efb-54b4-a673-01cf92712478, identifier: BV73%20XSL
2026-03-29 06:36:58 [bca.uk] INFO: Found listing with ID: DY20%20PZH
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 06:36:58 [bca.uk] INFO: Scrape type for DY20%20PZH: 2
2026-03-29 06:36:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH
2026-03-29 06:36:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34b4faf7-ea02-596f-a659-9bd3340549df with scrape type 2
2026-03-29 06:36:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34b4faf7-ea02-596f-a659-9bd3340549df with scrape type 2
2026-03-29 06:36:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34b4faf7-ea02-596f-a659-9bd3340549df, identifier: DY20%20PZH
2026-03-29 06:36:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF
2026-03-29 06:36:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF
2026-03-29 06:36:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF to the API
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ACF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97e0621c-eda0-5fac-ac00-fd9ff41b19e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 ACF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ACF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19082,
 'odometer_reading_unit': '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': 'JTDAGNAC800071100',
 'year': 2022}
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACF%27 HTTP/1.1" 200 None
2026-03-29 06:36:58 [bca.uk] INFO: Saving data for LO72%20ACF: {'auction_closing_time': 1775556000.0, 'created_time': 1774364557.772429, 'last_price_update_time': 1774766218.579087}
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ACF') HTTP/1.1" 204 0
2026-03-29 06:36:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=carbonised+grey HTTP/1.1" 200 None
2026-03-29 06:36:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:36: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:36:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU
2026-03-29 06:36:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU to the API
2026-03-29 06:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP24%20EBU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'carbonised grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '635494c9-1755-57f7-90bf-1b2695c596bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP24 EBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP24%20EBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 28900,
 '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': '6FPPXXMJ2PRR61177',
 'year': 2024}
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EBU%27 HTTP/1.1" 200 None
2026-03-29 06:36:59 [bca.uk] INFO: Saving data for WP24%20EBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774355252.905369, 'last_price_update_time': 1774766219.018759}
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP24%2520EBU') HTTP/1.1" 204 0
2026-03-29 06:36:59 [bca.uk] INFO: Found listing with ID: MA19%20ZXM
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZXM%27 HTTP/1.1" 200 None
2026-03-29 06:36:59 [bca.uk] INFO: Scrape type for MA19%20ZXM: 2
2026-03-29 06:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM
2026-03-29 06:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e22de377-cae0-5a77-9496-e1a49eb64b37 with scrape type 2
2026-03-29 06:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e22de377-cae0-5a77-9496-e1a49eb64b37 with scrape type 2
2026-03-29 06:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e22de377-cae0-5a77-9496-e1a49eb64b37, identifier: MA19%20ZXM
2026-03-29 06:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL
2026-03-29 06:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL
2026-03-29 06:36:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL to the API
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV73%20XSL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2afef474-9efb-54b4-a673-01cf92712478',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV73 XSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV73%20XSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 15394,
 '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': 'SEAT IBIZA 1.0 TSI 110 XCELLENCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 XCELLENCE',
 'vin': 'VSSZZZKJ7RR052949',
 'year': 2023}
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV73%2520XSL%27 HTTP/1.1" 200 None
2026-03-29 06:36:59 [bca.uk] INFO: Saving data for BV73%20XSL: {'auction_closing_time': 1775037600.0, 'created_time': 1774361337.669536, 'last_price_update_time': 1774766219.415876}
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV73%2520XSL') HTTP/1.1" 204 0
2026-03-29 06:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH
2026-03-29 06:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH
2026-03-29 06:36:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH to the API
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:36: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:36:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY20%20PZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34b4faf7-ea02-596f-a659-9bd3340549df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY20 PZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY20%20PZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 50375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L1 1.5 TURBO D 100 2300 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 SPORTIVE',
 'vin': 'W0VEFYHYCLJ549212',
 'year': 2020}
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520PZH%27 HTTP/1.1" 200 None
2026-03-29 06:36:59 [bca.uk] INFO: Saving data for DY20%20PZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774363226.239055, 'last_price_update_time': 1774766219.693268}
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY20%2520PZH') HTTP/1.1" 204 0
2026-03-29 06:36:59 [bca.uk] INFO: Found listing with ID: GF15%20ZYM
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520ZYM%27 HTTP/1.1" 200 None
2026-03-29 06:36:59 [bca.uk] INFO: Scrape type for GF15%20ZYM: 2
2026-03-29 06:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM
2026-03-29 06:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0940b4da-7245-5b07-be0c-9aee71bf34a1 with scrape type 2
2026-03-29 06:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0940b4da-7245-5b07-be0c-9aee71bf34a1 with scrape type 2
2026-03-29 06:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0940b4da-7245-5b07-be0c-9aee71bf34a1, identifier: GF15%20ZYM
2026-03-29 06:36:59 [bca.uk] INFO: Found listing with ID: WN73%20DJO
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520DJO%27 HTTP/1.1" 200 None
2026-03-29 06:36:59 [bca.uk] INFO: Scrape type for WN73%20DJO: 2
2026-03-29 06:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO
2026-03-29 06:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with scrape type 2
2026-03-29 06:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with scrape type 2
2026-03-29 06:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974, identifier: WN73%20DJO
2026-03-29 06:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM
2026-03-29 06:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM
2026-03-29 06:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM to the API
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA19%20ZXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e22de377-cae0-5a77-9496-e1a49eb64b37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA19 ZXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA19%20ZXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 63747,
 'odometer_reading_unit': '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.0 TSI 115 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 SE',
 'vin': 'WVGZZZA1ZKV090841',
 'year': 2019}
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZXM%27 HTTP/1.1" 200 None
2026-03-29 06:37:00 [bca.uk] INFO: Saving data for MA19%20ZXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774390887.871558, 'last_price_update_time': 1774766220.24609}
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA19%2520ZXM') HTTP/1.1" 204 0
2026-03-29 06:37:00 [bca.uk] INFO: Found listing with ID: CF16%20NXL
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 06:37:00 [bca.uk] INFO: Scrape type for CF16%20NXL: 2
2026-03-29 06:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL
2026-03-29 06:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3220f1-c73a-51bc-864a-93c3f38c5e67 with scrape type 2
2026-03-29 06:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3220f1-c73a-51bc-864a-93c3f38c5e67 with scrape type 2
2026-03-29 06:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa3220f1-c73a-51bc-864a-93c3f38c5e67, identifier: CF16%20NXL
2026-03-29 06:37:00 [bca.uk] INFO: Found listing with ID: YK70%20ZSP
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZSP%27 HTTP/1.1" 200 None
2026-03-29 06:37:00 [bca.uk] INFO: Scrape type for YK70%20ZSP: 2
2026-03-29 06:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP
2026-03-29 06:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with scrape type 2
2026-03-29 06:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with scrape type 2
2026-03-29 06:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec, identifier: YK70%20ZSP
2026-03-29 06:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM
2026-03-29 06:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM
2026-03-29 06:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM to the API
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF15%20ZYM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0940b4da-7245-5b07-be0c-9aee71bf34a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF15 ZYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF15%20ZYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 18692,
 '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 SLK 200 1.8 AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'AMG SPORT TIP',
 'vin': 'WDD1724482F108410',
 'year': 2015}
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520ZYM%27 HTTP/1.1" 200 None
2026-03-29 06:37:00 [bca.uk] INFO: Saving data for GF15%20ZYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774364533.620561, 'last_price_update_time': 1774766220.733807}
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF15%2520ZYM') HTTP/1.1" 204 0
2026-03-29 06:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO
2026-03-29 06:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO
2026-03-29 06:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO to the API
2026-03-29 06:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20DJO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN73 DJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20DJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 17191,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPL65291',
 'year': 2023}
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520DJO%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Saving data for WN73%20DJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774355124.319053, 'last_price_update_time': 1774766221.018242}
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520DJO') HTTP/1.1" 204 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: YY67%20LLJ
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY67%2520LLJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for YY67%20LLJ: 2
2026-03-29 06:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ
2026-03-29 06:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with scrape type 2
2026-03-29 06:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with scrape type 2
2026-03-29 06:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6addf0e3-15a7-53ed-b8f3-b2d20917c527, identifier: YY67%20LLJ
2026-03-29 06:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL
2026-03-29 06:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL
2026-03-29 06:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL to the API
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF16%20NXL-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa3220f1-c73a-51bc-864a-93c3f38c5e67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF16 NXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF16%20NXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 74490,
 '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.6 TDI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 S LINE',
 'vin': 'WAUZZZ8V5HA020118',
 'year': 2016}
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520NXL%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Saving data for CF16%20NXL: {'auction_closing_time': 1775037600.0, 'created_time': 1774361398.069008, 'last_price_update_time': 1774766221.411167}
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF16%2520NXL') HTTP/1.1" 204 0
2026-03-29 06:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP
2026-03-29 06:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP
2026-03-29 06:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP to the API
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK70%20ZSP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '346b27b5-5daf-5999-8b8f-fee3df5ec5ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK70 ZSP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK70%20ZSP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 118130,
 '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 A6 2.0 40 TDI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI S LINE S-T',
 'vin': 'WAUZZZF20LN101442',
 'year': 2020}
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZSP%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Saving data for YK70%20ZSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363116.167147, 'last_price_update_time': 1774766221.68997}
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK70%2520ZSP') HTTP/1.1" 204 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: FL23%20AOF
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for FL23%20AOF: 2
2026-03-29 06:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF
2026-03-29 06:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e3c04d-3c0e-5e39-bda6-3f623df97468 with scrape type 2
2026-03-29 06:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83e3c04d-3c0e-5e39-bda6-3f623df97468 with scrape type 2
2026-03-29 06:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83e3c04d-3c0e-5e39-bda6-3f623df97468, identifier: FL23%20AOF
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: WN75%20TGO
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGO%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for WN75%20TGO: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: WR75%20UPE
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UPE%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for WR75%20UPE: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: WN75%20CWF
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CWF%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for WN75%20CWF: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: WN75%20GVO
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GVO%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for WN75%20GVO: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: HV74%20XZL
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520XZL%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for HV74%20XZL: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: HV24%20MXB
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520MXB%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for HV24%20MXB: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: WN75%20AZT
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZT%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for WN75%20AZT: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: WV75%20TVX
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TVX%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for WV75%20TVX: 0
2026-03-29 06:37:01 [bca.uk] INFO: Found listing with ID: YGZ%202961
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-29 06:37:01 [bca.uk] INFO: Scrape type for YGZ%202961: 2
2026-03-29 06:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961
2026-03-29 06:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with scrape type 2
2026-03-29 06:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with scrape type 2
2026-03-29 06:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 157f1d4d-aa4b-546a-a9cf-5672d2f96726, identifier: YGZ%202961
2026-03-29 06:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ
2026-03-29 06:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ
2026-03-29 06:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ to the API
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY67%20LLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6addf0e3-15a7-53ed-b8f3-b2d20917c527',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY67 LLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY67%20LLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': 'DUCATO 35',
 'odometer': 161282,
 '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 DUCATO 35 2.3 M/JET 130 LWB H/R (A&E) Ambulance',
 'transmission': 'manual',
 'trim': 'M/JET 130 LWB H/R (A&E)',
 'vin': 'ZFA25000002F41753',
 'year': 2017}
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY67%2520LLJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:02 [bca.uk] INFO: Saving data for YY67%20LLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391012.584134, 'last_price_update_time': 1774766222.344104}
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY67%2520LLJ') HTTP/1.1" 204 0
2026-03-29 06:37:02 [bca.uk] INFO: Found listing with ID: DF16%20VHJ
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520VHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:02 [bca.uk] INFO: Scrape type for DF16%20VHJ: 2
2026-03-29 06:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ
2026-03-29 06:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with scrape type 2
2026-03-29 06:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with scrape type 2
2026-03-29 06:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906, identifier: DF16%20VHJ
2026-03-29 06:37:02 [bca.uk] INFO: Found listing with ID: RF68%20KPP
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KPP%27 HTTP/1.1" 200 None
2026-03-29 06:37:02 [bca.uk] INFO: Scrape type for RF68%20KPP: 2
2026-03-29 06:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP
2026-03-29 06:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c486738-9202-5946-ab3a-cf0b015298d5 with scrape type 2
2026-03-29 06:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c486738-9202-5946-ab3a-cf0b015298d5 with scrape type 2
2026-03-29 06:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c486738-9202-5946-ab3a-cf0b015298d5, identifier: RF68%20KPP
2026-03-29 06:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF
2026-03-29 06:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF
2026-03-29 06:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF to the API
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL23%20AOF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '83e3c04d-3c0e-5e39-bda6-3f623df97468',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL23 AOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL23%20AOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 31136,
 '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': 'NMTK33BX10R255117',
 'year': 2023}
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520AOF%27 HTTP/1.1" 200 None
2026-03-29 06:37:02 [bca.uk] INFO: Saving data for FL23%20AOF: {'auction_closing_time': 1775556000.0, 'created_time': 1774364750.177948, 'last_price_update_time': 1774766222.966391}
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL23%2520AOF') HTTP/1.1" 204 0
2026-03-29 06:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961
2026-03-29 06:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961
2026-03-29 06:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961 to the API
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YGZ%202961-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': '157f1d4d-aa4b-546a-a9cf-5672d2f96726',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YGZ 2961',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YGZ%202961&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 33639,
 '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': 'HONDA JAZZ 1.5 I-MMD HYBRID SR ECVT Hatchback',
 'transmission': 'automatic',
 'trim': 'I-MMD HYBRID SR ECVT',
 'vin': 'JHMGR3850PS211636',
 'year': 2023}
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-29 06:37:03 [bca.uk] INFO: Saving data for YGZ%202961: {'auction_closing_time': 1775037600.0, 'created_time': 1774392134.185725, 'last_price_update_time': 1774766223.246972}
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25202961') HTTP/1.1" 204 0
2026-03-29 06:37:03 [bca.uk] INFO: Found listing with ID: KN71%20EZW
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 06:37:03 [bca.uk] INFO: Scrape type for KN71%20EZW: 2
2026-03-29 06:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW
2026-03-29 06:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with scrape type 2
2026-03-29 06:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with scrape type 2
2026-03-29 06:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154, identifier: KN71%20EZW
2026-03-29 06:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ
2026-03-29 06:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ
2026-03-29 06:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ to the API
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF16%20VHJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12c6c705-5cbf-5b7d-b392-0ac43ff8b906',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF16 VHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF16%20VHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 30962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLACK EDITION',
 'vin': 'WF0UXXLTRUGG85786',
 'year': 2016}
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520VHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:03 [bca.uk] INFO: Saving data for DF16%20VHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361401.936503, 'last_price_update_time': 1774766223.650402}
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF16%2520VHJ') HTTP/1.1" 204 0
2026-03-29 06:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP
2026-03-29 06:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP
2026-03-29 06:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP to the API
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF68%20KPP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c486738-9202-5946-ab3a-cf0b015298d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF68 KPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF68%20KPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 71754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J582111',
 'year': 2018}
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KPP%27 HTTP/1.1" 200 None
2026-03-29 06:37:03 [bca.uk] INFO: Saving data for RF68%20KPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363162.963552, 'last_price_update_time': 1774766223.922091}
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF68%2520KPP') HTTP/1.1" 204 0
2026-03-29 06:37:03 [bca.uk] INFO: Found listing with ID: DC73%20XAR
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 06:37:03 [bca.uk] INFO: Scrape type for DC73%20XAR: 2
2026-03-29 06:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR
2026-03-29 06:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91f91b79-b0e4-5783-bae4-8266c4e77998 with scrape type 2
2026-03-29 06:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91f91b79-b0e4-5783-bae4-8266c4e77998 with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91f91b79-b0e4-5783-bae4-8266c4e77998, identifier: DC73%20XAR
2026-03-29 06:37:04 [bca.uk] INFO: Found listing with ID: VO70%20HMG
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 06:37:04 [bca.uk] INFO: Scrape type for VO70%20HMG: 2
2026-03-29 06:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG
2026-03-29 06:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a31087-db02-54b6-a9fe-dd8549d14ada with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a31087-db02-54b6-a9fe-dd8549d14ada with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a31087-db02-54b6-a9fe-dd8549d14ada, identifier: VO70%20HMG
2026-03-29 06:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW
2026-03-29 06:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW
2026-03-29 06:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW to the API
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN71%20EZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b51c65d1-bad8-5c6b-8c0c-ba27cfb25154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN71 EZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20EZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 106011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P400508',
 'year': 2021}
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520EZW%27 HTTP/1.1" 200 None
2026-03-29 06:37:04 [bca.uk] INFO: Saving data for KN71%20EZW: {'auction_closing_time': 1774951200.0, 'created_time': 1774391064.294344, 'last_price_update_time': 1774766224.447277}
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520EZW') HTTP/1.1" 204 0
2026-03-29 06:37:04 [bca.uk] INFO: Found listing with ID: DL18%20OTR
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 06:37:04 [bca.uk] INFO: Scrape type for DL18%20OTR: 2
2026-03-29 06:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR
2026-03-29 06:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59633683-7564-5066-97da-87efc9447e2e with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59633683-7564-5066-97da-87efc9447e2e with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59633683-7564-5066-97da-87efc9447e2e, identifier: DL18%20OTR
2026-03-29 06:37:04 [bca.uk] INFO: Found listing with ID: GV72%20FCO
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520FCO%27 HTTP/1.1" 200 None
2026-03-29 06:37:04 [bca.uk] INFO: Scrape type for GV72%20FCO: 2
2026-03-29 06:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO
2026-03-29 06:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f65f415a-f669-504b-98bb-7e4d079247d2 with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f65f415a-f669-504b-98bb-7e4d079247d2 with scrape type 2
2026-03-29 06:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f65f415a-f669-504b-98bb-7e4d079247d2, identifier: GV72%20FCO
2026-03-29 06:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR
2026-03-29 06:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR
2026-03-29 06:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR to the API
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20XAR-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': '91f91b79-b0e4-5783-bae4-8266c4e77998',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC73 XAR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20XAR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 14867,
 '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': 'VNKKBAC340A327503',
 'year': 2024}
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520XAR%27 HTTP/1.1" 200 None
2026-03-29 06:37:04 [bca.uk] INFO: Saving data for DC73%20XAR: {'auction_closing_time': 1775556000.0, 'created_time': 1774364707.381024, 'last_price_update_time': 1774766224.965332}
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520XAR') HTTP/1.1" 204 0
2026-03-29 06:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG
2026-03-29 06:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG
2026-03-29 06:37:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG to the API
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20HMG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b7a31087-db02-54b6-a9fe-dd8549d14ada',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO70 HMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20HMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 71728,
 '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 2WD R LINE TECH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 2WD R LINE TECH DSG',
 'vin': 'WVGZZZ5NZLW398675',
 'year': 2020}
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-29 06:37:05 [bca.uk] INFO: Saving data for VO70%20HMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774392131.828563, 'last_price_update_time': 1774766225.247471}
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520HMG') HTTP/1.1" 204 0
2026-03-29 06:37:05 [bca.uk] INFO: Found listing with ID: WM68%20UCG
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 06:37:05 [bca.uk] INFO: Scrape type for WM68%20UCG: 2
2026-03-29 06:37:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG
2026-03-29 06:37:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c17d98-2ba2-58dd-b0cf-d93201858bfe with scrape type 2
2026-03-29 06:37:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1c17d98-2ba2-58dd-b0cf-d93201858bfe with scrape type 2
2026-03-29 06:37:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1c17d98-2ba2-58dd-b0cf-d93201858bfe, identifier: WM68%20UCG
2026-03-29 06:37:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR
2026-03-29 06:37:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR
2026-03-29 06:37:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR to the API
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL18%20OTR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59633683-7564-5066-97da-87efc9447e2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL18 OTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL18%20OTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 56397,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': '90 SRI',
 'vin': 'W0V0XEP68J4362200',
 'year': 2018}
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 06:37:05 [bca.uk] INFO: Saving data for DL18%20OTR: {'auction_closing_time': 1775037600.0, 'created_time': 1774361357.150147, 'last_price_update_time': 1774766225.653457}
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL18%2520OTR') HTTP/1.1" 204 0
2026-03-29 06:37:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO
2026-03-29 06:37:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO
2026-03-29 06:37:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO to the API
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20FCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f65f415a-f669-504b-98bb-7e4d079247d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV72 FCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20FCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 16076,
 '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 300 AMG LINE PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1KEG1BB5PF015046',
 'year': 2023}
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520FCO%27 HTTP/1.1" 200 None
2026-03-29 06:37:05 [bca.uk] INFO: Saving data for GV72%20FCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774363085.942998, 'last_price_update_time': 1774766225.91825}
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520FCO') HTTP/1.1" 204 0
2026-03-29 06:37:05 [bca.uk] INFO: Found listing with ID: RK68%20HRC
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 06:37:05 [bca.uk] INFO: Scrape type for RK68%20HRC: 2
2026-03-29 06:37:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC
2026-03-29 06:37:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with scrape type 2
2026-03-29 06:37:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef, identifier: RK68%20HRC
2026-03-29 06:37:06 [bca.uk] INFO: Found listing with ID: SY72%20UYF
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 06:37:06 [bca.uk] INFO: Scrape type for SY72%20UYF: 2
2026-03-29 06:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF
2026-03-29 06:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a280c2e0-6fbf-59e1-9b1e-323d367ed7af with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a280c2e0-6fbf-59e1-9b1e-323d367ed7af with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a280c2e0-6fbf-59e1-9b1e-323d367ed7af, identifier: SY72%20UYF
2026-03-29 06:37:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG
2026-03-29 06:37:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG
2026-03-29 06:37:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG to the API
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM68%20UCG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1c17d98-2ba2-58dd-b0cf-d93201858bfe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM68 UCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM68%20UCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 155446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 114 2.0 CDI L1 RWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L1 RWD PROGRESSIVE',
 'vin': 'WDF44770323573290',
 'year': 2019}
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520UCG%27 HTTP/1.1" 200 None
2026-03-29 06:37:06 [bca.uk] INFO: Saving data for WM68%20UCG: {'auction_closing_time': 1774951200.0, 'created_time': 1774391064.665052, 'last_price_update_time': 1774766226.455602}
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM68%2520UCG') HTTP/1.1" 204 0
2026-03-29 06:37:06 [bca.uk] INFO: Found listing with ID: FL15%20OFK
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520OFK%27 HTTP/1.1" 200 None
2026-03-29 06:37:06 [bca.uk] INFO: Scrape type for FL15%20OFK: 2
2026-03-29 06:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK
2026-03-29 06:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6, identifier: FL15%20OFK
2026-03-29 06:37:06 [bca.uk] INFO: Found listing with ID: LF68%20UJS
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UJS%27 HTTP/1.1" 200 None
2026-03-29 06:37:06 [bca.uk] INFO: Scrape type for LF68%20UJS: 2
2026-03-29 06:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS
2026-03-29 06:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64efe1e8-1f57-50ab-b484-462cd1206e24 with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64efe1e8-1f57-50ab-b484-462cd1206e24 with scrape type 2
2026-03-29 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64efe1e8-1f57-50ab-b484-462cd1206e24, identifier: LF68%20UJS
2026-03-29 06:37:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC
2026-03-29 06:37:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC
2026-03-29 06:37:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC to the API
2026-03-29 06:37:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK68%20HRC-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': 'b2c41d61-c38f-51cf-bafc-d1cfcfc985ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK68 HRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK68%20HRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 27954,
 'odometer_reading_unit': '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': 'SB1MS3JE60E450055',
 'year': 2018}
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520HRC%27 HTTP/1.1" 200 None
2026-03-29 06:37:07 [bca.uk] INFO: Saving data for RK68%20HRC: {'auction_closing_time': 1775556000.0, 'created_time': 1774364751.799501, 'last_price_update_time': 1774766227.008293}
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK68%2520HRC') HTTP/1.1" 204 0
2026-03-29 06:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF
2026-03-29 06:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF
2026-03-29 06:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF to the API
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY72%20UYF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a280c2e0-6fbf-59e1-9b1e-323d367ed7af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY72 UYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY72%20UYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 66197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VR3USHNSKNJ873713',
 'year': 2023}
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37: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%2520UYF%27 HTTP/1.1" 200 None
2026-03-29 06:37:07 [bca.uk] INFO: Saving data for SY72%20UYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774392121.842906, 'last_price_update_time': 1774766227.409729}
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY72%2520UYF') HTTP/1.1" 204 0
2026-03-29 06:37:07 [bca.uk] INFO: Found listing with ID: LJ73%20PHC
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520PHC%27 HTTP/1.1" 200 None
2026-03-29 06:37:07 [bca.uk] INFO: Scrape type for LJ73%20PHC: 0
2026-03-29 06:37:07 [bca.uk] INFO: Found listing with ID: KR71%20ZFN
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37: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%2520ZFN%27 HTTP/1.1" 200 None
2026-03-29 06:37:07 [bca.uk] INFO: Scrape type for KR71%20ZFN: 0
2026-03-29 06:37:07 [bca.uk] INFO: Found listing with ID: DS16%20DSX
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520DSX%27 HTTP/1.1" 200 None
2026-03-29 06:37:07 [bca.uk] INFO: Scrape type for DS16%20DSX: 2
2026-03-29 06:37:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6c54986-bf48-503c-b23b-0dfa8f304e67 with identifier: DS16%20DSX
2026-03-29 06:37:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6c54986-bf48-503c-b23b-0dfa8f304e67 with scrape type 2
2026-03-29 06:37:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6c54986-bf48-503c-b23b-0dfa8f304e67 with scrape type 2
2026-03-29 06:37:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6c54986-bf48-503c-b23b-0dfa8f304e67, identifier: DS16%20DSX
2026-03-29 06:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK
2026-03-29 06:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK
2026-03-29 06:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK to the API
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL15%20OFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e6dbc24-75d6-56d6-a388-6a226ce0e2a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL15 OFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL15%20OFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 78650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 E-HDI 115 VTR+ ETG6 MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 VTR+ ETG6',
 'vin': 'VF73A9HC8FJ590184',
 'year': 2015}
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520OFK%27 HTTP/1.1" 200 None
2026-03-29 06:37:07 [bca.uk] INFO: Saving data for FL15%20OFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774361320.871184, 'last_price_update_time': 1774766227.832631}
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL15%2520OFK') HTTP/1.1" 204 0
2026-03-29 06:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS
2026-03-29 06:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS
2026-03-29 06:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS to the API
2026-03-29 06:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF68%20UJS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64efe1e8-1f57-50ab-b484-462cd1206e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF68 UJS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF68%20UJS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 70869,
 'odometer_reading_unit': '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 MACAN 2.0 242 PDK StationWagon',
 'transmission': 'automatic',
 'trim': '242 PDK',
 'vin': 'WP1ZZZ95ZKLB06305',
 'year': 2018}
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UJS%27 HTTP/1.1" 200 None
2026-03-29 06:37:08 [bca.uk] INFO: Saving data for LF68%20UJS: {'auction_closing_time': 1774864800.0, 'created_time': 1774363076.641347, 'last_price_update_time': 1774766228.146354}
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF68%2520UJS') HTTP/1.1" 204 0
2026-03-29 06:37:08 [bca.uk] INFO: Found listing with ID: MK21%20TKU
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:37:08 [bca.uk] INFO: Scrape type for MK21%20TKU: 2
2026-03-29 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU
2026-03-29 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23126eef-7c90-529b-b616-9fe3fa9738cb with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23126eef-7c90-529b-b616-9fe3fa9738cb with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23126eef-7c90-529b-b616-9fe3fa9738cb, identifier: MK21%20TKU
2026-03-29 06:37:08 [bca.uk] INFO: Found listing with ID: PK23%20EKM
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-29 06:37:08 [bca.uk] INFO: Scrape type for PK23%20EKM: 2
2026-03-29 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM
2026-03-29 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item affc6185-761c-58da-8021-e86cb5f2a19c with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item affc6185-761c-58da-8021-e86cb5f2a19c with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: affc6185-761c-58da-8021-e86cb5f2a19c, identifier: PK23%20EKM
2026-03-29 06:37:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6c54986-bf48-503c-b23b-0dfa8f304e67 with identifier: DS16%20DSX
2026-03-29 06:37:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6c54986-bf48-503c-b23b-0dfa8f304e67 with identifier: DS16%20DSX
2026-03-29 06:37:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6c54986-bf48-503c-b23b-0dfa8f304e67 with identifier: DS16%20DSX to the API
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS16%20DSX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b6c54986-bf48-503c-b23b-0dfa8f304e67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS16 DSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS16%20DSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 97442,
 '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': 'W0L0XEP68G4253989',
 'year': 2016}
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520DSX%27 HTTP/1.1" 200 None
2026-03-29 06:37:08 [bca.uk] INFO: Saving data for DS16%20DSX: {'auction_closing_time': 1774778400.0, 'created_time': 1774391494.6949, 'last_price_update_time': 1774766228.628659}
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS16%2520DSX') HTTP/1.1" 204 0
2026-03-29 06:37:08 [bca.uk] INFO: Found listing with ID: FL66%20FRU
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520FRU%27 HTTP/1.1" 200 None
2026-03-29 06:37:08 [bca.uk] INFO: Scrape type for FL66%20FRU: 2
2026-03-29 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU
2026-03-29 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93aa4cd8-1422-57e0-8032-d805a1558eb4 with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93aa4cd8-1422-57e0-8032-d805a1558eb4 with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93aa4cd8-1422-57e0-8032-d805a1558eb4, identifier: FL66%20FRU
2026-03-29 06:37:08 [bca.uk] INFO: Found listing with ID: HK23%20EZB
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520EZB%27 HTTP/1.1" 200 None
2026-03-29 06:37:08 [bca.uk] INFO: Scrape type for HK23%20EZB: 2
2026-03-29 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB
2026-03-29 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d76086f5-5663-583b-b845-13e2d8f13419 with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d76086f5-5663-583b-b845-13e2d8f13419 with scrape type 2
2026-03-29 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d76086f5-5663-583b-b845-13e2d8f13419, identifier: HK23%20EZB
2026-03-29 06:37:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU
2026-03-29 06:37:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU
2026-03-29 06:37:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU to the API
2026-03-29 06:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK21%20TKU-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': '23126eef-7c90-529b-b616-9fe3fa9738cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK21 TKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK21%20TKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 83936,
 '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 COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BE80E210117',
 'year': 2021}
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520TKU%27 HTTP/1.1" 200 None
2026-03-29 06:37:09 [bca.uk] INFO: Saving data for MK21%20TKU: {'auction_closing_time': 1775556000.0, 'created_time': 1774364678.121102, 'last_price_update_time': 1774766229.167858}
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK21%2520TKU') HTTP/1.1" 204 0
2026-03-29 06:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM
2026-03-29 06:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM
2026-03-29 06:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM to the API
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK23%20EKM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'affc6185-761c-58da-8021-e86cb5f2a19c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK23 EKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK23%20EKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 40029,
 '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 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BXX0R247355',
 'year': 2023}
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-29 06:37:09 [bca.uk] INFO: Saving data for PK23%20EKM: {'auction_closing_time': 1775037600.0, 'created_time': 1774392126.128815, 'last_price_update_time': 1774766229.447922}
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK23%2520EKM') HTTP/1.1" 204 0
2026-03-29 06:37:09 [bca.uk] INFO: Found listing with ID: YY66%20KXD
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520KXD%27 HTTP/1.1" 200 None
2026-03-29 06:37:09 [bca.uk] INFO: Scrape type for YY66%20KXD: 2
2026-03-29 06:37:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32 with identifier: YY66%20KXD
2026-03-29 06:37:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32 with scrape type 2
2026-03-29 06:37:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32 with scrape type 2
2026-03-29 06:37:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32, identifier: YY66%20KXD
2026-03-29 06:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU
2026-03-29 06:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU
2026-03-29 06:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU to the API
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL66%20FRU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93aa4cd8-1422-57e0-8032-d805a1558eb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL66 FRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL66%20FRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 54655,
 '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 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNTAAE12U1157355',
 'year': 2016}
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520FRU%27 HTTP/1.1" 200 None
2026-03-29 06:37:09 [bca.uk] INFO: Saving data for FL66%20FRU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361325.746755, 'last_price_update_time': 1774766229.862738}
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL66%2520FRU') HTTP/1.1" 204 0
2026-03-29 06:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB
2026-03-29 06:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB
2026-03-29 06:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB to the API
2026-03-29 06:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20EZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd76086f5-5663-583b-b845-13e2d8f13419',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 EZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20EZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 24255,
 '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 BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS+',
 'vin': 'VF1FL000X70617349',
 'year': 2023}
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520EZB%27 HTTP/1.1" 200 None
2026-03-29 06:37:10 [bca.uk] INFO: Saving data for HK23%20EZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774363549.781815, 'last_price_update_time': 1774766230.160541}
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520EZB') HTTP/1.1" 204 0
2026-03-29 06:37:10 [bca.uk] INFO: Found listing with ID: LS72%20XFB
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XFB%27 HTTP/1.1" 200 None
2026-03-29 06:37:10 [bca.uk] INFO: Scrape type for LS72%20XFB: 2
2026-03-29 06:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB
2026-03-29 06:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc616c82-bfb1-52b2-a2c2-5a007b946836 with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc616c82-bfb1-52b2-a2c2-5a007b946836 with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc616c82-bfb1-52b2-a2c2-5a007b946836, identifier: LS72%20XFB
2026-03-29 06:37:10 [bca.uk] INFO: Found listing with ID: NA23%20MTZ
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:10 [bca.uk] INFO: Scrape type for NA23%20MTZ: 2
2026-03-29 06:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ
2026-03-29 06:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f5bf335-9317-57d9-9e6f-3ccbce673add with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f5bf335-9317-57d9-9e6f-3ccbce673add with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f5bf335-9317-57d9-9e6f-3ccbce673add, identifier: NA23%20MTZ
2026-03-29 06:37:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32 with identifier: YY66%20KXD
2026-03-29 06:37:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32 with identifier: YY66%20KXD
2026-03-29 06:37:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32 with identifier: YY66%20KXD to the API
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY66%20KXD-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec6ced42-bfff-5f1c-9560-0f5d8b9f6e32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY66 KXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY66%20KXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 78011,
 '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.6 I-DTEC 120 SE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE PLUS',
 'vin': 'SHHFK3770GU602132',
 'year': 2016}
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520KXD%27 HTTP/1.1" 200 None
2026-03-29 06:37:10 [bca.uk] INFO: Saving data for YY66%20KXD: {'auction_closing_time': 1774778400.0, 'created_time': 1774391485.688201, 'last_price_update_time': 1774766230.775038}
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY66%2520KXD') HTTP/1.1" 204 0
2026-03-29 06:37:10 [bca.uk] INFO: Found listing with ID: FM17%20GYU
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520GYU%27 HTTP/1.1" 200 None
2026-03-29 06:37:10 [bca.uk] INFO: Scrape type for FM17%20GYU: 2
2026-03-29 06:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU
2026-03-29 06:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59bca800-ebf3-5e17-be8c-8866510ce561 with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59bca800-ebf3-5e17-be8c-8866510ce561 with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59bca800-ebf3-5e17-be8c-8866510ce561, identifier: FM17%20GYU
2026-03-29 06:37:10 [bca.uk] INFO: Found listing with ID: LT23%20EHJ
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520EHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:10 [bca.uk] INFO: Scrape type for LT23%20EHJ: 2
2026-03-29 06:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ
2026-03-29 06:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with scrape type 2
2026-03-29 06:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with scrape type 2
2026-03-29 06:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ccfe64a-457d-54a3-82b6-8e650d2279e4, identifier: LT23%20EHJ
2026-03-29 06:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB
2026-03-29 06:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB
2026-03-29 06:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB to the API
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20XFB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc616c82-bfb1-52b2-a2c2-5a007b946836',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 XFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20XFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19061,
 'odometer_reading_unit': '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': 'JTDAGNAC300071747',
 'year': 2022}
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XFB%27 HTTP/1.1" 200 None
2026-03-29 06:37:11 [bca.uk] INFO: Saving data for LS72%20XFB: {'auction_closing_time': 1775556000.0, 'created_time': 1774364741.748133, 'last_price_update_time': 1774766231.342303}
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520XFB') HTTP/1.1" 204 0
2026-03-29 06:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ
2026-03-29 06:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ
2026-03-29 06:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ to the API
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA23%20MTZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7f5bf335-9317-57d9-9e6f-3ccbce673add',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA23 MTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA23%20MTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 13525,
 '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 120 GT-LINE S DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI 120 GT-LINE S DCT',
 'vin': 'KNADD817VP6847556',
 'year': 2023}
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:11 [bca.uk] INFO: Saving data for NA23%20MTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774392128.997442, 'last_price_update_time': 1774766231.753848}
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA23%2520MTZ') HTTP/1.1" 204 0
2026-03-29 06:37:11 [scrapy.extensions.logstats] INFO: Crawled 158 pages (at 1 pages/min), scraped 4351 items (at 135 items/min)
2026-03-29 06:37:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:37:11 [bca.uk] INFO: Found listing with ID: WU67%20EYO
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU67%2520EYO%27 HTTP/1.1" 200 None
2026-03-29 06:37:11 [bca.uk] INFO: Scrape type for WU67%20EYO: 2
2026-03-29 06:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c52df31-37fa-58f5-a809-f5ef1fd282e4 with identifier: WU67%20EYO
2026-03-29 06:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c52df31-37fa-58f5-a809-f5ef1fd282e4 with scrape type 2
2026-03-29 06:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c52df31-37fa-58f5-a809-f5ef1fd282e4 with scrape type 2
2026-03-29 06:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c52df31-37fa-58f5-a809-f5ef1fd282e4, identifier: WU67%20EYO
2026-03-29 06:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 06:37:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=caribbean+aqua+met. HTTP/1.1" 200 None
2026-03-29 06:37:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 06:37: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:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU
2026-03-29 06:37:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU to the API
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM17%20GYU-GB',
 'category': 'Car',
 'color': 'caribbean aqua met',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59bca800-ebf3-5e17-be8c-8866510ce561',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM17 GYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM17%20GYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 37602,
 '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': 'WMWWG320203C38659',
 'year': 2017}
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520GYU%27 HTTP/1.1" 200 None
2026-03-29 06:37:12 [bca.uk] INFO: Saving data for FM17%20GYU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361341.04625, 'last_price_update_time': 1774766232.376429}
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM17%2520GYU') HTTP/1.1" 204 0
2026-03-29 06:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ
2026-03-29 06:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ
2026-03-29 06:37:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ to the API
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT23%20EHJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ccfe64a-457d-54a3-82b6-8e650d2279e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT23 EHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT23%20EHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ISUZU TRUCKS',
 'model': 'N35.125S',
 'odometer': 43941,
 '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': 'ISUZU TRUCKS N35.125S 1.9 GRAFTER SWB Tipper',
 'transmission': 'manual',
 'trim': 'GRAFTER SWB',
 'vin': 'JAANLR87EM7103807',
 'year': 2023}
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520EHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:12 [bca.uk] INFO: Saving data for LT23%20EHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363500.486643, 'last_price_update_time': 1774766232.662345}
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT23%2520EHJ') HTTP/1.1" 204 0
2026-03-29 06:37:12 [bca.uk] INFO: Found listing with ID: PV19%20SXW
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV19%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 06:37:12 [bca.uk] INFO: Scrape type for PV19%20SXW: 2
2026-03-29 06:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW
2026-03-29 06:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with scrape type 2
2026-03-29 06:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with scrape type 2
2026-03-29 06:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00263c28-9b2a-5f1f-ae42-4395d04b8f73, identifier: PV19%20SXW
2026-03-29 06:37:12 [bca.uk] INFO: Found listing with ID: LT74%20PVV
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520PVV%27 HTTP/1.1" 200 None
2026-03-29 06:37:12 [bca.uk] INFO: Scrape type for LT74%20PVV: 0
2026-03-29 06:37:12 [bca.uk] INFO: Found listing with ID: DG72%20VTM
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-29 06:37:12 [bca.uk] INFO: Scrape type for DG72%20VTM: 2
2026-03-29 06:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM
2026-03-29 06:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07085bac-f595-51ec-8522-d9d815f96ade with scrape type 2
2026-03-29 06:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07085bac-f595-51ec-8522-d9d815f96ade with scrape type 2
2026-03-29 06:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07085bac-f595-51ec-8522-d9d815f96ade, identifier: DG72%20VTM
2026-03-29 06:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c52df31-37fa-58f5-a809-f5ef1fd282e4 with identifier: WU67%20EYO
2026-03-29 06:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c52df31-37fa-58f5-a809-f5ef1fd282e4 with identifier: WU67%20EYO
2026-03-29 06:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c52df31-37fa-58f5-a809-f5ef1fd282e4 with identifier: WU67%20EYO to the API
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU67%20EYO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c52df31-37fa-58f5-a809-f5ef1fd282e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU67 EYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU67%20EYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 91807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 TDI 150 SE TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE TECHNIK',
 'vin': 'WAUZZZ8VXJA024476',
 'year': 2017}
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU67%2520EYO%27 HTTP/1.1" 200 None
2026-03-29 06:37:13 [bca.uk] INFO: Saving data for WU67%20EYO: {'auction_closing_time': 1774778400.0, 'created_time': 1774391309.782507, 'last_price_update_time': 1774766233.194523}
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU67%2520EYO') HTTP/1.1" 204 0
2026-03-29 06:37:13 [bca.uk] INFO: Found listing with ID: FT17%20CYW
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520CYW%27 HTTP/1.1" 200 None
2026-03-29 06:37:13 [bca.uk] INFO: Scrape type for FT17%20CYW: 2
2026-03-29 06:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW
2026-03-29 06:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b40aa7b-624f-52be-b773-379f41d76af0 with scrape type 2
2026-03-29 06:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b40aa7b-624f-52be-b773-379f41d76af0 with scrape type 2
2026-03-29 06:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b40aa7b-624f-52be-b773-379f41d76af0, identifier: FT17%20CYW
2026-03-29 06:37:13 [bca.uk] INFO: Found listing with ID: LA23%20HSG
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA23%2520HSG%27 HTTP/1.1" 200 None
2026-03-29 06:37:13 [bca.uk] INFO: Scrape type for LA23%20HSG: 2
2026-03-29 06:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG
2026-03-29 06:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd25840e-e812-5a42-b9ea-ad818aea9df0 with scrape type 2
2026-03-29 06:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd25840e-e812-5a42-b9ea-ad818aea9df0 with scrape type 2
2026-03-29 06:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd25840e-e812-5a42-b9ea-ad818aea9df0, identifier: LA23%20HSG
2026-03-29 06:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW
2026-03-29 06:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW
2026-03-29 06:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW to the API
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PV19%20SXW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00263c28-9b2a-5f1f-ae42-4395d04b8f73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PV19 SXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PV19%20SXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 43439,
 'odometer_reading_unit': '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 45 TDI QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '45 TDI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M4KD033431',
 'year': 2019}
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV19%2520SXW%27 HTTP/1.1" 200 None
2026-03-29 06:37:13 [bca.uk] INFO: Saving data for PV19%20SXW: {'auction_closing_time': 1774951200.0, 'created_time': 1774364622.879345, 'last_price_update_time': 1774766233.777986}
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PV19%2520SXW') HTTP/1.1" 204 0
2026-03-29 06:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM
2026-03-29 06:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM
2026-03-29 06:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM to the API
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG72%20VTM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07085bac-f595-51ec-8522-d9d815f96ade',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG72 VTM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG72%20VTM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 28899,
 '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.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS5N6844521',
 'year': 2023}
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Saving data for DG72%20VTM: {'auction_closing_time': 1775037600.0, 'created_time': 1774355082.753511, 'last_price_update_time': 1774766234.059534}
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG72%2520VTM') HTTP/1.1" 204 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: WO24%20NGV
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NGV%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for WO24%20NGV: 2
2026-03-29 06:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV
2026-03-29 06:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with scrape type 2
2026-03-29 06:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with scrape type 2
2026-03-29 06:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8, identifier: WO24%20NGV
2026-03-29 06:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW
2026-03-29 06:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW
2026-03-29 06:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW to the API
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT17%20CYW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b40aa7b-624f-52be-b773-379f41d76af0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT17 CYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT17%20CYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 137897,
 '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 C220 D 2.1 SE EXECUTIVE EDITION 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE EDITION 9G',
 'vin': 'WDD2050042R316226',
 'year': 2017}
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520CYW%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Saving data for FT17%20CYW: {'auction_closing_time': 1775037600.0, 'created_time': 1774361301.029123, 'last_price_update_time': 1774766234.447648}
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT17%2520CYW') HTTP/1.1" 204 0
2026-03-29 06:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG
2026-03-29 06:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG
2026-03-29 06:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG to the API
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA23%20HSG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd25840e-e812-5a42-b9ea-ad818aea9df0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA23 HSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA23%20HSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 67406,
 '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 L3 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER',
 'vin': 'WF0EXXTTRENB35057',
 'year': 2023}
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA23%2520HSG%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Saving data for LA23%20HSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774363564.015712, 'last_price_update_time': 1774766234.732636}
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA23%2520HSG') HTTP/1.1" 204 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: LP72%20NVL
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520NVL%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for LP72%20NVL: 2
2026-03-29 06:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL
2026-03-29 06:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02bfdf3e-9a10-506a-978c-03120e7f1095 with scrape type 2
2026-03-29 06:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02bfdf3e-9a10-506a-978c-03120e7f1095 with scrape type 2
2026-03-29 06:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02bfdf3e-9a10-506a-978c-03120e7f1095, identifier: LP72%20NVL
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: BF74%20XYK
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF74%2520XYK%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for BF74%20XYK: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YC25%20EKK
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520EKK%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YC25%20EKK: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YC25%20OMX
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMX%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YC25%20OMX: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YG74%20OHZ
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YG74%20OHZ: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YB25%20FHF
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520FHF%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YB25%20FHF: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YC25%20WFR
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WFR%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YC25%20WFR: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YC25%20OGS
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OGS%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YC25%20OGS: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YB25%20PGX
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520PGX%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YB25%20PGX: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YC25%20OMF
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-29 06:37:14 [bca.uk] INFO: Scrape type for YC25%20OMF: 0
2026-03-29 06:37:14 [bca.uk] INFO: Found listing with ID: YG74%20OTR
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OTR%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for YG74%20OTR: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: YG74%20OCH
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCH%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for YG74%20OCH: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: YG74%20OCF
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCF%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for YG74%20OCF: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: YC25%20VKT
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VKT%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for YC25%20VKT: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: YG74%20OHX
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for YG74%20OHX: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: YG74%20OSO
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSO%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for YG74%20OSO: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: EF69%20RXB
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520RXB%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for EF69%20RXB: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: DU67%20GCO
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520GCO%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for DU67%20GCO: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: FL70%20WVT
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520WVT%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for FL70%20WVT: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: GM22%20AVJ
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM22%2520AVJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for GM22%20AVJ: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LG66%20XRN
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520XRN%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LG66%20XRN: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LJ67%20XFS
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ67%2520XFS%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LJ67%20XFS: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LN64%20FAM
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520FAM%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LN64%20FAM: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: NG13%20HBL
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520HBL%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for NG13%20HBL: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: RE15%20AUY
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE15%2520AUY%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for RE15%20AUY: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: RF13%20JJO
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF13%2520JJO%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for RF13%20JJO: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: RO17%20XFT
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520XFT%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for RO17%20XFT: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: SB67%20TOU
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB67%2520TOU%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for SB67%20TOU: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: AE18%20NYH
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE18%2520NYH%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for AE18%20NYH: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: CP18%20JVC
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520JVC%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for CP18%20JVC: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LH16%20CGY
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH16%2520CGY%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LH16%20CGY: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: MA17%20HXJ
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520HXJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for MA17%20HXJ: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: NX68%20WTA
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520WTA%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for NX68%20WTA: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: SS16%20MFY
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SS16%2520MFY%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for SS16%20MFY: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: VN18%20NPO
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520NPO%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for VN18%20NPO: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: CV11%20YVH
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520YVH%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for CV11%20YVH: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LO64%20UBA
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520UBA%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LO64%20UBA: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: OE16%20HTK
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520HTK%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for OE16%20HTK: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: FE69%20YPM
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520YPM%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for FE69%20YPM: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: JO54%20JAV
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JO54%2520JAV%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for JO54%20JAV: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: BF16%20HHD
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HHD%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for BF16%20HHD: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: ESZ%201074
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25201074%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for ESZ%201074: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: SM15%20HEJ
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520HEJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for SM15%20HEJ: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: DL73%20UHJ
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for DL73%20UHJ: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: KE23%20LXF
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXF%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for KE23%20LXF: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: KE23%20LXW
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXW%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for KE23%20LXW: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LL74%20DKX
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKX%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LL74%20DKX: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LN24%20PWJ
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LN24%20PWJ: 0
2026-03-29 06:37:15 [bca.uk] INFO: Found listing with ID: LN24%20RFY
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RFY%27 HTTP/1.1" 200 None
2026-03-29 06:37:15 [bca.uk] INFO: Scrape type for LN24%20RFY: 2
2026-03-29 06:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY
2026-03-29 06:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea17366-096b-5798-ae91-8c423d1bdb65 with scrape type 2
2026-03-29 06:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea17366-096b-5798-ae91-8c423d1bdb65 with scrape type 2
2026-03-29 06:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ea17366-096b-5798-ae91-8c423d1bdb65, identifier: LN24%20RFY
2026-03-29 06:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV
2026-03-29 06:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV
2026-03-29 06:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV to the API
2026-03-29 06:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20NGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '06d71a56-e12b-58e0-924c-9b6b7fac4cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO24 NGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20NGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA0RPJ58906',
 'year': 2024}
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NGV%27 HTTP/1.1" 200 None
2026-03-29 06:37:16 [bca.uk] INFO: Saving data for WO24%20NGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774391445.427545, 'last_price_update_time': 1774766236.128437}
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520NGV') HTTP/1.1" 204 0
2026-03-29 06:37:16 [bca.uk] INFO: Found listing with ID: FV17%20BEY
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520BEY%27 HTTP/1.1" 200 None
2026-03-29 06:37:16 [bca.uk] INFO: Scrape type for FV17%20BEY: 2
2026-03-29 06:37:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY
2026-03-29 06:37:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15e5370-b157-5d98-b081-6216ec444a3a with scrape type 2
2026-03-29 06:37:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15e5370-b157-5d98-b081-6216ec444a3a with scrape type 2
2026-03-29 06:37:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d15e5370-b157-5d98-b081-6216ec444a3a, identifier: FV17%20BEY
2026-03-29 06:37:16 [bca.uk] INFO: Found listing with ID: LA22%20VMR
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 06:37:16 [bca.uk] INFO: Scrape type for LA22%20VMR: 2
2026-03-29 06:37:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR
2026-03-29 06:37:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with scrape type 2
2026-03-29 06:37:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with scrape type 2
2026-03-29 06:37:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64, identifier: LA22%20VMR
2026-03-29 06:37:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL
2026-03-29 06:37:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL
2026-03-29 06:37:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL to the API
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20NVL-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '02bfdf3e-9a10-506a-978c-03120e7f1095',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 NVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20NVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'UX 300E',
 'odometer': 9615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 300E 150KW 54KWH (PREM+ PK) E-CVT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 54KWH (PREM+ PK) E-CVT',
 'vin': 'JTHAABBH502012955',
 'year': 2023}
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520NVL%27 HTTP/1.1" 200 None
2026-03-29 06:37:16 [bca.uk] INFO: Saving data for LP72%20NVL: {'auction_closing_time': 1775556000.0, 'created_time': 1774364670.936305, 'last_price_update_time': 1774766236.739361}
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520NVL') HTTP/1.1" 204 0
2026-03-29 06:37:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY
2026-03-29 06:37:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY
2026-03-29 06:37:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY to the API
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RFY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ea17366-096b-5798-ae91-8c423d1bdb65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RFY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9481,
 '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': 'VXKUPHNSSR4032846',
 'year': 2024}
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RFY%27 HTTP/1.1" 200 None
2026-03-29 06:37:17 [bca.uk] INFO: Saving data for LN24%20RFY: {'auction_closing_time': 1774940400.0, 'created_time': 1773846526.889397, 'last_price_update_time': 1774766237.028533}
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RFY') HTTP/1.1" 204 0
2026-03-29 06:37:17 [bca.uk] INFO: Found listing with ID: WV24%20YBE
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 06:37:17 [bca.uk] INFO: Scrape type for WV24%20YBE: 2
2026-03-29 06:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE
2026-03-29 06:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae9c2628-0868-55a2-8069-46ce4d588ed3 with scrape type 2
2026-03-29 06:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae9c2628-0868-55a2-8069-46ce4d588ed3 with scrape type 2
2026-03-29 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae9c2628-0868-55a2-8069-46ce4d588ed3, identifier: WV24%20YBE
2026-03-29 06:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY
2026-03-29 06:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY
2026-03-29 06:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY to the API
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV17%20BEY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd15e5370-b157-5d98-b081-6216ec444a3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV17 BEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV17%20BEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 125021,
 '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 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1760122J631906',
 'year': 2017}
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520BEY%27 HTTP/1.1" 200 None
2026-03-29 06:37:17 [bca.uk] INFO: Saving data for FV17%20BEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361309.619044, 'last_price_update_time': 1774766237.435428}
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV17%2520BEY') HTTP/1.1" 204 0
2026-03-29 06:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR
2026-03-29 06:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR
2026-03-29 06:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR to the API
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA22%20VMR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50d6e3d3-87d1-5832-95f3-7f0ff3885d64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA22 VMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA22%20VMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 61184,
 'odometer_reading_unit': '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 DISPATCH 1400 2.0 B/HDI 145 XL ENTERPRISE PRO EA PanelVan',
 'transmission': 'automatic',
 'trim': 'B/HDI 145 XL ENTERPRISE PRO EA',
 'vin': 'VF7VFEHS7N7038988',
 'year': 2022}
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 06:37:17 [bca.uk] INFO: Saving data for LA22%20VMR: {'auction_closing_time': 1774864800.0, 'created_time': 1774363496.253411, 'last_price_update_time': 1774766237.731904}
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA22%2520VMR') HTTP/1.1" 204 0
2026-03-29 06:37:17 [bca.uk] INFO: Found listing with ID: PN20%20HZM
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520HZM%27 HTTP/1.1" 200 None
2026-03-29 06:37:17 [bca.uk] INFO: Scrape type for PN20%20HZM: 2
2026-03-29 06:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM
2026-03-29 06:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f281857f-edf3-5580-97a2-21c8b80f62fc with scrape type 2
2026-03-29 06:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f281857f-edf3-5580-97a2-21c8b80f62fc with scrape type 2
2026-03-29 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f281857f-edf3-5580-97a2-21c8b80f62fc, identifier: PN20%20HZM
2026-03-29 06:37:17 [bca.uk] INFO: Found listing with ID: NX73%20LLP
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX73%2520LLP%27 HTTP/1.1" 200 None
2026-03-29 06:37:17 [bca.uk] INFO: Scrape type for NX73%20LLP: 2
2026-03-29 06:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP
2026-03-29 06:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05973cdb-1690-530c-a87b-18864503ac06 with scrape type 2
2026-03-29 06:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05973cdb-1690-530c-a87b-18864503ac06 with scrape type 2
2026-03-29 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05973cdb-1690-530c-a87b-18864503ac06, identifier: NX73%20LLP
2026-03-29 06:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE
2026-03-29 06:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE
2026-03-29 06:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE to the API
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV24%20YBE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae9c2628-0868-55a2-8069-46ce4d588ed3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV24 YBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV24%20YBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 27779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA2RPJ62990',
 'year': 2024}
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YBE%27 HTTP/1.1" 200 None
2026-03-29 06:37:18 [bca.uk] INFO: Saving data for WV24%20YBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391401.140877, 'last_price_update_time': 1774766238.243975}
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV24%2520YBE') HTTP/1.1" 204 0
2026-03-29 06:37:18 [bca.uk] INFO: Found listing with ID: FV61%20VCK
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VCK%27 HTTP/1.1" 200 None
2026-03-29 06:37:18 [bca.uk] INFO: Scrape type for FV61%20VCK: 2
2026-03-29 06:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK
2026-03-29 06:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82852717-97a2-5aa4-8264-167fddbaab74 with scrape type 2
2026-03-29 06:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82852717-97a2-5aa4-8264-167fddbaab74 with scrape type 2
2026-03-29 06:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82852717-97a2-5aa4-8264-167fddbaab74, identifier: FV61%20VCK
2026-03-29 06:37:18 [bca.uk] INFO: Found listing with ID: FE22%20URW
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520URW%27 HTTP/1.1" 200 None
2026-03-29 06:37:18 [bca.uk] INFO: Scrape type for FE22%20URW: 2
2026-03-29 06:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW
2026-03-29 06:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c5e2284-e182-5bbc-8cd6-660a96078c56 with scrape type 2
2026-03-29 06:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c5e2284-e182-5bbc-8cd6-660a96078c56 with scrape type 2
2026-03-29 06:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c5e2284-e182-5bbc-8cd6-660a96078c56, identifier: FE22%20URW
2026-03-29 06:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM
2026-03-29 06:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM
2026-03-29 06:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM to the API
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 56,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN20%20HZM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f281857f-edf3-5580-97a2-21c8b80f62fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN20 HZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN20%20HZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 54440,
 '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 Q5 2.0 55 TFSI E Q COMP.S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '55 TFSI E Q COMP.S LINE S-T',
 'vin': 'WAUZZZFY8L2082726',
 'year': 2020}
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520HZM%27 HTTP/1.1" 200 None
2026-03-29 06:37:18 [bca.uk] INFO: Saving data for PN20%20HZM: {'auction_closing_time': 1774951200.0, 'created_time': 1773820383.16938, 'last_price_update_time': 1774766238.736103}
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN20%2520HZM') HTTP/1.1" 204 0
2026-03-29 06:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP
2026-03-29 06:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP
2026-03-29 06:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP to the API
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX73%20LLP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05973cdb-1690-530c-a87b-18864503ac06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX73 LLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX73%20LLP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 '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': 'VXKUPHMHDP4338875',
 'year': 2024}
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX73%2520LLP%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Saving data for NX73%20LLP: {'auction_closing_time': 1774940400.0, 'created_time': 1773924984.266467, 'last_price_update_time': 1774766239.008928}
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX73%2520LLP') HTTP/1.1" 204 0
2026-03-29 06:37:19 [bca.uk] INFO: Found listing with ID: WO24%20NKP
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NKP%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Scrape type for WO24%20NKP: 2
2026-03-29 06:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP
2026-03-29 06:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with scrape type 2
2026-03-29 06:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with scrape type 2
2026-03-29 06:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d5ac6b5-2605-58db-960c-335b2ff59dc0, identifier: WO24%20NKP
2026-03-29 06:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK
2026-03-29 06:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK
2026-03-29 06:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK to the API
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20VCK-GB',
 'category': 'Car',
 'color': 'chili red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82852717-97a2-5aa4-8264-167fddbaab74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 VCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20VCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 67597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWSV32070T050673',
 'year': 2011}
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VCK%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Saving data for FV61%20VCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774361328.922385, 'last_price_update_time': 1774766239.428805}
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520VCK') HTTP/1.1" 204 0
2026-03-29 06:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW
2026-03-29 06:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW
2026-03-29 06:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW to the API
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 235,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20URW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c5e2284-e182-5bbc-8cd6-660a96078c56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE22 URW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20URW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 38089,
 'odometer_reading_unit': '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.4 D-4D INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D-4D INVINCIBLE 4WD',
 'vin': 'AHTBB3CD901777132',
 'year': 2022}
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520URW%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Saving data for FE22%20URW: {'auction_closing_time': 1774864800.0, 'created_time': 1774363505.13366, 'last_price_update_time': 1774766239.710285}
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520URW') HTTP/1.1" 204 0
2026-03-29 06:37:19 [bca.uk] INFO: Found listing with ID: LF72%20XGZ
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Scrape type for LF72%20XGZ: 2
2026-03-29 06:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ
2026-03-29 06:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3308afe8-beb4-52ea-9434-be38f57d01dd with scrape type 2
2026-03-29 06:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3308afe8-beb4-52ea-9434-be38f57d01dd with scrape type 2
2026-03-29 06:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3308afe8-beb4-52ea-9434-be38f57d01dd, identifier: LF72%20XGZ
2026-03-29 06:37:19 [bca.uk] INFO: Found listing with ID: LO64%20HBF
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520HBF%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Scrape type for LO64%20HBF: 0
2026-03-29 06:37:19 [bca.uk] INFO: Found listing with ID: ND17%20NVA
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND17%2520NVA%27 HTTP/1.1" 200 None
2026-03-29 06:37:19 [bca.uk] INFO: Scrape type for ND17%20NVA: 2
2026-03-29 06:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA
2026-03-29 06:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with scrape type 2
2026-03-29 06:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with scrape type 2
2026-03-29 06:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe, identifier: ND17%20NVA
2026-03-29 06:37:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP
2026-03-29 06:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP
2026-03-29 06:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP to the API
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20NKP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d5ac6b5-2605-58db-960c-335b2ff59dc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO24 NKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20NKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 26104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA4RPP86029',
 'year': 2024}
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NKP%27 HTTP/1.1" 200 None
2026-03-29 06:37:20 [bca.uk] INFO: Saving data for WO24%20NKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774391366.930721, 'last_price_update_time': 1774766240.231824}
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520NKP') HTTP/1.1" 204 0
2026-03-29 06:37:20 [bca.uk] INFO: Found listing with ID: FV65%20HVW
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520HVW%27 HTTP/1.1" 200 None
2026-03-29 06:37:20 [bca.uk] INFO: Scrape type for FV65%20HVW: 2
2026-03-29 06:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW
2026-03-29 06:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 561f39e0-a009-50c4-b39d-98bf8ae6d40e with scrape type 2
2026-03-29 06:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 561f39e0-a009-50c4-b39d-98bf8ae6d40e with scrape type 2
2026-03-29 06:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 561f39e0-a009-50c4-b39d-98bf8ae6d40e, identifier: FV65%20HVW
2026-03-29 06:37:20 [bca.uk] INFO: Found listing with ID: DP73%20YRF
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520YRF%27 HTTP/1.1" 200 None
2026-03-29 06:37:20 [bca.uk] INFO: Scrape type for DP73%20YRF: 2
2026-03-29 06:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF
2026-03-29 06:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771d4e73-44a0-5970-89d6-0af1d8c11994 with scrape type 2
2026-03-29 06:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 771d4e73-44a0-5970-89d6-0af1d8c11994 with scrape type 2
2026-03-29 06:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 771d4e73-44a0-5970-89d6-0af1d8c11994, identifier: DP73%20YRF
2026-03-29 06:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ
2026-03-29 06:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ
2026-03-29 06:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ to the API
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF72%20XGZ-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': '3308afe8-beb4-52ea-9434-be38f57d01dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF72 XGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF72%20XGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 60282,
 '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 GR-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 GR-SPORT',
 'vin': 'NMTK33BX00R223324',
 'year': 2023}
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:20 [bca.uk] INFO: Saving data for LF72%20XGZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774364675.53515, 'last_price_update_time': 1774766240.831227}
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF72%2520XGZ') HTTP/1.1" 204 0
2026-03-29 06:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA
2026-03-29 06:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA
2026-03-29 06:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA to the API
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND17%20NVA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ecba73f-d93e-58ea-b402-7f19d3f0c2fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND17 NVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND17%20NVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 52828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1820489',
 'year': 2017}
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND17%2520NVA%27 HTTP/1.1" 200 None
2026-03-29 06:37:21 [bca.uk] INFO: Saving data for ND17%20NVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774353662.25261, 'last_price_update_time': 1774766241.212865}
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND17%2520NVA') HTTP/1.1" 204 0
2026-03-29 06:37:21 [bca.uk] INFO: Found listing with ID: WM24%20DLV
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM24%2520DLV%27 HTTP/1.1" 200 None
2026-03-29 06:37:21 [bca.uk] INFO: Scrape type for WM24%20DLV: 0
2026-03-29 06:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW
2026-03-29 06:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW
2026-03-29 06:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW to the API
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV65%20HVW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '561f39e0-a009-50c4-b39d-98bf8ae6d40e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV65 HVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV65%20HVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 54473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 150 SPORT 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 150 SPORT 2WD',
 'vin': 'JMZKEF91600463938',
 'year': 2015}
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520HVW%27 HTTP/1.1" 200 None
2026-03-29 06:37:21 [bca.uk] INFO: Saving data for FV65%20HVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774361318.440932, 'last_price_update_time': 1774766241.519542}
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV65%2520HVW') HTTP/1.1" 204 0
2026-03-29 06:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF
2026-03-29 06:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF
2026-03-29 06:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF to the API
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP73%20YRF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '771d4e73-44a0-5970-89d6-0af1d8c11994',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP73 YRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP73%20YRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 16799,
 '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 350 FWD 2.0 EBL 130 L3 H2 TREND CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0FXXTTRFPM17094',
 'year': 2024}
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520YRF%27 HTTP/1.1" 200 None
2026-03-29 06:37:21 [bca.uk] INFO: Saving data for DP73%20YRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774363543.147995, 'last_price_update_time': 1774766241.790094}
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP73%2520YRF') HTTP/1.1" 204 0
2026-03-29 06:37:21 [bca.uk] INFO: Found listing with ID: GU24%20WHF
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520WHF%27 HTTP/1.1" 200 None
2026-03-29 06:37:21 [bca.uk] INFO: Scrape type for GU24%20WHF: 2
2026-03-29 06:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF
2026-03-29 06:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with scrape type 2
2026-03-29 06:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with scrape type 2
2026-03-29 06:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b, identifier: GU24%20WHF
2026-03-29 06:37:21 [bca.uk] INFO: Found listing with ID: WR13%20EHG
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR13%2520EHG%27 HTTP/1.1" 200 None
2026-03-29 06:37:21 [bca.uk] INFO: Scrape type for WR13%20EHG: 2
2026-03-29 06:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG
2026-03-29 06:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9044b3a-78e1-5556-9823-a91381588fba with scrape type 2
2026-03-29 06:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9044b3a-78e1-5556-9823-a91381588fba with scrape type 2
2026-03-29 06:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9044b3a-78e1-5556-9823-a91381588fba, identifier: WR13%20EHG
2026-03-29 06:37:22 [bca.uk] INFO: Found listing with ID: GJ17%20ZWP
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 06:37:22 [bca.uk] INFO: Scrape type for GJ17%20ZWP: 2
2026-03-29 06:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP
2026-03-29 06:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with scrape type 2
2026-03-29 06:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with scrape type 2
2026-03-29 06:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd, identifier: GJ17%20ZWP
2026-03-29 06:37:22 [bca.uk] INFO: Found listing with ID: LF23%20GTW
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520GTW%27 HTTP/1.1" 200 None
2026-03-29 06:37:22 [bca.uk] INFO: Scrape type for LF23%20GTW: 2
2026-03-29 06:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW
2026-03-29 06:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47a212e3-bbe6-5bef-a898-513cecf80221 with scrape type 2
2026-03-29 06:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47a212e3-bbe6-5bef-a898-513cecf80221 with scrape type 2
2026-03-29 06:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47a212e3-bbe6-5bef-a898-513cecf80221, identifier: LF23%20GTW
2026-03-29 06:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF
2026-03-29 06:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF
2026-03-29 06:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF to the API
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU24%20WHF-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': '3c1350d4-3cde-5654-9fd6-ffeb4ca3131b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU24 WHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU24%20WHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 35211,
 '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 CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB80A293471',
 'year': 2024}
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520WHF%27 HTTP/1.1" 200 None
2026-03-29 06:37:22 [bca.uk] INFO: Saving data for GU24%20WHF: {'auction_closing_time': 1775556000.0, 'created_time': 1774364527.485239, 'last_price_update_time': 1774766242.529789}
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU24%2520WHF') HTTP/1.1" 204 0
2026-03-29 06:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG
2026-03-29 06:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG
2026-03-29 06:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG to the API
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR13%20EHG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e9044b3a-78e1-5556-9823-a91381588fba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR13 EHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR13%20EHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 60263,
 '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 SLK 250 2.1 CDI B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT TIP',
 'vin': 'WDD1724032F070371',
 'year': 2013}
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR13%2520EHG%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Saving data for WR13%20EHG: {'auction_closing_time': 1774864800.0, 'created_time': 1774353611.163485, 'last_price_update_time': 1774766243.059717}
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR13%2520EHG') HTTP/1.1" 204 0
2026-03-29 06:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP
2026-03-29 06:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP
2026-03-29 06:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP to the API
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ17%20ZWP-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3dc417f7-d63d-56f7-acf0-a5de9c3cfddd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ17 ZWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ17%20ZWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 52326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.0 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3PSCFBCGR139042',
 'year': 2017}
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520ZWP%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Saving data for GJ17%20ZWP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361285.569406, 'last_price_update_time': 1774766243.349139}
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ17%2520ZWP') HTTP/1.1" 204 0
2026-03-29 06:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW
2026-03-29 06:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW
2026-03-29 06:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW to the API
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20GTW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47a212e3-bbe6-5bef-a898-513cecf80221',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF23 GTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20GTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 32399,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYPK73481',
 'year': 2023}
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520GTW%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Saving data for LF23%20GTW: {'auction_closing_time': 1774864800.0, 'created_time': 1774363443.437852, 'last_price_update_time': 1774766243.632466}
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520GTW') HTTP/1.1" 204 0
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: FG22%20FDM
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for FG22%20FDM: 2
2026-03-29 06:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM
2026-03-29 06:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c596e42-1f3a-54d8-a90b-38988044b2a6 with scrape type 2
2026-03-29 06:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c596e42-1f3a-54d8-a90b-38988044b2a6 with scrape type 2
2026-03-29 06:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c596e42-1f3a-54d8-a90b-38988044b2a6, identifier: FG22%20FDM
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: WN14%20EBU
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520EBU%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for WN14%20EBU: 0
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: SH18%20WLW
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520WLW%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for SH18%20WLW: 0
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: OV66%20YYM
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520YYM%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for OV66%20YYM: 0
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: DX67%20XUG
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520XUG%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for DX67%20XUG: 0
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: BW75%20HDZ
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW75%2520HDZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for BW75%20HDZ: 2
2026-03-29 06:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ
2026-03-29 06:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8aa5608-1a91-5c96-b318-10bf0b7d221b with scrape type 2
2026-03-29 06:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8aa5608-1a91-5c96-b318-10bf0b7d221b with scrape type 2
2026-03-29 06:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8aa5608-1a91-5c96-b318-10bf0b7d221b, identifier: BW75%20HDZ
2026-03-29 06:37:23 [bca.uk] INFO: Found listing with ID: HK68%20VMM
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520VMM%27 HTTP/1.1" 200 None
2026-03-29 06:37:23 [bca.uk] INFO: Scrape type for HK68%20VMM: 2
2026-03-29 06:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM
2026-03-29 06:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8369e888-818c-5d82-bb41-d0f1418fc547 with scrape type 2
2026-03-29 06:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8369e888-818c-5d82-bb41-d0f1418fc547 with scrape type 2
2026-03-29 06:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8369e888-818c-5d82-bb41-d0f1418fc547, identifier: HK68%20VMM
2026-03-29 06:37:24 [bca.uk] INFO: Found listing with ID: LD23%20THN
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520THN%27 HTTP/1.1" 200 None
2026-03-29 06:37:24 [bca.uk] INFO: Scrape type for LD23%20THN: 2
2026-03-29 06:37:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN
2026-03-29 06:37:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e6a92d-ce32-56ef-9656-da44422773c1 with scrape type 2
2026-03-29 06:37:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e6a92d-ce32-56ef-9656-da44422773c1 with scrape type 2
2026-03-29 06:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70e6a92d-ce32-56ef-9656-da44422773c1, identifier: LD23%20THN
2026-03-29 06:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM
2026-03-29 06:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM
2026-03-29 06:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM to the API
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG22%20FDM-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': '1c596e42-1f3a-54d8-a90b-38988044b2a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FG22 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG22%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 43835,
 'odometer_reading_unit': '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': 'JTDKBABB40A051227',
 'year': 2022}
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FDM%27 HTTP/1.1" 200 None
2026-03-29 06:37:24 [bca.uk] INFO: Saving data for FG22%20FDM: {'auction_closing_time': 1775556000.0, 'created_time': 1774364544.237017, 'last_price_update_time': 1774766244.455045}
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG22%2520FDM') HTTP/1.1" 204 0
2026-03-29 06:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ
2026-03-29 06:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ
2026-03-29 06:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ to the API
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW75%20HDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8aa5608-1a91-5c96-b318-10bf0b7d221b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW75 HDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW75%20HDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 1140,
 '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': 'CUPRA FORMENTOR 1.5 E-TSI 150 V2 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 V2 DSG',
 'vin': 'VSSZZZKM0TR031488',
 'year': 2026}
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW75%2520HDZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:24 [bca.uk] INFO: Saving data for BW75%20HDZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774304999.562912, 'last_price_update_time': 1774766244.83129}
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW75%2520HDZ') HTTP/1.1" 204 0
2026-03-29 06:37:24 [bca.uk] INFO: Total items found: 100
2026-03-29 06:37:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded
2026-03-29 06:37:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:37:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM
2026-03-29 06:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM
2026-03-29 06:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM to the API
2026-03-29 06:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK68%20VMM-GB',
 'category': 'Car',
 'color': 'phytonic blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8369e888-818c-5d82-bb41-d0f1418fc547',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK68 VMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK68%20VMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 73141,
 'odometer_reading_unit': '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 M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBATX36060NB96160',
 'year': 2018}
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520VMM%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Saving data for HK68%20VMM: {'auction_closing_time': 1775037600.0, 'created_time': 1774006115.66952, 'last_price_update_time': 1774766245.120857}
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK68%2520VMM') HTTP/1.1" 204 0
2026-03-29 06:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN
2026-03-29 06:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN
2026-03-29 06:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN to the API
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20THN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70e6a92d-ce32-56ef-9656-da44422773c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD23 THN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20THN&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 71581,
 '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 L3 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER',
 'vin': 'WF0EXXTTRENB35890',
 'year': 2023}
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520THN%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Saving data for LD23%20THN: {'auction_closing_time': 1774864800.0, 'created_time': 1774363407.383148, 'last_price_update_time': 1774766245.390777}
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520THN') HTTP/1.1" 204 0
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: FE22%20ZKM
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKM%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for FE22%20ZKM: 2
2026-03-29 06:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM
2026-03-29 06:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22603e95-d6a3-5ae3-b510-246f5990a610 with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22603e95-d6a3-5ae3-b510-246f5990a610 with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22603e95-d6a3-5ae3-b510-246f5990a610, identifier: FE22%20ZKM
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: EJ68%20YPE
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520YPE%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for EJ68%20YPE: 0
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: R600%20AVS
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R600%2520AVS%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for R600%20AVS: 0
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: YE64%20URJ
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520URJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for YE64%20URJ: 0
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: RV64%20WWA
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520WWA%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for RV64%20WWA: 2
2026-03-29 06:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA
2026-03-29 06:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c69712-ce95-5935-a876-3b4621e24487 with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0c69712-ce95-5935-a876-3b4621e24487 with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0c69712-ce95-5935-a876-3b4621e24487, identifier: RV64%20WWA
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: KL19%20CLJ
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520CLJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for KL19%20CLJ: 2
2026-03-29 06:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ
2026-03-29 06:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 898557d3-28e9-5d67-8a7f-526bd51febed with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 898557d3-28e9-5d67-8a7f-526bd51febed with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 898557d3-28e9-5d67-8a7f-526bd51febed, identifier: KL19%20CLJ
2026-03-29 06:37:25 [bca.uk] INFO: Found listing with ID: LD23%20RYF
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520RYF%27 HTTP/1.1" 200 None
2026-03-29 06:37:25 [bca.uk] INFO: Scrape type for LD23%20RYF: 2
2026-03-29 06:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF
2026-03-29 06:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7419b502-204d-592c-a24a-1c5fff0f169d with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7419b502-204d-592c-a24a-1c5fff0f169d with scrape type 2
2026-03-29 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7419b502-204d-592c-a24a-1c5fff0f169d, identifier: LD23%20RYF
2026-03-29 06:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM
2026-03-29 06:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM
2026-03-29 06:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM to the API
2026-03-29 06:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZKM-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': '22603e95-d6a3-5ae3-b510-246f5990a610',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 47847,
 'odometer_reading_unit': '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': 'JTDKBABB90A048971',
 'year': 2022}
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKM%27 HTTP/1.1" 200 None
2026-03-29 06:37:26 [bca.uk] INFO: Saving data for FE22%20ZKM: {'auction_closing_time': 1775556000.0, 'created_time': 1774364535.630197, 'last_price_update_time': 1774766246.156042}
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZKM') HTTP/1.1" 204 0
2026-03-29 06:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA
2026-03-29 06:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA
2026-03-29 06:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA to the API
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV64%20WWA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0c69712-ce95-5935-a876-3b4621e24487',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV64 WWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV64%20WWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 96090,
 '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 320D 2.0 SE TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'SE TOURING STEP',
 'vin': 'WBA3K32030K402635',
 'year': 2014}
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520WWA%27 HTTP/1.1" 200 None
2026-03-29 06:37:26 [bca.uk] INFO: Saving data for RV64%20WWA: {'auction_closing_time': 1774951200.0, 'created_time': 1773821356.939273, 'last_price_update_time': 1774766246.429707}
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV64%2520WWA') HTTP/1.1" 204 0
2026-03-29 06:37:26 [bca.uk] INFO: Found listing with ID: YH22%20XPW
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XPW%27 HTTP/1.1" 200 None
2026-03-29 06:37:26 [bca.uk] INFO: Scrape type for YH22%20XPW: 2
2026-03-29 06:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW
2026-03-29 06:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with scrape type 2
2026-03-29 06:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with scrape type 2
2026-03-29 06:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1, identifier: YH22%20XPW
2026-03-29 06:37:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:37:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ
2026-03-29 06:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ
2026-03-29 06:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ to the API
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KL19%20CLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '898557d3-28e9-5d67-8a7f-526bd51febed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KL19 CLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KL19%20CLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 56461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 110 GT LINE (M6) Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 GT LINE (M6)',
 'vin': 'VF3CCHNPSKW037168',
 'year': 2019}
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520CLJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:26 [bca.uk] INFO: Saving data for KL19%20CLJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361290.853032, 'last_price_update_time': 1774766246.83396}
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KL19%2520CLJ') HTTP/1.1" 204 0
2026-03-29 06:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF
2026-03-29 06:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF
2026-03-29 06:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF to the API
2026-03-29 06:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20RYF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7419b502-204d-592c-a24a-1c5fff0f169d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD23 RYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20RYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 39728,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNM03349',
 'year': 2023}
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520RYF%27 HTTP/1.1" 200 None
2026-03-29 06:37:27 [bca.uk] INFO: Saving data for LD23%20RYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774363405.225717, 'last_price_update_time': 1774766247.174373}
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520RYF') HTTP/1.1" 204 0
2026-03-29 06:37:27 [bca.uk] INFO: Found listing with ID: FE22%20ZKB
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKB%27 HTTP/1.1" 200 None
2026-03-29 06:37:27 [bca.uk] INFO: Scrape type for FE22%20ZKB: 2
2026-03-29 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB
2026-03-29 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 353b73a6-aef6-5aba-afe7-0daff78ef71f with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 353b73a6-aef6-5aba-afe7-0daff78ef71f with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 353b73a6-aef6-5aba-afe7-0daff78ef71f, identifier: FE22%20ZKB
2026-03-29 06:37:27 [bca.uk] INFO: Found listing with ID: LP12%20FVC
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP12%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 06:37:27 [bca.uk] INFO: Scrape type for LP12%20FVC: 2
2026-03-29 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC
2026-03-29 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c, identifier: LP12%20FVC
2026-03-29 06:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW
2026-03-29 06:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW
2026-03-29 06:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW to the API
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20XPW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '617ca6a1-6c4a-5dee-9513-914c5c4cfbb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH22 XPW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20XPW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 23892,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SPORT LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SPORT LUX',
 'vin': 'JMZDM6WH600302102',
 'year': 2022}
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XPW%27 HTTP/1.1" 200 None
2026-03-29 06:37:27 [bca.uk] INFO: Saving data for YH22%20XPW: {'auction_closing_time': 1774864800.0, 'created_time': 1774354374.147846, 'last_price_update_time': 1774766247.69202}
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520XPW') HTTP/1.1" 204 0
2026-03-29 06:37:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:37:27 [bca.uk] INFO: Found listing with ID: KV20%20XHJ
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520XHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:27 [bca.uk] INFO: Scrape type for KV20%20XHJ: 2
2026-03-29 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ
2026-03-29 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15e73a33-bd8b-5990-9a9d-30ba169b4e07, identifier: KV20%20XHJ
2026-03-29 06:37:27 [bca.uk] INFO: Found listing with ID: DY73%20HZB
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520HZB%27 HTTP/1.1" 200 None
2026-03-29 06:37:27 [bca.uk] INFO: Scrape type for DY73%20HZB: 2
2026-03-29 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB
2026-03-29 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with scrape type 2
2026-03-29 06:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc, identifier: DY73%20HZB
2026-03-29 06:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB
2026-03-29 06:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB
2026-03-29 06:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB to the API
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZKB-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': '353b73a6-aef6-5aba-afe7-0daff78ef71f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 45391,
 'odometer_reading_unit': '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': 'JTDKBABB20A048097',
 'year': 2022}
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKB%27 HTTP/1.1" 200 None
2026-03-29 06:37:28 [bca.uk] INFO: Saving data for FE22%20ZKB: {'auction_closing_time': 1775556000.0, 'created_time': 1774364524.770598, 'last_price_update_time': 1774766248.206051}
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZKB') HTTP/1.1" 204 0
2026-03-29 06:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC
2026-03-29 06:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC
2026-03-29 06:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC to the API
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP12%20FVC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP12 FVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP12%20FVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 96525,
 '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 TFSI 170 QUATTRO SE StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 170 QUATTRO SE',
 'vin': 'WAUZZZ8U0CR042139',
 'year': 2012}
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP12%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 06:37:28 [bca.uk] INFO: Saving data for LP12%20FVC: {'auction_closing_time': 1774951200.0, 'created_time': 1773821359.076272, 'last_price_update_time': 1774766248.578126}
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP12%2520FVC') HTTP/1.1" 204 0
2026-03-29 06:37:28 [bca.uk] INFO: Found listing with ID: HG24%20XVW
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG24%2520XVW%27 HTTP/1.1" 200 None
2026-03-29 06:37:28 [bca.uk] INFO: Scrape type for HG24%20XVW: 2
2026-03-29 06:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW
2026-03-29 06:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item befa971c-fe89-5218-b565-6e6d4ea6e2f1 with scrape type 2
2026-03-29 06:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item befa971c-fe89-5218-b565-6e6d4ea6e2f1 with scrape type 2
2026-03-29 06:37:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: befa971c-fe89-5218-b565-6e6d4ea6e2f1, identifier: HG24%20XVW
2026-03-29 06:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ
2026-03-29 06:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ
2026-03-29 06:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ to the API
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV20%20XHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15e73a33-bd8b-5990-9a9d-30ba169b4e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV20 XHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV20%20XHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 86940,
 '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 C300 D 2.0 AMG LINE PREMIUM PLUS 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'W1K2053182G004366',
 'year': 2020}
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520XHJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:28 [bca.uk] INFO: Saving data for KV20%20XHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361304.552559, 'last_price_update_time': 1774766248.968328}
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV20%2520XHJ') HTTP/1.1" 204 0
2026-03-29 06:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB
2026-03-29 06:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB
2026-03-29 06:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB to the API
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY73%20HZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04d938bb-7aad-56c7-8a1e-3b08b377b7dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY73 HZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY73%20HZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 22493,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB TREND L/R',
 'vin': 'WF0YXXTTGYPS37115',
 'year': 2023}
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520HZB%27 HTTP/1.1" 200 None
2026-03-29 06:37:29 [bca.uk] INFO: Saving data for DY73%20HZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774363400.248568, 'last_price_update_time': 1774766249.241097}
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY73%2520HZB') HTTP/1.1" 204 0
2026-03-29 06:37:29 [bca.uk] INFO: Found listing with ID: FE22%20ZDH
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDH%27 HTTP/1.1" 200 None
2026-03-29 06:37:29 [bca.uk] INFO: Scrape type for FE22%20ZDH: 2
2026-03-29 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH
2026-03-29 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61, identifier: FE22%20ZDH
2026-03-29 06:37:29 [bca.uk] INFO: Found listing with ID: GX20%20OJZ
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:29 [bca.uk] INFO: Scrape type for GX20%20OJZ: 2
2026-03-29 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ
2026-03-29 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16da511e-5f68-5cd1-bd80-9d11f9411682 with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16da511e-5f68-5cd1-bd80-9d11f9411682 with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16da511e-5f68-5cd1-bd80-9d11f9411682, identifier: GX20%20OJZ
2026-03-29 06:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW
2026-03-29 06:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW
2026-03-29 06:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW to the API
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG24%20XVW-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'befa971c-fe89-5218-b565-6e6d4ea6e2f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG24 XVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG24%20XVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 17708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 320KW 64KWH XPOWER Hatchback',
 'transmission': 'automatic',
 'trim': '320KW 64KWH XPOWER',
 'vin': 'LSJWH4099PN310118',
 'year': 2024}
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG24%2520XVW%27 HTTP/1.1" 200 None
2026-03-29 06:37:29 [bca.uk] INFO: Saving data for HG24%20XVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774354523.749423, 'last_price_update_time': 1774766249.779686}
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG24%2520XVW') HTTP/1.1" 204 0
2026-03-29 06:37:29 [bca.uk] INFO: Found listing with ID: KV65%20WGM
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520WGM%27 HTTP/1.1" 200 None
2026-03-29 06:37:29 [bca.uk] INFO: Scrape type for KV65%20WGM: 2
2026-03-29 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM
2026-03-29 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371dd43f-0b45-59a3-a694-fa7d758204a8 with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371dd43f-0b45-59a3-a694-fa7d758204a8 with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371dd43f-0b45-59a3-a694-fa7d758204a8, identifier: KV65%20WGM
2026-03-29 06:37:29 [bca.uk] INFO: Found listing with ID: DT23%20UYJ
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT23%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:29 [bca.uk] INFO: Scrape type for DT23%20UYJ: 2
2026-03-29 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ
2026-03-29 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62e44e55-b388-5ea2-8fb6-8e766abd5fae with scrape type 2
2026-03-29 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62e44e55-b388-5ea2-8fb6-8e766abd5fae with scrape type 2
2026-03-29 06:37:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62e44e55-b388-5ea2-8fb6-8e766abd5fae, identifier: DT23%20UYJ
2026-03-29 06:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH
2026-03-29 06:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH
2026-03-29 06:37:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH to the API
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZDH-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': '5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZDH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 50254,
 'odometer_reading_unit': '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': 'JTDKBABB50A048210',
 'year': 2022}
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDH%27 HTTP/1.1" 200 None
2026-03-29 06:37:30 [bca.uk] INFO: Saving data for FE22%20ZDH: {'auction_closing_time': 1775556000.0, 'created_time': 1774364525.649021, 'last_price_update_time': 1774766250.305305}
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZDH') HTTP/1.1" 204 0
2026-03-29 06:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ
2026-03-29 06:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ
2026-03-29 06:37:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ to the API
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX20%20OJZ-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16da511e-5f68-5cd1-bd80-9d11f9411682',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX20 OJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX20%20OJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 107408,
 '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 VITARA 1.4 B-JET SZ-T Hatchback',
 'transmission': 'automatic',
 'trim': 'B-JET SZ-T',
 'vin': 'TSMLYDA1S00801217',
 'year': 2020}
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:30 [bca.uk] INFO: Saving data for GX20%20OJZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773821363.026273, 'last_price_update_time': 1774766250.589658}
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX20%2520OJZ') HTTP/1.1" 204 0
2026-03-29 06:37:30 [bca.uk] INFO: Found listing with ID: GY20%20AOZ
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520AOZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:30 [bca.uk] INFO: Scrape type for GY20%20AOZ: 2
2026-03-29 06:37:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ
2026-03-29 06:37:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1078a8e-dee2-513b-8f6e-85a3bf513e20 with scrape type 2
2026-03-29 06:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1078a8e-dee2-513b-8f6e-85a3bf513e20 with scrape type 2
2026-03-29 06:37:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1078a8e-dee2-513b-8f6e-85a3bf513e20, identifier: GY20%20AOZ
2026-03-29 06:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM
2026-03-29 06:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM
2026-03-29 06:37:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM to the API
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV65%20WGM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '371dd43f-0b45-59a3-a694-fa7d758204a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV65 WGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV65%20WGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'V60 X-COUNTRY',
 'odometer': 110262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 X-COUNTRY 2.0 D4 190 LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 LUX G/T',
 'vin': 'YV1FZA8CDG1008298',
 'year': 2015}
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520WGM%27 HTTP/1.1" 200 None
2026-03-29 06:37:30 [bca.uk] INFO: Saving data for KV65%20WGM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361278.09318, 'last_price_update_time': 1774766250.97065}
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV65%2520WGM') HTTP/1.1" 204 0
2026-03-29 06:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ
2026-03-29 06:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ
2026-03-29 06:37:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ to the API
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT23%20UYJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62e44e55-b388-5ea2-8fb6-8e766abd5fae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DT23 UYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT23%20UYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZPL58777',
 'year': 2023}
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT23%2520UYJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:31 [bca.uk] INFO: Saving data for DT23%20UYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363402.909554, 'last_price_update_time': 1774766251.549279}
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT23%2520UYJ') HTTP/1.1" 204 0
2026-03-29 06:37:31 [bca.uk] INFO: Found listing with ID: FE22%20ZDG
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDG%27 HTTP/1.1" 200 None
2026-03-29 06:37:31 [bca.uk] INFO: Scrape type for FE22%20ZDG: 2
2026-03-29 06:37:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG
2026-03-29 06:37:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7a9e5d-a4fa-5236-857e-2b488b98b857 with scrape type 2
2026-03-29 06:37:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7a9e5d-a4fa-5236-857e-2b488b98b857 with scrape type 2
2026-03-29 06:37:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff7a9e5d-a4fa-5236-857e-2b488b98b857, identifier: FE22%20ZDG
2026-03-29 06:37:31 [bca.uk] INFO: Found listing with ID: FD70%20JXG
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JXG%27 HTTP/1.1" 200 None
2026-03-29 06:37:31 [bca.uk] INFO: Scrape type for FD70%20JXG: 2
2026-03-29 06:37:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG
2026-03-29 06:37:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ab5583-cd87-50a5-aef6-dc5352a2c65e with scrape type 2
2026-03-29 06:37:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ab5583-cd87-50a5-aef6-dc5352a2c65e with scrape type 2
2026-03-29 06:37:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05ab5583-cd87-50a5-aef6-dc5352a2c65e, identifier: FD70%20JXG
2026-03-29 06:37:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ
2026-03-29 06:37:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ
2026-03-29 06:37:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ to the API
2026-03-29 06:37:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY20%20AOZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1078a8e-dee2-513b-8f6e-85a3bf513e20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY20 AOZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY20%20AOZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 54986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0NXXGCHNKD08109',
 'year': 2020}
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520AOZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:32 [bca.uk] INFO: Saving data for GY20%20AOZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774354504.167654, 'last_price_update_time': 1774766252.035411}
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY20%2520AOZ') HTTP/1.1" 204 0
2026-03-29 06:37:32 [bca.uk] INFO: Found listing with ID: KX67%20OKP
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 06:37:32 [bca.uk] INFO: Scrape type for KX67%20OKP: 2
2026-03-29 06:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP
2026-03-29 06:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with scrape type 2
2026-03-29 06:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with scrape type 2
2026-03-29 06:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad, identifier: KX67%20OKP
2026-03-29 06:37:32 [bca.uk] INFO: Found listing with ID: SA17%20CNK
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520CNK%27 HTTP/1.1" 200 None
2026-03-29 06:37:32 [bca.uk] INFO: Scrape type for SA17%20CNK: 2
2026-03-29 06:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK
2026-03-29 06:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with scrape type 2
2026-03-29 06:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with scrape type 2
2026-03-29 06:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7be75647-d8a8-5c03-a012-8a4bc00f3b28, identifier: SA17%20CNK
2026-03-29 06:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG
2026-03-29 06:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG
2026-03-29 06:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG to the API
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZDG-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': 'ff7a9e5d-a4fa-5236-857e-2b488b98b857',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 51685,
 'odometer_reading_unit': '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': 'JTDKBABB00A048180',
 'year': 2022}
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDG%27 HTTP/1.1" 200 None
2026-03-29 06:37:32 [bca.uk] INFO: Saving data for FE22%20ZDG: {'auction_closing_time': 1775556000.0, 'created_time': 1774364494.397763, 'last_price_update_time': 1774766252.538829}
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZDG') HTTP/1.1" 204 0
2026-03-29 06:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG
2026-03-29 06:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG
2026-03-29 06:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG to the API
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 06:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD70%20JXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '05ab5583-cd87-50a5-aef6-dc5352a2c65e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD70 JXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD70%20JXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '330E',
 'odometer': 43729,
 '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 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52000FK54426',
 'year': 2020}
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JXG%27 HTTP/1.1" 200 None
2026-03-29 06:37:32 [bca.uk] INFO: Saving data for FD70%20JXG: {'auction_closing_time': 1774951200.0, 'created_time': 1773821364.725354, 'last_price_update_time': 1774766252.828148}
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD70%2520JXG') HTTP/1.1" 204 0
2026-03-29 06:37:32 [bca.uk] INFO: Found listing with ID: KR62%20AOY
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520AOY%27 HTTP/1.1" 200 None
2026-03-29 06:37:32 [bca.uk] INFO: Scrape type for KR62%20AOY: 2
2026-03-29 06:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY
2026-03-29 06:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e2e40a-a162-5d37-bfb7-14656b44bdac with scrape type 2
2026-03-29 06:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68e2e40a-a162-5d37-bfb7-14656b44bdac with scrape type 2
2026-03-29 06:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68e2e40a-a162-5d37-bfb7-14656b44bdac, identifier: KR62%20AOY
2026-03-29 06:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP
2026-03-29 06:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP
2026-03-29 06:37:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP to the API
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX67%20OKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a9bb51c-a078-5885-a885-a5e1cdd4b1ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX67 OKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX67%20OKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 96024,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082J679339',
 'year': 2017}
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520OKP%27 HTTP/1.1" 200 None
2026-03-29 06:37:33 [bca.uk] INFO: Saving data for KX67%20OKP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361273.844158, 'last_price_update_time': 1774766253.227364}
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX67%2520OKP') HTTP/1.1" 204 0
2026-03-29 06:37:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK
2026-03-29 06:37:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK
2026-03-29 06:37:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK to the API
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA17%20CNK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7be75647-d8a8-5c03-a012-8a4bc00f3b28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA17 CNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA17%20CNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 77782,
 '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': 'MITSUBISHI L200 2.4 DI-D 151 4LIFE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 151 4LIFE 4WD',
 'vin': 'MMCJJKL20HH002274',
 'year': 2017}
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520CNK%27 HTTP/1.1" 200 None
2026-03-29 06:37:33 [bca.uk] INFO: Saving data for SA17%20CNK: {'auction_closing_time': 1774951200.0, 'created_time': 1774363276.258349, 'last_price_update_time': 1774766253.603503}
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520CNK') HTTP/1.1" 204 0
2026-03-29 06:37:33 [bca.uk] INFO: Found listing with ID: EA72%20XMD
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520XMD%27 HTTP/1.1" 200 None
2026-03-29 06:37:33 [bca.uk] INFO: Scrape type for EA72%20XMD: 2
2026-03-29 06:37:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD
2026-03-29 06:37:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1732f59d-531b-52c4-9c43-ff94da95ed23 with scrape type 2
2026-03-29 06:37:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1732f59d-531b-52c4-9c43-ff94da95ed23 with scrape type 2
2026-03-29 06:37:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1732f59d-531b-52c4-9c43-ff94da95ed23, identifier: EA72%20XMD
2026-03-29 06:37:33 [bca.uk] INFO: Found listing with ID: BN66%20BKE
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520BKE%27 HTTP/1.1" 200 None
2026-03-29 06:37:33 [bca.uk] INFO: Scrape type for BN66%20BKE: 2
2026-03-29 06:37:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE
2026-03-29 06:37:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addbd981-0040-546f-a9ac-4137ef17acde with scrape type 2
2026-03-29 06:37:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addbd981-0040-546f-a9ac-4137ef17acde with scrape type 2
2026-03-29 06:37:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: addbd981-0040-546f-a9ac-4137ef17acde, identifier: BN66%20BKE
2026-03-29 06:37:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY
2026-03-29 06:37:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY
2026-03-29 06:37:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY to the API
2026-03-29 06:37:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR62%20AOY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68e2e40a-a162-5d37-bfb7-14656b44bdac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR62 AOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR62%20AOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 91641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACCESS+ Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACCESS+',
 'vin': 'VF3CCHMZ0CW129641',
 'year': 2012}
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520AOY%27 HTTP/1.1" 200 None
2026-03-29 06:37:34 [bca.uk] INFO: Saving data for KR62%20AOY: {'auction_closing_time': 1775037600.0, 'created_time': 1773935766.087206, 'last_price_update_time': 1774766254.116576}
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR62%2520AOY') HTTP/1.1" 204 0
2026-03-29 06:37:34 [bca.uk] INFO: Found listing with ID: ML11%20BDF
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 06:37:34 [bca.uk] INFO: Scrape type for ML11%20BDF: 2
2026-03-29 06:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF
2026-03-29 06:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd3fdf7-6b91-51a2-974e-f84634083358 with scrape type 2
2026-03-29 06:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd3fdf7-6b91-51a2-974e-f84634083358 with scrape type 2
2026-03-29 06:37:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbd3fdf7-6b91-51a2-974e-f84634083358, identifier: ML11%20BDF
2026-03-29 06:37:34 [bca.uk] INFO: Found listing with ID: SB68%20NNT
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520NNT%27 HTTP/1.1" 200 None
2026-03-29 06:37:34 [bca.uk] INFO: Scrape type for SB68%20NNT: 2
2026-03-29 06:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT
2026-03-29 06:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8588c104-71ba-5193-8aab-f53b6386b151 with scrape type 2
2026-03-29 06:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8588c104-71ba-5193-8aab-f53b6386b151 with scrape type 2
2026-03-29 06:37:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8588c104-71ba-5193-8aab-f53b6386b151, identifier: SB68%20NNT
2026-03-29 06:37:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD
2026-03-29 06:37:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD
2026-03-29 06:37:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD to the API
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA72%20XMD-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': '1732f59d-531b-52c4-9c43-ff94da95ed23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA72 XMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA72%20XMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 34211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'SB1Z93BE60E345449',
 'year': 2022}
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520XMD%27 HTTP/1.1" 200 None
2026-03-29 06:37:34 [bca.uk] INFO: Saving data for EA72%20XMD: {'auction_closing_time': 1775556000.0, 'created_time': 1774364873.169333, 'last_price_update_time': 1774766254.643744}
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA72%2520XMD') HTTP/1.1" 204 0
2026-03-29 06:37:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE
2026-03-29 06:37:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE
2026-03-29 06:37:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE to the API
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN66%20BKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'addbd981-0040-546f-a9ac-4137ef17acde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN66 BKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN66%20BKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 102589,
 '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 118I 1.5 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1R52070V555144',
 'year': 2016}
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520BKE%27 HTTP/1.1" 200 None
2026-03-29 06:37:34 [bca.uk] INFO: Saving data for BN66%20BKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774353730.454731, 'last_price_update_time': 1774766254.916305}
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN66%2520BKE') HTTP/1.1" 204 0
2026-03-29 06:37:34 [bca.uk] INFO: Found listing with ID: RE23%20UTR
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520UTR%27 HTTP/1.1" 200 None
2026-03-29 06:37:34 [bca.uk] INFO: Scrape type for RE23%20UTR: 2
2026-03-29 06:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR
2026-03-29 06:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with scrape type 2
2026-03-29 06:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with scrape type 2
2026-03-29 06:37:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bd4492b-cb24-55cd-b8b6-e99c331d0892, identifier: RE23%20UTR
2026-03-29 06:37:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF
2026-03-29 06:37:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF
2026-03-29 06:37:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF to the API
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML11%20BDF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbd3fdf7-6b91-51a2-974e-f84634083358',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML11 BDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML11%20BDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XJ SERIES',
 'odometer': 79811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'JAGUAR XJ SERIES 3.0 D V6 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 275 PORTFOLIO',
 'vin': 'SAJAC1627BNV14977',
 'year': 2011}
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520BDF%27 HTTP/1.1" 200 None
2026-03-29 06:37:35 [bca.uk] INFO: Saving data for ML11%20BDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774361760.062863, 'last_price_update_time': 1774766255.298997}
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML11%2520BDF') HTTP/1.1" 204 0
2026-03-29 06:37:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT
2026-03-29 06:37:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT
2026-03-29 06:37:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT to the API
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20NNT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8588c104-71ba-5193-8aab-f53b6386b151',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SB68 NNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20NNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 53501,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE',
 'vin': 'WF0NXXGCHNJA00270',
 'year': 2019}
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520NNT%27 HTTP/1.1" 200 None
2026-03-29 06:37:35 [bca.uk] INFO: Saving data for SB68%20NNT: {'auction_closing_time': 1774951200.0, 'created_time': 1774363347.4041, 'last_price_update_time': 1774766255.57818}
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520NNT') HTTP/1.1" 204 0
2026-03-29 06:37:35 [bca.uk] INFO: Found listing with ID: LF17%20HUH
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520HUH%27 HTTP/1.1" 200 None
2026-03-29 06:37:35 [bca.uk] INFO: Scrape type for LF17%20HUH: 0
2026-03-29 06:37:35 [bca.uk] INFO: Found listing with ID: CF72%20XKA
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 06:37:35 [bca.uk] INFO: Scrape type for CF72%20XKA: 2
2026-03-29 06:37:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA
2026-03-29 06:37:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8052f315-28af-5fe2-9cea-23df5323a1a3 with scrape type 2
2026-03-29 06:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8052f315-28af-5fe2-9cea-23df5323a1a3 with scrape type 2
2026-03-29 06:37:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8052f315-28af-5fe2-9cea-23df5323a1a3, identifier: CF72%20XKA
2026-03-29 06:37:35 [bca.uk] INFO: Found listing with ID: LP69%20MTU
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520MTU%27 HTTP/1.1" 200 None
2026-03-29 06:37:35 [bca.uk] INFO: Scrape type for LP69%20MTU: 2
2026-03-29 06:37:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU
2026-03-29 06:37:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b809148d-0f3c-5fd2-bd36-794eec2c50f0 with scrape type 2
2026-03-29 06:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b809148d-0f3c-5fd2-bd36-794eec2c50f0 with scrape type 2
2026-03-29 06:37:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b809148d-0f3c-5fd2-bd36-794eec2c50f0, identifier: LP69%20MTU
2026-03-29 06:37:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR
2026-03-29 06:37:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR
2026-03-29 06:37:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR to the API
2026-03-29 06:37:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20UTR-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': '7bd4492b-cb24-55cd-b8b6-e99c331d0892',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE23 UTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20UTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 72094,
 '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': 'SB1ZB3AEX0E023404',
 'year': 2023}
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520UTR%27 HTTP/1.1" 200 None
2026-03-29 06:37:36 [bca.uk] INFO: Saving data for RE23%20UTR: {'auction_closing_time': 1775556000.0, 'created_time': 1774354801.446588, 'last_price_update_time': 1774766256.116188}
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520UTR') HTTP/1.1" 204 0
2026-03-29 06:37:36 [bca.uk] INFO: Found listing with ID: AJ71%20TNO
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520TNO%27 HTTP/1.1" 200 None
2026-03-29 06:37:36 [bca.uk] INFO: Scrape type for AJ71%20TNO: 2
2026-03-29 06:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO
2026-03-29 06:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 501c81b9-0817-5995-8142-467a36e9707c with scrape type 2
2026-03-29 06:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 501c81b9-0817-5995-8142-467a36e9707c with scrape type 2
2026-03-29 06:37:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 501c81b9-0817-5995-8142-467a36e9707c, identifier: AJ71%20TNO
2026-03-29 06:37:36 [bca.uk] INFO: Found listing with ID: YL19%20XAC
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL19%2520XAC%27 HTTP/1.1" 200 None
2026-03-29 06:37:36 [bca.uk] INFO: Scrape type for YL19%20XAC: 2
2026-03-29 06:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC
2026-03-29 06:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232979a8-84a2-5961-8c90-927348769bc8 with scrape type 2
2026-03-29 06:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232979a8-84a2-5961-8c90-927348769bc8 with scrape type 2
2026-03-29 06:37:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 232979a8-84a2-5961-8c90-927348769bc8, identifier: YL19%20XAC
2026-03-29 06:37:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA
2026-03-29 06:37:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA
2026-03-29 06:37:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA to the API
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF72%20XKA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8052f315-28af-5fe2-9cea-23df5323a1a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF72 XKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF72%20XKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 37831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTK33BX60R243383',
 'year': 2023}
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XKA%27 HTTP/1.1" 200 None
2026-03-29 06:37:36 [bca.uk] INFO: Saving data for CF72%20XKA: {'auction_closing_time': 1775556000.0, 'created_time': 1774364874.451993, 'last_price_update_time': 1774766256.623123}
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520XKA') HTTP/1.1" 204 0
2026-03-29 06:37:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU
2026-03-29 06:37:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU
2026-03-29 06:37:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU to the API
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20MTU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b809148d-0f3c-5fd2-bd36-794eec2c50f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP69 MTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20MTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 69292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 ACENTA PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 ACENTA PREMIUM DCT',
 'vin': 'SJNFFAJ11U2746993',
 'year': 2019}
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520MTU%27 HTTP/1.1" 200 None
2026-03-29 06:37:36 [bca.uk] INFO: Saving data for LP69%20MTU: {'auction_closing_time': 1775124000.0, 'created_time': 1774353678.611632, 'last_price_update_time': 1774766256.89906}
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520MTU') HTTP/1.1" 204 0
2026-03-29 06:37:36 [bca.uk] INFO: Found listing with ID: LA72%20TCV
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:37:36 [bca.uk] INFO: Scrape type for LA72%20TCV: 2
2026-03-29 06:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV
2026-03-29 06:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with scrape type 2
2026-03-29 06:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with scrape type 2
2026-03-29 06:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 112bcb71-a9d7-57a9-a70b-6749e0d944c4, identifier: LA72%20TCV
2026-03-29 06:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO
2026-03-29 06:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO
2026-03-29 06:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO to the API
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20TNO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '501c81b9-0817-5995-8142-467a36e9707c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ71 TNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20TNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 79582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK3NC223160',
 'year': 2022}
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520TNO%27 HTTP/1.1" 200 None
2026-03-29 06:37:37 [bca.uk] INFO: Saving data for AJ71%20TNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774361865.5112, 'last_price_update_time': 1774766257.289603}
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520TNO') HTTP/1.1" 204 0
2026-03-29 06:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC
2026-03-29 06:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC
2026-03-29 06:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC to the API
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL19%20XAC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '232979a8-84a2-5961-8c90-927348769bc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL19 XAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL19%20XAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 109045,
 'odometer_reading_unit': '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 RAV4 2.5 HYBRID DESIGN 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN 4WD',
 'vin': 'JTMRW3FV90D505232',
 'year': 2019}
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL19%2520XAC%27 HTTP/1.1" 200 None
2026-03-29 06:37:37 [bca.uk] INFO: Saving data for YL19%20XAC: {'auction_closing_time': 1774864800.0, 'created_time': 1774363321.179971, 'last_price_update_time': 1774766257.701061}
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL19%2520XAC') HTTP/1.1" 204 0
2026-03-29 06:37:37 [bca.uk] INFO: Found listing with ID: WA16%20DXM
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520DXM%27 HTTP/1.1" 200 None
2026-03-29 06:37:37 [bca.uk] INFO: Scrape type for WA16%20DXM: 2
2026-03-29 06:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM
2026-03-29 06:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8015bdd-b26b-5869-b364-d33621e1454a with scrape type 2
2026-03-29 06:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8015bdd-b26b-5869-b364-d33621e1454a with scrape type 2
2026-03-29 06:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8015bdd-b26b-5869-b364-d33621e1454a, identifier: WA16%20DXM
2026-03-29 06:37:37 [bca.uk] INFO: Found listing with ID: LM73%20VLU
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VLU%27 HTTP/1.1" 200 None
2026-03-29 06:37:37 [bca.uk] INFO: Scrape type for LM73%20VLU: 2
2026-03-29 06:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU
2026-03-29 06:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3866d1e1-c522-5bb2-b134-2585927f8bd7 with scrape type 2
2026-03-29 06:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3866d1e1-c522-5bb2-b134-2585927f8bd7 with scrape type 2
2026-03-29 06:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3866d1e1-c522-5bb2-b134-2585927f8bd7, identifier: LM73%20VLU
2026-03-29 06:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV
2026-03-29 06:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV
2026-03-29 06:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV to the API
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20TCV-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': '112bcb71-a9d7-57a9-a70b-6749e0d944c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 TCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20TCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 39723,
 '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 1.8 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'SB1K93BE80E368992',
 'year': 2023}
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520TCV%27 HTTP/1.1" 200 None
2026-03-29 06:37:38 [bca.uk] INFO: Saving data for LA72%20TCV: {'auction_closing_time': 1775556000.0, 'created_time': 1774354803.805139, 'last_price_update_time': 1774766258.203515}
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520TCV') HTTP/1.1" 204 0
2026-03-29 06:37:38 [bca.uk] INFO: Found listing with ID: LD23%20MXG
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 06:37:38 [bca.uk] INFO: Scrape type for LD23%20MXG: 2
2026-03-29 06:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG
2026-03-29 06:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with scrape type 2
2026-03-29 06:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with scrape type 2
2026-03-29 06:37:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a, identifier: LD23%20MXG
2026-03-29 06:37:38 [bca.uk] INFO: Found listing with ID: KX19%20WAO
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520WAO%27 HTTP/1.1" 200 None
2026-03-29 06:37:38 [bca.uk] INFO: Scrape type for KX19%20WAO: 2
2026-03-29 06:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO
2026-03-29 06:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with scrape type 2
2026-03-29 06:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with scrape type 2
2026-03-29 06:37:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e, identifier: KX19%20WAO
2026-03-29 06:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM
2026-03-29 06:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM
2026-03-29 06:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM to the API
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA16%20DXM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8015bdd-b26b-5869-b364-d33621e1454a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA16 DXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA16%20DXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 93622,
 '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': 'manual',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2CNXGH130491',
 'year': 2016}
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520DXM%27 HTTP/1.1" 200 None
2026-03-29 06:37:38 [bca.uk] INFO: Saving data for WA16%20DXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774364875.629049, 'last_price_update_time': 1774766258.711071}
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA16%2520DXM') HTTP/1.1" 204 0
2026-03-29 06:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU
2026-03-29 06:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU
2026-03-29 06:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU to the API
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM73%20VLU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3866d1e1-c522-5bb2-b134-2585927f8bd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM73 VLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM73%20VLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6797,
 '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': 'VXKUPHMHDP4231640',
 'year': 2023}
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VLU%27 HTTP/1.1" 200 None
2026-03-29 06:37:38 [bca.uk] INFO: Saving data for LM73%20VLU: {'auction_closing_time': 1775037600.0, 'created_time': 1774353870.449599, 'last_price_update_time': 1774766258.993524}
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM73%2520VLU') HTTP/1.1" 204 0
2026-03-29 06:37:39 [bca.uk] INFO: Found listing with ID: LD24%20ZZR
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD24%2520ZZR%27 HTTP/1.1" 200 None
2026-03-29 06:37:39 [bca.uk] INFO: Scrape type for LD24%20ZZR: 2
2026-03-29 06:37:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR
2026-03-29 06:37:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cefc066-4062-5c44-8687-105ba2933518 with scrape type 2
2026-03-29 06:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cefc066-4062-5c44-8687-105ba2933518 with scrape type 2
2026-03-29 06:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cefc066-4062-5c44-8687-105ba2933518, identifier: LD24%20ZZR
2026-03-29 06:37:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG
2026-03-29 06:37:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG
2026-03-29 06:37:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG to the API
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20MXG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '06865b65-9ef4-59ba-b04f-ebfabaa6de9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 MXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20MXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 27528,
 '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': 'LRWYHCFSXPC705349',
 'year': 2023}
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520MXG%27 HTTP/1.1" 200 None
2026-03-29 06:37:39 [bca.uk] INFO: Saving data for LD23%20MXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774361876.740864, 'last_price_update_time': 1774766259.389229}
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520MXG') HTTP/1.1" 204 0
2026-03-29 06:37:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO
2026-03-29 06:37:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO
2026-03-29 06:37:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO to the API
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX19%20WAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX19 WAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX19%20WAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 45791,
 'odometer_reading_unit': '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 V40 1.5 T3 152 R DESIGN PRO G/T Hatchback',
 'transmission': 'manual',
 'trim': 'T3 152 R DESIGN PRO G/T',
 'vin': 'YV1MV32T0K2574297',
 'year': 2019}
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520WAO%27 HTTP/1.1" 200 None
2026-03-29 06:37:39 [bca.uk] INFO: Saving data for KX19%20WAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774303586.349303, 'last_price_update_time': 1774766259.675201}
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX19%2520WAO') HTTP/1.1" 204 0
2026-03-29 06:37:39 [bca.uk] INFO: Found listing with ID: BG73%20MWY
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 06:37:39 [bca.uk] INFO: Scrape type for BG73%20MWY: 2
2026-03-29 06:37:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY
2026-03-29 06:37:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af92e737-a1ec-5b1c-8215-d11c88d362d8 with scrape type 2
2026-03-29 06:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af92e737-a1ec-5b1c-8215-d11c88d362d8 with scrape type 2
2026-03-29 06:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af92e737-a1ec-5b1c-8215-d11c88d362d8, identifier: BG73%20MWY
2026-03-29 06:37:39 [bca.uk] INFO: Found listing with ID: LL74%20DYB
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYB%27 HTTP/1.1" 200 None
2026-03-29 06:37:39 [bca.uk] INFO: Scrape type for LL74%20DYB: 2
2026-03-29 06:37:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB
2026-03-29 06:37:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78544b24-1d87-5793-941b-e4d8715a3a05 with scrape type 2
2026-03-29 06:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78544b24-1d87-5793-941b-e4d8715a3a05 with scrape type 2
2026-03-29 06:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78544b24-1d87-5793-941b-e4d8715a3a05, identifier: LL74%20DYB
2026-03-29 06:37:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR
2026-03-29 06:37:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR
2026-03-29 06:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR to the API
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD24%20ZZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9cefc066-4062-5c44-8687-105ba2933518',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD24 ZZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD24%20ZZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 10578,
 '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 AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC900225751',
 'year': 2024}
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD24%2520ZZR%27 HTTP/1.1" 200 None
2026-03-29 06:37:40 [bca.uk] INFO: Saving data for LD24%20ZZR: {'auction_closing_time': 1775556000.0, 'created_time': 1774354805.569713, 'last_price_update_time': 1774766260.187437}
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD24%2520ZZR') HTTP/1.1" 204 0
2026-03-29 06:37:40 [bca.uk] INFO: Found listing with ID: AF22%20ZPK
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520ZPK%27 HTTP/1.1" 200 None
2026-03-29 06:37:40 [bca.uk] INFO: Scrape type for AF22%20ZPK: 2
2026-03-29 06:37:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK
2026-03-29 06:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 760b6067-0676-5de1-b5bd-cb958e89a1aa with scrape type 2
2026-03-29 06:37:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 760b6067-0676-5de1-b5bd-cb958e89a1aa with scrape type 2
2026-03-29 06:37:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 760b6067-0676-5de1-b5bd-cb958e89a1aa, identifier: AF22%20ZPK
2026-03-29 06:37:40 [bca.uk] INFO: Found listing with ID: DV68%20SXT
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520SXT%27 HTTP/1.1" 200 None
2026-03-29 06:37:40 [bca.uk] INFO: Scrape type for DV68%20SXT: 2
2026-03-29 06:37:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT
2026-03-29 06:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80f16f3-4836-54a4-a77f-7aeda34958f3 with scrape type 2
2026-03-29 06:37:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d80f16f3-4836-54a4-a77f-7aeda34958f3 with scrape type 2
2026-03-29 06:37:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d80f16f3-4836-54a4-a77f-7aeda34958f3, identifier: DV68%20SXT
2026-03-29 06:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY
2026-03-29 06:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY
2026-03-29 06:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY to the API
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG73%20MWY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af92e737-a1ec-5b1c-8215-d11c88d362d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG73 MWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG73%20MWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 53650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0  Hatchback',
 'transmission': 'automatic',
 'trim': '',
 'vin': 'JTHY65BHX02175876',
 'year': 2023}
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520MWY%27 HTTP/1.1" 200 None
2026-03-29 06:37:40 [bca.uk] INFO: Saving data for BG73%20MWY: {'auction_closing_time': 1775556000.0, 'created_time': 1774364860.370674, 'last_price_update_time': 1774766260.675878}
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG73%2520MWY') HTTP/1.1" 204 0
2026-03-29 06:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB
2026-03-29 06:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB
2026-03-29 06:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB to the API
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DYB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78544b24-1d87-5793-941b-e4d8715a3a05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE6R4300421',
 'year': 2024}
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYB%27 HTTP/1.1" 200 None
2026-03-29 06:37:40 [bca.uk] INFO: Saving data for LL74%20DYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774353855.130894, 'last_price_update_time': 1774766260.965987}
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DYB') HTTP/1.1" 204 0
2026-03-29 06:37:40 [bca.uk] INFO: Found listing with ID: EJ16%20DFA
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520DFA%27 HTTP/1.1" 200 None
2026-03-29 06:37:40 [bca.uk] INFO: Scrape type for EJ16%20DFA: 0
2026-03-29 06:37:40 [bca.uk] INFO: Found listing with ID: OV69%20JZP
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520JZP%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for OV69%20JZP: 0
2026-03-29 06:37:41 [bca.uk] INFO: Found listing with ID: RK72%20ONP
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520ONP%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for RK72%20ONP: 0
2026-03-29 06:37:41 [bca.uk] INFO: Found listing with ID: FM19%20EAC
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520EAC%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for FM19%20EAC: 0
2026-03-29 06:37:41 [bca.uk] INFO: Found listing with ID: VX68%20WDV
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520WDV%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for VX68%20WDV: 0
2026-03-29 06:37:41 [bca.uk] INFO: Found listing with ID: VX56%20NEO
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX56%2520NEO%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for VX56%20NEO: 2
2026-03-29 06:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb7907f6-8168-5f08-94c3-34509647a0c2 with identifier: VX56%20NEO
2026-03-29 06:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7907f6-8168-5f08-94c3-34509647a0c2 with scrape type 2
2026-03-29 06:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb7907f6-8168-5f08-94c3-34509647a0c2 with scrape type 2
2026-03-29 06:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb7907f6-8168-5f08-94c3-34509647a0c2, identifier: VX56%20NEO
2026-03-29 06:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK
2026-03-29 06:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK
2026-03-29 06:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK to the API
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20ZPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '760b6067-0676-5de1-b5bd-cb958e89a1aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 ZPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20ZPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 40434,
 'odometer_reading_unit': '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 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS3NC505451',
 'year': 2022}
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520ZPK%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Saving data for AF22%20ZPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774361826.496319, 'last_price_update_time': 1774766261.442608}
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520ZPK') HTTP/1.1" 204 0
2026-03-29 06:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT
2026-03-29 06:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT
2026-03-29 06:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT to the API
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV68%20SXT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd80f16f3-4836-54a4-a77f-7aeda34958f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV68 SXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV68%20SXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 78824,
 'odometer_reading_unit': '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': 'SALCA2AN1KH784945',
 'year': 2018}
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520SXT%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Saving data for DV68%20SXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774365427.306821, 'last_price_update_time': 1774766261.81738}
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV68%2520SXT') HTTP/1.1" 204 0
2026-03-29 06:37:41 [bca.uk] INFO: Found listing with ID: AO72%20ZCX
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZCX%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for AO72%20ZCX: 2
2026-03-29 06:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX
2026-03-29 06:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92dce21b-b64e-5432-98d9-bd910e460460 with scrape type 2
2026-03-29 06:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92dce21b-b64e-5432-98d9-bd910e460460 with scrape type 2
2026-03-29 06:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92dce21b-b64e-5432-98d9-bd910e460460, identifier: AO72%20ZCX
2026-03-29 06:37:41 [bca.uk] INFO: Found listing with ID: KF73%20BXX
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 06:37:41 [bca.uk] INFO: Scrape type for KF73%20BXX: 2
2026-03-29 06:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX
2026-03-29 06:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a57183-e26a-57e4-9af2-29ae8e013eab with scrape type 2
2026-03-29 06:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a57183-e26a-57e4-9af2-29ae8e013eab with scrape type 2
2026-03-29 06:37:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a57183-e26a-57e4-9af2-29ae8e013eab, identifier: KF73%20BXX
2026-03-29 06:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb7907f6-8168-5f08-94c3-34509647a0c2 with identifier: VX56%20NEO
2026-03-29 06:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb7907f6-8168-5f08-94c3-34509647a0c2 with identifier: VX56%20NEO
2026-03-29 06:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb7907f6-8168-5f08-94c3-34509647a0c2 with identifier: VX56%20NEO to the API
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX56%20NEO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb7907f6-8168-5f08-94c3-34509647a0c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX56 NEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX56%20NEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'FREELANDER',
 'odometer': 124071,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2.0 TD4 SE StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 SE',
 'vin': 'SALLNABE15D013283',
 'year': 2006}
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX56%2520NEO%27 HTTP/1.1" 200 None
2026-03-29 06:37:42 [bca.uk] INFO: Saving data for VX56%20NEO: {'auction_closing_time': 1774778400.0, 'created_time': 1774305865.145092, 'last_price_update_time': 1774766262.394061}
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX56%2520NEO') HTTP/1.1" 204 0
2026-03-29 06:37:42 [bca.uk] INFO: Found listing with ID: LB73%20GJZ
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB73%2520GJZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:42 [bca.uk] INFO: Scrape type for LB73%20GJZ: 2
2026-03-29 06:37:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ
2026-03-29 06:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with scrape type 2
2026-03-29 06:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with scrape type 2
2026-03-29 06:37:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07728dbf-8b85-5d6f-8727-9bc3958f36f9, identifier: LB73%20GJZ
2026-03-29 06:37:42 [bca.uk] INFO: Found listing with ID: HY68%20NBM
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY68%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:37:42 [bca.uk] INFO: Scrape type for HY68%20NBM: 2
2026-03-29 06:37:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM
2026-03-29 06:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with scrape type 2
2026-03-29 06:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with scrape type 2
2026-03-29 06:37:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9, identifier: HY68%20NBM
2026-03-29 06:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX
2026-03-29 06:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX
2026-03-29 06:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX to the API
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO72%20ZCX-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92dce21b-b64e-5432-98d9-bd910e460460',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AO72 ZCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO72%20ZCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 29507,
 '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 EXCLUSIVE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I EXCLUSIVE S-CVT',
 'vin': 'JTDAGNAC600081964',
 'year': 2023}
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZCX%27 HTTP/1.1" 200 None
2026-03-29 06:37:42 [bca.uk] INFO: Saving data for AO72%20ZCX: {'auction_closing_time': 1775556000.0, 'created_time': 1774364859.996491, 'last_price_update_time': 1774766262.893208}
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO72%2520ZCX') HTTP/1.1" 204 0
2026-03-29 06:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX
2026-03-29 06:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX
2026-03-29 06:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX to the API
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20BXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4a57183-e26a-57e4-9af2-29ae8e013eab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 BXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20BXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5638,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4295098',
 'year': 2024}
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BXX%27 HTTP/1.1" 200 None
2026-03-29 06:37:43 [bca.uk] INFO: Saving data for KF73%20BXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774353827.429624, 'last_price_update_time': 1774766263.184283}
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520BXX') HTTP/1.1" 204 0
2026-03-29 06:37:43 [bca.uk] INFO: Found listing with ID: LF02%20GMO
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF02%2520GMO%27 HTTP/1.1" 200 None
2026-03-29 06:37:43 [bca.uk] INFO: Scrape type for LF02%20GMO: 2
2026-03-29 06:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d94a5bb-83aa-524f-950d-2c7bda885876 with identifier: LF02%20GMO
2026-03-29 06:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d94a5bb-83aa-524f-950d-2c7bda885876 with scrape type 2
2026-03-29 06:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d94a5bb-83aa-524f-950d-2c7bda885876 with scrape type 2
2026-03-29 06:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d94a5bb-83aa-524f-950d-2c7bda885876, identifier: LF02%20GMO
2026-03-29 06:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ
2026-03-29 06:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ
2026-03-29 06:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ to the API
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB73%20GJZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '07728dbf-8b85-5d6f-8727-9bc3958f36f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB73 GJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB73%20GJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 15023,
 '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': 'LRWYHCFS0PC139962',
 'year': 2023}
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB73%2520GJZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:43 [bca.uk] INFO: Saving data for LB73%20GJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774361706.544918, 'last_price_update_time': 1774766263.568425}
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB73%2520GJZ') HTTP/1.1" 204 0
2026-03-29 06:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM
2026-03-29 06:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM
2026-03-29 06:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM to the API
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY68%20NBM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f02607f-00c9-5f81-b51d-0aaf96a1f7c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY68 NBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY68%20NBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 46206,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J579333',
 'year': 2018}
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY68%2520NBM%27 HTTP/1.1" 200 None
2026-03-29 06:37:43 [bca.uk] INFO: Saving data for HY68%20NBM: {'auction_closing_time': 1774864800.0, 'created_time': 1774101865.762975, 'last_price_update_time': 1774766263.84997}
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY68%2520NBM') HTTP/1.1" 204 0
2026-03-29 06:37:43 [bca.uk] INFO: Found listing with ID: AJ72%20OSW
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520OSW%27 HTTP/1.1" 200 None
2026-03-29 06:37:43 [bca.uk] INFO: Scrape type for AJ72%20OSW: 2
2026-03-29 06:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW
2026-03-29 06:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with scrape type 2
2026-03-29 06:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with scrape type 2
2026-03-29 06:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75, identifier: AJ72%20OSW
2026-03-29 06:37:43 [bca.uk] INFO: Found listing with ID: LL74%20EYG
2026-03-29 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520EYG%27 HTTP/1.1" 200 None
2026-03-29 06:37:44 [bca.uk] INFO: Scrape type for LL74%20EYG: 2
2026-03-29 06:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG
2026-03-29 06:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea21ca2a-651d-5d36-9bdb-068280a2a587 with scrape type 2
2026-03-29 06:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea21ca2a-651d-5d36-9bdb-068280a2a587 with scrape type 2
2026-03-29 06:37:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea21ca2a-651d-5d36-9bdb-068280a2a587, identifier: LL74%20EYG
2026-03-29 06:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d94a5bb-83aa-524f-950d-2c7bda885876 with identifier: LF02%20GMO
2026-03-29 06:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d94a5bb-83aa-524f-950d-2c7bda885876 with identifier: LF02%20GMO
2026-03-29 06:37:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d94a5bb-83aa-524f-950d-2c7bda885876 with identifier: LF02%20GMO to the API
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 217,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF02%20GMO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d94a5bb-83aa-524f-950d-2c7bda885876',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF02 GMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF02%20GMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 57524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 2.0 S Estate',
 'transmission': 'automatic',
 'trim': 'S',
 'vin': 'YV1VW29692F850157',
 'year': 2002}
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF02%2520GMO%27 HTTP/1.1" 200 None
2026-03-29 06:37:44 [bca.uk] INFO: Saving data for LF02%20GMO: {'auction_closing_time': 1774778400.0, 'created_time': 1774305866.370635, 'last_price_update_time': 1774766264.446144}
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF02%2520GMO') HTTP/1.1" 204 0
2026-03-29 06:37:44 [bca.uk] INFO: Found listing with ID: Y777%20TTS
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y777%2520TTS%27 HTTP/1.1" 200 None
2026-03-29 06:37:44 [bca.uk] INFO: Scrape type for Y777%20TTS: 2
2026-03-29 06:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS
2026-03-29 06:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dab109fd-2b60-597c-a4ad-4475692604ca with scrape type 2
2026-03-29 06:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dab109fd-2b60-597c-a4ad-4475692604ca with scrape type 2
2026-03-29 06:37:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dab109fd-2b60-597c-a4ad-4475692604ca, identifier: Y777%20TTS
2026-03-29 06:37:44 [bca.uk] INFO: Found listing with ID: DX23%20TRZ
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TRZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:44 [bca.uk] INFO: Scrape type for DX23%20TRZ: 2
2026-03-29 06:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ
2026-03-29 06:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with scrape type 2
2026-03-29 06:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with scrape type 2
2026-03-29 06:37:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3679a31-b0b4-5970-83ab-ce2e11c7cf35, identifier: DX23%20TRZ
2026-03-29 06:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW
2026-03-29 06:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW
2026-03-29 06:37:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW to the API
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ72%20OSW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '96e85a3b-01af-5edf-ae9f-3c68b2ebcc75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ72 OSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ72%20OSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'NX 450H+',
 'odometer': 18520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS NX 450H+ 2.5 4WD (PREMIUM PK) E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': '4WD (PREMIUM PK) E-CVT',
 'vin': 'JTJCKBFZ402012615',
 'year': 2023}
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520OSW%27 HTTP/1.1" 200 None
2026-03-29 06:37:44 [bca.uk] INFO: Saving data for AJ72%20OSW: {'auction_closing_time': 1775556000.0, 'created_time': 1774364859.572149, 'last_price_update_time': 1774766264.972237}
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520OSW') HTTP/1.1" 204 0
2026-03-29 06:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG
2026-03-29 06:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG
2026-03-29 06:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG to the API
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20EYG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea21ca2a-651d-5d36-9bdb-068280a2a587',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 EYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20EYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA ST',
 'odometer': 8402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA ST 1.2 T 130 GS Estate',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKFRHNS4R1033225',
 'year': 2024}
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520EYG%27 HTTP/1.1" 200 None
2026-03-29 06:37:45 [bca.uk] INFO: Saving data for LL74%20EYG: {'auction_closing_time': 1775037600.0, 'created_time': 1774353829.540761, 'last_price_update_time': 1774766265.264689}
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520EYG') HTTP/1.1" 204 0
2026-03-29 06:37:45 [bca.uk] INFO: Found listing with ID: WK63%20YGM
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK63%2520YGM%27 HTTP/1.1" 200 None
2026-03-29 06:37:45 [bca.uk] INFO: Scrape type for WK63%20YGM: 2
2026-03-29 06:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 024dc8be-d385-57bd-ab30-a2c9b7d87756 with identifier: WK63%20YGM
2026-03-29 06:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024dc8be-d385-57bd-ab30-a2c9b7d87756 with scrape type 2
2026-03-29 06:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 024dc8be-d385-57bd-ab30-a2c9b7d87756 with scrape type 2
2026-03-29 06:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 024dc8be-d385-57bd-ab30-a2c9b7d87756, identifier: WK63%20YGM
2026-03-29 06:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS
2026-03-29 06:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS
2026-03-29 06:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS to the API
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=Y777%20TTS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dab109fd-2b60-597c-a4ad-4475692604ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'Y777 TTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=Y777%20TTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'TTS',
 'odometer': 94474,
 '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 TTS 2.0 TFSI QUATTRO S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI QUATTRO S-T',
 'vin': 'TRUZZZ8J891013672',
 'year': 2008}
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y777%2520TTS%27 HTTP/1.1" 200 None
2026-03-29 06:37:45 [bca.uk] INFO: Saving data for Y777%20TTS: {'auction_closing_time': 1774951200.0, 'created_time': 1774361647.493009, 'last_price_update_time': 1774766265.67379}
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='Y777%2520TTS') HTTP/1.1" 204 0
2026-03-29 06:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ
2026-03-29 06:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ
2026-03-29 06:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ to the API
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX23%20TRZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a3679a31-b0b4-5970-83ab-ce2e11c7cf35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX23 TRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX23%20TRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 45466,
 '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 MG5 EV 115KW 61KWH TROPHY LR Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH TROPHY LR',
 'vin': 'LSJE24095NG110352',
 'year': 2023}
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TRZ%27 HTTP/1.1" 200 None
2026-03-29 06:37:45 [bca.uk] INFO: Saving data for DX23%20TRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774188126.688685, 'last_price_update_time': 1774766265.954361}
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX23%2520TRZ') HTTP/1.1" 204 0
2026-03-29 06:37:45 [bca.uk] INFO: Found listing with ID: AF23%20BXW
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BXW%27 HTTP/1.1" 200 None
2026-03-29 06:37:45 [bca.uk] INFO: Scrape type for AF23%20BXW: 2
2026-03-29 06:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW
2026-03-29 06:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00959853-e74f-5fce-95d0-5c30bbb3185a with scrape type 2
2026-03-29 06:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00959853-e74f-5fce-95d0-5c30bbb3185a with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00959853-e74f-5fce-95d0-5c30bbb3185a, identifier: AF23%20BXW
2026-03-29 06:37:46 [bca.uk] INFO: Found listing with ID: LN24%20TYH
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 06:37:46 [bca.uk] INFO: Scrape type for LN24%20TYH: 2
2026-03-29 06:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH
2026-03-29 06:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b949340-1f5b-524d-8cdc-516c520ac6f3 with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b949340-1f5b-524d-8cdc-516c520ac6f3 with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b949340-1f5b-524d-8cdc-516c520ac6f3, identifier: LN24%20TYH
2026-03-29 06:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 024dc8be-d385-57bd-ab30-a2c9b7d87756 with identifier: WK63%20YGM
2026-03-29 06:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 024dc8be-d385-57bd-ab30-a2c9b7d87756 with identifier: WK63%20YGM
2026-03-29 06:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 024dc8be-d385-57bd-ab30-a2c9b7d87756 with identifier: WK63%20YGM to the API
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK63%20YGM-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '024dc8be-d385-57bd-ab30-a2c9b7d87756',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK63 YGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK63%20YGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 40585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D X LINE STEP',
 'vin': 'WBAVP92080VX26045',
 'year': 2013}
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK63%2520YGM%27 HTTP/1.1" 200 None
2026-03-29 06:37:46 [bca.uk] INFO: Saving data for WK63%20YGM: {'auction_closing_time': 1774778400.0, 'created_time': 1774305799.024429, 'last_price_update_time': 1774766266.486071}
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK63%2520YGM') HTTP/1.1" 204 0
2026-03-29 06:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:37:46 [bca.uk] INFO: Found listing with ID: ML68%20AMK
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 06:37:46 [bca.uk] INFO: Scrape type for ML68%20AMK: 2
2026-03-29 06:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK
2026-03-29 06:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4887c640-8e62-56f2-826e-d6a2a011fb03 with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4887c640-8e62-56f2-826e-d6a2a011fb03 with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4887c640-8e62-56f2-826e-d6a2a011fb03, identifier: ML68%20AMK
2026-03-29 06:37:46 [bca.uk] INFO: Found listing with ID: GD23%20TVP
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:37:46 [bca.uk] INFO: Scrape type for GD23%20TVP: 2
2026-03-29 06:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP
2026-03-29 06:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691d3f95-3994-50bc-8880-abf1cc65ada8 with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691d3f95-3994-50bc-8880-abf1cc65ada8 with scrape type 2
2026-03-29 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691d3f95-3994-50bc-8880-abf1cc65ada8, identifier: GD23%20TVP
2026-03-29 06:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW
2026-03-29 06:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW
2026-03-29 06:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW to the API
2026-03-29 06:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20BXW-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': '00959853-e74f-5fce-95d0-5c30bbb3185a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 BXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20BXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 42452,
 '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': 'JTDKBABB20A171205',
 'year': 2023}
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BXW%27 HTTP/1.1" 200 None
2026-03-29 06:37:47 [bca.uk] INFO: Saving data for AF23%20BXW: {'auction_closing_time': 1775556000.0, 'created_time': 1774364833.999185, 'last_price_update_time': 1774766267.106832}
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520BXW') HTTP/1.1" 204 0
2026-03-29 06:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH
2026-03-29 06:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH
2026-03-29 06:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH to the API
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20TYH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b949340-1f5b-524d-8cdc-516c520ac6f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 TYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20TYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 24542,
 '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 1.2 TURBO 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 GS',
 'vin': 'VXKUSHNSSRW013456',
 'year': 2024}
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TYH%27 HTTP/1.1" 200 None
2026-03-29 06:37:47 [bca.uk] INFO: Saving data for LN24%20TYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774353837.214335, 'last_price_update_time': 1774766267.384215}
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520TYH') HTTP/1.1" 204 0
2026-03-29 06:37:47 [bca.uk] INFO: Found listing with ID: CK16%20TBU
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK16%2520TBU%27 HTTP/1.1" 200 None
2026-03-29 06:37:47 [bca.uk] INFO: Scrape type for CK16%20TBU: 2
2026-03-29 06:37:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 939c7f9a-3390-56ee-8a1b-7a1883b5f92d with identifier: CK16%20TBU
2026-03-29 06:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 939c7f9a-3390-56ee-8a1b-7a1883b5f92d with scrape type 2
2026-03-29 06:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 939c7f9a-3390-56ee-8a1b-7a1883b5f92d with scrape type 2
2026-03-29 06:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 939c7f9a-3390-56ee-8a1b-7a1883b5f92d, identifier: CK16%20TBU
2026-03-29 06:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK
2026-03-29 06:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK
2026-03-29 06:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK to the API
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML68%20AMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4887c640-8e62-56f2-826e-d6a2a011fb03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML68 AMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML68%20AMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 38518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 60 COLOUR ED.GREENTECH Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 COLOUR ED.GREENTECH',
 'vin': 'TMBZZZAAZKD602934',
 'year': 2018}
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 06:37:47 [bca.uk] INFO: Saving data for ML68%20AMK: {'auction_closing_time': 1775037600.0, 'created_time': 1774361717.243014, 'last_price_update_time': 1774766267.776087}
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML68%2520AMK') HTTP/1.1" 204 0
2026-03-29 06:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP
2026-03-29 06:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP
2026-03-29 06:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP to the API
2026-03-29 06:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20TVP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '691d3f95-3994-50bc-8880-abf1cc65ada8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD23 TVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20TVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 22500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74094PZ132727',
 'year': 2023}
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520TVP%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Saving data for GD23%20TVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774363869.380717, 'last_price_update_time': 1774766268.070709}
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520TVP') HTTP/1.1" 204 0
2026-03-29 06:37:48 [bca.uk] INFO: Found listing with ID: DT68%20KJY
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520KJY%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Scrape type for DT68%20KJY: 0
2026-03-29 06:37:48 [bca.uk] INFO: Found listing with ID: KM66%20WVP
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520WVP%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Scrape type for KM66%20WVP: 0
2026-03-29 06:37:48 [bca.uk] INFO: Found listing with ID: GL16%20XBT
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Scrape type for GL16%20XBT: 2
2026-03-29 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT
2026-03-29 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7826122-62b1-5f84-831e-805b3e50f471 with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7826122-62b1-5f84-831e-805b3e50f471 with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7826122-62b1-5f84-831e-805b3e50f471, identifier: GL16%20XBT
2026-03-29 06:37:48 [bca.uk] INFO: Found listing with ID: WP70%20MGV
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Scrape type for WP70%20MGV: 2
2026-03-29 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV
2026-03-29 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7225e1e2-0ab1-5941-84fa-21d70167e6bf with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7225e1e2-0ab1-5941-84fa-21d70167e6bf with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7225e1e2-0ab1-5941-84fa-21d70167e6bf, identifier: WP70%20MGV
2026-03-29 06:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 939c7f9a-3390-56ee-8a1b-7a1883b5f92d with identifier: CK16%20TBU
2026-03-29 06:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 939c7f9a-3390-56ee-8a1b-7a1883b5f92d with identifier: CK16%20TBU
2026-03-29 06:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 939c7f9a-3390-56ee-8a1b-7a1883b5f92d with identifier: CK16%20TBU to the API
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK16%20TBU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '939c7f9a-3390-56ee-8a1b-7a1883b5f92d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK16 TBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK16%20TBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 72751,
 '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 X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM X',
 'vin': 'WF05XXGCC5GA15121',
 'year': 2016}
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK16%2520TBU%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Saving data for CK16%20TBU: {'auction_closing_time': 1774778400.0, 'created_time': 1774305820.753962, 'last_price_update_time': 1774766268.689171}
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK16%2520TBU') HTTP/1.1" 204 0
2026-03-29 06:37:48 [bca.uk] INFO: Found listing with ID: AY14%20NHT
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520NHT%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Scrape type for AY14%20NHT: 2
2026-03-29 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT
2026-03-29 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c913587-7763-57c5-83b8-1da1ed339486 with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c913587-7763-57c5-83b8-1da1ed339486 with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c913587-7763-57c5-83b8-1da1ed339486, identifier: AY14%20NHT
2026-03-29 06:37:48 [bca.uk] INFO: Found listing with ID: KP68%20UZX
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP68%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 06:37:48 [bca.uk] INFO: Scrape type for KP68%20UZX: 2
2026-03-29 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX
2026-03-29 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with scrape type 2
2026-03-29 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445, identifier: KP68%20UZX
2026-03-29 06:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT
2026-03-29 06:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT
2026-03-29 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT to the API
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL16%20XBT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7826122-62b1-5f84-831e-805b3e50f471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL16 XBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL16%20XBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 164990,
 '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 AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD AUTOBIOGRAPHY',
 'vin': 'SALVA2AN9GH150346',
 'year': 2016}
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520XBT%27 HTTP/1.1" 200 None
2026-03-29 06:37:49 [bca.uk] INFO: Saving data for GL16%20XBT: {'auction_closing_time': 1774951200.0, 'created_time': 1774364818.431783, 'last_price_update_time': 1774766269.192227}
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL16%2520XBT') HTTP/1.1" 204 0
2026-03-29 06:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV
2026-03-29 06:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV
2026-03-29 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV to the API
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP70%20MGV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7225e1e2-0ab1-5941-84fa-21d70167e6bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP70 MGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP70%20MGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 48879,
 '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 MHEV 155 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 TITANIUM X',
 'vin': 'WF0JXXGAHJLY61919',
 'year': 2020}
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520MGV%27 HTTP/1.1" 200 None
2026-03-29 06:37:49 [bca.uk] INFO: Saving data for WP70%20MGV: {'auction_closing_time': 1775124000.0, 'created_time': 1774354650.868231, 'last_price_update_time': 1774766269.496295}
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520MGV') HTTP/1.1" 204 0
2026-03-29 06:37:49 [bca.uk] INFO: Found listing with ID: HN17%20CUG
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520CUG%27 HTTP/1.1" 200 None
2026-03-29 06:37:49 [bca.uk] INFO: Scrape type for HN17%20CUG: 2
2026-03-29 06:37:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ebd17c9-7ff4-53d9-9505-81825f66ecfc with identifier: HN17%20CUG
2026-03-29 06:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ebd17c9-7ff4-53d9-9505-81825f66ecfc with scrape type 2
2026-03-29 06:37:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ebd17c9-7ff4-53d9-9505-81825f66ecfc with scrape type 2
2026-03-29 06:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ebd17c9-7ff4-53d9-9505-81825f66ecfc, identifier: HN17%20CUG
2026-03-29 06:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT
2026-03-29 06:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT
2026-03-29 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT to the API
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY14%20NHT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c913587-7763-57c5-83b8-1da1ed339486',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY14 NHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY14%20NHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 46548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDEL04313',
 'year': 2014}
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520NHT%27 HTTP/1.1" 200 None
2026-03-29 06:37:49 [bca.uk] INFO: Saving data for AY14%20NHT: {'auction_closing_time': 1775037600.0, 'created_time': 1774362062.58549, 'last_price_update_time': 1774766269.882828}
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY14%2520NHT') HTTP/1.1" 204 0
2026-03-29 06:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX
2026-03-29 06:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX
2026-03-29 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX to the API
2026-03-29 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP68%20UZX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cffd08f4-0e98-51e4-bc1e-8cf4b84f7445',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP68 UZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP68%20UZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 50503,
 'odometer_reading_unit': '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 AMG LINE StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDC1569432J571355',
 'year': 2018}
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP68%2520UZX%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Saving data for KP68%20UZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774363866.788675, 'last_price_update_time': 1774766270.1577}
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP68%2520UZX') HTTP/1.1" 204 0
2026-03-29 06:37:50 [bca.uk] INFO: Found listing with ID: YN69%20ZKX
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520ZKX%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Scrape type for YN69%20ZKX: 0
2026-03-29 06:37:50 [bca.uk] INFO: Found listing with ID: VE70%20OAW
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520OAW%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Scrape type for VE70%20OAW: 0
2026-03-29 06:37:50 [bca.uk] INFO: Found listing with ID: LE23%20GHF
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE23%2520GHF%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Scrape type for LE23%20GHF: 2
2026-03-29 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF
2026-03-29 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85926ba-f181-5d08-b70b-477f282e377c with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85926ba-f181-5d08-b70b-477f282e377c with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a85926ba-f181-5d08-b70b-477f282e377c, identifier: LE23%20GHF
2026-03-29 06:37:50 [bca.uk] INFO: Found listing with ID: VE14%20TGV
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520TGV%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Scrape type for VE14%20TGV: 2
2026-03-29 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV
2026-03-29 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b3e61de-1784-5f42-b1e3-5b0aed049f09, identifier: VE14%20TGV
2026-03-29 06:37:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ebd17c9-7ff4-53d9-9505-81825f66ecfc with identifier: HN17%20CUG
2026-03-29 06:37:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ebd17c9-7ff4-53d9-9505-81825f66ecfc with identifier: HN17%20CUG
2026-03-29 06:37:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ebd17c9-7ff4-53d9-9505-81825f66ecfc with identifier: HN17%20CUG to the API
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN17%20CUG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ebd17c9-7ff4-53d9-9505-81825f66ecfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN17 CUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN17%20CUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 92763,
 '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 KADJAR 1.2 TCE 130 SIGNATURE EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'TCE 130 SIGNATURE EDC',
 'vin': 'VF1RFE00257517008',
 'year': 2017}
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520CUG%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Saving data for HN17%20CUG: {'auction_closing_time': 1774778400.0, 'created_time': 1774305814.318928, 'last_price_update_time': 1774766270.687892}
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN17%2520CUG') HTTP/1.1" 204 0
2026-03-29 06:37:50 [bca.uk] INFO: Found listing with ID: DU58%20GWM
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU58%2520GWM%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Scrape type for DU58%20GWM: 2
2026-03-29 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM
2026-03-29 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f46bb26d-6e6b-584b-80fb-1df9f31f04fb with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f46bb26d-6e6b-584b-80fb-1df9f31f04fb with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f46bb26d-6e6b-584b-80fb-1df9f31f04fb, identifier: DU58%20GWM
2026-03-29 06:37:50 [bca.uk] INFO: Found listing with ID: FE23%20WWJ
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WWJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:50 [bca.uk] INFO: Scrape type for FE23%20WWJ: 2
2026-03-29 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ
2026-03-29 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225c33c2-cc0f-53e3-be34-08f74743324c with scrape type 2
2026-03-29 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225c33c2-cc0f-53e3-be34-08f74743324c with scrape type 2
2026-03-29 06:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 225c33c2-cc0f-53e3-be34-08f74743324c, identifier: FE23%20WWJ
2026-03-29 06:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF
2026-03-29 06:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF
2026-03-29 06:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF to the API
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE23%20GHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a85926ba-f181-5d08-b70b-477f282e377c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE23 GHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE23%20GHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 45231,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYPD86865',
 'year': 2023}
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE23%2520GHF%27 HTTP/1.1" 200 None
2026-03-29 06:37:51 [bca.uk] INFO: Saving data for LE23%20GHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774364786.423241, 'last_price_update_time': 1774766271.289309}
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE23%2520GHF') HTTP/1.1" 204 0
2026-03-29 06:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV
2026-03-29 06:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV
2026-03-29 06:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV to the API
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE14%20TGV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b3e61de-1784-5f42-b1e3-5b0aed049f09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE14 TGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE14%20TGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 73621,
 '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 ASTRA TOURER 2.0 CDTI 165 E/F SRI Estate',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F SRI',
 'vin': 'W0LPF8EN6E8065247',
 'year': 2014}
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520TGV%27 HTTP/1.1" 200 None
2026-03-29 06:37:51 [bca.uk] INFO: Saving data for VE14%20TGV: {'auction_closing_time': 1775124000.0, 'created_time': 1774354667.041553, 'last_price_update_time': 1774766271.569317}
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE14%2520TGV') HTTP/1.1" 204 0
2026-03-29 06:37:51 [bca.uk] INFO: Found listing with ID: VO15%20MXA
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO15%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 06:37:51 [bca.uk] INFO: Scrape type for VO15%20MXA: 2
2026-03-29 06:37:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75154580-3c0f-5fff-975c-8300f46357ce with identifier: VO15%20MXA
2026-03-29 06:37:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75154580-3c0f-5fff-975c-8300f46357ce with scrape type 2
2026-03-29 06:37:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75154580-3c0f-5fff-975c-8300f46357ce with scrape type 2
2026-03-29 06:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75154580-3c0f-5fff-975c-8300f46357ce, identifier: VO15%20MXA
2026-03-29 06:37:51 [bca.uk] INFO: Total items found: 100
2026-03-29 06:37:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded
2026-03-29 06:37:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:37:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM
2026-03-29 06:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM
2026-03-29 06:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM to the API
2026-03-29 06:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU58%20GWM-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f46bb26d-6e6b-584b-80fb-1df9f31f04fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU58 GWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU58%20GWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318I',
 'odometer': 76157,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 SE TOURING Estate',
 'transmission': 'manual',
 'trim': 'SE TOURING',
 'vin': 'WBAUS32070A535568',
 'year': 2008}
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU58%2520GWM%27 HTTP/1.1" 200 None
2026-03-29 06:37:52 [bca.uk] INFO: Saving data for DU58%20GWM: {'auction_closing_time': 1775037600.0, 'created_time': 1774362018.781559, 'last_price_update_time': 1774766272.165201}
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU58%2520GWM') HTTP/1.1" 204 0
2026-03-29 06:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ
2026-03-29 06:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ
2026-03-29 06:37:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ to the API
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20WWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '225c33c2-cc0f-53e3-be34-08f74743324c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 WWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20WWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 15507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA PROCEED SW 1.5 T GDI GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YH2G15LPL065807',
 'year': 2023}
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WWJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:52 [bca.uk] INFO: Saving data for FE23%20WWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363844.813974, 'last_price_update_time': 1774766272.451682}
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520WWJ') HTTP/1.1" 204 0
2026-03-29 06:37:52 [bca.uk] INFO: Found listing with ID: BT25%20KMY
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT25%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 06:37:52 [bca.uk] INFO: Scrape type for BT25%20KMY: 2
2026-03-29 06:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY
2026-03-29 06:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a66176e-6e6e-5cc5-a897-39b5fc516781 with scrape type 2
2026-03-29 06:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a66176e-6e6e-5cc5-a897-39b5fc516781 with scrape type 2
2026-03-29 06:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a66176e-6e6e-5cc5-a897-39b5fc516781, identifier: BT25%20KMY
2026-03-29 06:37:52 [bca.uk] INFO: Found listing with ID: NX17%20UKL
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520UKL%27 HTTP/1.1" 200 None
2026-03-29 06:37:52 [bca.uk] INFO: Scrape type for NX17%20UKL: 2
2026-03-29 06:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL
2026-03-29 06:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26bb29eb-88ee-5c0f-82e0-4307c59c256a with scrape type 2
2026-03-29 06:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26bb29eb-88ee-5c0f-82e0-4307c59c256a with scrape type 2
2026-03-29 06:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26bb29eb-88ee-5c0f-82e0-4307c59c256a, identifier: NX17%20UKL
2026-03-29 06:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75154580-3c0f-5fff-975c-8300f46357ce with identifier: VO15%20MXA
2026-03-29 06:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75154580-3c0f-5fff-975c-8300f46357ce with identifier: VO15%20MXA
2026-03-29 06:37:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75154580-3c0f-5fff-975c-8300f46357ce with identifier: VO15%20MXA to the API
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO15%20MXA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75154580-3c0f-5fff-975c-8300f46357ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO15 MXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO15%20MXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 99418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'JMZBM526611200315',
 'year': 2015}
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO15%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 06:37:52 [bca.uk] INFO: Saving data for VO15%20MXA: {'auction_closing_time': 1774778400.0, 'created_time': 1773907705.691282, 'last_price_update_time': 1774766272.947704}
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO15%2520MXA') HTTP/1.1" 204 0
2026-03-29 06:37:52 [bca.uk] INFO: Found listing with ID: YB09%20YDY
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YDY%27 HTTP/1.1" 200 None
2026-03-29 06:37:52 [bca.uk] INFO: Scrape type for YB09%20YDY: 2
2026-03-29 06:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY
2026-03-29 06:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 314aa3d4-07f2-5381-9c30-101cb116adf2 with scrape type 2
2026-03-29 06:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 314aa3d4-07f2-5381-9c30-101cb116adf2 with scrape type 2
2026-03-29 06:37:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 314aa3d4-07f2-5381-9c30-101cb116adf2, identifier: YB09%20YDY
2026-03-29 06:37:53 [bca.uk] INFO: Found listing with ID: SG23%20PCX
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520PCX%27 HTTP/1.1" 200 None
2026-03-29 06:37:53 [bca.uk] INFO: Scrape type for SG23%20PCX: 2
2026-03-29 06:37:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX
2026-03-29 06:37:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with scrape type 2
2026-03-29 06:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with scrape type 2
2026-03-29 06:37:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd, identifier: SG23%20PCX
2026-03-29 06:37:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY
2026-03-29 06:37:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY
2026-03-29 06:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY to the API
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT25%20KMY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a66176e-6e6e-5cc5-a897-39b5fc516781',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT25 KMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT25%20KMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11054,
 '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 CORSA 1.2 T 100 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 100 ULTIMATE',
 'vin': 'VXKUPHNK1S4092329',
 'year': 2025}
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT25%2520KMY%27 HTTP/1.1" 200 None
2026-03-29 06:37:53 [bca.uk] INFO: Saving data for BT25%20KMY: {'auction_closing_time': 1775037600.0, 'created_time': 1774276547.879788, 'last_price_update_time': 1774766273.434908}
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT25%2520KMY') HTTP/1.1" 204 0
2026-03-29 06:37:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL
2026-03-29 06:37:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL
2026-03-29 06:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL to the API
2026-03-29 06:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX17%20UKL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26bb29eb-88ee-5c0f-82e0-4307c59c256a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX17 UKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX17%20UKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 48905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.6 115 ACTIVE S/S Hatchback',
 'transmission': 'manual',
 'trim': '115 ACTIVE S/S',
 'vin': 'W0LJC7EEXHB119200',
 'year': 2017}
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520UKL%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Saving data for NX17%20UKL: {'auction_closing_time': 1775124000.0, 'created_time': 1774354654.602518, 'last_price_update_time': 1774766274.630732}
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX17%2520UKL') HTTP/1.1" 204 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: FV13%20UUE
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for FV13%20UUE: 2
2026-03-29 06:37:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08a8a91-1e90-5570-87d5-c8283455e283 with identifier: FV13%20UUE
2026-03-29 06:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08a8a91-1e90-5570-87d5-c8283455e283 with scrape type 2
2026-03-29 06:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f08a8a91-1e90-5570-87d5-c8283455e283 with scrape type 2
2026-03-29 06:37:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f08a8a91-1e90-5570-87d5-c8283455e283, identifier: FV13%20UUE
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: MF72%20XRM
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF72%2520XRM%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for MF72%20XRM: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: MD21%20ZBP
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520ZBP%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for MD21%20ZBP: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: FR23%20EUJ
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR23%2520EUJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for FR23%20EUJ: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: FE23%20WDW
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WDW%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for FE23%20WDW: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: DG74%20JBV
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG74%2520JBV%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for DG74%20JBV: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: BN71%20HSK
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520HSK%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for BN71%20HSK: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: SV22%20OOF
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520OOF%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for SV22%20OOF: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: ST22%20UGE
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST22%2520UGE%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for ST22%20UGE: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: SP23%20WWH
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520WWH%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for SP23%20WWH: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: HD57%20MCD
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD57%2520MCD%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for HD57%20MCD: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: YX73%20UXH
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520UXH%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for YX73%20UXH: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: WF75%20VMR
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF75%2520VMR%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for WF75%20VMR: 0
2026-03-29 06:37:54 [bca.uk] INFO: Found listing with ID: KY24%20WZH
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY24%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 06:37:54 [bca.uk] INFO: Scrape type for KY24%20WZH: 2
2026-03-29 06:37:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH
2026-03-29 06:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6183c96d-03e3-5962-b7bb-be6e9d1209cd with scrape type 2
2026-03-29 06:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6183c96d-03e3-5962-b7bb-be6e9d1209cd with scrape type 2
2026-03-29 06:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6183c96d-03e3-5962-b7bb-be6e9d1209cd, identifier: KY24%20WZH
2026-03-29 06:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY
2026-03-29 06:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY
2026-03-29 06:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY to the API
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB09%20YDY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '314aa3d4-07f2-5381-9c30-101cb116adf2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB09 YDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB09%20YDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '320D',
 'odometer': 158000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT TOURING Estate',
 'transmission': 'manual',
 'trim': 'M SPORT TOURING',
 'vin': 'WBAUX32030A388134',
 'year': 2009}
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YDY%27 HTTP/1.1" 200 None
2026-03-29 06:37:55 [bca.uk] INFO: Saving data for YB09%20YDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774362044.92347, 'last_price_update_time': 1774766275.317543}
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB09%2520YDY') HTTP/1.1" 204 0
2026-03-29 06:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX
2026-03-29 06:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX
2026-03-29 06:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX to the API
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG23%20PCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '564bb684-a5a5-56b1-a2fe-222a6cd28ebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG23 PCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG23%20PCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 22161,
 '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 1.0 T GDI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCLUSIVE DCT',
 'vin': 'LSJW74C93PZ258959',
 'year': 2023}
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520PCX%27 HTTP/1.1" 200 None
2026-03-29 06:37:55 [bca.uk] INFO: Saving data for SG23%20PCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774363833.318292, 'last_price_update_time': 1774766275.681076}
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520PCX') HTTP/1.1" 204 0
2026-03-29 06:37:55 [bca.uk] INFO: Found listing with ID: BW25%20HZB
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW25%2520HZB%27 HTTP/1.1" 200 None
2026-03-29 06:37:55 [bca.uk] INFO: Scrape type for BW25%20HZB: 2
2026-03-29 06:37:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB
2026-03-29 06:37:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with scrape type 2
2026-03-29 06:37:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with scrape type 2
2026-03-29 06:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0, identifier: BW25%20HZB
2026-03-29 06:37:55 [bca.uk] INFO: Found listing with ID: NX14%20VHG
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 06:37:55 [bca.uk] INFO: Scrape type for NX14%20VHG: 2
2026-03-29 06:37:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG
2026-03-29 06:37:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a83d5a8a-4619-5753-b202-7f12ce5612ed with scrape type 2
2026-03-29 06:37:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a83d5a8a-4619-5753-b202-7f12ce5612ed with scrape type 2
2026-03-29 06:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a83d5a8a-4619-5753-b202-7f12ce5612ed, identifier: NX14%20VHG
2026-03-29 06:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f08a8a91-1e90-5570-87d5-c8283455e283 with identifier: FV13%20UUE
2026-03-29 06:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f08a8a91-1e90-5570-87d5-c8283455e283 with identifier: FV13%20UUE
2026-03-29 06:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f08a8a91-1e90-5570-87d5-c8283455e283 with identifier: FV13%20UUE to the API
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV13%20UUE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f08a8a91-1e90-5570-87d5-c8283455e283',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV13 UUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV13%20UUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 81799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.4 TSI 140 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 140 SE',
 'vin': 'TMBBC7NE6D0020160',
 'year': 2013}
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520UUE%27 HTTP/1.1" 200 None
2026-03-29 06:37:56 [bca.uk] INFO: Saving data for FV13%20UUE: {'auction_closing_time': 1774778400.0, 'created_time': 1773960069.639645, 'last_price_update_time': 1774766276.167388}
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV13%2520UUE') HTTP/1.1" 204 0
2026-03-29 06:37:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH
2026-03-29 06:37:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH
2026-03-29 06:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH to the API
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY24%20WZH-GB',
 'category': 'Motorcycle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '6183c96d-03e3-5962-b7bb-be6e9d1209cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY24 WZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY24%20WZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'STREET TRIPLE',
 'odometer': 431,
 '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': 'TRIUMPH STREET TRIPLE 765 RS MOTORBIKE',
 'transmission': 'automatic',
 'trim': '765 RS MOTORBIKE',
 'vin': 'SMTHDA614ARBT4183',
 'year': 2024}
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY24%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 06:37:56 [bca.uk] INFO: Saving data for KY24%20WZH: {'auction_closing_time': 1775124000.0, 'created_time': 1774305237.389714, 'last_price_update_time': 1774766276.457041}
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY24%2520WZH') HTTP/1.1" 204 0
2026-03-29 06:37:56 [bca.uk] INFO: Found listing with ID: SL22%20FZN
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-29 06:37:56 [bca.uk] INFO: Scrape type for SL22%20FZN: 2
2026-03-29 06:37:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN
2026-03-29 06:37:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40a4bb5-37d2-5c0a-b986-908c4a365632 with scrape type 2
2026-03-29 06:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40a4bb5-37d2-5c0a-b986-908c4a365632 with scrape type 2
2026-03-29 06:37:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40a4bb5-37d2-5c0a-b986-908c4a365632, identifier: SL22%20FZN
2026-03-29 06:37:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB
2026-03-29 06:37:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB
2026-03-29 06:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB to the API
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW25%20HZB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0715a9ed-fbd6-5938-b3e4-ba21ac6726a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW25 HZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW25%20HZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 6136,
 '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 T-ROC 1.0 TSI 115 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 MATCH',
 'vin': 'WVGZZZA15SV134920',
 'year': 2025}
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW25%2520HZB%27 HTTP/1.1" 200 None
2026-03-29 06:37:56 [bca.uk] INFO: Saving data for BW25%20HZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774365023.419681, 'last_price_update_time': 1774766276.841223}
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW25%2520HZB') HTTP/1.1" 204 0
2026-03-29 06:37:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG
2026-03-29 06:37:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG
2026-03-29 06:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG to the API
2026-03-29 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX14%20VHG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a83d5a8a-4619-5753-b202-7f12ce5612ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX14 VHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX14%20VHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 75150,
 '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.7 CDTI 130 SE 4X4 S/S StationWagon',
 'transmission': 'manual',
 'trim': 'CDTI 130 SE 4X4 S/S',
 'vin': 'W0LJD7EL3EB597868',
 'year': 2014}
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520VHG%27 HTTP/1.1" 200 None
2026-03-29 06:37:57 [bca.uk] INFO: Saving data for NX14%20VHG: {'auction_closing_time': 1775124000.0, 'created_time': 1774354759.549703, 'last_price_update_time': 1774766277.131623}
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX14%2520VHG') HTTP/1.1" 204 0
2026-03-29 06:37:57 [bca.uk] INFO: Found listing with ID: OY64%20VXD
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520VXD%27 HTTP/1.1" 200 None
2026-03-29 06:37:57 [bca.uk] INFO: Scrape type for OY64%20VXD: 2
2026-03-29 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0802127-2a85-58eb-bbc4-5902ee223fb9 with identifier: OY64%20VXD
2026-03-29 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0802127-2a85-58eb-bbc4-5902ee223fb9 with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0802127-2a85-58eb-bbc4-5902ee223fb9 with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0802127-2a85-58eb-bbc4-5902ee223fb9, identifier: OY64%20VXD
2026-03-29 06:37:57 [bca.uk] INFO: Found listing with ID: KM21%20LWE
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520LWE%27 HTTP/1.1" 200 None
2026-03-29 06:37:57 [bca.uk] INFO: Scrape type for KM21%20LWE: 2
2026-03-29 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE
2026-03-29 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ff3078-25e8-5f9e-944c-caa8e544193f with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ff3078-25e8-5f9e-944c-caa8e544193f with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46ff3078-25e8-5f9e-944c-caa8e544193f, identifier: KM21%20LWE
2026-03-29 06:37:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN
2026-03-29 06:37:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN
2026-03-29 06:37:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN to the API
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20FZN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd40a4bb5-37d2-5c0a-b986-908c4a365632',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 FZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20FZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 12306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SE-L LUX',
 'vin': 'JMZDM6WH600307771',
 'year': 2022}
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-29 06:37:57 [bca.uk] INFO: Saving data for SL22%20FZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774363838.880633, 'last_price_update_time': 1774766277.625087}
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520FZN') HTTP/1.1" 204 0
2026-03-29 06:37:57 [bca.uk] INFO: Found listing with ID: CX21%20WDC
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX21%2520WDC%27 HTTP/1.1" 200 None
2026-03-29 06:37:57 [bca.uk] INFO: Scrape type for CX21%20WDC: 2
2026-03-29 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11ddc1a3-5d74-57d2-ba36-722884164686 with identifier: CX21%20WDC
2026-03-29 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11ddc1a3-5d74-57d2-ba36-722884164686 with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11ddc1a3-5d74-57d2-ba36-722884164686 with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11ddc1a3-5d74-57d2-ba36-722884164686, identifier: CX21%20WDC
2026-03-29 06:37:57 [bca.uk] INFO: Found listing with ID: NX14%20KNO
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 06:37:57 [bca.uk] INFO: Scrape type for NX14%20KNO: 2
2026-03-29 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO
2026-03-29 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84e2804-32e2-51a1-b204-7597c46e8fb8 with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c84e2804-32e2-51a1-b204-7597c46e8fb8 with scrape type 2
2026-03-29 06:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c84e2804-32e2-51a1-b204-7597c46e8fb8, identifier: NX14%20KNO
2026-03-29 06:37:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0802127-2a85-58eb-bbc4-5902ee223fb9 with identifier: OY64%20VXD
2026-03-29 06:37:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0802127-2a85-58eb-bbc4-5902ee223fb9 with identifier: OY64%20VXD
2026-03-29 06:37:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0802127-2a85-58eb-bbc4-5902ee223fb9 with identifier: OY64%20VXD to the API
2026-03-29 06:37:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY64%20VXD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0802127-2a85-58eb-bbc4-5902ee223fb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY64 VXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY64%20VXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 156176,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 177 SE TECHNIK Estate',
 'transmission': 'manual',
 'trim': 'TDI 177 SE TECHNIK',
 'vin': 'WAUZZZ8K5FA036578',
 'year': 2014}
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520VXD%27 HTTP/1.1" 200 None
2026-03-29 06:37:58 [bca.uk] INFO: Saving data for OY64%20VXD: {'auction_closing_time': 1774778400.0, 'created_time': 1774305796.985028, 'last_price_update_time': 1774766278.118411}
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY64%2520VXD') HTTP/1.1" 204 0
2026-03-29 06:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE
2026-03-29 06:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE
2026-03-29 06:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE to the API
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM21%20LWE-GB',
 'category': 'Motorcycle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '46ff3078-25e8-5f9e-944c-caa8e544193f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM21 LWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM21%20LWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'GSX',
 'odometer': 9734,
 '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 GSX 1300R HAYABUSA MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1300R HAYABUSA MOTORBIKE',
 'vin': 'JS1EJ11AZN7100221',
 'year': 2021}
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520LWE%27 HTTP/1.1" 200 None
2026-03-29 06:37:58 [bca.uk] INFO: Saving data for KM21%20LWE: {'auction_closing_time': 1775124000.0, 'created_time': 1774304197.034449, 'last_price_update_time': 1774766278.394288}
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM21%2520LWE') HTTP/1.1" 204 0
2026-03-29 06:37:58 [bca.uk] INFO: Found listing with ID: DT69%20XNC
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT69%2520XNC%27 HTTP/1.1" 200 None
2026-03-29 06:37:58 [bca.uk] INFO: Scrape type for DT69%20XNC: 2
2026-03-29 06:37:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC
2026-03-29 06:37:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with scrape type 2
2026-03-29 06:37:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with scrape type 2
2026-03-29 06:37:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14c6144e-aa73-5db8-b14c-f2d69ce932d7, identifier: DT69%20XNC
2026-03-29 06:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11ddc1a3-5d74-57d2-ba36-722884164686 with identifier: CX21%20WDC
2026-03-29 06:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11ddc1a3-5d74-57d2-ba36-722884164686 with identifier: CX21%20WDC
2026-03-29 06:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11ddc1a3-5d74-57d2-ba36-722884164686 with identifier: CX21%20WDC to the API
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX21%20WDC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11ddc1a3-5d74-57d2-ba36-722884164686',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX21 WDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX21%20WDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 35145,
 '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 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SRI',
 'vin': 'W0VZRHNS9M6814615',
 'year': 2021}
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX21%2520WDC%27 HTTP/1.1" 200 None
2026-03-29 06:37:58 [bca.uk] INFO: Saving data for CX21%20WDC: {'auction_closing_time': 1774778400.0, 'created_time': 1774365018.485465, 'last_price_update_time': 1774766278.793065}
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX21%2520WDC') HTTP/1.1" 204 0
2026-03-29 06:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO
2026-03-29 06:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO
2026-03-29 06:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO to the API
2026-03-29 06:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX14%20KNO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c84e2804-32e2-51a1-b204-7597c46e8fb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX14 KNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX14%20KNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 90475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.6 THP 125 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'THP 125 ACTIVE',
 'vin': 'VF3L35FAGES031610',
 'year': 2014}
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520KNO%27 HTTP/1.1" 200 None
2026-03-29 06:37:59 [bca.uk] INFO: Saving data for NX14%20KNO: {'auction_closing_time': 1775124000.0, 'created_time': 1774354728.317271, 'last_price_update_time': 1774766279.062999}
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX14%2520KNO') HTTP/1.1" 204 0
2026-03-29 06:37:59 [bca.uk] INFO: Found listing with ID: AU64%20VXP
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU64%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:37:59 [bca.uk] INFO: Scrape type for AU64%20VXP: 2
2026-03-29 06:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP
2026-03-29 06:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c, identifier: AU64%20VXP
2026-03-29 06:37:59 [bca.uk] INFO: Found listing with ID: GL25%20UKC
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL25%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 06:37:59 [bca.uk] INFO: Scrape type for GL25%20UKC: 2
2026-03-29 06:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC
2026-03-29 06:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df94f6c2-a009-5247-8d84-cf7c810fc827 with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df94f6c2-a009-5247-8d84-cf7c810fc827 with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df94f6c2-a009-5247-8d84-cf7c810fc827, identifier: GL25%20UKC
2026-03-29 06:37:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:37:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:37:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC
2026-03-29 06:37:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC
2026-03-29 06:37:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC to the API
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:37:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT69%20XNC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14c6144e-aa73-5db8-b14c-f2d69ce932d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT69 XNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT69%20XNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 47235,
 '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 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SRI',
 'vin': 'W0VZRHNS5L6020340',
 'year': 2020}
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT69%2520XNC%27 HTTP/1.1" 200 None
2026-03-29 06:37:59 [bca.uk] INFO: Saving data for DT69%20XNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774363877.098586, 'last_price_update_time': 1774766279.587287}
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT69%2520XNC') HTTP/1.1" 204 0
2026-03-29 06:37:59 [bca.uk] INFO: Found listing with ID: DS17%20YLA
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520YLA%27 HTTP/1.1" 200 None
2026-03-29 06:37:59 [bca.uk] INFO: Scrape type for DS17%20YLA: 2
2026-03-29 06:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b74af7d-3098-5acd-b44e-28b53f105de6 with identifier: DS17%20YLA
2026-03-29 06:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b74af7d-3098-5acd-b44e-28b53f105de6 with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b74af7d-3098-5acd-b44e-28b53f105de6 with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b74af7d-3098-5acd-b44e-28b53f105de6, identifier: DS17%20YLA
2026-03-29 06:37:59 [bca.uk] INFO: Found listing with ID: SK70%20YDJ
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520YDJ%27 HTTP/1.1" 200 None
2026-03-29 06:37:59 [bca.uk] INFO: Scrape type for SK70%20YDJ: 2
2026-03-29 06:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ
2026-03-29 06:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f039f3c-8b71-5c40-b7c0-61c300e24432 with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f039f3c-8b71-5c40-b7c0-61c300e24432 with scrape type 2
2026-03-29 06:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f039f3c-8b71-5c40-b7c0-61c300e24432, identifier: SK70%20YDJ
2026-03-29 06:37:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP
2026-03-29 06:37:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP
2026-03-29 06:37:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP to the API
2026-03-29 06:37:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:37: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:38:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU64%20VXP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd986e0e0-fb6b-59d9-9595-7fcf6ae7a66c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU64 VXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU64%20VXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'F-TYPE R',
 'odometer': 60636,
 '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': 'JAGUAR F-TYPE R 5.0 V8 S/C 550 Coupe',
 'transmission': 'manual',
 'trim': 'V8 S/C 550',
 'vin': 'SAJAC63H4FMK13780',
 'year': 2014}
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU64%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:38:00 [bca.uk] INFO: Saving data for AU64%20VXP: {'auction_closing_time': 1774951200.0, 'created_time': 1774305726.212242, 'last_price_update_time': 1774766280.122626}
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU64%2520VXP') HTTP/1.1" 204 0
2026-03-29 06:38:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC
2026-03-29 06:38:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC
2026-03-29 06:38:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC to the API
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 10,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL25%20UKC-GB',
 'category': 'Motorcycle',
 'color': 'turquoise',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'df94f6c2-a009-5247-8d84-cf7c810fc827',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL25 UKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL25%20UKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ROYAL ENFIELD',
 'model': 'CLASSIC',
 'odometer': 581,
 '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': 'ROYAL ENFIELD CLASSIC 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'ME3CNECT6SK000777',
 'year': 2025}
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL25%2520UKC%27 HTTP/1.1" 200 None
2026-03-29 06:38:00 [bca.uk] INFO: Saving data for GL25%20UKC: {'auction_closing_time': 1775124000.0, 'created_time': 1774305200.334197, 'last_price_update_time': 1774766280.496203}
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL25%2520UKC') HTTP/1.1" 204 0
2026-03-29 06:38: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:38:00 [bca.uk] INFO: Found listing with ID: RX23%20KBY
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX23%2520KBY%27 HTTP/1.1" 200 None
2026-03-29 06:38:00 [bca.uk] INFO: Scrape type for RX23%20KBY: 2
2026-03-29 06:38:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY
2026-03-29 06:38:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f26807f5-3e0c-508b-86e1-c69514adccbb with scrape type 2
2026-03-29 06:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f26807f5-3e0c-508b-86e1-c69514adccbb with scrape type 2
2026-03-29 06:38:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f26807f5-3e0c-508b-86e1-c69514adccbb, identifier: RX23%20KBY
2026-03-29 06:38:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b74af7d-3098-5acd-b44e-28b53f105de6 with identifier: DS17%20YLA
2026-03-29 06:38:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b74af7d-3098-5acd-b44e-28b53f105de6 with identifier: DS17%20YLA
2026-03-29 06:38:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b74af7d-3098-5acd-b44e-28b53f105de6 with identifier: DS17%20YLA to the API
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS17%20YLA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b74af7d-3098-5acd-b44e-28b53f105de6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS17 YLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS17%20YLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 62513,
 '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 90 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': '90 E/F SRI',
 'vin': 'W0L0XEP68H4207313',
 'year': 2017}
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520YLA%27 HTTP/1.1" 200 None
2026-03-29 06:38:00 [bca.uk] INFO: Saving data for DS17%20YLA: {'auction_closing_time': 1774778400.0, 'created_time': 1774365006.775145, 'last_price_update_time': 1774766280.892547}
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS17%2520YLA') HTTP/1.1" 204 0
2026-03-29 06:38:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ
2026-03-29 06:38:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ
2026-03-29 06:38:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ to the API
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK70%20YDJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3f039f3c-8b71-5c40-b7c0-61c300e24432',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK70 YDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK70%20YDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 104088,
 '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': '5YJ3F7EB8LF776123',
 'year': 2020}
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520YDJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:01 [bca.uk] INFO: Saving data for SK70%20YDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773908928.167756, 'last_price_update_time': 1774766281.185069}
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK70%2520YDJ') HTTP/1.1" 204 0
2026-03-29 06:38:01 [bca.uk] INFO: Found listing with ID: SH53%20EDZ
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH53%2520EDZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:01 [bca.uk] INFO: Scrape type for SH53%20EDZ: 2
2026-03-29 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ
2026-03-29 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf88675-fe1e-575e-a345-05d281cf2af7 with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf88675-fe1e-575e-a345-05d281cf2af7 with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faf88675-fe1e-575e-a345-05d281cf2af7, identifier: SH53%20EDZ
2026-03-29 06:38:01 [bca.uk] INFO: Found listing with ID: GD73%20PTY
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520PTY%27 HTTP/1.1" 200 None
2026-03-29 06:38:01 [bca.uk] INFO: Scrape type for GD73%20PTY: 2
2026-03-29 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY
2026-03-29 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d, identifier: GD73%20PTY
2026-03-29 06:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY
2026-03-29 06:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY
2026-03-29 06:38:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY to the API
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX23%20KBY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f26807f5-3e0c-508b-86e1-c69514adccbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX23 KBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX23%20KBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 28692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD TAKUMI StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD TAKUMI',
 'vin': 'JMZKH0HB501113196',
 'year': 2023}
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX23%2520KBY%27 HTTP/1.1" 200 None
2026-03-29 06:38:01 [bca.uk] INFO: Saving data for RX23%20KBY: {'auction_closing_time': 1775037600.0, 'created_time': 1774363873.152171, 'last_price_update_time': 1774766281.707121}
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX23%2520KBY') HTTP/1.1" 204 0
2026-03-29 06:38:01 [bca.uk] INFO: Found listing with ID: SN65%20HPB
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520HPB%27 HTTP/1.1" 200 None
2026-03-29 06:38:01 [bca.uk] INFO: Scrape type for SN65%20HPB: 2
2026-03-29 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b697804-56c8-50a6-a758-c41a3aaa0f99 with identifier: SN65%20HPB
2026-03-29 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b697804-56c8-50a6-a758-c41a3aaa0f99 with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b697804-56c8-50a6-a758-c41a3aaa0f99 with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b697804-56c8-50a6-a758-c41a3aaa0f99, identifier: SN65%20HPB
2026-03-29 06:38:01 [bca.uk] INFO: Found listing with ID: DN19%20GWZ
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520GWZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:01 [bca.uk] INFO: Scrape type for DN19%20GWZ: 2
2026-03-29 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ
2026-03-29 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17356662-df41-522e-a8da-f99f8e21659a with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17356662-df41-522e-a8da-f99f8e21659a with scrape type 2
2026-03-29 06:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17356662-df41-522e-a8da-f99f8e21659a, identifier: DN19%20GWZ
2026-03-29 06:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ
2026-03-29 06:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ
2026-03-29 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ to the API
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH53%20EDZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'faf88675-fe1e-575e-a345-05d281cf2af7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH53 EDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH53%20EDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 51343,
 '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': 'PORSCHE 911 3.8 CARRERA 4 S TIPTRONIC S (997) Convertible',
 'transmission': 'manual',
 'trim': 'CARRERA 4 S TIPTRONIC S (997)',
 'vin': 'WP0ZZZ99Z6S761055',
 'year': 2006}
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH53%2520EDZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:02 [bca.uk] INFO: Saving data for SH53%20EDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774305649.158119, 'last_price_update_time': 1774766282.213575}
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH53%2520EDZ') HTTP/1.1" 204 0
2026-03-29 06:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY
2026-03-29 06:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY
2026-03-29 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY to the API
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD73%20PTY-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'd3299cdb-c33d-5b14-ac1c-c22faf5fef8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD73 PTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD73%20PTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'V-STROM',
 'odometer': 3683,
 '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': 'SUZUKI V-STROM DL800 RE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'DL800 RE MOTORBIKE',
 'vin': 'JS1EM14AZR7101007',
 'year': 2024}
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520PTY%27 HTTP/1.1" 200 None
2026-03-29 06:38:02 [bca.uk] INFO: Saving data for GD73%20PTY: {'auction_closing_time': 1775124000.0, 'created_time': 1774305187.818626, 'last_price_update_time': 1774766282.485718}
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD73%2520PTY') HTTP/1.1" 204 0
2026-03-29 06:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b697804-56c8-50a6-a758-c41a3aaa0f99 with identifier: SN65%20HPB
2026-03-29 06:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b697804-56c8-50a6-a758-c41a3aaa0f99 with identifier: SN65%20HPB
2026-03-29 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b697804-56c8-50a6-a758-c41a3aaa0f99 with identifier: SN65%20HPB to the API
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN65%20HPB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b697804-56c8-50a6-a758-c41a3aaa0f99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN65 HPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN65%20HPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 106754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '75 ENERGY',
 'vin': 'W0L0XEP08G6037946',
 'year': 2016}
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520HPB%27 HTTP/1.1" 200 None
2026-03-29 06:38:02 [bca.uk] INFO: Saving data for SN65%20HPB: {'auction_closing_time': 1774778400.0, 'created_time': 1774365005.076008, 'last_price_update_time': 1774766282.781735}
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN65%2520HPB') HTTP/1.1" 204 0
2026-03-29 06:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ
2026-03-29 06:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ
2026-03-29 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ to the API
2026-03-29 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN19%20GWZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17356662-df41-522e-a8da-f99f8e21659a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN19 GWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN19%20GWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 81778,
 'odometer_reading_unit': '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 SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO D 130 SPORT',
 'vin': 'W0VZCYHZ8KS111523',
 'year': 2019}
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520GWZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:03 [bca.uk] INFO: Saving data for DN19%20GWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774354516.495041, 'last_price_update_time': 1774766283.063369}
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN19%2520GWZ') HTTP/1.1" 204 0
2026-03-29 06:38:03 [bca.uk] INFO: Found listing with ID: MF59%20EPL
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF59%2520EPL%27 HTTP/1.1" 200 None
2026-03-29 06:38:03 [bca.uk] INFO: Scrape type for MF59%20EPL: 2
2026-03-29 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL
2026-03-29 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9832cb1-8748-5305-80b0-7bfcd4ce3bad with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9832cb1-8748-5305-80b0-7bfcd4ce3bad with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9832cb1-8748-5305-80b0-7bfcd4ce3bad, identifier: MF59%20EPL
2026-03-29 06:38:03 [bca.uk] INFO: Found listing with ID: X23%20JCM
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X23%2520JCM%27 HTTP/1.1" 200 None
2026-03-29 06:38:03 [bca.uk] INFO: Scrape type for X23%20JCM: 2
2026-03-29 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79992292-bde5-5166-a62b-27abbb6c9dcc with identifier: X23%20JCM
2026-03-29 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79992292-bde5-5166-a62b-27abbb6c9dcc with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79992292-bde5-5166-a62b-27abbb6c9dcc with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79992292-bde5-5166-a62b-27abbb6c9dcc, identifier: X23%20JCM
2026-03-29 06:38:03 [bca.uk] INFO: Found listing with ID: WM17%20XRD
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XRD%27 HTTP/1.1" 200 None
2026-03-29 06:38:03 [bca.uk] INFO: Scrape type for WM17%20XRD: 2
2026-03-29 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77508e6c-14f5-5553-b321-9a1db72ef56c with identifier: WM17%20XRD
2026-03-29 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77508e6c-14f5-5553-b321-9a1db72ef56c with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77508e6c-14f5-5553-b321-9a1db72ef56c with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77508e6c-14f5-5553-b321-9a1db72ef56c, identifier: WM17%20XRD
2026-03-29 06:38:03 [bca.uk] INFO: Found listing with ID: FY24%20WNN
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 06:38:03 [bca.uk] INFO: Scrape type for FY24%20WNN: 2
2026-03-29 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN
2026-03-29 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 943243db-e2d3-5241-ac91-91e4d07282ba with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 943243db-e2d3-5241-ac91-91e4d07282ba with scrape type 2
2026-03-29 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 943243db-e2d3-5241-ac91-91e4d07282ba, identifier: FY24%20WNN
2026-03-29 06:38:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL
2026-03-29 06:38:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL
2026-03-29 06:38:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL to the API
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF59%20EPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9832cb1-8748-5305-80b0-7bfcd4ce3bad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF59 EPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF59%20EPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'S350',
 'odometer': 119061,
 '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 S350 3.0 CDI B/E TIP Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E TIP',
 'vin': 'WDD2210222A299737',
 'year': 2009}
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF59%2520EPL%27 HTTP/1.1" 200 None
2026-03-29 06:38:03 [bca.uk] INFO: Saving data for MF59%20EPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774305736.829701, 'last_price_update_time': 1774766283.815407}
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF59%2520EPL') HTTP/1.1" 204 0
2026-03-29 06:38:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79992292-bde5-5166-a62b-27abbb6c9dcc with identifier: X23%20JCM
2026-03-29 06:38:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79992292-bde5-5166-a62b-27abbb6c9dcc with identifier: X23%20JCM
2026-03-29 06:38:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79992292-bde5-5166-a62b-27abbb6c9dcc with identifier: X23%20JCM to the API
2026-03-29 06:38:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=X23%20JCM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79992292-bde5-5166-a62b-27abbb6c9dcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'X23 JCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=X23%20JCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 125775,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 TDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 HSE',
 'vin': 'SALLSAAG3BA285840',
 'year': 2011}
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X23%2520JCM%27 HTTP/1.1" 200 None
2026-03-29 06:38:04 [bca.uk] INFO: Saving data for X23%20JCM: {'auction_closing_time': 1774778400.0, 'created_time': 1774305242.343981, 'last_price_update_time': 1774766284.108627}
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='X23%2520JCM') HTTP/1.1" 204 0
2026-03-29 06:38:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77508e6c-14f5-5553-b321-9a1db72ef56c with identifier: WM17%20XRD
2026-03-29 06:38:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77508e6c-14f5-5553-b321-9a1db72ef56c with identifier: WM17%20XRD
2026-03-29 06:38:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77508e6c-14f5-5553-b321-9a1db72ef56c with identifier: WM17%20XRD to the API
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM17%20XRD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77508e6c-14f5-5553-b321-9a1db72ef56c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM17 XRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM17%20XRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 79307,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 P/T 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT LINE',
 'vin': 'VF3LPHNYHHS141248',
 'year': 2017}
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XRD%27 HTTP/1.1" 200 None
2026-03-29 06:38:04 [bca.uk] INFO: Saving data for WM17%20XRD: {'auction_closing_time': 1774778400.0, 'created_time': 1774365007.79088, 'last_price_update_time': 1774766284.42073}
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM17%2520XRD') HTTP/1.1" 204 0
2026-03-29 06:38:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN
2026-03-29 06:38:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN
2026-03-29 06:38:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN to the API
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY24%20WNN-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': '943243db-e2d3-5241-ac91-91e4d07282ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY24 WNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY24%20WNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 19017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 E-POWER HEV N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'E-POWER HEV N-CONNECTA',
 'vin': 'SJNTBAJ12U1454134',
 'year': 2024}
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520WNN%27 HTTP/1.1" 200 None
2026-03-29 06:38:04 [bca.uk] INFO: Saving data for FY24%20WNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774354557.967227, 'last_price_update_time': 1774766284.706943}
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY24%2520WNN') HTTP/1.1" 204 0
2026-03-29 06:38:04 [bca.uk] INFO: Found listing with ID: RS05%20GAL
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RS05%2520GAL%27 HTTP/1.1" 200 None
2026-03-29 06:38:04 [bca.uk] INFO: Scrape type for RS05%20GAL: 2
2026-03-29 06:38:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL
2026-03-29 06:38:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e54de8aa-e9fa-54c8-a178-c9dc17731561 with scrape type 2
2026-03-29 06:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e54de8aa-e9fa-54c8-a178-c9dc17731561 with scrape type 2
2026-03-29 06:38:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e54de8aa-e9fa-54c8-a178-c9dc17731561, identifier: RS05%20GAL
2026-03-29 06:38:04 [bca.uk] INFO: Found listing with ID: EX22%20BJV
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38: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%2520BJV%27 HTTP/1.1" 200 None
2026-03-29 06:38:04 [bca.uk] INFO: Scrape type for EX22%20BJV: 2
2026-03-29 06:38:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV
2026-03-29 06:38:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9965be85-616f-53e0-9c5f-a4f8502fe93a with scrape type 2
2026-03-29 06:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9965be85-616f-53e0-9c5f-a4f8502fe93a with scrape type 2
2026-03-29 06:38:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9965be85-616f-53e0-9c5f-a4f8502fe93a, identifier: EX22%20BJV
2026-03-29 06:38:04 [bca.uk] INFO: Found listing with ID: MW74%20VTE
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 06:38:04 [bca.uk] INFO: Scrape type for MW74%20VTE: 2
2026-03-29 06:38:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE
2026-03-29 06:38:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with scrape type 2
2026-03-29 06:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with scrape type 2
2026-03-29 06:38:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1, identifier: MW74%20VTE
2026-03-29 06:38:05 [bca.uk] INFO: Found listing with ID: K24%20ORD
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K24%2520ORD%27 HTTP/1.1" 200 None
2026-03-29 06:38:05 [bca.uk] INFO: Scrape type for K24%20ORD: 2
2026-03-29 06:38:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD
2026-03-29 06:38:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with scrape type 2
2026-03-29 06:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with scrape type 2
2026-03-29 06:38:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81, identifier: K24%20ORD
2026-03-29 06:38:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL
2026-03-29 06:38:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL
2026-03-29 06:38:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL to the API
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RS05%20GAL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e54de8aa-e9fa-54c8-a178-c9dc17731561',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RS05 GAL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RS05%20GAL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'RS5',
 'odometer': 71542,
 '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 RS5 4.2 FSI QUATTRO S-T Coupe',
 'transmission': 'automatic',
 'trim': 'FSI QUATTRO S-T',
 'vin': 'WUAZZZ8T2BA903153',
 'year': 2011}
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RS05%2520GAL%27 HTTP/1.1" 200 None
2026-03-29 06:38:05 [bca.uk] INFO: Saving data for RS05%20GAL: {'auction_closing_time': 1774951200.0, 'created_time': 1774305718.808402, 'last_price_update_time': 1774766285.648215}
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RS05%2520GAL') HTTP/1.1" 204 0
2026-03-29 06:38:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV
2026-03-29 06:38:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV
2026-03-29 06:38:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV to the API
2026-03-29 06:38:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX22%20BJV-GB',
 'category': 'Motorcycle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '9965be85-616f-53e0-9c5f-a4f8502fe93a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX22 BJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX22%20BJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'SPEED TRIPLE',
 'odometer': 8472,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH SPEED TRIPLE 1200 RR MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1200 RR MOTORBIKE',
 'vin': 'SMTS3P02SCNBA1489',
 'year': 2022}
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520BJV%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Saving data for EX22%20BJV: {'auction_closing_time': 1775124000.0, 'created_time': 1774305225.13376, 'last_price_update_time': 1774766286.029123}
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX22%2520BJV') HTTP/1.1" 204 0
2026-03-29 06:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE
2026-03-29 06:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE
2026-03-29 06:38:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE to the API
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20VTE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW74 VTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20VTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 9213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 115 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 MATCH',
 'vin': 'WVWZZZCD8SW181350',
 'year': 2025}
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520VTE%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Saving data for MW74%20VTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774365009.051588, 'last_price_update_time': 1774766286.321588}
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520VTE') HTTP/1.1" 204 0
2026-03-29 06:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD
2026-03-29 06:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD
2026-03-29 06:38:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD to the API
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K24%20ORD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49a825b7-2aa0-5a58-8dfa-e7d76801ba81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K24 ORD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K24%20ORD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 59471,
 'odometer_reading_unit': '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 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE',
 'vin': 'SALYA2AN6KA201686',
 'year': 2018}
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K24%2520ORD%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Saving data for K24%20ORD: {'auction_closing_time': 1774864800.0, 'created_time': 1774354566.890969, 'last_price_update_time': 1774766286.602336}
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K24%2520ORD') HTTP/1.1" 204 0
2026-03-29 06:38:06 [bca.uk] INFO: Found listing with ID: DL65%20CWY
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520CWY%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Scrape type for DL65%20CWY: 2
2026-03-29 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY
2026-03-29 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f37beddc-518b-55fc-a8e3-f1a965e030e5 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f37beddc-518b-55fc-a8e3-f1a965e030e5 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f37beddc-518b-55fc-a8e3-f1a965e030e5, identifier: DL65%20CWY
2026-03-29 06:38:06 [bca.uk] INFO: Found listing with ID: DA15%20NYV
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520NYV%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Scrape type for DA15%20NYV: 2
2026-03-29 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a847f29-23fd-584c-a916-cde4c49d85f0 with identifier: DA15%20NYV
2026-03-29 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a847f29-23fd-584c-a916-cde4c49d85f0 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a847f29-23fd-584c-a916-cde4c49d85f0 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a847f29-23fd-584c-a916-cde4c49d85f0, identifier: DA15%20NYV
2026-03-29 06:38:06 [bca.uk] INFO: Found listing with ID: LG20%20FYR
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520FYR%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Scrape type for LG20%20FYR: 2
2026-03-29 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR
2026-03-29 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a82c0609-1f3a-5b6c-a5e7-743c377d8607 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a82c0609-1f3a-5b6c-a5e7-743c377d8607 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a82c0609-1f3a-5b6c-a5e7-743c377d8607, identifier: LG20%20FYR
2026-03-29 06:38:06 [bca.uk] INFO: Found listing with ID: SV25%20POF
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV25%2520POF%27 HTTP/1.1" 200 None
2026-03-29 06:38:06 [bca.uk] INFO: Scrape type for SV25%20POF: 2
2026-03-29 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF
2026-03-29 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e894ed98-5b93-5441-b914-6a9020fc2d11 with scrape type 2
2026-03-29 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e894ed98-5b93-5441-b914-6a9020fc2d11 with scrape type 2
2026-03-29 06:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e894ed98-5b93-5441-b914-6a9020fc2d11, identifier: SV25%20POF
2026-03-29 06:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY
2026-03-29 06:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY
2026-03-29 06:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY to the API
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL65%20CWY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f37beddc-518b-55fc-a8e3-f1a965e030e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL65 CWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL65%20CWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'JAGUAR',
 'model': 'F-TYPE',
 'odometer': 45094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-TYPE 3.0 V6 S/C 340 Roadster',
 'transmission': 'manual',
 'trim': 'V6 S/C 340',
 'vin': 'SAJAC64F5G8K27212',
 'year': 2016}
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520CWY%27 HTTP/1.1" 200 None
2026-03-29 06:38:07 [bca.uk] INFO: Saving data for DL65%20CWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774305696.554052, 'last_price_update_time': 1774766287.345652}
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL65%2520CWY') HTTP/1.1" 204 0
2026-03-29 06:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a847f29-23fd-584c-a916-cde4c49d85f0 with identifier: DA15%20NYV
2026-03-29 06:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a847f29-23fd-584c-a916-cde4c49d85f0 with identifier: DA15%20NYV
2026-03-29 06:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a847f29-23fd-584c-a916-cde4c49d85f0 with identifier: DA15%20NYV to the API
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA15%20NYV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3a847f29-23fd-584c-a916-cde4c49d85f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA15 NYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA15%20NYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'CITROEN',
 'model': 'DS3 CABRIOLET',
 'odometer': 87646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 CABRIOLET 1.6 E-HDI A/D DSTYLE PLUS Convertible',
 'transmission': 'manual',
 'trim': 'E-HDI A/D DSTYLE PLUS',
 'vin': 'VF7SB9HP0EW617724',
 'year': 2015}
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520NYV%27 HTTP/1.1" 200 None
2026-03-29 06:38:07 [bca.uk] INFO: Saving data for DA15%20NYV: {'auction_closing_time': 1774778400.0, 'created_time': 1774305186.692072, 'last_price_update_time': 1774766287.632665}
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA15%2520NYV') HTTP/1.1" 204 0
2026-03-29 06:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR
2026-03-29 06:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR
2026-03-29 06:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR to the API
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG20%20FYR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a82c0609-1f3a-5b6c-a5e7-743c377d8607',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG20 FYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG20%20FYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 103712,
 '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 DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE',
 'vin': 'VF7VBYHRKL7019670',
 'year': 2020}
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520FYR%27 HTTP/1.1" 200 None
2026-03-29 06:38:07 [bca.uk] INFO: Saving data for LG20%20FYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774365152.737938, 'last_price_update_time': 1774766287.91671}
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520FYR') HTTP/1.1" 204 0
2026-03-29 06:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF
2026-03-29 06:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF
2026-03-29 06:38:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF to the API
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV25%20POF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e894ed98-5b93-5441-b914-6a9020fc2d11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SV25 POF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV25%20POF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BYD AUTO',
 'model': 'SEALION 7',
 'odometer': 5688,
 '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': 'BYD AUTO SEALION 7 390KW 91KWH AWD EXCELLENCE Hatchback',
 'transmission': 'automatic',
 'trim': '390KW 91KWH AWD EXCELLENCE',
 'vin': 'LGXCF4CD8S2062001',
 'year': 2025}
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV25%2520POF%27 HTTP/1.1" 200 None
2026-03-29 06:38:08 [bca.uk] INFO: Saving data for SV25%20POF: {'auction_closing_time': 1774864800.0, 'created_time': 1774044978.94716, 'last_price_update_time': 1774766288.203289}
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV25%2520POF') HTTP/1.1" 204 0
2026-03-29 06:38:08 [bca.uk] INFO: Found listing with ID: MW64%20JVU
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW64%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 06:38:08 [bca.uk] INFO: Scrape type for MW64%20JVU: 2
2026-03-29 06:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU
2026-03-29 06:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dc26e20-c41c-51b1-949e-9caa1001cad8 with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dc26e20-c41c-51b1-949e-9caa1001cad8 with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dc26e20-c41c-51b1-949e-9caa1001cad8, identifier: MW64%20JVU
2026-03-29 06:38:08 [bca.uk] INFO: Found listing with ID: KM15%20VRP
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM15%2520VRP%27 HTTP/1.1" 200 None
2026-03-29 06:38:08 [bca.uk] INFO: Scrape type for KM15%20VRP: 2
2026-03-29 06:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9 with identifier: KM15%20VRP
2026-03-29 06:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9 with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9 with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9, identifier: KM15%20VRP
2026-03-29 06:38:08 [bca.uk] INFO: Found listing with ID: BF16%20ZYN
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520ZYN%27 HTTP/1.1" 200 None
2026-03-29 06:38:08 [bca.uk] INFO: Scrape type for BF16%20ZYN: 2
2026-03-29 06:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN
2026-03-29 06:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd6e9f5-b4c2-564a-9d5b-83c57259c850, identifier: BF16%20ZYN
2026-03-29 06:38:08 [bca.uk] INFO: Found listing with ID: WN22%20FMA
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 06:38:08 [bca.uk] INFO: Scrape type for WN22%20FMA: 2
2026-03-29 06:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA
2026-03-29 06:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0feb0e49-f4ee-5fcc-bb46-ae800303767b with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0feb0e49-f4ee-5fcc-bb46-ae800303767b with scrape type 2
2026-03-29 06:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0feb0e49-f4ee-5fcc-bb46-ae800303767b, identifier: WN22%20FMA
2026-03-29 06:38:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU
2026-03-29 06:38:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU
2026-03-29 06:38:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU to the API
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW64%20JVU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4dc26e20-c41c-51b1-949e-9caa1001cad8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW64 JVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW64%20JVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A6 ALLROAD',
 'odometer': 116383,
 '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 A6 ALLROAD 3.0 TDI 245 QUATTRO S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO S-T',
 'vin': 'WAUZZZ4G5EN181760',
 'year': 2014}
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW64%2520JVU%27 HTTP/1.1" 200 None
2026-03-29 06:38:08 [bca.uk] INFO: Saving data for MW64%20JVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774305670.583598, 'last_price_update_time': 1774766288.905475}
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW64%2520JVU') HTTP/1.1" 204 0
2026-03-29 06:38:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9 with identifier: KM15%20VRP
2026-03-29 06:38:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9 with identifier: KM15%20VRP
2026-03-29 06:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9 with identifier: KM15%20VRP to the API
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM15%20VRP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ac0a120-2129-5f15-8bd3-9c8d6d00e4c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM15 VRP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM15%20VRP&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 96161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 SRI',
 'vin': 'W0LPF6ED3FG100636',
 'year': 2015}
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM15%2520VRP%27 HTTP/1.1" 200 None
2026-03-29 06:38:09 [bca.uk] INFO: Saving data for KM15%20VRP: {'auction_closing_time': 1774778400.0, 'created_time': 1774305185.566286, 'last_price_update_time': 1774766289.183707}
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM15%2520VRP') HTTP/1.1" 204 0
2026-03-29 06:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN
2026-03-29 06:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN
2026-03-29 06:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN to the API
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF16%20ZYN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffd6e9f5-b4c2-564a-9d5b-83c57259c850',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF16 ZYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF16%20ZYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 100125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 DCI 115 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 115 BUSINESS',
 'vin': 'VF13FL00254851020',
 'year': 2016}
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520ZYN%27 HTTP/1.1" 200 None
2026-03-29 06:38:09 [bca.uk] INFO: Saving data for BF16%20ZYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774365164.770185, 'last_price_update_time': 1774766289.474583}
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF16%2520ZYN') HTTP/1.1" 204 0
2026-03-29 06:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA
2026-03-29 06:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA
2026-03-29 06:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA to the API
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20FMA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0feb0e49-f4ee-5fcc-bb46-ae800303767b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 FMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20FMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 57048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK0NC260845',
 'year': 2022}
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520FMA%27 HTTP/1.1" 200 None
2026-03-29 06:38:09 [bca.uk] INFO: Saving data for WN22%20FMA: {'auction_closing_time': 1775037600.0, 'created_time': 1774354569.157472, 'last_price_update_time': 1774766289.75915}
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520FMA') HTTP/1.1" 204 0
2026-03-29 06:38:09 [bca.uk] INFO: Found listing with ID: RE18%20ZRA
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520ZRA%27 HTTP/1.1" 200 None
2026-03-29 06:38:09 [bca.uk] INFO: Scrape type for RE18%20ZRA: 2
2026-03-29 06:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA
2026-03-29 06:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a111e3d-ae7d-5148-9703-17ecf08829b1 with scrape type 2
2026-03-29 06:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a111e3d-ae7d-5148-9703-17ecf08829b1 with scrape type 2
2026-03-29 06:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a111e3d-ae7d-5148-9703-17ecf08829b1, identifier: RE18%20ZRA
2026-03-29 06:38:09 [bca.uk] INFO: Found listing with ID: OW23%20FCE
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520FCE%27 HTTP/1.1" 200 None
2026-03-29 06:38:09 [bca.uk] INFO: Scrape type for OW23%20FCE: 2
2026-03-29 06:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE
2026-03-29 06:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 728fca54-b270-5873-a4f3-7df9ac497637 with scrape type 2
2026-03-29 06:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 728fca54-b270-5873-a4f3-7df9ac497637 with scrape type 2
2026-03-29 06:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 728fca54-b270-5873-a4f3-7df9ac497637, identifier: OW23%20FCE
2026-03-29 06:38:09 [bca.uk] INFO: Found listing with ID: SD72%20MDZ
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520MDZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:10 [bca.uk] INFO: Scrape type for SD72%20MDZ: 0
2026-03-29 06:38:10 [bca.uk] INFO: Found listing with ID: WO72%20JYX
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520JYX%27 HTTP/1.1" 200 None
2026-03-29 06:38:10 [bca.uk] INFO: Scrape type for WO72%20JYX: 2
2026-03-29 06:38:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX
2026-03-29 06:38:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69f8a69b-0399-5a5f-8f31-09cbbe347540 with scrape type 2
2026-03-29 06:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69f8a69b-0399-5a5f-8f31-09cbbe347540 with scrape type 2
2026-03-29 06:38:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69f8a69b-0399-5a5f-8f31-09cbbe347540, identifier: WO72%20JYX
2026-03-29 06:38:10 [bca.uk] INFO: Found listing with ID: FN70%20FYZ
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:10 [bca.uk] INFO: Scrape type for FN70%20FYZ: 2
2026-03-29 06:38:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ
2026-03-29 06:38:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd613f8-7110-5a28-a76e-bc776f16ecd7 with scrape type 2
2026-03-29 06:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbd613f8-7110-5a28-a76e-bc776f16ecd7 with scrape type 2
2026-03-29 06:38:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbd613f8-7110-5a28-a76e-bc776f16ecd7, identifier: FN70%20FYZ
2026-03-29 06:38:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA
2026-03-29 06:38:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA
2026-03-29 06:38:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA to the API
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 258,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE18%20ZRA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a111e3d-ae7d-5148-9703-17ecf08829b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE18 ZRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE18%20ZRA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5M',
 'odometer': 60856,
 'odometer_reading_unit': '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 X5M 4.4 XDRIVE X5M Estate',
 'transmission': 'manual',
 'trim': 'XDRIVE X5M',
 'vin': 'WBSKT620800C95778',
 'year': 2018}
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520ZRA%27 HTTP/1.1" 200 None
2026-03-29 06:38:10 [bca.uk] INFO: Saving data for RE18%20ZRA: {'auction_closing_time': 1774951200.0, 'created_time': 1774305649.557237, 'last_price_update_time': 1774766290.485403}
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE18%2520ZRA') HTTP/1.1" 204 0
2026-03-29 06:38:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE
2026-03-29 06:38:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE
2026-03-29 06:38:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE to the API
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW23%20FCE-GB',
 'category': 'Motorcycle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '728fca54-b270-5873-a4f3-7df9ac497637',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW23 FCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW23%20FCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TRIUMPH',
 'model': 'TRIDENT',
 'odometer': 12021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TRIDENT 660 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 MOTORBIKE',
 'vin': 'SMTLGL10U3PBF3830',
 'year': 2023}
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520FCE%27 HTTP/1.1" 200 None
2026-03-29 06:38:10 [bca.uk] INFO: Saving data for OW23%20FCE: {'auction_closing_time': 1775124000.0, 'created_time': 1774304452.916157, 'last_price_update_time': 1774766290.87884}
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW23%2520FCE') HTTP/1.1" 204 0
2026-03-29 06:38:10 [scrapy.extensions.logstats] INFO: Crawled 160 pages (at 2 pages/min), scraped 4487 items (at 136 items/min)
2026-03-29 06:38:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:38:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX
2026-03-29 06:38:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX
2026-03-29 06:38:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX to the API
2026-03-29 06:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO72%20JYX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69f8a69b-0399-5a5f-8f31-09cbbe347540',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO72 JYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO72%20JYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 18611,
 '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 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 R LINE',
 'vin': 'WVWZZZCDXPW133291',
 'year': 2023}
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520JYX%27 HTTP/1.1" 200 None
2026-03-29 06:38:11 [bca.uk] INFO: Saving data for WO72%20JYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774365120.629372, 'last_price_update_time': 1774766291.179645}
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO72%2520JYX') HTTP/1.1" 204 0
2026-03-29 06:38:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ
2026-03-29 06:38:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ
2026-03-29 06:38:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ to the API
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN70%20FYZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cbd613f8-7110-5a28-a76e-bc776f16ecd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN70 FYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN70%20FYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 28176,
 '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': 'WAUZZZF41LA073935',
 'year': 2020}
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520FYZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:11 [bca.uk] INFO: Saving data for FN70%20FYZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774046776.969123, 'last_price_update_time': 1774766291.470237}
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN70%2520FYZ') HTTP/1.1" 204 0
2026-03-29 06:38:11 [bca.uk] INFO: Found listing with ID: A5%20BPN
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520BPN%27 HTTP/1.1" 200 None
2026-03-29 06:38:11 [bca.uk] INFO: Scrape type for A5%20BPN: 2
2026-03-29 06:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN
2026-03-29 06:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with scrape type 2
2026-03-29 06:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with scrape type 2
2026-03-29 06:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a, identifier: A5%20BPN
2026-03-29 06:38:11 [bca.uk] INFO: Found listing with ID: OY72%20WFH
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520WFH%27 HTTP/1.1" 200 None
2026-03-29 06:38:11 [bca.uk] INFO: Scrape type for OY72%20WFH: 2
2026-03-29 06:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH
2026-03-29 06:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b7f79f-541f-5d5d-9b0c-309d59219f4c with scrape type 2
2026-03-29 06:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b7f79f-541f-5d5d-9b0c-309d59219f4c with scrape type 2
2026-03-29 06:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b7f79f-541f-5d5d-9b0c-309d59219f4c, identifier: OY72%20WFH
2026-03-29 06:38:11 [bca.uk] INFO: Found listing with ID: ME73%20DVC
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520DVC%27 HTTP/1.1" 200 None
2026-03-29 06:38:11 [bca.uk] INFO: Scrape type for ME73%20DVC: 2
2026-03-29 06:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC
2026-03-29 06:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with scrape type 2
2026-03-29 06:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with scrape type 2
2026-03-29 06:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c, identifier: ME73%20DVC
2026-03-29 06:38:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN
2026-03-29 06:38:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN
2026-03-29 06:38:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN to the API
2026-03-29 06:38:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 324,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A5%20BPN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A5 BPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A5%20BPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SL55 AMG',
 'odometer': 57756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SL55 AMG 5.4 (476) Convertible',
 'transmission': 'manual',
 'trim': '(476)',
 'vin': 'WDB2304742F033308',
 'year': 2002}
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520BPN%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Saving data for A5%20BPN: {'auction_closing_time': 1774951200.0, 'created_time': 1774305612.409818, 'last_price_update_time': 1774766292.087338}
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A5%2520BPN') HTTP/1.1" 204 0
2026-03-29 06:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH
2026-03-29 06:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH
2026-03-29 06:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH to the API
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY72%20WFH-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c4b7f79f-541f-5d5d-9b0c-309d59219f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY72 WFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY72%20WFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HARLEY-DAVIDSON',
 'model': 'XL 1200S',
 'odometer': 6308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON XL 1200S SPORTSTER SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'SPORTSTER SPORT MOTORBIKE',
 'vin': '5HD1ZC445NS303318',
 'year': 2022}
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520WFH%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Saving data for OY72%20WFH: {'auction_closing_time': 1775124000.0, 'created_time': 1774304475.606036, 'last_price_update_time': 1774766292.370548}
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY72%2520WFH') HTTP/1.1" 204 0
2026-03-29 06:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC
2026-03-29 06:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC
2026-03-29 06:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC to the API
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 35,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME73%20DVC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ME73 DVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME73%20DVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 10161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.4 TSI PHEV BLACK ED.DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI PHEV BLACK ED.DSG',
 'vin': 'WVGZZZ5N5RW409915',
 'year': 2024}
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520DVC%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Saving data for ME73%20DVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774365097.371793, 'last_price_update_time': 1774766292.647727}
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME73%2520DVC') HTTP/1.1" 204 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: SW69%20JXZ
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520JXZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for SW69%20JXZ: 2
2026-03-29 06:38:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ
2026-03-29 06:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with scrape type 2
2026-03-29 06:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with scrape type 2
2026-03-29 06:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e, identifier: SW69%20JXZ
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: SV23%20XGR
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XGR%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for SV23%20XGR: 2
2026-03-29 06:38:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR
2026-03-29 06:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8c2bf70-33c3-54cc-8150-147c54206cc3 with scrape type 2
2026-03-29 06:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8c2bf70-33c3-54cc-8150-147c54206cc3 with scrape type 2
2026-03-29 06:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8c2bf70-33c3-54cc-8150-147c54206cc3, identifier: SV23%20XGR
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: YP72%20JHJ
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520JHJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for YP72%20JHJ: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: DK65%20UKV
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520UKV%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for DK65%20UKV: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: PY16%20UKT
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520UKT%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for PY16%20UKT: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: SE63%20BOV
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE63%2520BOV%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for SE63%20BOV: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: SH67%20OEY
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520OEY%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for SH67%20OEY: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: GK16%20VXP
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520VXP%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for GK16%20VXP: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: KU16%20LSJ
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520LSJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:12 [bca.uk] INFO: Scrape type for KU16%20LSJ: 0
2026-03-29 06:38:12 [bca.uk] INFO: Found listing with ID: ML66%20PCO
2026-03-29 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520PCO%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for ML66%20PCO: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: YH12%20UTA
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH12%2520UTA%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for YH12%20UTA: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: SJ70%20WZR
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520WZR%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for SJ70%20WZR: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: LL17%20PGF
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520PGF%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for LL17%20PGF: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: AJ15%20URR
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520URR%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for AJ15%20URR: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: BJ70%20LWK
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520LWK%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for BJ70%20LWK: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: YR17%20KCE
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KCE%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for YR17%20KCE: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: BT62%20CNA
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520CNA%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for BT62%20CNA: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: AF14%20FOA
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520FOA%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for AF14%20FOA: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: BC18%20EJO
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EJO%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for BC18%20EJO: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: DG64%20SUY
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SUY%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for DG64%20SUY: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: DK63%20YUC
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520YUC%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for DK63%20YUC: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: KN15%20JAU
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520JAU%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for KN15%20JAU: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: KU13%20XXY
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520XXY%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for KU13%20XXY: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: WN75%20AZV
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZV%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for WN75%20AZV: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: FH25%20ZGA
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for FH25%20ZGA: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: WV24%20YAO
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YAO%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for WV24%20YAO: 0
2026-03-29 06:38:13 [bca.uk] INFO: Found listing with ID: WO24%20NHH
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Scrape type for WO24%20NHH: 2
2026-03-29 06:38:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH
2026-03-29 06:38:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c95847-69bc-51a8-bd92-580675fd75da with scrape type 2
2026-03-29 06:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c95847-69bc-51a8-bd92-580675fd75da with scrape type 2
2026-03-29 06:38:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c95847-69bc-51a8-bd92-580675fd75da, identifier: WO24%20NHH
2026-03-29 06:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ
2026-03-29 06:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ
2026-03-29 06:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ to the API
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW69%20JXZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ecb0a2af-e1f7-54d5-b759-57e408e0fa4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW69 JXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW69%20JXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 48374,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB TREND L/R',
 'vin': 'WF0YXXTTGYKK62632',
 'year': 2020}
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520JXZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:13 [bca.uk] INFO: Saving data for SW69%20JXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774303355.54895, 'last_price_update_time': 1774766293.65192}
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW69%2520JXZ') HTTP/1.1" 204 0
2026-03-29 06:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR
2026-03-29 06:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR
2026-03-29 06:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR to the API
2026-03-29 06:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20XGR-GB',
 'category': 'Motorcycle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e8c2bf70-33c3-54cc-8150-147c54206cc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 XGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20XGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TRIUMPH',
 'model': 'TRIDENT',
 'odometer': 3965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TRIDENT 660 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 MOTORBIKE',
 'vin': 'SMTLGL10U3PBK0900',
 'year': 2023}
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XGR%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Saving data for SV23%20XGR: {'auction_closing_time': 1775124000.0, 'created_time': 1774304254.082339, 'last_price_update_time': 1774766294.033227}
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520XGR') HTTP/1.1" 204 0
2026-03-29 06:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH
2026-03-29 06:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH
2026-03-29 06:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH to the API
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20NHH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5c95847-69bc-51a8-bd92-580675fd75da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO24 NHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20NHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 28289,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA9RPM82923',
 'year': 2024}
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NHH%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Saving data for WO24%20NHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774355520.500509, 'last_price_update_time': 1774766294.328673}
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520NHH') HTTP/1.1" 204 0
2026-03-29 06:38:14 [bca.uk] INFO: Found listing with ID: KX23%20OZT
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX23%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Scrape type for KX23%20OZT: 2
2026-03-29 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT
2026-03-29 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with scrape type 2
2026-03-29 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with scrape type 2
2026-03-29 06:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247, identifier: KX23%20OZT
2026-03-29 06:38:14 [bca.uk] INFO: Found listing with ID: FM23%20UDW
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UDW%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Scrape type for FM23%20UDW: 2
2026-03-29 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW
2026-03-29 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf213f1-327f-55af-9ff6-4fba13de3149 with scrape type 2
2026-03-29 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bf213f1-327f-55af-9ff6-4fba13de3149 with scrape type 2
2026-03-29 06:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bf213f1-327f-55af-9ff6-4fba13de3149, identifier: FM23%20UDW
2026-03-29 06:38:14 [bca.uk] INFO: Found listing with ID: WN24%20ZRF
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZRF%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Scrape type for WN24%20ZRF: 0
2026-03-29 06:38:14 [bca.uk] INFO: Found listing with ID: DA24%20XFE
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Scrape type for DA24%20XFE: 2
2026-03-29 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE
2026-03-29 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b7b4df-982c-5dce-afa1-4f2d96d00080 with scrape type 2
2026-03-29 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6b7b4df-982c-5dce-afa1-4f2d96d00080 with scrape type 2
2026-03-29 06:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6b7b4df-982c-5dce-afa1-4f2d96d00080, identifier: DA24%20XFE
2026-03-29 06:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT
2026-03-29 06:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT
2026-03-29 06:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT to the API
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX23%20OZT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fc66fb31-c2a1-59a2-a8ce-f7d126c1d247',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX23 OZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX23%20OZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 84181,
 '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 170 310 LWB SPORT L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 310 LWB SPORT L/R',
 'vin': 'WF0YXXTTGYNG27432',
 'year': 2023}
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX23%2520OZT%27 HTTP/1.1" 200 None
2026-03-29 06:38:14 [bca.uk] INFO: Saving data for KX23%20OZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774303359.935243, 'last_price_update_time': 1774766294.976199}
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX23%2520OZT') HTTP/1.1" 204 0
2026-03-29 06:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW
2026-03-29 06:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW
2026-03-29 06:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW to the API
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM23%20UDW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6bf213f1-327f-55af-9ff6-4fba13de3149',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM23 UDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM23%20UDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 67432,
 '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 28 2.0 B/DCI 150 SL SPORT EDC PanelVan',
 'transmission': 'automatic',
 'trim': 'B/DCI 150 SL SPORT EDC',
 'vin': 'VF1FL000771453441',
 'year': 2023}
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UDW%27 HTTP/1.1" 200 None
2026-03-29 06:38:15 [bca.uk] INFO: Saving data for FM23%20UDW: {'auction_closing_time': 1774864800.0, 'created_time': 1774304559.96138, 'last_price_update_time': 1774766295.270602}
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM23%2520UDW') HTTP/1.1" 204 0
2026-03-29 06:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE
2026-03-29 06:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE
2026-03-29 06:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE to the API
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA24%20XFE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6b7b4df-982c-5dce-afa1-4f2d96d00080',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA24 XFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA24%20XFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TAIGO',
 'odometer': 22330,
 '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 TAIGO 1.0 TSI 95 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 MATCH',
 'vin': 'WVGZZZCS0RY069327',
 'year': 2024}
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520XFE%27 HTTP/1.1" 200 None
2026-03-29 06:38:15 [bca.uk] INFO: Saving data for DA24%20XFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774355513.080513, 'last_price_update_time': 1774766295.553436}
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA24%2520XFE') HTTP/1.1" 204 0
2026-03-29 06:38:15 [bca.uk] INFO: Found listing with ID: PK21%20KZG
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520KZG%27 HTTP/1.1" 200 None
2026-03-29 06:38:15 [bca.uk] INFO: Scrape type for PK21%20KZG: 2
2026-03-29 06:38:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG
2026-03-29 06:38:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with scrape type 2
2026-03-29 06:38:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with scrape type 2
2026-03-29 06:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c, identifier: PK21%20KZG
2026-03-29 06:38:15 [bca.uk] INFO: Found listing with ID: BL15%20VTD
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 06:38:15 [bca.uk] INFO: Scrape type for BL15%20VTD: 2
2026-03-29 06:38:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 729e3a67-6acd-51f1-9ed2-321ff5398492 with identifier: BL15%20VTD
2026-03-29 06:38:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 729e3a67-6acd-51f1-9ed2-321ff5398492 with scrape type 2
2026-03-29 06:38:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 729e3a67-6acd-51f1-9ed2-321ff5398492 with scrape type 2
2026-03-29 06:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 729e3a67-6acd-51f1-9ed2-321ff5398492, identifier: BL15%20VTD
2026-03-29 06:38:15 [bca.uk] INFO: Found listing with ID: YN25%20NBO
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN25%2520NBO%27 HTTP/1.1" 200 None
2026-03-29 06:38:15 [bca.uk] INFO: Scrape type for YN25%20NBO: 0
2026-03-29 06:38:15 [bca.uk] INFO: Found listing with ID: WR73%20NUC
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUC%27 HTTP/1.1" 200 None
2026-03-29 06:38:15 [bca.uk] INFO: Scrape type for WR73%20NUC: 2
2026-03-29 06:38:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC
2026-03-29 06:38:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76583159-2cec-5286-8b41-0e4de1855c5f with scrape type 2
2026-03-29 06:38:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76583159-2cec-5286-8b41-0e4de1855c5f with scrape type 2
2026-03-29 06:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76583159-2cec-5286-8b41-0e4de1855c5f, identifier: WR73%20NUC
2026-03-29 06:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG
2026-03-29 06:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG
2026-03-29 06:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG to the API
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK21%20KZG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PK21 KZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK21%20KZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 43801,
 '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 X1 1.5 XDRIVE 25E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E M SPORT',
 'vin': 'WBA72AB0005T43466',
 'year': 2021}
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520KZG%27 HTTP/1.1" 200 None
2026-03-29 06:38:16 [bca.uk] INFO: Saving data for PK21%20KZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774303329.081912, 'last_price_update_time': 1774766296.211905}
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK21%2520KZG') HTTP/1.1" 204 0
2026-03-29 06:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 729e3a67-6acd-51f1-9ed2-321ff5398492 with identifier: BL15%20VTD
2026-03-29 06:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 729e3a67-6acd-51f1-9ed2-321ff5398492 with identifier: BL15%20VTD
2026-03-29 06:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 729e3a67-6acd-51f1-9ed2-321ff5398492 with identifier: BL15%20VTD to the API
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL15%20VTD-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '729e3a67-6acd-51f1-9ed2-321ff5398492',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL15 VTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL15%20VTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 107434,
 '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': 'WF0DXXGAKDFL62957',
 'year': 2015}
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520VTD%27 HTTP/1.1" 200 None
2026-03-29 06:38:16 [bca.uk] INFO: Saving data for BL15%20VTD: {'auction_closing_time': 1774778400.0, 'created_time': 1774304707.861264, 'last_price_update_time': 1774766296.501526}
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL15%2520VTD') HTTP/1.1" 204 0
2026-03-29 06:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC
2026-03-29 06:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC
2026-03-29 06:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC to the API
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR73%20NUC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76583159-2cec-5286-8b41-0e4de1855c5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR73 NUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR73%20NUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 13031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPL69837',
 'year': 2023}
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUC%27 HTTP/1.1" 200 None
2026-03-29 06:38:16 [bca.uk] INFO: Saving data for WR73%20NUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774355461.712129, 'last_price_update_time': 1774766296.773981}
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR73%2520NUC') HTTP/1.1" 204 0
2026-03-29 06:38:16 [bca.uk] INFO: Found listing with ID: LV21%20XYO
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520XYO%27 HTTP/1.1" 200 None
2026-03-29 06:38:16 [bca.uk] INFO: Scrape type for LV21%20XYO: 2
2026-03-29 06:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO
2026-03-29 06:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479932f5-5a3b-5b28-860d-7ccc4023c75f with scrape type 2
2026-03-29 06:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479932f5-5a3b-5b28-860d-7ccc4023c75f with scrape type 2
2026-03-29 06:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 479932f5-5a3b-5b28-860d-7ccc4023c75f, identifier: LV21%20XYO
2026-03-29 06:38:16 [bca.uk] INFO: Found listing with ID: LL16%20OOE
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520OOE%27 HTTP/1.1" 200 None
2026-03-29 06:38:16 [bca.uk] INFO: Scrape type for LL16%20OOE: 2
2026-03-29 06:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc27b14e-98d7-59e4-a6a0-5b7bef5aced1 with identifier: LL16%20OOE
2026-03-29 06:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc27b14e-98d7-59e4-a6a0-5b7bef5aced1 with scrape type 2
2026-03-29 06:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc27b14e-98d7-59e4-a6a0-5b7bef5aced1 with scrape type 2
2026-03-29 06:38:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc27b14e-98d7-59e4-a6a0-5b7bef5aced1, identifier: LL16%20OOE
2026-03-29 06:38:17 [bca.uk] INFO: Found listing with ID: BV75%20ONR
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV75%2520ONR%27 HTTP/1.1" 200 None
2026-03-29 06:38:17 [bca.uk] INFO: Scrape type for BV75%20ONR: 2
2026-03-29 06:38:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR
2026-03-29 06:38:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with scrape type 2
2026-03-29 06:38:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with scrape type 2
2026-03-29 06:38:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845, identifier: BV75%20ONR
2026-03-29 06:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO
2026-03-29 06:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO
2026-03-29 06:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO to the API
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV21%20XYO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '479932f5-5a3b-5b28-860d-7ccc4023c75f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV21 XYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV21%20XYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 96609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 240 L2 LTD.L/R P/S Van',
 'transmission': 'automatic',
 'trim': 'EBL 120 240 L2 LTD.L/R P/S',
 'vin': 'WF0SXXWPGSMM85565',
 'year': 2021}
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520XYO%27 HTTP/1.1" 200 None
2026-03-29 06:38:17 [bca.uk] INFO: Saving data for LV21%20XYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774303359.124745, 'last_price_update_time': 1774766297.40206}
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV21%2520XYO') HTTP/1.1" 204 0
2026-03-29 06:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc27b14e-98d7-59e4-a6a0-5b7bef5aced1 with identifier: LL16%20OOE
2026-03-29 06:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc27b14e-98d7-59e4-a6a0-5b7bef5aced1 with identifier: LL16%20OOE
2026-03-29 06:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc27b14e-98d7-59e4-a6a0-5b7bef5aced1 with identifier: LL16%20OOE to the API
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL16%20OOE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bc27b14e-98d7-59e4-a6a0-5b7bef5aced1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL16 OOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL16%20OOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 124500,
 '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': 'SAJAB4CNXHA946353',
 'year': 2016}
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520OOE%27 HTTP/1.1" 200 None
2026-03-29 06:38:17 [bca.uk] INFO: Saving data for LL16%20OOE: {'auction_closing_time': 1774778400.0, 'created_time': 1774304709.097017, 'last_price_update_time': 1774766297.76747}
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL16%2520OOE') HTTP/1.1" 204 0
2026-03-29 06:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR
2026-03-29 06:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR
2026-03-29 06:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR to the API
2026-03-29 06:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV75%20ONR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9bbd196-dafa-5b2c-9fc5-d0695a4cd845',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV75 ONR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV75%20ONR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 13247,
 '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 T-ROC 1.5 TSI 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 R LINE',
 'vin': 'WVGZZZA13SV117968',
 'year': 2025}
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV75%2520ONR%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Saving data for BV75%20ONR: {'auction_closing_time': 1775037600.0, 'created_time': 1774355249.172942, 'last_price_update_time': 1774766298.049417}
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV75%2520ONR') HTTP/1.1" 204 0
2026-03-29 06:38:18 [bca.uk] INFO: Found listing with ID: SM21%20DVC
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DVC%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Scrape type for SM21%20DVC: 2
2026-03-29 06:38:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC
2026-03-29 06:38:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ee145b-dc9a-554f-9a33-d8019e23ea85 with scrape type 2
2026-03-29 06:38:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ee145b-dc9a-554f-9a33-d8019e23ea85 with scrape type 2
2026-03-29 06:38:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88ee145b-dc9a-554f-9a33-d8019e23ea85, identifier: SM21%20DVC
2026-03-29 06:38:18 [bca.uk] INFO: Found listing with ID: BD75%20OBH
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD75%2520OBH%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Scrape type for BD75%20OBH: 2
2026-03-29 06:38:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH
2026-03-29 06:38:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with scrape type 2
2026-03-29 06:38:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with scrape type 2
2026-03-29 06:38:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d, identifier: BD75%20OBH
2026-03-29 06:38:18 [bca.uk] INFO: Found listing with ID: FG72%20LUZ
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LUZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Scrape type for FG72%20LUZ: 0
2026-03-29 06:38:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC
2026-03-29 06:38:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC
2026-03-29 06:38:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC to the API
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20DVC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88ee145b-dc9a-554f-9a33-d8019e23ea85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 DVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20DVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 80291,
 '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': 'WF0YXXTTGYMP67057',
 'year': 2021}
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DVC%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Saving data for SM21%20DVC: {'auction_closing_time': 1775037600.0, 'created_time': 1774303328.672268, 'last_price_update_time': 1774766298.572806}
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520DVC') HTTP/1.1" 204 0
2026-03-29 06:38:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH
2026-03-29 06:38:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH
2026-03-29 06:38:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH to the API
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD75%20OBH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd034c7a5-d4a8-5df1-a5d8-898d42f30b7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD75 OBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD75%20OBH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 735,
 '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': 'HYUNDAI I10 1.2 MPI 79 PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'MPI 79 PREMIUM',
 'vin': 'NLHDR51F9SZ397253',
 'year': 2025}
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD75%2520OBH%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Saving data for BD75%20OBH: {'auction_closing_time': 1775037600.0, 'created_time': 1774304808.119916, 'last_price_update_time': 1774766298.854363}
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD75%2520OBH') HTTP/1.1" 204 0
2026-03-29 06:38:18 [bca.uk] INFO: Found listing with ID: SM21%20EBP
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520EBP%27 HTTP/1.1" 200 None
2026-03-29 06:38:18 [bca.uk] INFO: Scrape type for SM21%20EBP: 2
2026-03-29 06:38:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP
2026-03-29 06:38:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee8f81b-f74b-5876-ad17-ad479eee6423 with scrape type 2
2026-03-29 06:38:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee8f81b-f74b-5876-ad17-ad479eee6423 with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aee8f81b-f74b-5876-ad17-ad479eee6423, identifier: SM21%20EBP
2026-03-29 06:38:19 [bca.uk] INFO: Found listing with ID: LP69%20ZNV
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 06:38:19 [bca.uk] INFO: Scrape type for LP69%20ZNV: 2
2026-03-29 06:38:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV
2026-03-29 06:38:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b, identifier: LP69%20ZNV
2026-03-29 06:38:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP
2026-03-29 06:38:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP
2026-03-29 06:38:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP to the API
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20EBP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aee8f81b-f74b-5876-ad17-ad479eee6423',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 EBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20EBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 84077,
 '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': 'WF0YXXTTGYMP67047',
 'year': 2021}
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520EBP%27 HTTP/1.1" 200 None
2026-03-29 06:38:19 [bca.uk] INFO: Saving data for SM21%20EBP: {'auction_closing_time': 1775037600.0, 'created_time': 1774303362.181422, 'last_price_update_time': 1774766299.45284}
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520EBP') HTTP/1.1" 204 0
2026-03-29 06:38:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV
2026-03-29 06:38:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV
2026-03-29 06:38:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV to the API
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20ZNV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP69 ZNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20ZNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 25094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J683834',
 'year': 2020}
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 06:38:19 [bca.uk] INFO: Saving data for LP69%20ZNV: {'auction_closing_time': 1774864800.0, 'created_time': 1773958201.037045, 'last_price_update_time': 1774766299.736883}
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520ZNV') HTTP/1.1" 204 0
2026-03-29 06:38:19 [bca.uk] INFO: Total items found: 100
2026-03-29 06:38:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded
2026-03-29 06:38:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:38:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:38:19 [bca.uk] INFO: Found listing with ID: SO21%20GXX
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:38:19 [bca.uk] INFO: Scrape type for SO21%20GXX: 2
2026-03-29 06:38:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX
2026-03-29 06:38:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0760e589-6127-52af-9057-856a37401cca with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0760e589-6127-52af-9057-856a37401cca with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0760e589-6127-52af-9057-856a37401cca, identifier: SO21%20GXX
2026-03-29 06:38:19 [bca.uk] INFO: Found listing with ID: CJ25%20EWR
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:38:19 [bca.uk] INFO: Scrape type for CJ25%20EWR: 2
2026-03-29 06:38:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR
2026-03-29 06:38:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395ef820-053b-5a09-b5b7-175925818940 with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 395ef820-053b-5a09-b5b7-175925818940 with scrape type 2
2026-03-29 06:38:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 395ef820-053b-5a09-b5b7-175925818940, identifier: CJ25%20EWR
2026-03-29 06:38:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX
2026-03-29 06:38:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX
2026-03-29 06:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX to the API
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GXX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0760e589-6127-52af-9057-856a37401cca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 102043,
 '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': 'WF0YXXTTGYMP67036',
 'year': 2021}
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-29 06:38:20 [bca.uk] INFO: Saving data for SO21%20GXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774303363.915243, 'last_price_update_time': 1774766300.254341}
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GXX') HTTP/1.1" 204 0
2026-03-29 06:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR
2026-03-29 06:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR
2026-03-29 06:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR to the API
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ25%20EWR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '395ef820-053b-5a09-b5b7-175925818940',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CJ25 EWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ25%20EWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4200,
 '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 CORSA 1.2 T 100 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 100 ULTIMATE',
 'vin': 'VXKUPHNKXS4176231',
 'year': 2025}
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520EWR%27 HTTP/1.1" 200 None
2026-03-29 06:38:20 [bca.uk] INFO: Saving data for CJ25%20EWR: {'auction_closing_time': 1775037600.0, 'created_time': 1774304807.223317, 'last_price_update_time': 1774766300.545897}
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ25%2520EWR') HTTP/1.1" 204 0
2026-03-29 06:38:20 [bca.uk] INFO: Found listing with ID: LL74%20DHZ
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:20 [bca.uk] INFO: Scrape type for LL74%20DHZ: 2
2026-03-29 06:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ
2026-03-29 06:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with scrape type 2
2026-03-29 06:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with scrape type 2
2026-03-29 06:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3, identifier: LL74%20DHZ
2026-03-29 06:38:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:38:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:38:20 [bca.uk] INFO: Found listing with ID: SO21%20GYG
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 06:38:20 [bca.uk] INFO: Scrape type for SO21%20GYG: 2
2026-03-29 06:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG
2026-03-29 06:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with scrape type 2
2026-03-29 06:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with scrape type 2
2026-03-29 06:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee, identifier: SO21%20GYG
2026-03-29 06:38:20 [bca.uk] INFO: Found listing with ID: BP25%20TXN
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP25%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 06:38:20 [bca.uk] INFO: Scrape type for BP25%20TXN: 2
2026-03-29 06:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN
2026-03-29 06:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with scrape type 2
2026-03-29 06:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with scrape type 2
2026-03-29 06:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b, identifier: BP25%20TXN
2026-03-29 06:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ
2026-03-29 06:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ
2026-03-29 06:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ to the API
2026-03-29 06:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DHZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11d1f6cf-0034-5acc-88c1-08b11f0ed8a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DHZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 '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': 'VXKUPHNE2R4300416',
 'year': 2024}
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:21 [bca.uk] INFO: Saving data for LL74%20DHZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773823486.205519, 'last_price_update_time': 1774766301.180774}
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DHZ') HTTP/1.1" 204 0
2026-03-29 06:38:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 06:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG
2026-03-29 06:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG
2026-03-29 06:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG to the API
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GYG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 87094,
 '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': 'WF0YXXTTGYMP67041',
 'year': 2021}
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-29 06:38:21 [bca.uk] INFO: Saving data for SO21%20GYG: {'auction_closing_time': 1775037600.0, 'created_time': 1774303367.120576, 'last_price_update_time': 1774766301.470147}
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GYG') HTTP/1.1" 204 0
2026-03-29 06:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN
2026-03-29 06:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN
2026-03-29 06:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN to the API
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP25%20TXN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ebbb53e-3d20-596b-85f2-272ca7b57b2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP25 TXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP25%20TXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 14641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P PLUS BLACK ED.G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P PLUS BLACK ED.G/T',
 'vin': 'YV1XZK8V9T2674246',
 'year': 2025}
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP25%2520TXN%27 HTTP/1.1" 200 None
2026-03-29 06:38:21 [bca.uk] INFO: Saving data for BP25%20TXN: {'auction_closing_time': 1775037600.0, 'created_time': 1774304760.261081, 'last_price_update_time': 1774766301.749858}
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP25%2520TXN') HTTP/1.1" 204 0
2026-03-29 06:38:21 [bca.uk] INFO: Found listing with ID: LM73%20VPG
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:38:21 [bca.uk] INFO: Scrape type for LM73%20VPG: 2
2026-03-29 06:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG
2026-03-29 06:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a17aeea8-8464-5299-9186-628623ab32e6 with scrape type 2
2026-03-29 06:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a17aeea8-8464-5299-9186-628623ab32e6 with scrape type 2
2026-03-29 06:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a17aeea8-8464-5299-9186-628623ab32e6, identifier: LM73%20VPG
2026-03-29 06:38:21 [bca.uk] INFO: Found listing with ID: SO21%20GZH
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 06:38:21 [bca.uk] INFO: Scrape type for SO21%20GZH: 2
2026-03-29 06:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH
2026-03-29 06:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with scrape type 2
2026-03-29 06:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with scrape type 2
2026-03-29 06:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d, identifier: SO21%20GZH
2026-03-29 06:38:21 [bca.uk] INFO: Found listing with ID: BT74%20OBJ
2026-03-29 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520OBJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:22 [bca.uk] INFO: Scrape type for BT74%20OBJ: 2
2026-03-29 06:38:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ
2026-03-29 06:38:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b20f5a-801a-51f9-8b1a-0305e291f126 with scrape type 2
2026-03-29 06:38:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b20f5a-801a-51f9-8b1a-0305e291f126 with scrape type 2
2026-03-29 06:38:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38b20f5a-801a-51f9-8b1a-0305e291f126, identifier: BT74%20OBJ
2026-03-29 06:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG
2026-03-29 06:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG
2026-03-29 06:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG to the API
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM73%20VPG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a17aeea8-8464-5299-9186-628623ab32e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM73 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM73%20VPG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ULTIMATE',
 'vin': 'VXKUPHNEKP4233706',
 'year': 2023}
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VPG%27 HTTP/1.1" 200 None
2026-03-29 06:38:22 [bca.uk] INFO: Saving data for LM73%20VPG: {'auction_closing_time': 1774854000.0, 'created_time': 1773839568.567342, 'last_price_update_time': 1774766302.354342}
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM73%2520VPG') HTTP/1.1" 204 0
2026-03-29 06:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH
2026-03-29 06:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH
2026-03-29 06:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH to the API
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 76664,
 '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': 'WF0YXXTTGYMP67035',
 'year': 2021}
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZH%27 HTTP/1.1" 200 None
2026-03-29 06:38:22 [bca.uk] INFO: Saving data for SO21%20GZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774303365.03119, 'last_price_update_time': 1774766302.739985}
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GZH') HTTP/1.1" 204 0
2026-03-29 06:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ
2026-03-29 06:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ
2026-03-29 06:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ to the API
2026-03-29 06:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT74%20OBJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38b20f5a-801a-51f9-8b1a-0305e291f126',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT74 OBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT74%20OBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 24235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': '75 DESIGN',
 'vin': 'VXKUPHMH9R4300229',
 'year': 2024}
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520OBJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:23 [bca.uk] INFO: Saving data for BT74%20OBJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774304761.411966, 'last_price_update_time': 1774766303.027201}
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT74%2520OBJ') HTTP/1.1" 204 0
2026-03-29 06:38:23 [bca.uk] INFO: Found listing with ID: LR24%20MXA
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 06:38:23 [bca.uk] INFO: Scrape type for LR24%20MXA: 2
2026-03-29 06:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA
2026-03-29 06:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with scrape type 2
2026-03-29 06:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with scrape type 2
2026-03-29 06:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04b0942-2153-5bc0-b6a2-63d6f29c8f99, identifier: LR24%20MXA
2026-03-29 06:38:23 [bca.uk] INFO: Found listing with ID: YA22%20NZR
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520NZR%27 HTTP/1.1" 200 None
2026-03-29 06:38:23 [bca.uk] INFO: Scrape type for YA22%20NZR: 2
2026-03-29 06:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR
2026-03-29 06:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with scrape type 2
2026-03-29 06:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with scrape type 2
2026-03-29 06:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28, identifier: YA22%20NZR
2026-03-29 06:38:23 [bca.uk] INFO: Found listing with ID: CV22%20YMP
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520YMP%27 HTTP/1.1" 200 None
2026-03-29 06:38:23 [bca.uk] INFO: Scrape type for CV22%20YMP: 2
2026-03-29 06:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP
2026-03-29 06:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with scrape type 2
2026-03-29 06:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with scrape type 2
2026-03-29 06:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5, identifier: CV22%20YMP
2026-03-29 06:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA
2026-03-29 06:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA
2026-03-29 06:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA to the API
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR24%20MXA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b04b0942-2153-5bc0-b6a2-63d6f29c8f99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR24 MXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR24%20MXA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7072,
 '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': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4335419',
 'year': 2024}
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MXA%27 HTTP/1.1" 200 None
2026-03-29 06:38:23 [bca.uk] INFO: Saving data for LR24%20MXA: {'auction_closing_time': 1774854000.0, 'created_time': 1773832241.429941, 'last_price_update_time': 1774766303.636169}
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR24%2520MXA') HTTP/1.1" 204 0
2026-03-29 06:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR
2026-03-29 06:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR
2026-03-29 06:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR to the API
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA22%20NZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA22 NZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA22%20NZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 87099,
 'odometer_reading_unit': '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 STORMTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 STORMTRAK',
 'vin': '6FPPXXMJ2PNU24971',
 'year': 2022}
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520NZR%27 HTTP/1.1" 200 None
2026-03-29 06:38:23 [bca.uk] INFO: Saving data for YA22%20NZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774303366.137255, 'last_price_update_time': 1774766303.900538}
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA22%2520NZR') HTTP/1.1" 204 0
2026-03-29 06:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP
2026-03-29 06:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP
2026-03-29 06:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP to the API
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV22%20YMP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c59b76bd-1ee9-5e32-8f04-d90a3a4299f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV22 YMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV22%20YMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 35790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 SRI PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 130 SRI PREMIUM',
 'vin': 'VXKUSHNSKNW037376',
 'year': 2022}
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520YMP%27 HTTP/1.1" 200 None
2026-03-29 06:38:24 [bca.uk] INFO: Saving data for CV22%20YMP: {'auction_closing_time': 1775037600.0, 'created_time': 1774304762.108039, 'last_price_update_time': 1774766304.179912}
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV22%2520YMP') HTTP/1.1" 204 0
2026-03-29 06:38:24 [bca.uk] INFO: Found listing with ID: LL20%20LYC
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL20%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 06:38:24 [bca.uk] INFO: Scrape type for LL20%20LYC: 2
2026-03-29 06:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC
2026-03-29 06:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53536784-0985-5653-b49f-eaac632abf02 with scrape type 2
2026-03-29 06:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53536784-0985-5653-b49f-eaac632abf02 with scrape type 2
2026-03-29 06:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53536784-0985-5653-b49f-eaac632abf02, identifier: LL20%20LYC
2026-03-29 06:38:24 [bca.uk] INFO: Found listing with ID: DE71%20XWR
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 06:38:24 [bca.uk] INFO: Scrape type for DE71%20XWR: 2
2026-03-29 06:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR
2026-03-29 06:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85eebdde-257c-5dce-82df-8e980442ca24 with scrape type 2
2026-03-29 06:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85eebdde-257c-5dce-82df-8e980442ca24 with scrape type 2
2026-03-29 06:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85eebdde-257c-5dce-82df-8e980442ca24, identifier: DE71%20XWR
2026-03-29 06:38:24 [bca.uk] INFO: Found listing with ID: OW72%20WVK
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVK%27 HTTP/1.1" 200 None
2026-03-29 06:38:24 [bca.uk] INFO: Scrape type for OW72%20WVK: 2
2026-03-29 06:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK
2026-03-29 06:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6006a16-88bf-54b0-8c16-2412f51dc52a with scrape type 2
2026-03-29 06:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6006a16-88bf-54b0-8c16-2412f51dc52a with scrape type 2
2026-03-29 06:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6006a16-88bf-54b0-8c16-2412f51dc52a, identifier: OW72%20WVK
2026-03-29 06:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC
2026-03-29 06:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC
2026-03-29 06:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC to the API
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL20%20LYC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53536784-0985-5653-b49f-eaac632abf02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL20 LYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL20%20LYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 77351,
 '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 2008 1.5 BLUEHDI 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ALLURE',
 'vin': 'VR3UDYHYJLJ651163',
 'year': 2020}
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL20%2520LYC%27 HTTP/1.1" 200 None
2026-03-29 06:38:24 [bca.uk] INFO: Saving data for LL20%20LYC: {'auction_closing_time': 1774864800.0, 'created_time': 1773959525.017402, 'last_price_update_time': 1774766304.800488}
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL20%2520LYC') HTTP/1.1" 204 0
2026-03-29 06:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR
2026-03-29 06:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR
2026-03-29 06:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR to the API
2026-03-29 06:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE71%20XWR-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': '85eebdde-257c-5dce-82df-8e980442ca24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE71 XWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE71%20XWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 25968,
 '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': 'WBA62DP0909J78094',
 'year': 2021}
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520XWR%27 HTTP/1.1" 200 None
2026-03-29 06:38:25 [bca.uk] INFO: Saving data for DE71%20XWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303367.67327, 'last_price_update_time': 1774766305.079612}
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE71%2520XWR') HTTP/1.1" 204 0
2026-03-29 06:38:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK
2026-03-29 06:38:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK
2026-03-29 06:38:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK to the API
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20WVK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6006a16-88bf-54b0-8c16-2412f51dc52a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW72 WVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20WVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 53116,
 '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 BOXER 335 2.2 B/HDI 140 L2 H2 PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L2 H2 PROF.PREMIUM+',
 'vin': 'VF3YCBPFB12W36335',
 'year': 2023}
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVK%27 HTTP/1.1" 200 None
2026-03-29 06:38:25 [bca.uk] INFO: Saving data for OW72%20WVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774274820.951653, 'last_price_update_time': 1774766305.357228}
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520WVK') HTTP/1.1" 204 0
2026-03-29 06:38:25 [bca.uk] INFO: Found listing with ID: YS68%20PXG
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 06:38:25 [bca.uk] INFO: Scrape type for YS68%20PXG: 2
2026-03-29 06:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG
2026-03-29 06:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85c2323b-8e25-5321-9cd2-74ba19369d35 with scrape type 2
2026-03-29 06:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85c2323b-8e25-5321-9cd2-74ba19369d35 with scrape type 2
2026-03-29 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85c2323b-8e25-5321-9cd2-74ba19369d35, identifier: YS68%20PXG
2026-03-29 06:38:25 [bca.uk] INFO: Found listing with ID: YR22%20LVP
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVP%27 HTTP/1.1" 200 None
2026-03-29 06:38:25 [bca.uk] INFO: Scrape type for YR22%20LVP: 2
2026-03-29 06:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP
2026-03-29 06:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with scrape type 2
2026-03-29 06:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with scrape type 2
2026-03-29 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a92ec7c-9b38-5c67-a146-f590c6fcead7, identifier: YR22%20LVP
2026-03-29 06:38:25 [bca.uk] INFO: Found listing with ID: OW72%20WVC
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 06:38:25 [bca.uk] INFO: Scrape type for OW72%20WVC: 2
2026-03-29 06:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC
2026-03-29 06:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed84017d-0cbd-54f2-afc3-3584006fe21f with scrape type 2
2026-03-29 06:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed84017d-0cbd-54f2-afc3-3584006fe21f with scrape type 2
2026-03-29 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed84017d-0cbd-54f2-afc3-3584006fe21f, identifier: OW72%20WVC
2026-03-29 06:38:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG
2026-03-29 06:38:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG
2026-03-29 06:38:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG to the API
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS68%20PXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85c2323b-8e25-5321-9cd2-74ba19369d35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS68 PXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS68%20PXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 60684,
 'odometer_reading_unit': '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 FEEL EAT8 MPV',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 FEEL EAT8',
 'vin': 'VF73AYHZRJJ861938',
 'year': 2019}
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520PXG%27 HTTP/1.1" 200 None
2026-03-29 06:38:25 [bca.uk] INFO: Saving data for YS68%20PXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774265602.88417, 'last_price_update_time': 1774766305.977805}
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS68%2520PXG') HTTP/1.1" 204 0
2026-03-29 06:38:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP
2026-03-29 06:38:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP
2026-03-29 06:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP to the API
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20LVP-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': '5a92ec7c-9b38-5c67-a146-f590c6fcead7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 LVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20LVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 67421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2759587',
 'year': 2022}
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVP%27 HTTP/1.1" 200 None
2026-03-29 06:38:26 [bca.uk] INFO: Saving data for YR22%20LVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774303369.018897, 'last_price_update_time': 1774766306.25538}
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520LVP') HTTP/1.1" 204 0
2026-03-29 06:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC
2026-03-29 06:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC
2026-03-29 06:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC to the API
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20WVC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed84017d-0cbd-54f2-afc3-3584006fe21f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW72 WVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20WVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 57490,
 '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 BOXER 335 2.2 B/HDI 140 L2 H2 PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L2 H2 PROF.PREMIUM+',
 'vin': 'VF3YCBPFB12W32549',
 'year': 2023}
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVC%27 HTTP/1.1" 200 None
2026-03-29 06:38:26 [bca.uk] INFO: Saving data for OW72%20WVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774274810.764625, 'last_price_update_time': 1774766306.527547}
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520WVC') HTTP/1.1" 204 0
2026-03-29 06:38:26 [bca.uk] INFO: Found listing with ID: BJ67%20FBG
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FBG%27 HTTP/1.1" 200 None
2026-03-29 06:38:26 [bca.uk] INFO: Scrape type for BJ67%20FBG: 2
2026-03-29 06:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG
2026-03-29 06:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with scrape type 2
2026-03-29 06:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with scrape type 2
2026-03-29 06:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5, identifier: BJ67%20FBG
2026-03-29 06:38:26 [bca.uk] INFO: Found listing with ID: MD21%20FME
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520FME%27 HTTP/1.1" 200 None
2026-03-29 06:38:26 [bca.uk] INFO: Scrape type for MD21%20FME: 2
2026-03-29 06:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME
2026-03-29 06:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with scrape type 2
2026-03-29 06:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with scrape type 2
2026-03-29 06:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c, identifier: MD21%20FME
2026-03-29 06:38:26 [bca.uk] INFO: Found listing with ID: MM72%20DCF
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520DCF%27 HTTP/1.1" 200 None
2026-03-29 06:38:26 [bca.uk] INFO: Scrape type for MM72%20DCF: 2
2026-03-29 06:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF
2026-03-29 06:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with scrape type 2
2026-03-29 06:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with scrape type 2
2026-03-29 06:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e, identifier: MM72%20DCF
2026-03-29 06:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG
2026-03-29 06:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG
2026-03-29 06:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG to the API
2026-03-29 06:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20FBG-GB',
 'category': 'Car',
 'color': 'pepper white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3882a3d1-bf09-5f33-8d9d-21e5a8110de5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ67 FBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ67%20FBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 73020,
 '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 JOHN COOPER WORKS ALL4 Estate',
 'transmission': 'manual',
 'trim': 'JOHN COOPER WORKS ALL4',
 'vin': 'WMWLV920802D72836',
 'year': 2017}
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FBG%27 HTTP/1.1" 200 None
2026-03-29 06:38:27 [bca.uk] INFO: Saving data for BJ67%20FBG: {'auction_closing_time': 1774864800.0, 'created_time': 1773844449.134293, 'last_price_update_time': 1774766307.144094}
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520FBG') HTTP/1.1" 204 0
2026-03-29 06:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME
2026-03-29 06:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME
2026-03-29 06:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME to the API
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD21%20FME-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b6e1596-3267-55b1-b1f3-cf4feb7de01c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD21 FME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD21%20FME&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 70943,
 '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 TRAFIC 30 2.0 DCI 120 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 SL BUSINESS',
 'vin': 'VF1FL000067100681',
 'year': 2021}
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520FME%27 HTTP/1.1" 200 None
2026-03-29 06:38:27 [bca.uk] INFO: Saving data for MD21%20FME: {'auction_closing_time': 1775037600.0, 'created_time': 1774303342.108943, 'last_price_update_time': 1774766307.545073}
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD21%2520FME') HTTP/1.1" 204 0
2026-03-29 06:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF
2026-03-29 06:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF
2026-03-29 06:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF to the API
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20DCF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e2d4ee7-48d8-5408-9c5b-f4c3290af09e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM72 DCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20DCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 52527,
 'odometer_reading_unit': '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 VIVARO 2900 1.5 D 100 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L1 H1',
 'vin': 'VXEVBYHRMN7069675',
 'year': 2022}
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520DCF%27 HTTP/1.1" 200 None
2026-03-29 06:38:27 [bca.uk] INFO: Saving data for MM72%20DCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774274938.767083, 'last_price_update_time': 1774766307.831082}
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520DCF') HTTP/1.1" 204 0
2026-03-29 06:38:27 [bca.uk] INFO: Found listing with ID: BF72%20MYO
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 06:38:27 [bca.uk] INFO: Scrape type for BF72%20MYO: 2
2026-03-29 06:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO
2026-03-29 06:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0f7453-adfa-5f64-8827-5eb170943696 with scrape type 2
2026-03-29 06:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0f7453-adfa-5f64-8827-5eb170943696 with scrape type 2
2026-03-29 06:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e0f7453-adfa-5f64-8827-5eb170943696, identifier: BF72%20MYO
2026-03-29 06:38:27 [bca.uk] INFO: Found listing with ID: SO21%20PVX
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-29 06:38:27 [bca.uk] INFO: Scrape type for SO21%20PVX: 2
2026-03-29 06:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX
2026-03-29 06:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65cce09f-650d-5e2b-9be2-92311cc43fd1 with scrape type 2
2026-03-29 06:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65cce09f-650d-5e2b-9be2-92311cc43fd1 with scrape type 2
2026-03-29 06:38:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65cce09f-650d-5e2b-9be2-92311cc43fd1, identifier: SO21%20PVX
2026-03-29 06:38:28 [bca.uk] INFO: Found listing with ID: AVZ%205811
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25205811%27 HTTP/1.1" 200 None
2026-03-29 06:38:28 [bca.uk] INFO: Scrape type for AVZ%205811: 2
2026-03-29 06:38:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811
2026-03-29 06:38:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with scrape type 2
2026-03-29 06:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with scrape type 2
2026-03-29 06:38:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 144529a5-27a7-5e6c-9c73-1d2b14e62e96, identifier: AVZ%205811
2026-03-29 06:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO
2026-03-29 06:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO
2026-03-29 06:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO to the API
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF72%20MYO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6e0f7453-adfa-5f64-8827-5eb170943696',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF72 MYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF72%20MYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 47839,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP063887',
 'year': 2022}
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520MYO%27 HTTP/1.1" 200 None
2026-03-29 06:38:28 [bca.uk] INFO: Saving data for BF72%20MYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265947.205897, 'last_price_update_time': 1774766308.452288}
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF72%2520MYO') HTTP/1.1" 204 0
2026-03-29 06:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX
2026-03-29 06:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX
2026-03-29 06:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX to the API
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20PVX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65cce09f-650d-5e2b-9be2-92311cc43fd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 PVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20PVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 103149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PMR27018',
 'year': 2021}
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-29 06:38:28 [bca.uk] INFO: Saving data for SO21%20PVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774303343.714606, 'last_price_update_time': 1774766308.729511}
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520PVX') HTTP/1.1" 204 0
2026-03-29 06:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811
2026-03-29 06:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811
2026-03-29 06:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811 to the API
2026-03-29 06:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AVZ%205811-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '144529a5-27a7-5e6c-9c73-1d2b14e62e96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AVZ 5811',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AVZ%205811&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 85704,
 '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 MOVANO 3500 FWD 2.2 TD 140 L2 H2 PRIME PanelVan',
 'transmission': 'manual',
 'trim': 'TD 140 L2 H2 PRIME',
 'vin': 'VXEYCBPFB12W64531',
 'year': 2023}
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25205811%27 HTTP/1.1" 200 None
2026-03-29 06:38:29 [bca.uk] INFO: Saving data for AVZ%205811: {'auction_closing_time': 1774864800.0, 'created_time': 1774274787.303296, 'last_price_update_time': 1774766309.035826}
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AVZ%25205811') HTTP/1.1" 204 0
2026-03-29 06:38:29 [bca.uk] INFO: Found listing with ID: LB23%20PXN
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 06:38:29 [bca.uk] INFO: Scrape type for LB23%20PXN: 2
2026-03-29 06:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN
2026-03-29 06:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with scrape type 2
2026-03-29 06:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with scrape type 2
2026-03-29 06:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d, identifier: LB23%20PXN
2026-03-29 06:38:29 [bca.uk] INFO: Found listing with ID: VK21%20YJR
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YJR%27 HTTP/1.1" 200 None
2026-03-29 06:38:29 [bca.uk] INFO: Scrape type for VK21%20YJR: 2
2026-03-29 06:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR
2026-03-29 06:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d353f25-65dd-57b5-b0ff-23160091fef5 with scrape type 2
2026-03-29 06:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d353f25-65dd-57b5-b0ff-23160091fef5 with scrape type 2
2026-03-29 06:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d353f25-65dd-57b5-b0ff-23160091fef5, identifier: VK21%20YJR
2026-03-29 06:38:29 [bca.uk] INFO: Found listing with ID: LJ72%20RDE
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520RDE%27 HTTP/1.1" 200 None
2026-03-29 06:38:29 [bca.uk] INFO: Scrape type for LJ72%20RDE: 2
2026-03-29 06:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE
2026-03-29 06:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e7ac68-5517-5bff-b3a6-9914ba42081c with scrape type 2
2026-03-29 06:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e7ac68-5517-5bff-b3a6-9914ba42081c with scrape type 2
2026-03-29 06:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e7ac68-5517-5bff-b3a6-9914ba42081c, identifier: LJ72%20RDE
2026-03-29 06:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN
2026-03-29 06:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN
2026-03-29 06:38:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN to the API
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20PXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6719e8d9-3758-5f79-8cb1-3d0ac3e0902d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB23 PXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20PXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BYD AUTO',
 'model': 'ATTO 3',
 'odometer': 27444,
 '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': 'BYD AUTO ATTO 3 150KW 60KWH COMFORT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 60KWH COMFORT',
 'vin': 'LGXCE4CB7N2084593',
 'year': 2023}
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520PXN%27 HTTP/1.1" 200 None
2026-03-29 06:38:29 [bca.uk] INFO: Saving data for LB23%20PXN: {'auction_closing_time': 1774864800.0, 'created_time': 1773929898.671546, 'last_price_update_time': 1774766309.673608}
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520PXN') HTTP/1.1" 204 0
2026-03-29 06:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR
2026-03-29 06:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR
2026-03-29 06:38:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR to the API
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20YJR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d353f25-65dd-57b5-b0ff-23160091fef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK21 YJR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20YJR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 131596,
 '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 HSE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 HSE COMMERCIAL',
 'vin': 'SALRACAW3N2457799',
 'year': 2021}
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YJR%27 HTTP/1.1" 200 None
2026-03-29 06:38:29 [bca.uk] INFO: Saving data for VK21%20YJR: {'auction_closing_time': 1775037600.0, 'created_time': 1774303344.549089, 'last_price_update_time': 1774766309.957482}
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520YJR') HTTP/1.1" 204 0
2026-03-29 06:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE
2026-03-29 06:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE
2026-03-29 06:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE to the API
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ72%20RDE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64e7ac68-5517-5bff-b3a6-9914ba42081c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ72 RDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ72%20RDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 83446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L3 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
 'vin': 'VF7YCBPFC12W21366',
 'year': 2023}
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520RDE%27 HTTP/1.1" 200 None
2026-03-29 06:38:30 [bca.uk] INFO: Saving data for LJ72%20RDE: {'auction_closing_time': 1774864800.0, 'created_time': 1774274766.338471, 'last_price_update_time': 1774766310.257181}
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ72%2520RDE') HTTP/1.1" 204 0
2026-03-29 06:38:30 [bca.uk] INFO: Found listing with ID: MA22%20KWG
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 06:38:30 [bca.uk] INFO: Scrape type for MA22%20KWG: 2
2026-03-29 06:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG
2026-03-29 06:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with scrape type 2
2026-03-29 06:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with scrape type 2
2026-03-29 06:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac, identifier: MA22%20KWG
2026-03-29 06:38:30 [bca.uk] INFO: Found listing with ID: OE23%20WTL
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 06:38:30 [bca.uk] INFO: Scrape type for OE23%20WTL: 2
2026-03-29 06:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL
2026-03-29 06:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c74b36b-5aa4-5c82-ad40-58d54530410b with scrape type 2
2026-03-29 06:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c74b36b-5aa4-5c82-ad40-58d54530410b with scrape type 2
2026-03-29 06:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c74b36b-5aa4-5c82-ad40-58d54530410b, identifier: OE23%20WTL
2026-03-29 06:38:30 [bca.uk] INFO: Found listing with ID: VN16%20XMT
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XMT%27 HTTP/1.1" 200 None
2026-03-29 06:38:30 [bca.uk] INFO: Scrape type for VN16%20XMT: 2
2026-03-29 06:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f4ba038-ac95-59a4-9fea-b9337aa99316 with identifier: VN16%20XMT
2026-03-29 06:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f4ba038-ac95-59a4-9fea-b9337aa99316 with scrape type 2
2026-03-29 06:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f4ba038-ac95-59a4-9fea-b9337aa99316 with scrape type 2
2026-03-29 06:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f4ba038-ac95-59a4-9fea-b9337aa99316, identifier: VN16%20XMT
2026-03-29 06:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG
2026-03-29 06:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG
2026-03-29 06:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG to the API
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20KWG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de2a1c14-2b94-55c5-a85c-7d51fb9d50ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 KWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20KWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '520D',
 'odometer': 23592,
 'odometer_reading_unit': '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 SE Estate',
 'transmission': 'automatic',
 'trim': 'MHT SE',
 'vin': 'WBA32BN060CK09203',
 'year': 2022}
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KWG%27 HTTP/1.1" 200 None
2026-03-29 06:38:30 [bca.uk] INFO: Saving data for MA22%20KWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774265975.307844, 'last_price_update_time': 1774766310.868296}
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520KWG') HTTP/1.1" 204 0
2026-03-29 06:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL
2026-03-29 06:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL
2026-03-29 06:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL to the API
2026-03-29 06:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20WTL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7c74b36b-5aa4-5c82-ad40-58d54530410b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE23 WTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20WTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 E',
 'odometer': 57833,
 '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 C300 E 2.0 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'W1KAF5EB2PR121828',
 'year': 2023}
2026-03-29 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38: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%2520WTL%27 HTTP/1.1" 200 None
2026-03-29 06:38:31 [bca.uk] INFO: Saving data for OE23%20WTL: {'auction_closing_time': 1774864800.0, 'created_time': 1774303346.705331, 'last_price_update_time': 1774766311.79387}
2026-03-29 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520WTL') HTTP/1.1" 204 0
2026-03-29 06:38:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f4ba038-ac95-59a4-9fea-b9337aa99316 with identifier: VN16%20XMT
2026-03-29 06:38:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f4ba038-ac95-59a4-9fea-b9337aa99316 with identifier: VN16%20XMT
2026-03-29 06:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f4ba038-ac95-59a4-9fea-b9337aa99316 with identifier: VN16%20XMT to the API
2026-03-29 06:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN16%20XMT-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f4ba038-ac95-59a4-9fea-b9337aa99316',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN16 XMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN16%20XMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 58242,
 '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 XS-WHITE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 XS-WHITE',
 'vin': 'VF3CCHMZ6GT091306',
 'year': 2016}
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XMT%27 HTTP/1.1" 200 None
2026-03-29 06:38:32 [bca.uk] INFO: Saving data for VN16%20XMT: {'auction_closing_time': 1774778400.0, 'created_time': 1774275084.249213, 'last_price_update_time': 1774766312.105337}
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN16%2520XMT') HTTP/1.1" 204 0
2026-03-29 06:38:32 [bca.uk] INFO: Found listing with ID: WM71%20MPF
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520MPF%27 HTTP/1.1" 200 None
2026-03-29 06:38:32 [bca.uk] INFO: Scrape type for WM71%20MPF: 2
2026-03-29 06:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF
2026-03-29 06:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with scrape type 2
2026-03-29 06:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with scrape type 2
2026-03-29 06:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71, identifier: WM71%20MPF
2026-03-29 06:38:32 [bca.uk] INFO: Found listing with ID: EF22%20VUA
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38: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%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 06:38:32 [bca.uk] INFO: Scrape type for EF22%20VUA: 2
2026-03-29 06:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA
2026-03-29 06:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f44c4de-c0f8-534e-b8dc-240cf679c141 with scrape type 2
2026-03-29 06:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f44c4de-c0f8-534e-b8dc-240cf679c141 with scrape type 2
2026-03-29 06:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f44c4de-c0f8-534e-b8dc-240cf679c141, identifier: EF22%20VUA
2026-03-29 06:38:32 [bca.uk] INFO: Found listing with ID: WN16%20BJX
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520BJX%27 HTTP/1.1" 200 None
2026-03-29 06:38:32 [bca.uk] INFO: Scrape type for WN16%20BJX: 2
2026-03-29 06:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d2a95d1-f850-584a-b3df-0f9641a68100 with identifier: WN16%20BJX
2026-03-29 06:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d2a95d1-f850-584a-b3df-0f9641a68100 with scrape type 2
2026-03-29 06:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d2a95d1-f850-584a-b3df-0f9641a68100 with scrape type 2
2026-03-29 06:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d2a95d1-f850-584a-b3df-0f9641a68100, identifier: WN16%20BJX
2026-03-29 06:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF
2026-03-29 06:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF
2026-03-29 06:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF to the API
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM71%20MPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM71 MPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM71%20MPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 14056,
 'odometer_reading_unit': '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 2.0 S SHADOW ED. Hatchback',
 'transmission': 'manual',
 'trim': 'S SHADOW ED.',
 'vin': 'WMW52DH0102S30160',
 'year': 2022}
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520MPF%27 HTTP/1.1" 200 None
2026-03-29 06:38:32 [bca.uk] INFO: Saving data for WM71%20MPF: {'auction_closing_time': 1774864800.0, 'created_time': 1773929858.593332, 'last_price_update_time': 1774766312.893586}
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM71%2520MPF') HTTP/1.1" 204 0
2026-03-29 06:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA
2026-03-29 06:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA
2026-03-29 06:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA to the API
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF22%20VUA-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': '1f44c4de-c0f8-534e-b8dc-240cf679c141',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EF22 VUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF22%20VUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 48796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMNL035370',
 'year': 2022}
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520VUA%27 HTTP/1.1" 200 None
2026-03-29 06:38:33 [bca.uk] INFO: Saving data for EF22%20VUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303315.488025, 'last_price_update_time': 1774766313.262158}
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF22%2520VUA') HTTP/1.1" 204 0
2026-03-29 06:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d2a95d1-f850-584a-b3df-0f9641a68100 with identifier: WN16%20BJX
2026-03-29 06:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d2a95d1-f850-584a-b3df-0f9641a68100 with identifier: WN16%20BJX
2026-03-29 06:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d2a95d1-f850-584a-b3df-0f9641a68100 with identifier: WN16%20BJX to the API
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN16%20BJX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d2a95d1-f850-584a-b3df-0f9641a68100',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN16 BJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN16%20BJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FIAT',
 'model': '500',
 'odometer': 78319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP STAR Hatchback',
 'transmission': 'manual',
 'trim': 'POP STAR',
 'vin': 'ZFA3120000J545222',
 'year': 2016}
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520BJX%27 HTTP/1.1" 200 None
2026-03-29 06:38:33 [bca.uk] INFO: Saving data for WN16%20BJX: {'auction_closing_time': 1774778400.0, 'created_time': 1774275080.021655, 'last_price_update_time': 1774766313.555898}
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN16%2520BJX') HTTP/1.1" 204 0
2026-03-29 06:38:33 [bca.uk] INFO: Found listing with ID: LB70%20ZNV
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 06:38:33 [bca.uk] INFO: Scrape type for LB70%20ZNV: 2
2026-03-29 06:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV
2026-03-29 06:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with scrape type 2
2026-03-29 06:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with scrape type 2
2026-03-29 06:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786, identifier: LB70%20ZNV
2026-03-29 06:38:33 [bca.uk] INFO: Found listing with ID: LM21%20ZPF
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-29 06:38:33 [bca.uk] INFO: Scrape type for LM21%20ZPF: 2
2026-03-29 06:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF
2026-03-29 06:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with scrape type 2
2026-03-29 06:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with scrape type 2
2026-03-29 06:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e, identifier: LM21%20ZPF
2026-03-29 06:38:33 [bca.uk] INFO: Found listing with ID: YK66%20ZPJ
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK66%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:33 [bca.uk] INFO: Scrape type for YK66%20ZPJ: 2
2026-03-29 06:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c24030-f252-5855-862f-6b3e8ed6be74 with identifier: YK66%20ZPJ
2026-03-29 06:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85c24030-f252-5855-862f-6b3e8ed6be74 with scrape type 2
2026-03-29 06:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85c24030-f252-5855-862f-6b3e8ed6be74 with scrape type 2
2026-03-29 06:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85c24030-f252-5855-862f-6b3e8ed6be74, identifier: YK66%20ZPJ
2026-03-29 06:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV
2026-03-29 06:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV
2026-03-29 06:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV to the API
2026-03-29 06:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB70%20ZNV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2e3fd7a7-a922-5777-8ce3-254c5c3b5786',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB70 ZNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20ZNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 48831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 53KWH EXCLUSIVE EV Estate',
 'transmission': 'automatic',
 'trim': '115KW 53KWH EXCLUSIVE EV',
 'vin': 'LSJE24096LG095342',
 'year': 2020}
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520ZNV%27 HTTP/1.1" 200 None
2026-03-29 06:38:34 [bca.uk] INFO: Saving data for LB70%20ZNV: {'auction_closing_time': 1774864800.0, 'created_time': 1773908874.64132, 'last_price_update_time': 1774766314.166702}
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520ZNV') HTTP/1.1" 204 0
2026-03-29 06:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF
2026-03-29 06:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF
2026-03-29 06:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF to the API
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20ZPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ddc7045c-e9f5-5490-9b2b-1df3f37fee2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM21 ZPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20ZPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 42949,
 '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 X1 1.5 XDRIVE 25E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E M SPORT',
 'vin': 'WBA72AB0505T72462',
 'year': 2021}
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-29 06:38:34 [bca.uk] INFO: Saving data for LM21%20ZPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303315.127485, 'last_price_update_time': 1774766314.464521}
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520ZPF') HTTP/1.1" 204 0
2026-03-29 06:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85c24030-f252-5855-862f-6b3e8ed6be74 with identifier: YK66%20ZPJ
2026-03-29 06:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85c24030-f252-5855-862f-6b3e8ed6be74 with identifier: YK66%20ZPJ
2026-03-29 06:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85c24030-f252-5855-862f-6b3e8ed6be74 with identifier: YK66%20ZPJ to the API
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK66%20ZPJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85c24030-f252-5855-862f-6b3e8ed6be74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK66 ZPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK66%20ZPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 87550,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXS520602D23282',
 'year': 2016}
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK66%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:34 [bca.uk] INFO: Saving data for YK66%20ZPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774275076.839576, 'last_price_update_time': 1774766314.764241}
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK66%2520ZPJ') HTTP/1.1" 204 0
2026-03-29 06:38:34 [bca.uk] INFO: Found listing with ID: YA72%20VYF
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520VYF%27 HTTP/1.1" 200 None
2026-03-29 06:38:34 [bca.uk] INFO: Scrape type for YA72%20VYF: 2
2026-03-29 06:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF
2026-03-29 06:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84c8faba-8259-5678-8cdb-8f215a2fe77a with scrape type 2
2026-03-29 06:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84c8faba-8259-5678-8cdb-8f215a2fe77a with scrape type 2
2026-03-29 06:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84c8faba-8259-5678-8cdb-8f215a2fe77a, identifier: YA72%20VYF
2026-03-29 06:38:34 [bca.uk] INFO: Found listing with ID: GJ67%20PXZ
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:34 [bca.uk] INFO: Scrape type for GJ67%20PXZ: 2
2026-03-29 06:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ
2026-03-29 06:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bafddb2d-1f30-515b-9475-c3a7a5fca87c with scrape type 2
2026-03-29 06:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bafddb2d-1f30-515b-9475-c3a7a5fca87c with scrape type 2
2026-03-29 06:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bafddb2d-1f30-515b-9475-c3a7a5fca87c, identifier: GJ67%20PXZ
2026-03-29 06:38:34 [bca.uk] INFO: Found listing with ID: OE15%20JUC
2026-03-29 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE15%2520JUC%27 HTTP/1.1" 200 None
2026-03-29 06:38:35 [bca.uk] INFO: Scrape type for OE15%20JUC: 2
2026-03-29 06:38:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a0a464-9d38-5058-9e17-08e2cb635e0a with identifier: OE15%20JUC
2026-03-29 06:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a0a464-9d38-5058-9e17-08e2cb635e0a with scrape type 2
2026-03-29 06:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15a0a464-9d38-5058-9e17-08e2cb635e0a with scrape type 2
2026-03-29 06:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15a0a464-9d38-5058-9e17-08e2cb635e0a, identifier: OE15%20JUC
2026-03-29 06:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF
2026-03-29 06:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF
2026-03-29 06:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF to the API
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20VYF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84c8faba-8259-5678-8cdb-8f215a2fe77a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA72 VYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20VYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 21433,
 '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 1.0 T GDI EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI EXCLUSIVE',
 'vin': 'LSJW74C91PZ087953',
 'year': 2023}
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520VYF%27 HTTP/1.1" 200 None
2026-03-29 06:38:35 [bca.uk] INFO: Saving data for YA72%20VYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774265817.454505, 'last_price_update_time': 1774766315.352187}
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520VYF') HTTP/1.1" 204 0
2026-03-29 06:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ
2026-03-29 06:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ
2026-03-29 06:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ to the API
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ67%20PXZ-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': 'bafddb2d-1f30-515b-9475-c3a7a5fca87c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ67 PXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ67%20PXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 90614,
 '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 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID EXCEL',
 'vin': 'VNKKD3D310A379546',
 'year': 2017}
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520PXZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:35 [bca.uk] INFO: Saving data for GJ67%20PXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773959553.342129, 'last_price_update_time': 1774766315.627216}
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ67%2520PXZ') HTTP/1.1" 204 0
2026-03-29 06:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15a0a464-9d38-5058-9e17-08e2cb635e0a with identifier: OE15%20JUC
2026-03-29 06:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15a0a464-9d38-5058-9e17-08e2cb635e0a with identifier: OE15%20JUC
2026-03-29 06:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15a0a464-9d38-5058-9e17-08e2cb635e0a with identifier: OE15%20JUC to the API
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE15%20JUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15a0a464-9d38-5058-9e17-08e2cb635e0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE15 JUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE15%20JUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 119280,
 '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 A5 SPORTBACK 2.0 TDI 150 SE TECHNIK 5ST M-T Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE TECHNIK 5ST M-T',
 'vin': 'WAUZZZ8T4FA039450',
 'year': 2015}
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE15%2520JUC%27 HTTP/1.1" 200 None
2026-03-29 06:38:35 [bca.uk] INFO: Saving data for OE15%20JUC: {'auction_closing_time': 1774778400.0, 'created_time': 1774275076.094479, 'last_price_update_time': 1774766315.909304}
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE15%2520JUC') HTTP/1.1" 204 0
2026-03-29 06:38:35 [bca.uk] INFO: Found listing with ID: KD23%20GPY
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GPY%27 HTTP/1.1" 200 None
2026-03-29 06:38:35 [bca.uk] INFO: Scrape type for KD23%20GPY: 2
2026-03-29 06:38:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY
2026-03-29 06:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with scrape type 2
2026-03-29 06:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with scrape type 2
2026-03-29 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb, identifier: KD23%20GPY
2026-03-29 06:38:36 [bca.uk] INFO: Total items found: 31
2026-03-29 06:38:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded
2026-03-29 06:38:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-29 06:38:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:38:36 [bca.uk] INFO: Found listing with ID: HT21%20ATV
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520ATV%27 HTTP/1.1" 200 None
2026-03-29 06:38:36 [bca.uk] INFO: Scrape type for HT21%20ATV: 2
2026-03-29 06:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV
2026-03-29 06:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f5f35e-1fb4-5234-80e4-a54b00424130 with scrape type 2
2026-03-29 06:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3f5f35e-1fb4-5234-80e4-a54b00424130 with scrape type 2
2026-03-29 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3f5f35e-1fb4-5234-80e4-a54b00424130, identifier: HT21%20ATV
2026-03-29 06:38:36 [bca.uk] INFO: Found listing with ID: EX21%20UKD
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UKD%27 HTTP/1.1" 200 None
2026-03-29 06:38:36 [bca.uk] INFO: Scrape type for EX21%20UKD: 2
2026-03-29 06:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD
2026-03-29 06:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with scrape type 2
2026-03-29 06:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with scrape type 2
2026-03-29 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2, identifier: EX21%20UKD
2026-03-29 06:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY
2026-03-29 06:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY
2026-03-29 06:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY to the API
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD23%20GPY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7e40d899-49cc-5bee-b966-f7d9eeeac9cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KD23 GPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD23%20GPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 31405,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD TAKUMI StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD TAKUMI',
 'vin': 'JMZKH0HB801117355',
 'year': 2023}
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GPY%27 HTTP/1.1" 200 None
2026-03-29 06:38:36 [bca.uk] INFO: Saving data for KD23%20GPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774265816.337271, 'last_price_update_time': 1774766316.513045}
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GPY') HTTP/1.1" 204 0
2026-03-29 06:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV
2026-03-29 06:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV
2026-03-29 06:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV to the API
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT21%20ATV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3f5f35e-1fb4-5234-80e4-a54b00424130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT21 ATV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT21%20ATV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 51530,
 '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 FIESTA 1.0 E/B MHEV 155 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 TITANIUM X',
 'vin': 'WF0JXXGAHJMU29891',
 'year': 2021}
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520ATV%27 HTTP/1.1" 200 None
2026-03-29 06:38:36 [bca.uk] INFO: Saving data for HT21%20ATV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303595.414368, 'last_price_update_time': 1774766316.804224}
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520ATV') HTTP/1.1" 204 0
2026-03-29 06:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD
2026-03-29 06:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD
2026-03-29 06:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD to the API
2026-03-29 06:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX21%20UKD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b52ffa2-ef71-51a3-8f42-efefe6b075d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX21 UKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX21%20UKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 82403,
 '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 DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFAHKKM7814518',
 'year': 2021}
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UKD%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Saving data for EX21%20UKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774275333.817629, 'last_price_update_time': 1774766317.084517}
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX21%2520UKD') HTTP/1.1" 204 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: AJ71%20FFD
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FFD%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for AJ71%20FFD: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: KS72%20AAZ
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520AAZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for KS72%20AAZ: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: PF19%20UWD
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520UWD%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for PF19%20UWD: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: VK72%20RYR
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520RYR%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for VK72%20RYR: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: YO21%20UJK
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520UJK%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for YO21%20UJK: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: BV67%20GKX
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520GKX%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for BV67%20GKX: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: YY23%20FMM
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520FMM%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for YY23%20FMM: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: BD70%20YPL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520YPL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for BD70%20YPL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: BW18%20CZN
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW18%2520CZN%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for BW18%20CZN: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: FN68%20UUW
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520UUW%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for FN68%20UUW: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: GD14%20WNL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD14%2520WNL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for GD14%20WNL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: GK16%20FYN
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520FYN%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for GK16%20FYN: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: OV65%20YJE
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520YJE%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for OV65%20YJE: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: OY61%20ZXK
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520ZXK%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for OY61%20ZXK: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: AK17%20AOW
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520AOW%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for AK17%20AOW: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: CF71%20MVD
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520MVD%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for CF71%20MVD: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: FD66%20XPY
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520XPY%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for FD66%20XPY: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: VA21%20CFL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520CFL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for VA21%20CFL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: OW72%20WTV
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WTV%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for OW72%20WTV: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: WU23%20NMF
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520NMF%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for WU23%20NMF: 2
2026-03-29 06:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF
2026-03-29 06:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8648479b-4866-5f27-92a0-e7bbe6db4b2d with scrape type 2
2026-03-29 06:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8648479b-4866-5f27-92a0-e7bbe6db4b2d with scrape type 2
2026-03-29 06:38:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8648479b-4866-5f27-92a0-e7bbe6db4b2d, identifier: WU23%20NMF
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: YL23%20OTB
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520OTB%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for YL23%20OTB: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: VK23%20EVG
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520EVG%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for VK23%20EVG: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: YF72%20FSS
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520FSS%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for YF72%20FSS: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: HX20%20FBL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520FBL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for HX20%20FBL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: HJ72%20LMX
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LMX%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for HJ72%20LMX: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: HG72%20UCL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520UCL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for HG72%20UCL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LO22%20WJU
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520WJU%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LO22%20WJU: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LM70%20WZH
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520WZH%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LM70%20WZH: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: CJ73%20EFL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520EFL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for CJ73%20EFL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: CV72%20GWU
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520GWU%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for CV72%20GWU: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: VE73%20UOU
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520UOU%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for VE73%20UOU: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: PY72%20BVS
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520BVS%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for PY72%20BVS: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: HY23%20UVL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520UVL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for HY23%20UVL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: PJ24%20CNZ
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ24%2520CNZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for PJ24%20CNZ: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LS72%20XDY
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XDY%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LS72%20XDY: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LO72%20ACX
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACX%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LO72%20ACX: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: DA72%20ZYK
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZYK%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for DA72%20ZYK: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: RO24%20HZF
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520HZF%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for RO24%20HZF: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: OV24%20WLZ
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV24%2520WLZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for OV24%20WLZ: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LS72%20XWG
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XWG%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LS72%20XWG: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LS72%20ULL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ULL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LS72%20ULL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LS72%20UGZ
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UGZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LS72%20UGZ: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LS72%20UBY
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UBY%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LS72%20UBY: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LO72%20AMK
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AMK%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LO72%20AMK: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LF24%20UPL
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520UPL%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LF24%20UPL: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: KN72%20AVU
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520AVU%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for KN72%20AVU: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: GU72%20YFR
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520YFR%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for GU72%20YFR: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: BJ74%20UYX
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520UYX%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for BJ74%20UYX: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: AO23%20BTU
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520BTU%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for AO23%20BTU: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: AF23%20BZU
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BZU%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for AF23%20BZU: 0
2026-03-29 06:38:37 [bca.uk] INFO: Found listing with ID: LM20%20ZTW
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520ZTW%27 HTTP/1.1" 200 None
2026-03-29 06:38:37 [bca.uk] INFO: Scrape type for LM20%20ZTW: 2
2026-03-29 06:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW
2026-03-29 06:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04d12d3-1890-5acf-90f1-f9dc9afe27ab with scrape type 2
2026-03-29 06:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04d12d3-1890-5acf-90f1-f9dc9afe27ab with scrape type 2
2026-03-29 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a04d12d3-1890-5acf-90f1-f9dc9afe27ab, identifier: LM20%20ZTW
2026-03-29 06:38:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:38:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-29 06:38:38 [bca.uk] INFO: Found listing with ID: OY20%20POV
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520POV%27 HTTP/1.1" 200 None
2026-03-29 06:38:38 [bca.uk] INFO: Scrape type for OY20%20POV: 2
2026-03-29 06:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV
2026-03-29 06:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98bb682a-99be-5c6c-aca2-0d0692c92979 with scrape type 2
2026-03-29 06:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98bb682a-99be-5c6c-aca2-0d0692c92979 with scrape type 2
2026-03-29 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98bb682a-99be-5c6c-aca2-0d0692c92979, identifier: OY20%20POV
2026-03-29 06:38:38 [bca.uk] INFO: Found listing with ID: DN22%20ZZU
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520ZZU%27 HTTP/1.1" 200 None
2026-03-29 06:38:38 [bca.uk] INFO: Scrape type for DN22%20ZZU: 2
2026-03-29 06:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU
2026-03-29 06:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9b5d3a7-2f64-539c-960e-2b0575d73e85 with scrape type 2
2026-03-29 06:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9b5d3a7-2f64-539c-960e-2b0575d73e85 with scrape type 2
2026-03-29 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9b5d3a7-2f64-539c-960e-2b0575d73e85, identifier: DN22%20ZZU
2026-03-29 06:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF
2026-03-29 06:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF
2026-03-29 06:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF to the API
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20NMF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8648479b-4866-5f27-92a0-e7bbe6db4b2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU23 NMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20NMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'E-TRON GT',
 'odometer': 33805,
 '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 E-TRON GT 350KW 93KWH QUATTRO Coupe',
 'transmission': 'automatic',
 'trim': '350KW 93KWH QUATTRO',
 'vin': 'WAUZZZFW2P7000660',
 'year': 2023}
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520NMF%27 HTTP/1.1" 200 None
2026-03-29 06:38:38 [bca.uk] INFO: Saving data for WU23%20NMF: {'auction_closing_time': 1774951200.0, 'created_time': 1774015726.994619, 'last_price_update_time': 1774766318.616796}
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520NMF') HTTP/1.1" 204 0
2026-03-29 06:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW
2026-03-29 06:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW
2026-03-29 06:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW to the API
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM20%20ZTW-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'a04d12d3-1890-5acf-90f1-f9dc9afe27ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM20 ZTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM20%20ZTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'PCX',
 'odometer': 103272,
 '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 PCX WW 125 SCOOTER',
 'transmission': 'automatic',
 'trim': 'WW 125 SCOOTER',
 'vin': 'ZDCJF83A0KF048688',
 'year': 2020}
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520ZTW%27 HTTP/1.1" 200 None
2026-03-29 06:38:38 [bca.uk] INFO: Saving data for LM20%20ZTW: {'auction_closing_time': 1775124000.0, 'created_time': 1773961510.984888, 'last_price_update_time': 1774766318.993663}
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM20%2520ZTW') HTTP/1.1" 204 0
2026-03-29 06:38: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:38:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV
2026-03-29 06:38:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV
2026-03-29 06:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV to the API
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY20%20POV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98bb682a-99be-5c6c-aca2-0d0692c92979',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY20 POV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY20%20POV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'SQ7',
 'odometer': 30924,
 '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 SQ7 4.0 TDI 430 QUATTRO TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 430 QUATTRO TIP',
 'vin': 'WAUZZZ4M6LD014820',
 'year': 2020}
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520POV%27 HTTP/1.1" 200 None
2026-03-29 06:38:39 [bca.uk] INFO: Saving data for OY20%20POV: {'auction_closing_time': 1774951200.0, 'created_time': 1773958195.448067, 'last_price_update_time': 1774766319.27226}
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY20%2520POV') HTTP/1.1" 204 0
2026-03-29 06:38:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU
2026-03-29 06:38:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU
2026-03-29 06:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU to the API
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN22%20ZZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b9b5d3a7-2f64-539c-960e-2b0575d73e85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN22 ZZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN22%20ZZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 38753,
 'odometer_reading_unit': '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': 'LSJW74097NZ136364',
 'year': 2022}
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520ZZU%27 HTTP/1.1" 200 None
2026-03-29 06:38:39 [bca.uk] INFO: Saving data for DN22%20ZZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774276268.696231, 'last_price_update_time': 1774766319.553814}
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN22%2520ZZU') HTTP/1.1" 204 0
2026-03-29 06:38:39 [bca.uk] INFO: Found listing with ID: BA18%20UHB
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 06:38:39 [bca.uk] INFO: Scrape type for BA18%20UHB: 2
2026-03-29 06:38:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB
2026-03-29 06:38:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32333ab-8420-56c4-acff-7b8cac0639ca with scrape type 2
2026-03-29 06:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32333ab-8420-56c4-acff-7b8cac0639ca with scrape type 2
2026-03-29 06:38:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b32333ab-8420-56c4-acff-7b8cac0639ca, identifier: BA18%20UHB
2026-03-29 06:38:39 [bca.uk] INFO: Found listing with ID: WP22%20BHW
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520BHW%27 HTTP/1.1" 200 None
2026-03-29 06:38:39 [bca.uk] INFO: Scrape type for WP22%20BHW: 2
2026-03-29 06:38:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW
2026-03-29 06:38:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732879e3-25c2-5ef0-976d-d93a03a5c272 with scrape type 2
2026-03-29 06:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732879e3-25c2-5ef0-976d-d93a03a5c272 with scrape type 2
2026-03-29 06:38:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 732879e3-25c2-5ef0-976d-d93a03a5c272, identifier: WP22%20BHW
2026-03-29 06:38:39 [bca.uk] INFO: Found listing with ID: BU68%20XUO
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:38:39 [bca.uk] INFO: Scrape type for BU68%20XUO: 2
2026-03-29 06:38:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO
2026-03-29 06:38:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c868156b-dc9c-502d-a0c9-b977030a96c3 with scrape type 2
2026-03-29 06:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c868156b-dc9c-502d-a0c9-b977030a96c3 with scrape type 2
2026-03-29 06:38:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c868156b-dc9c-502d-a0c9-b977030a96c3, identifier: BU68%20XUO
2026-03-29 06:38:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB
2026-03-29 06:38:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB
2026-03-29 06:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB to the API
2026-03-29 06:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA18%20UHB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b32333ab-8420-56c4-acff-7b8cac0639ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA18 UHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA18%20UHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 25081,
 'odometer_reading_unit': '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': 'KMHK3811LKU168657',
 'year': 2018}
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520UHB%27 HTTP/1.1" 200 None
2026-03-29 06:38:40 [bca.uk] INFO: Saving data for BA18%20UHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774015676.989965, 'last_price_update_time': 1774766320.169726}
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA18%2520UHB') HTTP/1.1" 204 0
2026-03-29 06:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW
2026-03-29 06:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW
2026-03-29 06:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW to the API
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP22%20BHW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '732879e3-25c2-5ef0-976d-d93a03a5c272',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP22 BHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP22%20BHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 101093,
 'odometer_reading_unit': '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 VITO 114 2.0 CDI L1 RWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L1 RWD PROGRESSIVE',
 'vin': 'W1V44760124136757',
 'year': 2022}
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520BHW%27 HTTP/1.1" 200 None
2026-03-29 06:38:40 [bca.uk] INFO: Saving data for WP22%20BHW: {'auction_closing_time': 1774951200.0, 'created_time': 1773839398.527109, 'last_price_update_time': 1774766320.4623}
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP22%2520BHW') HTTP/1.1" 204 0
2026-03-29 06:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO
2026-03-29 06:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO
2026-03-29 06:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO to the API
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU68%20XUO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c868156b-dc9c-502d-a0c9-b977030a96c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU68 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU68%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 68797,
 'odometer_reading_unit': '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': 'SALVB2CN0KH338238',
 'year': 2018}
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520XUO%27 HTTP/1.1" 200 None
2026-03-29 06:38:40 [bca.uk] INFO: Saving data for BU68%20XUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774276668.267126, 'last_price_update_time': 1774766320.730257}
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU68%2520XUO') HTTP/1.1" 204 0
2026-03-29 06:38:40 [bca.uk] INFO: Found listing with ID: RK23%20MBY
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MBY%27 HTTP/1.1" 200 None
2026-03-29 06:38:40 [bca.uk] INFO: Scrape type for RK23%20MBY: 2
2026-03-29 06:38:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY
2026-03-29 06:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2418ead-59fa-50b0-9c05-07d90757ef63 with scrape type 2
2026-03-29 06:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2418ead-59fa-50b0-9c05-07d90757ef63 with scrape type 2
2026-03-29 06:38:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2418ead-59fa-50b0-9c05-07d90757ef63, identifier: RK23%20MBY
2026-03-29 06:38:40 [bca.uk] INFO: Found listing with ID: RE70%20FXU
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXU%27 HTTP/1.1" 200 None
2026-03-29 06:38:40 [bca.uk] INFO: Scrape type for RE70%20FXU: 0
2026-03-29 06:38:40 [bca.uk] INFO: Found listing with ID: YS18%20ZFV
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520ZFV%27 HTTP/1.1" 200 None
2026-03-29 06:38:40 [bca.uk] INFO: Scrape type for YS18%20ZFV: 2
2026-03-29 06:38:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV
2026-03-29 06:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb8ee1c1-3910-5f2c-a235-3dc1155477eb with scrape type 2
2026-03-29 06:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb8ee1c1-3910-5f2c-a235-3dc1155477eb with scrape type 2
2026-03-29 06:38:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb8ee1c1-3910-5f2c-a235-3dc1155477eb, identifier: YS18%20ZFV
2026-03-29 06:38:40 [bca.uk] INFO: Found listing with ID: GX68%20WRV
2026-03-29 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WRV%27 HTTP/1.1" 200 None
2026-03-29 06:38:41 [bca.uk] INFO: Scrape type for GX68%20WRV: 2
2026-03-29 06:38:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV
2026-03-29 06:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with scrape type 2
2026-03-29 06:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with scrape type 2
2026-03-29 06:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6, identifier: GX68%20WRV
2026-03-29 06:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY
2026-03-29 06:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY
2026-03-29 06:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY to the API
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK23%20MBY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b2418ead-59fa-50b0-9c05-07d90757ef63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK23 MBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK23%20MBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 7212,
 '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 E-TRON S/B 95KWH 55 Q BLACK ED. Coupe',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGEXPB024403',
 'year': 2023}
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MBY%27 HTTP/1.1" 200 None
2026-03-29 06:38:41 [bca.uk] INFO: Saving data for RK23%20MBY: {'auction_closing_time': 1774951200.0, 'created_time': 1774015672.456616, 'last_price_update_time': 1774766321.371373}
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK23%2520MBY') HTTP/1.1" 204 0
2026-03-29 06:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV
2026-03-29 06:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV
2026-03-29 06:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV to the API
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20ZFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb8ee1c1-3910-5f2c-a235-3dc1155477eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YS18 ZFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20ZFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '520D',
 'odometer': 102718,
 'odometer_reading_unit': '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': 'WBAJC32070B342606',
 'year': 2018}
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520ZFV%27 HTTP/1.1" 200 None
2026-03-29 06:38:41 [bca.uk] INFO: Saving data for YS18%20ZFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303850.936414, 'last_price_update_time': 1774766321.648604}
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520ZFV') HTTP/1.1" 204 0
2026-03-29 06:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV
2026-03-29 06:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV
2026-03-29 06:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV to the API
2026-03-29 06:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX68%20WRV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f269ed0-17c8-5170-aa6f-33ea6700b9f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX68 WRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX68%20WRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 65728,
 'odometer_reading_unit': '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': 'SALYA2AN7KA200451',
 'year': 2018}
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WRV%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Saving data for GX68%20WRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774276474.241594, 'last_price_update_time': 1774766322.112276}
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX68%2520WRV') HTTP/1.1" 204 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: GK17%20RMY
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520RMY%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for GK17%20RMY: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: FL73%20NZR
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520NZR%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for FL73%20NZR: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: DC73%20AKG
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520AKG%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for DC73%20AKG: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: KN22%20KFE
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520KFE%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for KN22%20KFE: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: CK72%20EWM
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520EWM%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for CK72%20EWM: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: YH75%20BYG
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH75%2520BYG%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for YH75%20BYG: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: ML23%20LHP
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520LHP%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for ML23%20LHP: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: LS22%20HFG
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520HFG%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for LS22%20HFG: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: WO72%20AVT
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520AVT%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for WO72%20AVT: 0
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: HF23%20VMA
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for HF23%20VMA: 2
2026-03-29 06:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA
2026-03-29 06:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with scrape type 2
2026-03-29 06:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with scrape type 2
2026-03-29 06:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23, identifier: HF23%20VMA
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: LF67%20WRA
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520WRA%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for LF67%20WRA: 2
2026-03-29 06:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA
2026-03-29 06:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c096878-4fb3-5c5b-884d-bd83881af39e with scrape type 2
2026-03-29 06:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c096878-4fb3-5c5b-884d-bd83881af39e with scrape type 2
2026-03-29 06:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c096878-4fb3-5c5b-884d-bd83881af39e, identifier: LF67%20WRA
2026-03-29 06:38:42 [bca.uk] INFO: Found listing with ID: ST73%20UHY
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520UHY%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Scrape type for ST73%20UHY: 2
2026-03-29 06:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY
2026-03-29 06:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with scrape type 2
2026-03-29 06:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with scrape type 2
2026-03-29 06:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc3b6387-86e0-5cb7-88c3-d54cb20ec675, identifier: ST73%20UHY
2026-03-29 06:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA
2026-03-29 06:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA
2026-03-29 06:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA to the API
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20VMA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HF23 VMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20VMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 28279,
 '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 35 125KW 55KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZ6PP028911',
 'year': 2023}
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VMA%27 HTTP/1.1" 200 None
2026-03-29 06:38:42 [bca.uk] INFO: Saving data for HF23%20VMA: {'auction_closing_time': 1774951200.0, 'created_time': 1773908133.388194, 'last_price_update_time': 1774766322.859506}
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520VMA') HTTP/1.1" 204 0
2026-03-29 06:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA
2026-03-29 06:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA
2026-03-29 06:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA to the API
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF67%20WRA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c096878-4fb3-5c5b-884d-bd83881af39e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF67 WRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF67%20WRA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 109631,
 '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 GALAXY 2.0 TDCI 150 TITANIUM X P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 TITANIUM X P/S',
 'vin': 'WF0KXXWPCKHK26995',
 'year': 2017}
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520WRA%27 HTTP/1.1" 200 None
2026-03-29 06:38:43 [bca.uk] INFO: Saving data for LF67%20WRA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303843.614008, 'last_price_update_time': 1774766323.230363}
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF67%2520WRA') HTTP/1.1" 204 0
2026-03-29 06:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY
2026-03-29 06:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY
2026-03-29 06:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY to the API
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST73%20UHY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'bc3b6387-86e0-5cb7-88c3-d54cb20ec675',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ST73 UHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST73%20UHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'MX-30 R-EV',
 'odometer': 27361,
 '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 R-EV 125KW 17.8KWH EDITION R Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 17.8KWH EDITION R',
 'vin': 'JMZDR6WJJ00214011',
 'year': 2023}
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520UHY%27 HTTP/1.1" 200 None
2026-03-29 06:38:43 [bca.uk] INFO: Saving data for ST73%20UHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774276452.870863, 'last_price_update_time': 1774766323.516784}
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST73%2520UHY') HTTP/1.1" 204 0
2026-03-29 06:38:43 [bca.uk] INFO: Found listing with ID: HG72%20VGR
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520VGR%27 HTTP/1.1" 200 None
2026-03-29 06:38:43 [bca.uk] INFO: Scrape type for HG72%20VGR: 2
2026-03-29 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR
2026-03-29 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad8d9845-111a-5155-be34-8cb002a4fa71 with scrape type 2
2026-03-29 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad8d9845-111a-5155-be34-8cb002a4fa71 with scrape type 2
2026-03-29 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad8d9845-111a-5155-be34-8cb002a4fa71, identifier: HG72%20VGR
2026-03-29 06:38:43 [bca.uk] INFO: Found listing with ID: KV73%20WZJ
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:43 [bca.uk] INFO: Scrape type for KV73%20WZJ: 2
2026-03-29 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ
2026-03-29 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af120a65-df4e-532b-9ff2-435edabda5ae with scrape type 2
2026-03-29 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af120a65-df4e-532b-9ff2-435edabda5ae with scrape type 2
2026-03-29 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af120a65-df4e-532b-9ff2-435edabda5ae, identifier: KV73%20WZJ
2026-03-29 06:38:43 [bca.uk] INFO: Found listing with ID: GV72%20ORU
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520ORU%27 HTTP/1.1" 200 None
2026-03-29 06:38:43 [bca.uk] INFO: Scrape type for GV72%20ORU: 2
2026-03-29 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU
2026-03-29 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with scrape type 2
2026-03-29 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with scrape type 2
2026-03-29 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9, identifier: GV72%20ORU
2026-03-29 06:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR
2026-03-29 06:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR
2026-03-29 06:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR to the API
2026-03-29 06:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG72%20VGR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ad8d9845-111a-5155-be34-8cb002a4fa71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG72 VGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG72%20VGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 77487,
 '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': 'WAUZZZFZ3PP016070',
 'year': 2023}
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520VGR%27 HTTP/1.1" 200 None
2026-03-29 06:38:44 [bca.uk] INFO: Saving data for HG72%20VGR: {'auction_closing_time': 1774951200.0, 'created_time': 1773908135.794095, 'last_price_update_time': 1774766324.140889}
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG72%2520VGR') HTTP/1.1" 204 0
2026-03-29 06:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ
2026-03-29 06:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ
2026-03-29 06:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ to the API
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WZJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'af120a65-df4e-532b-9ff2-435edabda5ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 59922,
 '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': 'LSJW74097PZ222275',
 'year': 2023}
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:44 [bca.uk] INFO: Saving data for KV73%20WZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303901.304598, 'last_price_update_time': 1774766324.439616}
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WZJ') HTTP/1.1" 204 0
2026-03-29 06:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU
2026-03-29 06:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU
2026-03-29 06:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU to the API
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20ORU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '03a4a2f4-e9d8-54af-9a17-9749b52ba4c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV72 ORU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20ORU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 29951,
 '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': 'WVGZZZE2ZPE023796',
 'year': 2023}
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520ORU%27 HTTP/1.1" 200 None
2026-03-29 06:38:44 [bca.uk] INFO: Saving data for GV72%20ORU: {'auction_closing_time': 1774951200.0, 'created_time': 1774276460.413854, 'last_price_update_time': 1774766324.716718}
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520ORU') HTTP/1.1" 204 0
2026-03-29 06:38:44 [bca.uk] INFO: Found listing with ID: SH23%20HVP
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH23%2520HVP%27 HTTP/1.1" 200 None
2026-03-29 06:38:44 [bca.uk] INFO: Scrape type for SH23%20HVP: 2
2026-03-29 06:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP
2026-03-29 06:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3147b3c-6921-5e85-bafc-b0acc88de9fd with scrape type 2
2026-03-29 06:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3147b3c-6921-5e85-bafc-b0acc88de9fd with scrape type 2
2026-03-29 06:38:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3147b3c-6921-5e85-bafc-b0acc88de9fd, identifier: SH23%20HVP
2026-03-29 06:38:44 [bca.uk] INFO: Found listing with ID: KV73%20WZC
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZC%27 HTTP/1.1" 200 None
2026-03-29 06:38:44 [bca.uk] INFO: Scrape type for KV73%20WZC: 2
2026-03-29 06:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC
2026-03-29 06:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116a9657-3513-5270-9489-20e1b6b16ad9 with scrape type 2
2026-03-29 06:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 116a9657-3513-5270-9489-20e1b6b16ad9 with scrape type 2
2026-03-29 06:38:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 116a9657-3513-5270-9489-20e1b6b16ad9, identifier: KV73%20WZC
2026-03-29 06:38:44 [bca.uk] INFO: Found listing with ID: YR60%20GXM
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 06:38:44 [bca.uk] INFO: Scrape type for YR60%20GXM: 2
2026-03-29 06:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c39cdddc-6772-55ce-92e0-bcd217527957 with identifier: YR60%20GXM
2026-03-29 06:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c39cdddc-6772-55ce-92e0-bcd217527957 with scrape type 2
2026-03-29 06:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c39cdddc-6772-55ce-92e0-bcd217527957 with scrape type 2
2026-03-29 06:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c39cdddc-6772-55ce-92e0-bcd217527957, identifier: YR60%20GXM
2026-03-29 06:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP
2026-03-29 06:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP
2026-03-29 06:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP to the API
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH23%20HVP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3147b3c-6921-5e85-bafc-b0acc88de9fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH23 HVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH23%20HVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.5',
 'odometer': 80132,
 '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.5 220KW 77KWH 4M GTX STYLE Coupe',
 'transmission': 'automatic',
 'trim': '220KW 77KWH 4M GTX STYLE',
 'vin': 'WVGZZZE2ZPP521725',
 'year': 2023}
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH23%2520HVP%27 HTTP/1.1" 200 None
2026-03-29 06:38:45 [bca.uk] INFO: Saving data for SH23%20HVP: {'auction_closing_time': 1774951200.0, 'created_time': 1773908122.67987, 'last_price_update_time': 1774766325.317054}
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH23%2520HVP') HTTP/1.1" 204 0
2026-03-29 06:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC
2026-03-29 06:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC
2026-03-29 06:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC to the API
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WZC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '116a9657-3513-5270-9489-20e1b6b16ad9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 62574,
 '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': 'LSJW74095PZ223926',
 'year': 2023}
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZC%27 HTTP/1.1" 200 None
2026-03-29 06:38:45 [bca.uk] INFO: Saving data for KV73%20WZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774303815.937376, 'last_price_update_time': 1774766325.595662}
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WZC') HTTP/1.1" 204 0
2026-03-29 06:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c39cdddc-6772-55ce-92e0-bcd217527957 with identifier: YR60%20GXM
2026-03-29 06:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c39cdddc-6772-55ce-92e0-bcd217527957 with identifier: YR60%20GXM
2026-03-29 06:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c39cdddc-6772-55ce-92e0-bcd217527957 with identifier: YR60%20GXM to the API
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR60%20GXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c39cdddc-6772-55ce-92e0-bcd217527957',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR60 GXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR60%20GXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 136375,
 '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.2 70 SE Hatchback',
 'transmission': 'manual',
 'trim': '70 SE',
 'vin': 'WVWZZZ6RZBY034060',
 'year': 2010}
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520GXM%27 HTTP/1.1" 200 None
2026-03-29 06:38:45 [bca.uk] INFO: Saving data for YR60%20GXM: {'auction_closing_time': 1774778400.0, 'created_time': 1773959756.941466, 'last_price_update_time': 1774766325.884035}
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR60%2520GXM') HTTP/1.1" 204 0
2026-03-29 06:38:45 [bca.uk] INFO: Found listing with ID: VX69%20KVE
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520KVE%27 HTTP/1.1" 200 None
2026-03-29 06:38:45 [bca.uk] INFO: Scrape type for VX69%20KVE: 2
2026-03-29 06:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE
2026-03-29 06:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7404977-1d0d-5c15-a3d3-cf460bc321a8 with scrape type 2
2026-03-29 06:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7404977-1d0d-5c15-a3d3-cf460bc321a8 with scrape type 2
2026-03-29 06:38:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7404977-1d0d-5c15-a3d3-cf460bc321a8, identifier: VX69%20KVE
2026-03-29 06:38:46 [bca.uk] INFO: Found listing with ID: KV73%20WYR
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYR%27 HTTP/1.1" 200 None
2026-03-29 06:38:46 [bca.uk] INFO: Scrape type for KV73%20WYR: 2
2026-03-29 06:38:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR
2026-03-29 06:38:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba5e314-2ac7-5812-ad46-39ec2f4e3777 with scrape type 2
2026-03-29 06:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fba5e314-2ac7-5812-ad46-39ec2f4e3777 with scrape type 2
2026-03-29 06:38:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fba5e314-2ac7-5812-ad46-39ec2f4e3777, identifier: KV73%20WYR
2026-03-29 06:38:46 [bca.uk] INFO: Found listing with ID: WO15%20OCD
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:38:46 [bca.uk] INFO: Scrape type for WO15%20OCD: 2
2026-03-29 06:38:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c58a907-7066-53f5-a9aa-e2fc41807fce with identifier: WO15%20OCD
2026-03-29 06:38:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c58a907-7066-53f5-a9aa-e2fc41807fce with scrape type 2
2026-03-29 06:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c58a907-7066-53f5-a9aa-e2fc41807fce with scrape type 2
2026-03-29 06:38:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c58a907-7066-53f5-a9aa-e2fc41807fce, identifier: WO15%20OCD
2026-03-29 06:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE
2026-03-29 06:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE
2026-03-29 06:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE to the API
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX69%20KVE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7404977-1d0d-5c15-a3d3-cf460bc321a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX69 KVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX69%20KVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA ACTIVE',
 'odometer': 27237,
 'odometer_reading_unit': '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 100 1 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 1',
 'vin': 'WF0JXXGAHJJG59285',
 'year': 2019}
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520KVE%27 HTTP/1.1" 200 None
2026-03-29 06:38:46 [bca.uk] INFO: Saving data for VX69%20KVE: {'auction_closing_time': 1774864800.0, 'created_time': 1774005307.717589, 'last_price_update_time': 1774766326.50211}
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX69%2520KVE') HTTP/1.1" 204 0
2026-03-29 06:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR
2026-03-29 06:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR
2026-03-29 06:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR to the API
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WYR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fba5e314-2ac7-5812-ad46-39ec2f4e3777',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 84944,
 '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': 'LSJW74095PZ224624',
 'year': 2023}
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYR%27 HTTP/1.1" 200 None
2026-03-29 06:38:46 [bca.uk] INFO: Saving data for KV73%20WYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303800.382328, 'last_price_update_time': 1774766326.778333}
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WYR') HTTP/1.1" 204 0
2026-03-29 06:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c58a907-7066-53f5-a9aa-e2fc41807fce with identifier: WO15%20OCD
2026-03-29 06:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c58a907-7066-53f5-a9aa-e2fc41807fce with identifier: WO15%20OCD
2026-03-29 06:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c58a907-7066-53f5-a9aa-e2fc41807fce with identifier: WO15%20OCD to the API
2026-03-29 06:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO15%20OCD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c58a907-7066-53f5-a9aa-e2fc41807fce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO15 OCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO15%20OCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 86146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF05XXGCC5FE22047',
 'year': 2015}
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520OCD%27 HTTP/1.1" 200 None
2026-03-29 06:38:47 [bca.uk] INFO: Saving data for WO15%20OCD: {'auction_closing_time': 1774778400.0, 'created_time': 1773959742.864718, 'last_price_update_time': 1774766327.057623}
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO15%2520OCD') HTTP/1.1" 204 0
2026-03-29 06:38:47 [bca.uk] INFO: Found listing with ID: LX67%20OXM
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520OXM%27 HTTP/1.1" 200 None
2026-03-29 06:38:47 [bca.uk] INFO: Scrape type for LX67%20OXM: 2
2026-03-29 06:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM
2026-03-29 06:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd574aa2-02b5-5b34-b990-dc633d63a43b with scrape type 2
2026-03-29 06:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd574aa2-02b5-5b34-b990-dc633d63a43b with scrape type 2
2026-03-29 06:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd574aa2-02b5-5b34-b990-dc633d63a43b, identifier: LX67%20OXM
2026-03-29 06:38:47 [bca.uk] INFO: Found listing with ID: EA72%20FHZ
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520FHZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:47 [bca.uk] INFO: Scrape type for EA72%20FHZ: 2
2026-03-29 06:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ
2026-03-29 06:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e069a6-a537-5063-ba8b-81702e83cfea with scrape type 2
2026-03-29 06:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e069a6-a537-5063-ba8b-81702e83cfea with scrape type 2
2026-03-29 06:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1e069a6-a537-5063-ba8b-81702e83cfea, identifier: EA72%20FHZ
2026-03-29 06:38:47 [bca.uk] INFO: Found listing with ID: WF63%20EFE
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 06:38:47 [bca.uk] INFO: Scrape type for WF63%20EFE: 2
2026-03-29 06:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7 with identifier: WF63%20EFE
2026-03-29 06:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7 with scrape type 2
2026-03-29 06:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7 with scrape type 2
2026-03-29 06:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7, identifier: WF63%20EFE
2026-03-29 06:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM
2026-03-29 06:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM
2026-03-29 06:38:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM to the API
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20OXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fd574aa2-02b5-5b34-b990-dc633d63a43b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 OXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20OXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 133308,
 '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 RAV4 2.5 HYBRID BUSINESS ED.PLUS 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID BUSINESS ED.PLUS 2WD',
 'vin': 'JTMWRREVX0D047599',
 'year': 2017}
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520OXM%27 HTTP/1.1" 200 None
2026-03-29 06:38:47 [bca.uk] INFO: Saving data for LX67%20OXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774005304.721024, 'last_price_update_time': 1774766327.678049}
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520OXM') HTTP/1.1" 204 0
2026-03-29 06:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ
2026-03-29 06:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ
2026-03-29 06:38:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ to the API
2026-03-29 06:38:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA72%20FHZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1e069a6-a537-5063-ba8b-81702e83cfea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA72 FHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA72%20FHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 69180,
 '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 MG5 EV 115KW 61KWH TROPHY LR Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH TROPHY LR',
 'vin': 'LSJE24090NG114227',
 'year': 2023}
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520FHZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:48 [bca.uk] INFO: Saving data for EA72%20FHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303754.020314, 'last_price_update_time': 1774766328.062105}
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA72%2520FHZ') HTTP/1.1" 204 0
2026-03-29 06:38:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7 with identifier: WF63%20EFE
2026-03-29 06:38:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7 with identifier: WF63%20EFE
2026-03-29 06:38:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ea147e9-63e4-5f26-92a5-852f3ea2f9b7 with identifier: WF63%20EFE to the API
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF63%20EFE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ea147e9-63e4-5f26-92a5-852f3ea2f9b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF63 EFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF63%20EFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SUZUKI',
 'model': 'SPLASH',
 'odometer': 82006,
 '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 SPLASH 1.0 SZ2 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ2',
 'vin': 'TSMEXB22S00797092',
 'year': 2013}
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-29 06:38:48 [bca.uk] INFO: Saving data for WF63%20EFE: {'auction_closing_time': 1774778400.0, 'created_time': 1773959717.001309, 'last_price_update_time': 1774766328.352403}
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF63%2520EFE') HTTP/1.1" 204 0
2026-03-29 06:38:48 [bca.uk] INFO: Found listing with ID: EA17%20WFV
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520WFV%27 HTTP/1.1" 200 None
2026-03-29 06:38:48 [bca.uk] INFO: Scrape type for EA17%20WFV: 2
2026-03-29 06:38:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV
2026-03-29 06:38:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23125ee1-89b5-5412-8baf-e9d9b0b61721 with scrape type 2
2026-03-29 06:38:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23125ee1-89b5-5412-8baf-e9d9b0b61721 with scrape type 2
2026-03-29 06:38:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23125ee1-89b5-5412-8baf-e9d9b0b61721, identifier: EA17%20WFV
2026-03-29 06:38:48 [bca.uk] INFO: Found listing with ID: EA18%20HKY
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520HKY%27 HTTP/1.1" 200 None
2026-03-29 06:38:48 [bca.uk] INFO: Scrape type for EA18%20HKY: 2
2026-03-29 06:38:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY
2026-03-29 06:38:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with scrape type 2
2026-03-29 06:38:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with scrape type 2
2026-03-29 06:38:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b, identifier: EA18%20HKY
2026-03-29 06:38:48 [bca.uk] INFO: Found listing with ID: VE72%20EZL
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:38:48 [bca.uk] INFO: Scrape type for VE72%20EZL: 2
2026-03-29 06:38:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL
2026-03-29 06:38:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe3cf9e-c466-5888-a63c-7d2b75d9527e with scrape type 2
2026-03-29 06:38:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe3cf9e-c466-5888-a63c-7d2b75d9527e with scrape type 2
2026-03-29 06:38:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afe3cf9e-c466-5888-a63c-7d2b75d9527e, identifier: VE72%20EZL
2026-03-29 06:38:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV
2026-03-29 06:38:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV
2026-03-29 06:38:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV to the API
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA17%20WFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '23125ee1-89b5-5412-8baf-e9d9b0b61721',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA17 WFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA17%20WFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 100712,
 '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 RAV4 2.0 D 143 ICON 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 143 ICON 2WD',
 'vin': 'JTMWPREV40D024597',
 'year': 2017}
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520WFV%27 HTTP/1.1" 200 None
2026-03-29 06:38:48 [bca.uk] INFO: Saving data for EA17%20WFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774005459.687837, 'last_price_update_time': 1774766328.970738}
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA17%2520WFV') HTTP/1.1" 204 0
2026-03-29 06:38:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY
2026-03-29 06:38:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY
2026-03-29 06:38:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY to the API
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA18%20HKY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b63f7a09-9581-57b9-bb0f-1e7f2449bb0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA18 HKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA18%20HKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 144498,
 'odometer_reading_unit': '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 GALAXY 2.0 TDCI 150 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 TITANIUM P/S',
 'vin': 'WF0KXXWPCKJU62703',
 'year': 2018}
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520HKY%27 HTTP/1.1" 200 None
2026-03-29 06:38:49 [bca.uk] INFO: Saving data for EA18%20HKY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303744.567653, 'last_price_update_time': 1774766329.251552}
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520HKY') HTTP/1.1" 204 0
2026-03-29 06:38:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL
2026-03-29 06:38:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL
2026-03-29 06:38:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL to the API
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20EZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afe3cf9e-c466-5888-a63c-7d2b75d9527e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 EZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20EZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 43865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ015669',
 'year': 2023}
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520EZL%27 HTTP/1.1" 200 None
2026-03-29 06:38:49 [bca.uk] INFO: Saving data for VE72%20EZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774276266.715817, 'last_price_update_time': 1774766329.536041}
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520EZL') HTTP/1.1" 204 0
2026-03-29 06:38:49 [bca.uk] INFO: Found listing with ID: GJ15%20OXW
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520OXW%27 HTTP/1.1" 200 None
2026-03-29 06:38:49 [bca.uk] INFO: Scrape type for GJ15%20OXW: 2
2026-03-29 06:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW
2026-03-29 06:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4458b8f-aca2-513d-8fee-a3cb06e439d4 with scrape type 2
2026-03-29 06:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4458b8f-aca2-513d-8fee-a3cb06e439d4 with scrape type 2
2026-03-29 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4458b8f-aca2-513d-8fee-a3cb06e439d4, identifier: GJ15%20OXW
2026-03-29 06:38:49 [bca.uk] INFO: Found listing with ID: CN69%20WYF
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN69%2520WYF%27 HTTP/1.1" 200 None
2026-03-29 06:38:49 [bca.uk] INFO: Scrape type for CN69%20WYF: 2
2026-03-29 06:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF
2026-03-29 06:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f339e0b-08c5-5212-97cc-71756baa29f3 with scrape type 2
2026-03-29 06:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f339e0b-08c5-5212-97cc-71756baa29f3 with scrape type 2
2026-03-29 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f339e0b-08c5-5212-97cc-71756baa29f3, identifier: CN69%20WYF
2026-03-29 06:38:49 [bca.uk] INFO: Found listing with ID: VE72%20FTD
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 06:38:49 [bca.uk] INFO: Scrape type for VE72%20FTD: 2
2026-03-29 06:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD
2026-03-29 06:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e093d94e-75d7-5c88-a67f-a6b34b120664 with scrape type 2
2026-03-29 06:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e093d94e-75d7-5c88-a67f-a6b34b120664 with scrape type 2
2026-03-29 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e093d94e-75d7-5c88-a67f-a6b34b120664, identifier: VE72%20FTD
2026-03-29 06:38:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW
2026-03-29 06:38:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW
2026-03-29 06:38:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW to the API
2026-03-29 06:38:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ15%20OXW-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': 'e4458b8f-aca2-513d-8fee-a3cb06e439d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ15 OXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ15%20OXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LEXUS',
 'model': 'NX 300H',
 'odometer': 94103,
 '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 NX 300H 2.5 PREMIER StationWagon',
 'transmission': 'manual',
 'trim': 'PREMIER',
 'vin': 'JTJBJRBZ502006545',
 'year': 2015}
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520OXW%27 HTTP/1.1" 200 None
2026-03-29 06:38:50 [bca.uk] INFO: Saving data for GJ15%20OXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774005456.418184, 'last_price_update_time': 1774766330.14945}
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ15%2520OXW') HTTP/1.1" 204 0
2026-03-29 06:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF
2026-03-29 06:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF
2026-03-29 06:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF to the API
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN69%20WYF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f339e0b-08c5-5212-97cc-71756baa29f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN69 WYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN69%20WYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 108456,
 'odometer_reading_unit': '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 E220 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130042A709948',
 'year': 2019}
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN69%2520WYF%27 HTTP/1.1" 200 None
2026-03-29 06:38:50 [bca.uk] INFO: Saving data for CN69%20WYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303783.251408, 'last_price_update_time': 1774766330.420065}
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN69%2520WYF') HTTP/1.1" 204 0
2026-03-29 06:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD
2026-03-29 06:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD
2026-03-29 06:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD to the API
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20FTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e093d94e-75d7-5c88-a67f-a6b34b120664',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 FTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20FTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 49706,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ016619',
 'year': 2023}
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520FTD%27 HTTP/1.1" 200 None
2026-03-29 06:38:50 [bca.uk] INFO: Saving data for VE72%20FTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774276267.61874, 'last_price_update_time': 1774766330.717219}
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520FTD') HTTP/1.1" 204 0
2026-03-29 06:38:50 [bca.uk] INFO: Found listing with ID: AV08%20LEX
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV08%2520LEX%27 HTTP/1.1" 200 None
2026-03-29 06:38:50 [bca.uk] INFO: Scrape type for AV08%20LEX: 2
2026-03-29 06:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX
2026-03-29 06:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a12ca97-ff89-5de9-b5d0-c82d9185377e with scrape type 2
2026-03-29 06:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a12ca97-ff89-5de9-b5d0-c82d9185377e with scrape type 2
2026-03-29 06:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a12ca97-ff89-5de9-b5d0-c82d9185377e, identifier: AV08%20LEX
2026-03-29 06:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-29 06:38:50 [bca.uk] INFO: Found listing with ID: AF73%20LNU
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 06:38:50 [bca.uk] INFO: Scrape type for AF73%20LNU: 2
2026-03-29 06:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU
2026-03-29 06:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf155c2c-7c01-55ca-b5f2-db689be34e34 with scrape type 2
2026-03-29 06:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf155c2c-7c01-55ca-b5f2-db689be34e34 with scrape type 2
2026-03-29 06:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf155c2c-7c01-55ca-b5f2-db689be34e34, identifier: AF73%20LNU
2026-03-29 06:38:50 [bca.uk] INFO: Found listing with ID: VE72%20RNZ
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520RNZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:50 [bca.uk] INFO: Scrape type for VE72%20RNZ: 2
2026-03-29 06:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ
2026-03-29 06:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with scrape type 2
2026-03-29 06:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with scrape type 2
2026-03-29 06:38:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f649d1a6-2fd9-5fab-9819-6221eae3c8a1, identifier: VE72%20RNZ
2026-03-29 06:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX
2026-03-29 06:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX
2026-03-29 06:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX to the API
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 270,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV08%20LEX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a12ca97-ff89-5de9-b5d0-c82d9185377e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV08 LEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV08%20LEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LEXUS',
 'model': 'IS F',
 'odometer': 81351,
 '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': 'LEXUS IS F 5.0 V8 Saloon',
 'transmission': 'automatic',
 'trim': 'V8',
 'vin': 'JTHBP262405000965',
 'year': 2008}
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV08%2520LEX%27 HTTP/1.1" 200 None
2026-03-29 06:38:51 [bca.uk] INFO: Saving data for AV08%20LEX: {'auction_closing_time': 1774864800.0, 'created_time': 1774005440.573229, 'last_price_update_time': 1774766331.317171}
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV08%2520LEX') HTTP/1.1" 204 0
2026-03-29 06:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU
2026-03-29 06:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU
2026-03-29 06:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU to the API
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LNU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf155c2c-7c01-55ca-b5f2-db689be34e34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 70896,
 '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': 'LSJW74099PZ224657',
 'year': 2023}
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNU%27 HTTP/1.1" 200 None
2026-03-29 06:38:51 [bca.uk] INFO: Saving data for AF73%20LNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303785.109262, 'last_price_update_time': 1774766331.607711}
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LNU') HTTP/1.1" 204 0
2026-03-29 06:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ
2026-03-29 06:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ
2026-03-29 06:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ to the API
2026-03-29 06:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20RNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f649d1a6-2fd9-5fab-9819-6221eae3c8a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 RNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20RNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 37278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ019683',
 'year': 2023}
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520RNZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Saving data for VE72%20RNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774276270.256982, 'last_price_update_time': 1774766332.396751}
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520RNZ') HTTP/1.1" 204 0
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: KM67%20WUT
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520WUT%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for KM67%20WUT: 0
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: YC67%20EEF
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520EEF%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for YC67%20EEF: 0
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: BU72%20NHJ
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520NHJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for BU72%20NHJ: 0
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: OY68%20CFZ
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520CFZ%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for OY68%20CFZ: 0
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: DN73%20ABV
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN73%2520ABV%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for DN73%20ABV: 0
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: YC72%20XDG
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for YC72%20XDG: 2
2026-03-29 06:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG
2026-03-29 06:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with scrape type 2
2026-03-29 06:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with scrape type 2
2026-03-29 06:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d, identifier: YC72%20XDG
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: AF23%20LDU
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for AF23%20LDU: 2
2026-03-29 06:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU
2026-03-29 06:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e076ef-ad22-53e1-a822-02a289ecdc61 with scrape type 2
2026-03-29 06:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e076ef-ad22-53e1-a822-02a289ecdc61 with scrape type 2
2026-03-29 06:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1e076ef-ad22-53e1-a822-02a289ecdc61, identifier: AF23%20LDU
2026-03-29 06:38:52 [bca.uk] INFO: Found listing with ID: VN72%20WXD
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 06:38:52 [bca.uk] INFO: Scrape type for VN72%20WXD: 2
2026-03-29 06:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD
2026-03-29 06:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with scrape type 2
2026-03-29 06:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with scrape type 2
2026-03-29 06:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44, identifier: VN72%20WXD
2026-03-29 06:38:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG
2026-03-29 06:38:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG
2026-03-29 06:38:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG to the API
2026-03-29 06:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC72%20XDG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC72 XDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC72%20XDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 77434,
 'odometer_reading_unit': '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 RELAY 35 2.2 BLUEHDI 140 L3 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
 'vin': 'VF7YCBPFC12V58431',
 'year': 2022}
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520XDG%27 HTTP/1.1" 200 None
2026-03-29 06:38:53 [bca.uk] INFO: Saving data for YC72%20XDG: {'auction_closing_time': 1774864800.0, 'created_time': 1773958194.253304, 'last_price_update_time': 1774766333.095359}
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC72%2520XDG') HTTP/1.1" 204 0
2026-03-29 06:38:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU
2026-03-29 06:38:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU
2026-03-29 06:38:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU to the API
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20LDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1e076ef-ad22-53e1-a822-02a289ecdc61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 LDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20LDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 54860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74093PZ093239',
 'year': 2023}
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520LDU%27 HTTP/1.1" 200 None
2026-03-29 06:38:53 [bca.uk] INFO: Saving data for AF23%20LDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303724.72419, 'last_price_update_time': 1774766333.46775}
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520LDU') HTTP/1.1" 204 0
2026-03-29 06:38:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD
2026-03-29 06:38:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD
2026-03-29 06:38:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD to the API
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20WXD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b9e4a6e-a322-51f9-b2ea-d8505a375e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 WXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20WXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 32396,
 'odometer_reading_unit': '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 CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ014149',
 'year': 2022}
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520WXD%27 HTTP/1.1" 200 None
2026-03-29 06:38:53 [bca.uk] INFO: Saving data for VN72%20WXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774276269.427777, 'last_price_update_time': 1774766333.752879}
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520WXD') HTTP/1.1" 204 0
2026-03-29 06:38:53 [bca.uk] INFO: Found listing with ID: YP22%20UWX
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520UWX%27 HTTP/1.1" 200 None
2026-03-29 06:38:53 [bca.uk] INFO: Scrape type for YP22%20UWX: 2
2026-03-29 06:38:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX
2026-03-29 06:38:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bbdbf4-fce7-5232-9195-b840489c32f4 with scrape type 2
2026-03-29 06:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bbdbf4-fce7-5232-9195-b840489c32f4 with scrape type 2
2026-03-29 06:38:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78bbdbf4-fce7-5232-9195-b840489c32f4, identifier: YP22%20UWX
2026-03-29 06:38:53 [bca.uk] INFO: Found listing with ID: AD72%20CAU
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520CAU%27 HTTP/1.1" 200 None
2026-03-29 06:38:53 [bca.uk] INFO: Scrape type for AD72%20CAU: 2
2026-03-29 06:38:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU
2026-03-29 06:38:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fb61398-f94a-58a2-b81f-ce1641e2915c with scrape type 2
2026-03-29 06:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fb61398-f94a-58a2-b81f-ce1641e2915c with scrape type 2
2026-03-29 06:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fb61398-f94a-58a2-b81f-ce1641e2915c, identifier: AD72%20CAU
2026-03-29 06:38:54 [bca.uk] INFO: Found listing with ID: WU23%20LZB
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520LZB%27 HTTP/1.1" 200 None
2026-03-29 06:38:54 [bca.uk] INFO: Scrape type for WU23%20LZB: 2
2026-03-29 06:38:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB
2026-03-29 06:38:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with scrape type 2
2026-03-29 06:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with scrape type 2
2026-03-29 06:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca, identifier: WU23%20LZB
2026-03-29 06:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX
2026-03-29 06:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX
2026-03-29 06:38:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX to the API
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20UWX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78bbdbf4-fce7-5232-9195-b840489c32f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP22 UWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20UWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 93106,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANL09766',
 'year': 2022}
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520UWX%27 HTTP/1.1" 200 None
2026-03-29 06:38:54 [bca.uk] INFO: Saving data for YP22%20UWX: {'auction_closing_time': 1774864800.0, 'created_time': 1773958189.219808, 'last_price_update_time': 1774766334.904246}
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520UWX') HTTP/1.1" 204 0
2026-03-29 06:38:54 [bca.uk] INFO: Total items found: 0
2026-03-29 06:38:54 [bca.uk] INFO: No more items to scrape after page {self.next_page}
2026-03-29 06:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU
2026-03-29 06:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU
2026-03-29 06:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU to the API
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD72%20CAU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6fb61398-f94a-58a2-b81f-ce1641e2915c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AD72 CAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD72%20CAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 61499,
 '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 MG5 EV 115KW 61KWH TROPHY LR Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH TROPHY LR',
 'vin': 'LSJE24096NG113664',
 'year': 2023}
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520CAU%27 HTTP/1.1" 200 None
2026-03-29 06:38:55 [bca.uk] INFO: Saving data for AD72%20CAU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303786.921093, 'last_price_update_time': 1774766335.202608}
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD72%2520CAU') HTTP/1.1" 204 0
2026-03-29 06:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB
2026-03-29 06:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB
2026-03-29 06:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB to the API
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20LZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU23 LZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20LZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 31139,
 '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 TOUAREG 3.0 V6 TDI 286 4M BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 286 4M BLACK ED.TIP',
 'vin': 'WVGZZZCR2PD013911',
 'year': 2023}
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520LZB%27 HTTP/1.1" 200 None
2026-03-29 06:38:55 [bca.uk] INFO: Saving data for WU23%20LZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774276242.839615, 'last_price_update_time': 1774766335.47087}
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520LZB') HTTP/1.1" 204 0
2026-03-29 06:38:55 [bca.uk] INFO: Found listing with ID: SL22%20MZN
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520MZN%27 HTTP/1.1" 200 None
2026-03-29 06:38:55 [bca.uk] INFO: Scrape type for SL22%20MZN: 2
2026-03-29 06:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN
2026-03-29 06:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5e78006-cfa6-5e80-a267-10911348619b with scrape type 2
2026-03-29 06:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5e78006-cfa6-5e80-a267-10911348619b with scrape type 2
2026-03-29 06:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5e78006-cfa6-5e80-a267-10911348619b, identifier: SL22%20MZN
2026-03-29 06:38:55 [bca.uk] INFO: Found listing with ID: AJ09%20OHS
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ09%2520OHS%27 HTTP/1.1" 200 None
2026-03-29 06:38:55 [bca.uk] INFO: Scrape type for AJ09%20OHS: 2
2026-03-29 06:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS
2026-03-29 06:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with scrape type 2
2026-03-29 06:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with scrape type 2
2026-03-29 06:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554, identifier: AJ09%20OHS
2026-03-29 06:38:55 [bca.uk] INFO: Found listing with ID: WR69%20WBV
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520WBV%27 HTTP/1.1" 200 None
2026-03-29 06:38:55 [bca.uk] INFO: Scrape type for WR69%20WBV: 2
2026-03-29 06:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV
2026-03-29 06:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with scrape type 2
2026-03-29 06:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with scrape type 2
2026-03-29 06:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ff89a96-a744-5dc7-a30f-8fab138da7d5, identifier: WR69%20WBV
2026-03-29 06:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN
2026-03-29 06:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN
2026-03-29 06:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN to the API
2026-03-29 06:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20MZN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5e78006-cfa6-5e80-a267-10911348619b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL22 MZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20MZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 73068,
 'odometer_reading_unit': '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 RELAY 35 2.2 BLUEHDI 140 L3 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
 'vin': 'VF7YCBPFC12U87215',
 'year': 2022}
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520MZN%27 HTTP/1.1" 200 None
2026-03-29 06:38:56 [bca.uk] INFO: Saving data for SL22%20MZN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958187.523917, 'last_price_update_time': 1774766336.089567}
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520MZN') HTTP/1.1" 204 0
2026-03-29 06:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS
2026-03-29 06:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS
2026-03-29 06:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS to the API
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ09%20OHS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3faf6720-5d11-5ad8-a3a2-9347d5b2f554',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ09 OHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ09%20OHS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 63630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2600,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 S 275 PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 S 275 PREMIUM LUXURY',
 'vin': 'SAJAC0623ANR50072',
 'year': 2009}
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ09%2520OHS%27 HTTP/1.1" 200 None
2026-03-29 06:38:56 [bca.uk] INFO: Saving data for AJ09%20OHS: {'auction_closing_time': 1774854000.0, 'created_time': 1773933683.361316, 'last_price_update_time': 1774766336.364}
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ09%2520OHS') HTTP/1.1" 204 0
2026-03-29 06:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV
2026-03-29 06:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV
2026-03-29 06:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV to the API
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR69%20WBV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ff89a96-a744-5dc7-a30f-8fab138da7d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR69 WBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR69%20WBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 27573,
 'odometer_reading_unit': '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 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB7LR012409',
 'year': 2019}
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520WBV%27 HTTP/1.1" 200 None
2026-03-29 06:38:56 [bca.uk] INFO: Saving data for WR69%20WBV: {'auction_closing_time': 1774951200.0, 'created_time': 1773824185.969979, 'last_price_update_time': 1774766336.63357}
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR69%2520WBV') HTTP/1.1" 204 0
2026-03-29 06:38:56 [bca.uk] INFO: Found listing with ID: DP23%20HRW
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520HRW%27 HTTP/1.1" 200 None
2026-03-29 06:38:56 [bca.uk] INFO: Scrape type for DP23%20HRW: 2
2026-03-29 06:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW
2026-03-29 06:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34ffd62d-eb04-5419-ae50-5d3cc7343593 with scrape type 2
2026-03-29 06:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34ffd62d-eb04-5419-ae50-5d3cc7343593 with scrape type 2
2026-03-29 06:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34ffd62d-eb04-5419-ae50-5d3cc7343593, identifier: DP23%20HRW
2026-03-29 06:38:56 [bca.uk] INFO: Found listing with ID: EX20%20NLR
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520NLR%27 HTTP/1.1" 200 None
2026-03-29 06:38:56 [bca.uk] INFO: Scrape type for EX20%20NLR: 2
2026-03-29 06:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR
2026-03-29 06:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with scrape type 2
2026-03-29 06:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with scrape type 2
2026-03-29 06:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2, identifier: EX20%20NLR
2026-03-29 06:38:56 [bca.uk] INFO: Found listing with ID: GY23%20XLW
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520XLW%27 HTTP/1.1" 200 None
2026-03-29 06:38:56 [bca.uk] INFO: Scrape type for GY23%20XLW: 2
2026-03-29 06:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW
2026-03-29 06:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with scrape type 2
2026-03-29 06:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with scrape type 2
2026-03-29 06:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 730d00d8-af86-53ff-9856-8f8cdc2b4f72, identifier: GY23%20XLW
2026-03-29 06:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW
2026-03-29 06:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW
2026-03-29 06:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW to the API
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP23%20HRW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34ffd62d-eb04-5419-ae50-5d3cc7343593',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP23 HRW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20HRW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 68600,
 '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 VIVARO 2900 1.5 D 100 PRIME L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 PRIME L2 H1',
 'vin': 'VXEVBYHRMP7832102',
 'year': 2023}
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520HRW%27 HTTP/1.1" 200 None
2026-03-29 06:38:57 [bca.uk] INFO: Saving data for DP23%20HRW: {'auction_closing_time': 1774864800.0, 'created_time': 1773958187.944227, 'last_price_update_time': 1774766337.228945}
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520HRW') HTTP/1.1" 204 0
2026-03-29 06:38:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR
2026-03-29 06:38:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR
2026-03-29 06:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR to the API
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX20%20NLR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX20 NLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX20%20NLR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 48744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 GT LINE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 100 GT LINE EAT8',
 'vin': 'VR3UPHNKSLT013779',
 'year': 2020}
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520NLR%27 HTTP/1.1" 200 None
2026-03-29 06:38:57 [bca.uk] INFO: Saving data for EX20%20NLR: {'auction_closing_time': 1774854000.0, 'created_time': 1773933703.179754, 'last_price_update_time': 1774766337.516061}
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX20%2520NLR') HTTP/1.1" 204 0
2026-03-29 06:38:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW
2026-03-29 06:38:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW
2026-03-29 06:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW to the API
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20XLW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '730d00d8-af86-53ff-9856-8f8cdc2b4f72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 XLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20XLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 26744,
 '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 125KW 52KWH LIFE PURE PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 52KWH LIFE PURE PERF.',
 'vin': 'WVGZZZE2ZPP008613',
 'year': 2023}
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520XLW%27 HTTP/1.1" 200 None
2026-03-29 06:38:57 [bca.uk] INFO: Saving data for GY23%20XLW: {'auction_closing_time': 1774951200.0, 'created_time': 1773823273.0699, 'last_price_update_time': 1774766337.805948}
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520XLW') HTTP/1.1" 204 0
2026-03-29 06:38:57 [bca.uk] INFO: Found listing with ID: LE73%20KNU
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KNU%27 HTTP/1.1" 200 None
2026-03-29 06:38:57 [bca.uk] INFO: Scrape type for LE73%20KNU: 2
2026-03-29 06:38:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU
2026-03-29 06:38:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with scrape type 2
2026-03-29 06:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with scrape type 2
2026-03-29 06:38:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e, identifier: LE73%20KNU
2026-03-29 06:38:57 [bca.uk] INFO: Found listing with ID: VO70%20MEU
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 06:38:57 [bca.uk] INFO: Scrape type for VO70%20MEU: 2
2026-03-29 06:38:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU
2026-03-29 06:38:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with scrape type 2
2026-03-29 06:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with scrape type 2
2026-03-29 06:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b, identifier: VO70%20MEU
2026-03-29 06:38:58 [bca.uk] INFO: Found listing with ID: BC23%20PGK
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520PGK%27 HTTP/1.1" 200 None
2026-03-29 06:38:58 [bca.uk] INFO: Scrape type for BC23%20PGK: 2
2026-03-29 06:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK
2026-03-29 06:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23449d2d-d8f3-5b56-8107-2ed62f25812c with scrape type 2
2026-03-29 06:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23449d2d-d8f3-5b56-8107-2ed62f25812c with scrape type 2
2026-03-29 06:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23449d2d-d8f3-5b56-8107-2ed62f25812c, identifier: BC23%20PGK
2026-03-29 06:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU
2026-03-29 06:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU
2026-03-29 06:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU to the API
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE73%20KNU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE73 KNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE73%20KNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 68628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L2 H1 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L2 H1 TREND',
 'vin': 'WF0RXXTA1RPM78025',
 'year': 2024}
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KNU%27 HTTP/1.1" 200 None
2026-03-29 06:38:58 [bca.uk] INFO: Saving data for LE73%20KNU: {'auction_closing_time': 1774864800.0, 'created_time': 1773958188.836494, 'last_price_update_time': 1774766338.428483}
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE73%2520KNU') HTTP/1.1" 204 0
2026-03-29 06:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU
2026-03-29 06:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU
2026-03-29 06:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU to the API
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20MEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO70 MEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20MEU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 44458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7600,
 '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': 'VXKUPHNKSL4340556',
 'year': 2020}
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520MEU%27 HTTP/1.1" 200 None
2026-03-29 06:38:58 [bca.uk] INFO: Saving data for VO70%20MEU: {'auction_closing_time': 1774854000.0, 'created_time': 1773933689.68797, 'last_price_update_time': 1774766338.802667}
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520MEU') HTTP/1.1" 204 0
2026-03-29 06:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK
2026-03-29 06:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK
2026-03-29 06:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK to the API
2026-03-29 06:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC23%20PGK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '23449d2d-d8f3-5b56-8107-2ed62f25812c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC23 PGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC23%20PGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 55575,
 '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 100 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ST-LINE',
 'vin': 'WF0JXXGAHJPD30873',
 'year': 2023}
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520PGK%27 HTTP/1.1" 200 None
2026-03-29 06:38:59 [bca.uk] INFO: Saving data for BC23%20PGK: {'auction_closing_time': 1775037600.0, 'created_time': 1774276528.405696, 'last_price_update_time': 1774766339.077385}
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC23%2520PGK') HTTP/1.1" 204 0
2026-03-29 06:38:59 [bca.uk] INFO: Found listing with ID: KN73%20WRJ
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:59 [bca.uk] INFO: Scrape type for KN73%20WRJ: 2
2026-03-29 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ
2026-03-29 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68b9139c-a332-5f88-8f87-832537da088f with scrape type 2
2026-03-29 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68b9139c-a332-5f88-8f87-832537da088f with scrape type 2
2026-03-29 06:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68b9139c-a332-5f88-8f87-832537da088f, identifier: KN73%20WRJ
2026-03-29 06:38:59 [bca.uk] INFO: Found listing with ID: AF73%20LOA
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOA%27 HTTP/1.1" 200 None
2026-03-29 06:38:59 [bca.uk] INFO: Scrape type for AF73%20LOA: 2
2026-03-29 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA
2026-03-29 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with scrape type 2
2026-03-29 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with scrape type 2
2026-03-29 06:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47c5aa54-2834-5e1e-99c9-0deb5f311c48, identifier: AF73%20LOA
2026-03-29 06:38:59 [bca.uk] INFO: Found listing with ID: BC24%20RJY
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520RJY%27 HTTP/1.1" 200 None
2026-03-29 06:38:59 [bca.uk] INFO: Scrape type for BC24%20RJY: 2
2026-03-29 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY
2026-03-29 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9af80e90-96c5-5e12-a9ee-47285480960b with scrape type 2
2026-03-29 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9af80e90-96c5-5e12-a9ee-47285480960b with scrape type 2
2026-03-29 06:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9af80e90-96c5-5e12-a9ee-47285480960b, identifier: BC24%20RJY
2026-03-29 06:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ
2026-03-29 06:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ
2026-03-29 06:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ to the API
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN73%20WRJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68b9139c-a332-5f88-8f87-832537da088f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN73 WRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN73%20WRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 62237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V3HCFZ1PP554929',
 'year': 2023}
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520WRJ%27 HTTP/1.1" 200 None
2026-03-29 06:38:59 [bca.uk] INFO: Saving data for KN73%20WRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773846142.961608, 'last_price_update_time': 1774766339.686366}
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520WRJ') HTTP/1.1" 204 0
2026-03-29 06:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA
2026-03-29 06:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA
2026-03-29 06:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA to the API
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:38: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:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LOA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '47c5aa54-2834-5e1e-99c9-0deb5f311c48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LOA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 71808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9525,
 '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': 'LSJW74099PZ224660',
 'year': 2023}
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOA%27 HTTP/1.1" 200 None
2026-03-29 06:38:59 [bca.uk] INFO: Saving data for AF73%20LOA: {'auction_closing_time': 1774854000.0, 'created_time': 1773933159.250112, 'last_price_update_time': 1774766339.987576}
2026-03-29 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LOA') HTTP/1.1" 204 0
2026-03-29 06:39:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY
2026-03-29 06:39:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY
2026-03-29 06:39:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY to the API
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC24%20RJY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9af80e90-96c5-5e12-a9ee-47285480960b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC24 RJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC24%20RJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 22609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 160KW 65KWH N LINE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 65KWH N LINE',
 'vin': 'TMAH681A2RJ039157',
 'year': 2024}
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520RJY%27 HTTP/1.1" 200 None
2026-03-29 06:39:00 [bca.uk] INFO: Saving data for BC24%20RJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774276550.650878, 'last_price_update_time': 1774766340.299426}
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC24%2520RJY') HTTP/1.1" 204 0
2026-03-29 06:39:00 [bca.uk] INFO: Found listing with ID: WN22%20AGU
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520AGU%27 HTTP/1.1" 200 None
2026-03-29 06:39:00 [bca.uk] INFO: Scrape type for WN22%20AGU: 2
2026-03-29 06:39:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU
2026-03-29 06:39:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46370b89-87e5-555c-a7b6-921fffa3aec2 with scrape type 2
2026-03-29 06:39:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46370b89-87e5-555c-a7b6-921fffa3aec2 with scrape type 2
2026-03-29 06:39:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46370b89-87e5-555c-a7b6-921fffa3aec2, identifier: WN22%20AGU
2026-03-29 06:39:00 [bca.uk] INFO: Found listing with ID: KV73%20WYY
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYY%27 HTTP/1.1" 200 None
2026-03-29 06:39:00 [bca.uk] INFO: Scrape type for KV73%20WYY: 2
2026-03-29 06:39:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY
2026-03-29 06:39:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92c7330d-58fc-5475-b93d-3cf478e19e62 with scrape type 2
2026-03-29 06:39:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92c7330d-58fc-5475-b93d-3cf478e19e62 with scrape type 2
2026-03-29 06:39:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92c7330d-58fc-5475-b93d-3cf478e19e62, identifier: KV73%20WYY
2026-03-29 06:39:00 [bca.uk] INFO: Found listing with ID: BF23%20CVZ
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:00 [bca.uk] INFO: Scrape type for BF23%20CVZ: 2
2026-03-29 06:39:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ
2026-03-29 06:39:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c1f734-127c-56bd-aa2f-56e0e269af8e with scrape type 2
2026-03-29 06:39:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c1f734-127c-56bd-aa2f-56e0e269af8e with scrape type 2
2026-03-29 06:39:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59c1f734-127c-56bd-aa2f-56e0e269af8e, identifier: BF23%20CVZ
2026-03-29 06:39:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU
2026-03-29 06:39:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU
2026-03-29 06:39:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU to the API
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20AGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46370b89-87e5-555c-a7b6-921fffa3aec2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN22 AGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20AGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 98546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMP72907',
 'year': 2022}
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520AGU%27 HTTP/1.1" 200 None
2026-03-29 06:39:00 [bca.uk] INFO: Saving data for WN22%20AGU: {'auction_closing_time': 1774864800.0, 'created_time': 1773846198.679728, 'last_price_update_time': 1774766340.880716}
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520AGU') HTTP/1.1" 204 0
2026-03-29 06:39:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY
2026-03-29 06:39:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY
2026-03-29 06:39:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY to the API
2026-03-29 06:39:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '92c7330d-58fc-5475-b93d-3cf478e19e62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WYY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 68021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9700,
 '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': 'LSJW7409XPZ222268',
 'year': 2023}
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYY%27 HTTP/1.1" 200 None
2026-03-29 06:39:01 [bca.uk] INFO: Saving data for KV73%20WYY: {'auction_closing_time': 1774854000.0, 'created_time': 1773832550.117154, 'last_price_update_time': 1774766341.17196}
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WYY') HTTP/1.1" 204 0
2026-03-29 06:39:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ
2026-03-29 06:39:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ
2026-03-29 06:39:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ to the API
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF23%20CVZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59c1f734-127c-56bd-aa2f-56e0e269af8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF23 CVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF23%20CVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 25298,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 HYBRID N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID N-CONNECTA',
 'vin': 'SJNFCAF16U1227280',
 'year': 2023}
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520CVZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:01 [bca.uk] INFO: Saving data for BF23%20CVZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774276525.035933, 'last_price_update_time': 1774766341.451532}
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF23%2520CVZ') HTTP/1.1" 204 0
2026-03-29 06:39:01 [bca.uk] INFO: Found listing with ID: LJ24%20DOY
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520DOY%27 HTTP/1.1" 200 None
2026-03-29 06:39:01 [bca.uk] INFO: Scrape type for LJ24%20DOY: 2
2026-03-29 06:39:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY
2026-03-29 06:39:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35519b71-a432-5fa6-ab90-79ad6a5abf21 with scrape type 2
2026-03-29 06:39:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35519b71-a432-5fa6-ab90-79ad6a5abf21 with scrape type 2
2026-03-29 06:39:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35519b71-a432-5fa6-ab90-79ad6a5abf21, identifier: LJ24%20DOY
2026-03-29 06:39:01 [bca.uk] INFO: Found listing with ID: KV73%20XAB
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAB%27 HTTP/1.1" 200 None
2026-03-29 06:39:01 [bca.uk] INFO: Scrape type for KV73%20XAB: 2
2026-03-29 06:39:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB
2026-03-29 06:39:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e7dccff-7286-5de1-9499-994189652c2a with scrape type 2
2026-03-29 06:39:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e7dccff-7286-5de1-9499-994189652c2a with scrape type 2
2026-03-29 06:39:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e7dccff-7286-5de1-9499-994189652c2a, identifier: KV73%20XAB
2026-03-29 06:39:01 [bca.uk] INFO: Found listing with ID: BG73%20ENC
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520ENC%27 HTTP/1.1" 200 None
2026-03-29 06:39:01 [bca.uk] INFO: Scrape type for BG73%20ENC: 2
2026-03-29 06:39:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC
2026-03-29 06:39:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with scrape type 2
2026-03-29 06:39:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with scrape type 2
2026-03-29 06:39:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e6a5708-7f24-54e8-9cd4-aad0ff775053, identifier: BG73%20ENC
2026-03-29 06:39:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY
2026-03-29 06:39:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY
2026-03-29 06:39:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY to the API
2026-03-29 06:39:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ24%20DOY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '35519b71-a432-5fa6-ab90-79ad6a5abf21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ24 DOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ24%20DOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 110 300 L2 H1 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 110 300 L2 H1 TREND',
 'vin': 'WF0RXXTA3RPP91139',
 'year': 2024}
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520DOY%27 HTTP/1.1" 200 None
2026-03-29 06:39:02 [bca.uk] INFO: Saving data for LJ24%20DOY: {'auction_closing_time': 1774864800.0, 'created_time': 1773846168.393414, 'last_price_update_time': 1774766342.066953}
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ24%2520DOY') HTTP/1.1" 204 0
2026-03-29 06:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB
2026-03-29 06:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB
2026-03-29 06:39:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB to the API
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20XAB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2e7dccff-7286-5de1-9499-994189652c2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 XAB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20XAB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 61061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10100,
 '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': 'LSJW7409XPZ224618',
 'year': 2023}
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAB%27 HTTP/1.1" 200 None
2026-03-29 06:39:02 [bca.uk] INFO: Saving data for KV73%20XAB: {'auction_closing_time': 1774854000.0, 'created_time': 1773987186.982954, 'last_price_update_time': 1774766342.350165}
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520XAB') HTTP/1.1" 204 0
2026-03-29 06:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC
2026-03-29 06:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC
2026-03-29 06:39:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC to the API
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG73%20ENC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e6a5708-7f24-54e8-9cd4-aad0ff775053',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG73 ENC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG73%20ENC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 8669,
 '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 ULTIMATE StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 2WD ULTIMATE',
 'vin': 'TMAJE81BLPJ385770',
 'year': 2023}
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520ENC%27 HTTP/1.1" 200 None
2026-03-29 06:39:02 [bca.uk] INFO: Saving data for BG73%20ENC: {'auction_closing_time': 1775037600.0, 'created_time': 1774276550.159869, 'last_price_update_time': 1774766342.629929}
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG73%2520ENC') HTTP/1.1" 204 0
2026-03-29 06:39:02 [bca.uk] INFO: Found listing with ID: VO72%20WFB
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:39:02 [bca.uk] INFO: Scrape type for VO72%20WFB: 2
2026-03-29 06:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB
2026-03-29 06:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8dccb5c-20a1-53be-a93d-1c842b0207a3 with scrape type 2
2026-03-29 06:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8dccb5c-20a1-53be-a93d-1c842b0207a3 with scrape type 2
2026-03-29 06:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8dccb5c-20a1-53be-a93d-1c842b0207a3, identifier: VO72%20WFB
2026-03-29 06:39:02 [bca.uk] INFO: Found listing with ID: AF73%20LNE
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNE%27 HTTP/1.1" 200 None
2026-03-29 06:39:02 [bca.uk] INFO: Scrape type for AF73%20LNE: 2
2026-03-29 06:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE
2026-03-29 06:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbb8a27-517b-5ebc-886d-497c71f11a9b with scrape type 2
2026-03-29 06:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fbb8a27-517b-5ebc-886d-497c71f11a9b with scrape type 2
2026-03-29 06:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fbb8a27-517b-5ebc-886d-497c71f11a9b, identifier: AF73%20LNE
2026-03-29 06:39:02 [bca.uk] INFO: Found listing with ID: BW73%20PHV
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520PHV%27 HTTP/1.1" 200 None
2026-03-29 06:39:02 [bca.uk] INFO: Scrape type for BW73%20PHV: 2
2026-03-29 06:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV
2026-03-29 06:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da532bf2-0903-5506-8258-dd10750a9563 with scrape type 2
2026-03-29 06:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da532bf2-0903-5506-8258-dd10750a9563 with scrape type 2
2026-03-29 06:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da532bf2-0903-5506-8258-dd10750a9563, identifier: BW73%20PHV
2026-03-29 06:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB
2026-03-29 06:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB
2026-03-29 06:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB to the API
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO72%20WFB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c8dccb5c-20a1-53be-a93d-1c842b0207a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO72 WFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO72%20WFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 38468,
 '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 VIVARO 2900 1.5 D 100 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L1 H1',
 'vin': 'VXEVBYHRMN7074511',
 'year': 2023}
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WFB%27 HTTP/1.1" 200 None
2026-03-29 06:39:03 [bca.uk] INFO: Saving data for VO72%20WFB: {'auction_closing_time': 1774864800.0, 'created_time': 1773842357.008688, 'last_price_update_time': 1774766343.232666}
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO72%2520WFB') HTTP/1.1" 204 0
2026-03-29 06:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE
2026-03-29 06:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE
2026-03-29 06:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE to the API
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LNE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '6fbb8a27-517b-5ebc-886d-497c71f11a9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LNE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 98045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8200,
 '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': 'LSJW74094PZ221875',
 'year': 2023}
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNE%27 HTTP/1.1" 200 None
2026-03-29 06:39:03 [bca.uk] INFO: Saving data for AF73%20LNE: {'auction_closing_time': 1774854000.0, 'created_time': 1773832561.759568, 'last_price_update_time': 1774766343.619698}
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LNE') HTTP/1.1" 204 0
2026-03-29 06:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV
2026-03-29 06:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV
2026-03-29 06:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV to the API
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW73%20PHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da532bf2-0903-5506-8258-dd10750a9563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW73 PHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW73%20PHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 13668,
 '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 FOCUS 1.0 E/B MHEV 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE',
 'vin': 'WF0NXXGCHNPU48538',
 'year': 2024}
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520PHV%27 HTTP/1.1" 200 None
2026-03-29 06:39:03 [bca.uk] INFO: Saving data for BW73%20PHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774276553.038411, 'last_price_update_time': 1774766343.898881}
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520PHV') HTTP/1.1" 204 0
2026-03-29 06:39:03 [bca.uk] INFO: Found listing with ID: RA72%20HSC
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA72%2520HSC%27 HTTP/1.1" 200 None
2026-03-29 06:39:03 [bca.uk] INFO: Scrape type for RA72%20HSC: 2
2026-03-29 06:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC
2026-03-29 06:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08e1a95-1462-5e92-a8e7-0d37ce635af1 with scrape type 2
2026-03-29 06:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08e1a95-1462-5e92-a8e7-0d37ce635af1 with scrape type 2
2026-03-29 06:39:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08e1a95-1462-5e92-a8e7-0d37ce635af1, identifier: RA72%20HSC
2026-03-29 06:39:04 [bca.uk] INFO: Found listing with ID: AF73%20LOD
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOD%27 HTTP/1.1" 200 None
2026-03-29 06:39:04 [bca.uk] INFO: Scrape type for AF73%20LOD: 2
2026-03-29 06:39:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD
2026-03-29 06:39:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e14eaa97-9ad8-54db-8249-619dfa382a3d with scrape type 2
2026-03-29 06:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e14eaa97-9ad8-54db-8249-619dfa382a3d with scrape type 2
2026-03-29 06:39:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e14eaa97-9ad8-54db-8249-619dfa382a3d, identifier: AF73%20LOD
2026-03-29 06:39:04 [bca.uk] INFO: Found listing with ID: DF73%20VXB
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 06:39:04 [bca.uk] INFO: Scrape type for DF73%20VXB: 2
2026-03-29 06:39:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB
2026-03-29 06:39:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with scrape type 2
2026-03-29 06:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with scrape type 2
2026-03-29 06:39:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e, identifier: DF73%20VXB
2026-03-29 06:39:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC
2026-03-29 06:39:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC
2026-03-29 06:39:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC to the API
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA72%20HSC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c08e1a95-1462-5e92-a8e7-0d37ce635af1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA72 HSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA72%20HSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 49632,
 '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 EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROF.PREMIUM+',
 'vin': 'VF3VBYHRMP7803470',
 'year': 2023}
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA72%2520HSC%27 HTTP/1.1" 200 None
2026-03-29 06:39:04 [bca.uk] INFO: Saving data for RA72%20HSC: {'auction_closing_time': 1774864800.0, 'created_time': 1773846207.802793, 'last_price_update_time': 1774766344.531633}
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA72%2520HSC') HTTP/1.1" 204 0
2026-03-29 06:39:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD
2026-03-29 06:39:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD
2026-03-29 06:39:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD to the API
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LOD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e14eaa97-9ad8-54db-8249-619dfa382a3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LOD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 102161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8025,
 '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': 'LSJW74094PZ222363',
 'year': 2023}
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOD%27 HTTP/1.1" 200 None
2026-03-29 06:39:04 [bca.uk] INFO: Saving data for AF73%20LOD: {'auction_closing_time': 1774854000.0, 'created_time': 1773832551.902995, 'last_price_update_time': 1774766344.820163}
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LOD') HTTP/1.1" 204 0
2026-03-29 06:39:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB
2026-03-29 06:39:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB
2026-03-29 06:39:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB to the API
2026-03-29 06:39:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF73%20VXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c6bf893-2574-55c9-ac61-dc3e9142fa1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF73 VXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF73%20VXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 7821,
 '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.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS0P6048567',
 'year': 2023}
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520VXB%27 HTTP/1.1" 200 None
2026-03-29 06:39:05 [bca.uk] INFO: Saving data for DF73%20VXB: {'auction_closing_time': 1775037600.0, 'created_time': 1774276545.242434, 'last_price_update_time': 1774766345.08409}
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF73%2520VXB') HTTP/1.1" 204 0
2026-03-29 06:39:05 [bca.uk] INFO: Found listing with ID: FP73%20ECT
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 06:39:05 [bca.uk] INFO: Scrape type for FP73%20ECT: 2
2026-03-29 06:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT
2026-03-29 06:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7de8aa7-9245-5617-a9ea-415943f009cf with scrape type 2
2026-03-29 06:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7de8aa7-9245-5617-a9ea-415943f009cf with scrape type 2
2026-03-29 06:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7de8aa7-9245-5617-a9ea-415943f009cf, identifier: FP73%20ECT
2026-03-29 06:39:05 [bca.uk] INFO: Found listing with ID: EX23%20WFG
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520WFG%27 HTTP/1.1" 200 None
2026-03-29 06:39:05 [bca.uk] INFO: Scrape type for EX23%20WFG: 2
2026-03-29 06:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG
2026-03-29 06:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de2898ce-cb49-582a-9615-fafd9602d015 with scrape type 2
2026-03-29 06:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de2898ce-cb49-582a-9615-fafd9602d015 with scrape type 2
2026-03-29 06:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de2898ce-cb49-582a-9615-fafd9602d015, identifier: EX23%20WFG
2026-03-29 06:39:05 [bca.uk] INFO: Found listing with ID: EF74%20RKJ
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF74%2520RKJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:05 [bca.uk] INFO: Scrape type for EF74%20RKJ: 2
2026-03-29 06:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ
2026-03-29 06:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with scrape type 2
2026-03-29 06:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with scrape type 2
2026-03-29 06:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9, identifier: EF74%20RKJ
2026-03-29 06:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT
2026-03-29 06:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT
2026-03-29 06:39:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT to the API
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP73%20ECT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f7de8aa7-9245-5617-a9ea-415943f009cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP73 ECT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP73%20ECT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 12337,
 '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.4 D ICON 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ICON 4WD',
 'vin': 'AHTBB3CD301784688',
 'year': 2023}
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECT%27 HTTP/1.1" 200 None
2026-03-29 06:39:05 [bca.uk] INFO: Saving data for FP73%20ECT: {'auction_closing_time': 1774864800.0, 'created_time': 1773846214.639355, 'last_price_update_time': 1774766345.673589}
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP73%2520ECT') HTTP/1.1" 204 0
2026-03-29 06:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG
2026-03-29 06:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG
2026-03-29 06:39:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG to the API
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX23%20WFG-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': 'de2898ce-cb49-582a-9615-fafd9602d015',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EX23 WFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX23%20WFG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 117214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI PHEV EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV EXCLUSIVE',
 'vin': 'LSJA2439XNN209965',
 'year': 2023}
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520WFG%27 HTTP/1.1" 200 None
2026-03-29 06:39:05 [bca.uk] INFO: Saving data for EX23%20WFG: {'auction_closing_time': 1774854000.0, 'created_time': 1773987192.871666, 'last_price_update_time': 1774766345.972124}
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX23%2520WFG') HTTP/1.1" 204 0
2026-03-29 06:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ
2026-03-29 06:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ
2026-03-29 06:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ to the API
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF74%20RKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2bcaa2c-72b5-5a2d-a637-ee9826c677c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF74 RKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF74%20RKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 19082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VR3KAHPY0SS010307',
 'year': 2025}
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF74%2520RKJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:06 [bca.uk] INFO: Saving data for EF74%20RKJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774276543.176669, 'last_price_update_time': 1774766346.269452}
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF74%2520RKJ') HTTP/1.1" 204 0
2026-03-29 06:39:06 [bca.uk] INFO: Found listing with ID: FM23%20UEK
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UEK%27 HTTP/1.1" 200 None
2026-03-29 06:39:06 [bca.uk] INFO: Scrape type for FM23%20UEK: 2
2026-03-29 06:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK
2026-03-29 06:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055df64a-40ea-5992-aa4e-8d3c8483d65e with scrape type 2
2026-03-29 06:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055df64a-40ea-5992-aa4e-8d3c8483d65e with scrape type 2
2026-03-29 06:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 055df64a-40ea-5992-aa4e-8d3c8483d65e, identifier: FM23%20UEK
2026-03-29 06:39:06 [bca.uk] INFO: Found listing with ID: KV73%20XAG
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAG%27 HTTP/1.1" 200 None
2026-03-29 06:39:06 [bca.uk] INFO: Scrape type for KV73%20XAG: 2
2026-03-29 06:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG
2026-03-29 06:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with scrape type 2
2026-03-29 06:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with scrape type 2
2026-03-29 06:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0, identifier: KV73%20XAG
2026-03-29 06:39:06 [bca.uk] INFO: Found listing with ID: EJ72%20WNB
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 06:39:06 [bca.uk] INFO: Scrape type for EJ72%20WNB: 2
2026-03-29 06:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB
2026-03-29 06:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 067335a1-8660-5862-b60b-62fccb1c31dc with scrape type 2
2026-03-29 06:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 067335a1-8660-5862-b60b-62fccb1c31dc with scrape type 2
2026-03-29 06:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 067335a1-8660-5862-b60b-62fccb1c31dc, identifier: EJ72%20WNB
2026-03-29 06:39:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK
2026-03-29 06:39:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK
2026-03-29 06:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK to the API
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM23%20UEK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '055df64a-40ea-5992-aa4e-8d3c8483d65e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM23 UEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM23%20UEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 26048,
 '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 28 2.0 B/DCI 150 SL SPORT EDC PanelVan',
 'transmission': 'automatic',
 'trim': 'B/DCI 150 SL SPORT EDC',
 'vin': 'VF1FL000071453443',
 'year': 2023}
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UEK%27 HTTP/1.1" 200 None
2026-03-29 06:39:06 [bca.uk] INFO: Saving data for FM23%20UEK: {'auction_closing_time': 1774864800.0, 'created_time': 1773846200.318602, 'last_price_update_time': 1774766346.902614}
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM23%2520UEK') HTTP/1.1" 204 0
2026-03-29 06:39:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG
2026-03-29 06:39:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG
2026-03-29 06:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG to the API
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20XAG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2fc72c03-22e5-5c9c-8950-96bad5ab5cf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 XAG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20XAG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 103329,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8000,
 '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': 'LSJW74097PZ224866',
 'year': 2023}
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAG%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Saving data for KV73%20XAG: {'auction_closing_time': 1774854000.0, 'created_time': 1773933175.812815, 'last_price_update_time': 1774766347.184422}
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520XAG') HTTP/1.1" 204 0
2026-03-29 06:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB
2026-03-29 06:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB
2026-03-29 06:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB to the API
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ72%20WNB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '067335a1-8660-5862-b60b-62fccb1c31dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ72 WNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ72%20WNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 21614,
 'odometer_reading_unit': '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 JUKE 1.0 DIG-T 114 N-CONNECTA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 114 N-CONNECTA DCT',
 'vin': 'SJNFAAF16U1202998',
 'year': 2022}
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WNB%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Saving data for EJ72%20WNB: {'auction_closing_time': 1775037600.0, 'created_time': 1774276541.306636, 'last_price_update_time': 1774766347.467149}
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ72%2520WNB') HTTP/1.1" 204 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: BT24%20FVC
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for BT24%20FVC: 2
2026-03-29 06:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC
2026-03-29 06:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7481d0de-8293-56be-8f59-38c03cdd8b73 with scrape type 2
2026-03-29 06:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7481d0de-8293-56be-8f59-38c03cdd8b73 with scrape type 2
2026-03-29 06:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7481d0de-8293-56be-8f59-38c03cdd8b73, identifier: BT24%20FVC
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: FP72%20XLF
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XLF%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for FP72%20XLF: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: AK71%20VDY
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520VDY%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for AK71%20VDY: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: AY71%20JJV
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520JJV%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for AY71%20JJV: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: BF23%20AUP
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AUP%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for BF23%20AUP: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: BK22%20EVX
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520EVX%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for BK22%20EVX: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: DX22%20XUT
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520XUT%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for DX22%20XUT: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: EK73%20YTH
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK73%2520YTH%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for EK73%20YTH: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: GL72%20UWA
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UWA%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for GL72%20UWA: 0
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: LA72%20GSZ
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520GSZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for LA72%20GSZ: 2
2026-03-29 06:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ
2026-03-29 06:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37a13a7-bc49-511d-848e-4efbab8ce9e5 with scrape type 2
2026-03-29 06:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a37a13a7-bc49-511d-848e-4efbab8ce9e5 with scrape type 2
2026-03-29 06:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a37a13a7-bc49-511d-848e-4efbab8ce9e5, identifier: LA72%20GSZ
2026-03-29 06:39:07 [bca.uk] INFO: Found listing with ID: EN72%20WCL
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 06:39:07 [bca.uk] INFO: Scrape type for EN72%20WCL: 2
2026-03-29 06:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL
2026-03-29 06:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af9ae1c6-bc42-5443-b1a5-166af9eb983b with scrape type 2
2026-03-29 06:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af9ae1c6-bc42-5443-b1a5-166af9eb983b with scrape type 2
2026-03-29 06:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af9ae1c6-bc42-5443-b1a5-166af9eb983b, identifier: EN72%20WCL
2026-03-29 06:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC
2026-03-29 06:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC
2026-03-29 06:39:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC to the API
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20FVC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7481d0de-8293-56be-8f59-38c03cdd8b73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT24 FVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20FVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 6848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS87JPT038828',
 'year': 2024}
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520FVC%27 HTTP/1.1" 200 None
2026-03-29 06:39:08 [bca.uk] INFO: Saving data for BT24%20FVC: {'auction_closing_time': 1774864800.0, 'created_time': 1773846202.66591, 'last_price_update_time': 1774766348.236472}
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520FVC') HTTP/1.1" 204 0
2026-03-29 06:39:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ
2026-03-29 06:39:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ
2026-03-29 06:39:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ to the API
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20GSZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a37a13a7-bc49-511d-848e-4efbab8ce9e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 GSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20GSZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 63211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 218I GRAN COUPE 1.5 136 M SPORT Coupe',
 'transmission': 'manual',
 'trim': '136 M SPORT',
 'vin': 'WBA12AK0207L88788',
 'year': 2022}
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520GSZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:08 [bca.uk] INFO: Saving data for LA72%20GSZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773929369.121258, 'last_price_update_time': 1774766348.599381}
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520GSZ') HTTP/1.1" 204 0
2026-03-29 06:39:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL
2026-03-29 06:39:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL
2026-03-29 06:39:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL to the API
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN72%20WCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af9ae1c6-bc42-5443-b1a5-166af9eb983b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN72 WCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN72%20WCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 36437,
 '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 Q2 1.5 35 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGAXPA024825',
 'year': 2023}
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520WCL%27 HTTP/1.1" 200 None
2026-03-29 06:39:08 [bca.uk] INFO: Saving data for EN72%20WCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774276537.002202, 'last_price_update_time': 1774766348.878849}
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN72%2520WCL') HTTP/1.1" 204 0
2026-03-29 06:39:08 [bca.uk] INFO: Found listing with ID: VN72%20PPV
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520PPV%27 HTTP/1.1" 200 None
2026-03-29 06:39:08 [bca.uk] INFO: Scrape type for VN72%20PPV: 2
2026-03-29 06:39:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV
2026-03-29 06:39:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with scrape type 2
2026-03-29 06:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with scrape type 2
2026-03-29 06:39:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c30ffd3e-b3fa-5e67-b66f-7126832d66b1, identifier: VN72%20PPV
2026-03-29 06:39:08 [bca.uk] INFO: Found listing with ID: LC72%20OBF
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OBF%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Scrape type for LC72%20OBF: 0
2026-03-29 06:39:09 [bca.uk] INFO: Found listing with ID: LN22%20XPX
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN22%2520XPX%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Scrape type for LN22%20XPX: 0
2026-03-29 06:39:09 [bca.uk] INFO: Found listing with ID: LX22%20UBL
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520UBL%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Scrape type for LX22%20UBL: 0
2026-03-29 06:39:09 [bca.uk] INFO: Found listing with ID: ME21%20BGO
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520BGO%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Scrape type for ME21%20BGO: 2
2026-03-29 06:39:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO
2026-03-29 06:39:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5bc6799-2e5d-5b52-927d-1f0f9847f573 with scrape type 2
2026-03-29 06:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5bc6799-2e5d-5b52-927d-1f0f9847f573 with scrape type 2
2026-03-29 06:39:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5bc6799-2e5d-5b52-927d-1f0f9847f573, identifier: ME21%20BGO
2026-03-29 06:39:09 [bca.uk] INFO: Found listing with ID: GF75%20YDS
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520YDS%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Scrape type for GF75%20YDS: 2
2026-03-29 06:39:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS
2026-03-29 06:39:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053ec7dd-f409-5fe5-9aea-4bb320893aad with scrape type 2
2026-03-29 06:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053ec7dd-f409-5fe5-9aea-4bb320893aad with scrape type 2
2026-03-29 06:39:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 053ec7dd-f409-5fe5-9aea-4bb320893aad, identifier: GF75%20YDS
2026-03-29 06:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV
2026-03-29 06:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV
2026-03-29 06:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV to the API
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20PPV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c30ffd3e-b3fa-5e67-b66f-7126832d66b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 PPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20PPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 55004,
 'odometer_reading_unit': '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 110 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 110 SL BUSINESS',
 'vin': 'VF1FL000069423567',
 'year': 2022}
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520PPV%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Saving data for VN72%20PPV: {'auction_closing_time': 1774864800.0, 'created_time': 1773846215.741209, 'last_price_update_time': 1774766349.608781}
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520PPV') HTTP/1.1" 204 0
2026-03-29 06:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO
2026-03-29 06:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO
2026-03-29 06:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO to the API
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME21%20BGO-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5bc6799-2e5d-5b52-927d-1f0f9847f573',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ME21 BGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME21%20BGO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 32039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9700,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VR3USHNSKMJ783796',
 'year': 2021}
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520BGO%27 HTTP/1.1" 200 None
2026-03-29 06:39:09 [bca.uk] INFO: Saving data for ME21%20BGO: {'auction_closing_time': 1774854000.0, 'created_time': 1773959632.213021, 'last_price_update_time': 1774766349.889325}
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME21%2520BGO') HTTP/1.1" 204 0
2026-03-29 06:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS
2026-03-29 06:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS
2026-03-29 06:39:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS to the API
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF75%20YDS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '053ec7dd-f409-5fe5-9aea-4bb320893aad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF75 YDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF75%20YDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 4336,
 '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': 'SKODA FABIA 1.0 TSI 116 SE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 116 SE ED.',
 'vin': 'TMBFR6PJXT4041685',
 'year': 2025}
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520YDS%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Saving data for GF75%20YDS: {'auction_closing_time': 1775037600.0, 'created_time': 1774276529.650567, 'last_price_update_time': 1774766350.173177}
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF75%2520YDS') HTTP/1.1" 204 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: HT72%20OZW
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for HT72%20OZW: 2
2026-03-29 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW
2026-03-29 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a31cbaf8-baa1-5904-844a-cf0afdf09f38 with scrape type 2
2026-03-29 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a31cbaf8-baa1-5904-844a-cf0afdf09f38 with scrape type 2
2026-03-29 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a31cbaf8-baa1-5904-844a-cf0afdf09f38, identifier: HT72%20OZW
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: ML71%20EBM
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520EBM%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for ML71%20EBM: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: NJ22%20TZN
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TZN%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for NJ22%20TZN: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: NJ23%20LLC
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LLC%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for NJ23%20LLC: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: RV22%20XVX
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVX%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for RV22%20XVX: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: VE72%20WHX
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520WHX%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for VE72%20WHX: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: VO22%20WMX
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WMX%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for VO22%20WMX: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: YA70%20MXH
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520MXH%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for YA70%20MXH: 0
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: YN71%20ZKY
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN71%2520ZKY%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for YN71%20ZKY: 2
2026-03-29 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY
2026-03-29 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c4e3d7-f441-5ea6-927d-e17a64a83193 with scrape type 2
2026-03-29 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61c4e3d7-f441-5ea6-927d-e17a64a83193 with scrape type 2
2026-03-29 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61c4e3d7-f441-5ea6-927d-e17a64a83193, identifier: YN71%20ZKY
2026-03-29 06:39:10 [bca.uk] INFO: Found listing with ID: HK72%20ZWX
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520ZWX%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Scrape type for HK72%20ZWX: 2
2026-03-29 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX
2026-03-29 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c210e53-cc1a-507d-a210-13c646b4d4b4 with scrape type 2
2026-03-29 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c210e53-cc1a-507d-a210-13c646b4d4b4 with scrape type 2
2026-03-29 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c210e53-cc1a-507d-a210-13c646b4d4b4, identifier: HK72%20ZWX
2026-03-29 06:39:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW
2026-03-29 06:39:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW
2026-03-29 06:39:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW to the API
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT72%20OZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a31cbaf8-baa1-5904-844a-cf0afdf09f38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT72 OZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT72%20OZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 31825,
 '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 BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS+',
 'vin': 'VF1FL000170169468',
 'year': 2023}
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520OZW%27 HTTP/1.1" 200 None
2026-03-29 06:39:10 [bca.uk] INFO: Saving data for HT72%20OZW: {'auction_closing_time': 1774864800.0, 'created_time': 1773846209.46808, 'last_price_update_time': 1774766350.883747}
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT72%2520OZW') HTTP/1.1" 204 0
2026-03-29 06:39:11 [scrapy.extensions.logstats] INFO: Crawled 163 pages (at 3 pages/min), scraped 4626 items (at 139 items/min)
2026-03-29 06:39:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 217MiB
2026-03-29 06:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY
2026-03-29 06:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY
2026-03-29 06:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY to the API
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN71%20ZKY-GB',
 'category': 'Motorcycle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '61c4e3d7-f441-5ea6-927d-e17a64a83193',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN71 ZKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN71%20ZKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SUZUKI',
 'model': 'GSX-S',
 'odometer': 754,
 '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 GSX-S 1000 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1000 MOTORBIKE',
 'vin': 'JS1DG3244L7100588',
 'year': 2021}
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN71%2520ZKY%27 HTTP/1.1" 200 None
2026-03-29 06:39:11 [bca.uk] INFO: Saving data for YN71%20ZKY: {'auction_closing_time': 1775124000.0, 'created_time': 1774332518.372184, 'last_price_update_time': 1774766351.266736}
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN71%2520ZKY') HTTP/1.1" 204 0
2026-03-29 06:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX
2026-03-29 06:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX
2026-03-29 06:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX to the API
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK72%20ZWX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c210e53-cc1a-507d-a210-13c646b4d4b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK72 ZWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK72%20ZWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 47951,
 'odometer_reading_unit': '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.0 E/B MHEV 155 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 ST-LINE',
 'vin': 'WF02XXERK2NB02866',
 'year': 2022}
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520ZWX%27 HTTP/1.1" 200 None
2026-03-29 06:39:11 [bca.uk] INFO: Saving data for HK72%20ZWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774276522.729275, 'last_price_update_time': 1774766351.538686}
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520ZWX') HTTP/1.1" 204 0
2026-03-29 06:39:11 [bca.uk] INFO: Found listing with ID: YM17%20JPJ
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520JPJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:11 [bca.uk] INFO: Scrape type for YM17%20JPJ: 2
2026-03-29 06:39:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ
2026-03-29 06:39:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with scrape type 2
2026-03-29 06:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with scrape type 2
2026-03-29 06:39:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a5fb168-df2e-5ceb-be91-db67a9346fd6, identifier: YM17%20JPJ
2026-03-29 06:39:11 [bca.uk] INFO: Found listing with ID: YD71%20WCN
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD71%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 06:39:11 [bca.uk] INFO: Scrape type for YD71%20WCN: 2
2026-03-29 06:39:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN
2026-03-29 06:39:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with scrape type 2
2026-03-29 06:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with scrape type 2
2026-03-29 06:39:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf, identifier: YD71%20WCN
2026-03-29 06:39:11 [bca.uk] INFO: Found listing with ID: LR24%20UVP
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520UVP%27 HTTP/1.1" 200 None
2026-03-29 06:39:11 [bca.uk] INFO: Scrape type for LR24%20UVP: 2
2026-03-29 06:39:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP
2026-03-29 06:39:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372df54e-233d-5de1-9429-954803e6284a with scrape type 2
2026-03-29 06:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 372df54e-233d-5de1-9429-954803e6284a with scrape type 2
2026-03-29 06:39:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 372df54e-233d-5de1-9429-954803e6284a, identifier: LR24%20UVP
2026-03-29 06:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ
2026-03-29 06:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ
2026-03-29 06:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ to the API
2026-03-29 06:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM17%20JPJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a5fb168-df2e-5ceb-be91-db67a9346fd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM17 JPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM17%20JPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 100843,
 '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 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM X',
 'vin': 'WF05XXGCC5HR72766',
 'year': 2017}
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520JPJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Saving data for YM17%20JPJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773959875.649934, 'last_price_update_time': 1774766352.145982}
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM17%2520JPJ') HTTP/1.1" 204 0
2026-03-29 06:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN
2026-03-29 06:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN
2026-03-29 06:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN to the API
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD71%20WCN-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD71 WCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD71%20WCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'ZR',
 'odometer': 7768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KAWASAKI ZR 1000 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1000 MOTORBIKE',
 'vin': 'JKAZRT00KKA009793',
 'year': 2021}
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD71%2520WCN%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Saving data for YD71%20WCN: {'auction_closing_time': 1775124000.0, 'created_time': 1774332521.190918, 'last_price_update_time': 1774766352.426992}
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD71%2520WCN') HTTP/1.1" 204 0
2026-03-29 06:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP
2026-03-29 06:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP
2026-03-29 06:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP to the API
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR24%20UVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '372df54e-233d-5de1-9429-954803e6284a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR24 UVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR24%20UVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'ARIYA',
 'odometer': 15038,
 '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 160KW 63KWH EVOLVE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 63KWH EVOLVE',
 'vin': 'JN1TAAFE0U0207712',
 'year': 2024}
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520UVP%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Saving data for LR24%20UVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774276528.792629, 'last_price_update_time': 1774766352.719457}
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR24%2520UVP') HTTP/1.1" 204 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: FH19%20LFB
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH19%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for FH19%20LFB: 2
2026-03-29 06:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB
2026-03-29 06:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with scrape type 2
2026-03-29 06:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with scrape type 2
2026-03-29 06:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f, identifier: FH19%20LFB
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: VK21%20NNO
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NNO%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for VK21%20NNO: 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: PY22%20DNX
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520DNX%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for PY22%20DNX: 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: PN22%20PYO
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN22%2520PYO%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for PN22%20PYO: 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: OY22%20PZU
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520PZU%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for OY22%20PZU: 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: NU23%20KRN
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KRN%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for NU23%20KRN: 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: MK70%20ZKR
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520ZKR%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for MK70%20ZKR: 0
2026-03-29 06:39:12 [bca.uk] INFO: Found listing with ID: PF72%20WLX
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520WLX%27 HTTP/1.1" 200 None
2026-03-29 06:39:12 [bca.uk] INFO: Scrape type for PF72%20WLX: 2
2026-03-29 06:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX
2026-03-29 06:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb17229e-8393-5aab-b40e-16ab9b66e029 with scrape type 2
2026-03-29 06:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb17229e-8393-5aab-b40e-16ab9b66e029 with scrape type 2
2026-03-29 06:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb17229e-8393-5aab-b40e-16ab9b66e029, identifier: PF72%20WLX
2026-03-29 06:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB
2026-03-29 06:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB
2026-03-29 06:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB to the API
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH19%20LFB-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee8ec15d-3f75-54cf-b15c-40bad51f1e5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH19 LFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH19%20LFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31295,
 'odometer_reading_unit': '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 EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCITE',
 'vin': 'SDPZ1BBDAJS204929',
 'year': 2019}
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH19%2520LFB%27 HTTP/1.1" 200 None
2026-03-29 06:39:13 [bca.uk] INFO: Saving data for FH19%20LFB: {'auction_closing_time': 1774951200.0, 'created_time': 1773959885.845161, 'last_price_update_time': 1774766353.328045}
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH19%2520LFB') HTTP/1.1" 204 0
2026-03-29 06:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX
2026-03-29 06:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX
2026-03-29 06:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX to the API
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF72%20WLX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb17229e-8393-5aab-b40e-16ab9b66e029',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF72 WLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF72%20WLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'GRAND CONNECT',
 'odometer': 53117,
 '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 GRAND CONNECT 2.0 EBL 122 ACTIVE (7ST) MPV',
 'transmission': 'automatic',
 'trim': 'EBL 122 ACTIVE (7ST)',
 'vin': 'WF0EXXSK3PX005295',
 'year': 2023}
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520WLX%27 HTTP/1.1" 200 None
2026-03-29 06:39:13 [bca.uk] INFO: Saving data for PF72%20WLX: {'auction_closing_time': 1775037600.0, 'created_time': 1774276513.497087, 'last_price_update_time': 1774766353.696106}
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF72%2520WLX') HTTP/1.1" 204 0
2026-03-29 06:39:13 [bca.uk] INFO: Found listing with ID: OV21%20WHW
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:39:13 [bca.uk] INFO: Scrape type for OV21%20WHW: 2
2026-03-29 06:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW
2026-03-29 06:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3329ba-6703-50e4-98d8-5d895d051015 with scrape type 2
2026-03-29 06:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a3329ba-6703-50e4-98d8-5d895d051015 with scrape type 2
2026-03-29 06:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a3329ba-6703-50e4-98d8-5d895d051015, identifier: OV21%20WHW
2026-03-29 06:39:13 [bca.uk] INFO: Found listing with ID: VK25%20EYO
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK25%2520EYO%27 HTTP/1.1" 200 None
2026-03-29 06:39:13 [bca.uk] INFO: Scrape type for VK25%20EYO: 2
2026-03-29 06:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO
2026-03-29 06:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3643ad71-105e-561b-9dc0-fb85c5105498 with scrape type 2
2026-03-29 06:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3643ad71-105e-561b-9dc0-fb85c5105498 with scrape type 2
2026-03-29 06:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3643ad71-105e-561b-9dc0-fb85c5105498, identifier: VK25%20EYO
2026-03-29 06:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW
2026-03-29 06:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW
2026-03-29 06:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW to the API
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV21%20WHW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a3329ba-6703-50e4-98d8-5d895d051015',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV21 WHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV21%20WHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 40344,
 '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 X Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2MU83172',
 'year': 2021}
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520WHW%27 HTTP/1.1" 200 None
2026-03-29 06:39:14 [bca.uk] INFO: Saving data for OV21%20WHW: {'auction_closing_time': 1774951200.0, 'created_time': 1773959829.638871, 'last_price_update_time': 1774766354.203017}
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV21%2520WHW') HTTP/1.1" 204 0
2026-03-29 06:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO
2026-03-29 06:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO
2026-03-29 06:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO to the API
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK25%20EYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3643ad71-105e-561b-9dc0-fb85c5105498',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK25 EYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK25%20EYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 6386,
 '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 E-2008 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UKZKX3SJ602090',
 'year': 2025}
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK25%2520EYO%27 HTTP/1.1" 200 None
2026-03-29 06:39:14 [bca.uk] INFO: Saving data for VK25%20EYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774276521.782808, 'last_price_update_time': 1774766354.486688}
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK25%2520EYO') HTTP/1.1" 204 0
2026-03-29 06:39:14 [bca.uk] INFO: Found listing with ID: DU19%20VRD
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 06:39:14 [bca.uk] INFO: Scrape type for DU19%20VRD: 2
2026-03-29 06:39:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD
2026-03-29 06:39:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with scrape type 2
2026-03-29 06:39:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with scrape type 2
2026-03-29 06:39:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1433a8-d51f-5b28-b09a-ab814e5291b7, identifier: DU19%20VRD
2026-03-29 06:39:14 [bca.uk] INFO: Found listing with ID: WD72%20KYO
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 06:39:14 [bca.uk] INFO: Scrape type for WD72%20KYO: 2
2026-03-29 06:39:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO
2026-03-29 06:39:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with scrape type 2
2026-03-29 06:39:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with scrape type 2
2026-03-29 06:39:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9, identifier: WD72%20KYO
2026-03-29 06:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD
2026-03-29 06:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD
2026-03-29 06:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD to the API
2026-03-29 06:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU19%20VRD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a1433a8-d51f-5b28-b09a-ab814e5291b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU19 VRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU19%20VRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 47144,
 'odometer_reading_unit': '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 110 ECOTEC SE (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 ECOTEC SE (6)S/S',
 'vin': 'W0V7D9ED5K4202210',
 'year': 2019}
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VRD%27 HTTP/1.1" 200 None
2026-03-29 06:39:15 [bca.uk] INFO: Saving data for DU19%20VRD: {'auction_closing_time': 1774951200.0, 'created_time': 1773828938.604574, 'last_price_update_time': 1774766355.605924}
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU19%2520VRD') HTTP/1.1" 204 0
2026-03-29 06:39:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO
2026-03-29 06:39:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO
2026-03-29 06:39:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO to the API
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD72%20KYO-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': '0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD72 KYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD72%20KYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 25182,
 '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 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5061535',
 'year': 2023}
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520KYO%27 HTTP/1.1" 200 None
2026-03-29 06:39:15 [bca.uk] INFO: Saving data for WD72%20KYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774276520.709397, 'last_price_update_time': 1774766355.88054}
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD72%2520KYO') HTTP/1.1" 204 0
2026-03-29 06:39:15 [bca.uk] INFO: Found listing with ID: DA68%20NXY
2026-03-29 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 06:39:16 [bca.uk] INFO: Scrape type for DA68%20NXY: 2
2026-03-29 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY
2026-03-29 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 996b3ce1-e81a-5bd0-b834-f28600f4a49f with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 996b3ce1-e81a-5bd0-b834-f28600f4a49f with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 996b3ce1-e81a-5bd0-b834-f28600f4a49f, identifier: DA68%20NXY
2026-03-29 06:39:16 [bca.uk] INFO: Found listing with ID: YA72%20OPH
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520OPH%27 HTTP/1.1" 200 None
2026-03-29 06:39:16 [bca.uk] INFO: Scrape type for YA72%20OPH: 2
2026-03-29 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH
2026-03-29 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8, identifier: YA72%20OPH
2026-03-29 06:39:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY
2026-03-29 06:39:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY
2026-03-29 06:39:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY to the API
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA68%20NXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '996b3ce1-e81a-5bd0-b834-f28600f4a49f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA68 NXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA68%20NXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 64077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 ALLURE',
 'vin': 'VF3MCYHZJJS423172',
 'year': 2018}
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520NXY%27 HTTP/1.1" 200 None
2026-03-29 06:39:16 [bca.uk] INFO: Saving data for DA68%20NXY: {'auction_closing_time': 1774951200.0, 'created_time': 1773844241.687072, 'last_price_update_time': 1774766356.488638}
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520NXY') HTTP/1.1" 204 0
2026-03-29 06:39:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH
2026-03-29 06:39:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH
2026-03-29 06:39:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH to the API
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20OPH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfe43466-90d6-5c7c-a92c-0cd8b7a471d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA72 OPH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20OPH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 63929,
 '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': 'KNAD6817LN6774710',
 'year': 2023}
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520OPH%27 HTTP/1.1" 200 None
2026-03-29 06:39:16 [bca.uk] INFO: Saving data for YA72%20OPH: {'auction_closing_time': 1775037600.0, 'created_time': 1774276515.757442, 'last_price_update_time': 1774766356.766022}
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520OPH') HTTP/1.1" 204 0
2026-03-29 06:39:16 [bca.uk] INFO: Found listing with ID: WD18%20OXV
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520OXV%27 HTTP/1.1" 200 None
2026-03-29 06:39:16 [bca.uk] INFO: Scrape type for WD18%20OXV: 2
2026-03-29 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV
2026-03-29 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef44923-5630-5454-8e74-e623f2ded883 with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef44923-5630-5454-8e74-e623f2ded883 with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bef44923-5630-5454-8e74-e623f2ded883, identifier: WD18%20OXV
2026-03-29 06:39:16 [bca.uk] INFO: Found listing with ID: HN23%20GHB
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GHB%27 HTTP/1.1" 200 None
2026-03-29 06:39:16 [bca.uk] INFO: Scrape type for HN23%20GHB: 2
2026-03-29 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB
2026-03-29 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with scrape type 2
2026-03-29 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6, identifier: HN23%20GHB
2026-03-29 06:39:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV
2026-03-29 06:39:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV
2026-03-29 06:39:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV to the API
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD18%20OXV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bef44923-5630-5454-8e74-e623f2ded883',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD18 OXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD18%20OXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 51306,
 'odometer_reading_unit': '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 PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383142F070244',
 'year': 2018}
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520OXV%27 HTTP/1.1" 200 None
2026-03-29 06:39:17 [bca.uk] INFO: Saving data for WD18%20OXV: {'auction_closing_time': 1774951200.0, 'created_time': 1773828930.242289, 'last_price_update_time': 1774766357.268547}
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD18%2520OXV') HTTP/1.1" 204 0
2026-03-29 06:39:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB
2026-03-29 06:39:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB
2026-03-29 06:39:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB to the API
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20GHB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5af63ca5-d53c-5d53-ba47-554b1f0e71c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN23 GHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20GHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 46889,
 '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 28 2.0 B/DCI 130 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL BUSINESS',
 'vin': 'VF1FL000670616652',
 'year': 2023}
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GHB%27 HTTP/1.1" 200 None
2026-03-29 06:39:17 [bca.uk] INFO: Saving data for HN23%20GHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774263965.468428, 'last_price_update_time': 1774766357.554887}
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520GHB') HTTP/1.1" 204 0
2026-03-29 06:39:17 [bca.uk] INFO: Found listing with ID: MF19%20ZCE
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520ZCE%27 HTTP/1.1" 200 None
2026-03-29 06:39:17 [bca.uk] INFO: Scrape type for MF19%20ZCE: 2
2026-03-29 06:39:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE
2026-03-29 06:39:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de9b343b-736b-54c7-bde6-9395fe8cd207 with scrape type 2
2026-03-29 06:39:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de9b343b-736b-54c7-bde6-9395fe8cd207 with scrape type 2
2026-03-29 06:39:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de9b343b-736b-54c7-bde6-9395fe8cd207, identifier: MF19%20ZCE
2026-03-29 06:39:17 [bca.uk] INFO: Found listing with ID: HY65%20MYF
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MYF%27 HTTP/1.1" 200 None
2026-03-29 06:39:17 [bca.uk] INFO: Scrape type for HY65%20MYF: 2
2026-03-29 06:39:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF
2026-03-29 06:39:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with scrape type 2
2026-03-29 06:39:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with scrape type 2
2026-03-29 06:39:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6, identifier: HY65%20MYF
2026-03-29 06:39:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE
2026-03-29 06:39:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE
2026-03-29 06:39:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE to the API
2026-03-29 06:39:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF19%20ZCE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'de9b343b-736b-54c7-bde6-9395fe8cd207',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF19 ZCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF19%20ZCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LEXUS',
 'model': 'RX 450H',
 'odometer': 47041,
 'odometer_reading_unit': '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 RX 450H 3.5 TAKUMI StationWagon',
 'transmission': 'automatic',
 'trim': 'TAKUMI',
 'vin': 'JTJBGMCAX02047778',
 'year': 2019}
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520ZCE%27 HTTP/1.1" 200 None
2026-03-29 06:39:18 [bca.uk] INFO: Saving data for MF19%20ZCE: {'auction_closing_time': 1774951200.0, 'created_time': 1773820421.706177, 'last_price_update_time': 1774766358.072022}
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF19%2520ZCE') HTTP/1.1" 204 0
2026-03-29 06:39:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF
2026-03-29 06:39:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF
2026-03-29 06:39:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF to the API
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY65%20MYF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY65 MYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY65%20MYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 152703,
 '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 E350 3.0 B/TEC AMG LINE PREMIUM TIP Coupe',
 'transmission': 'manual',
 'trim': 'B/TEC AMG LINE PREMIUM TIP',
 'vin': 'WDD2073262F328691',
 'year': 2015}
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MYF%27 HTTP/1.1" 200 None
2026-03-29 06:39:18 [bca.uk] INFO: Saving data for HY65%20MYF: {'auction_closing_time': 1774864800.0, 'created_time': 1773829182.520133, 'last_price_update_time': 1774766358.351773}
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY65%2520MYF') HTTP/1.1" 204 0
2026-03-29 06:39:18 [bca.uk] INFO: Found listing with ID: MD68%20YVM
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 06:39:18 [bca.uk] INFO: Scrape type for MD68%20YVM: 2
2026-03-29 06:39:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM
2026-03-29 06:39:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1af257d-3155-57ab-924b-ffe7757727c9 with scrape type 2
2026-03-29 06:39:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1af257d-3155-57ab-924b-ffe7757727c9 with scrape type 2
2026-03-29 06:39:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1af257d-3155-57ab-924b-ffe7757727c9, identifier: MD68%20YVM
2026-03-29 06:39:18 [bca.uk] INFO: Found listing with ID: YC68%20OHX
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 06:39:18 [bca.uk] INFO: Scrape type for YC68%20OHX: 2
2026-03-29 06:39:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX
2026-03-29 06:39:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a053dea8-04be-5c3d-9bf9-4597357b9b18 with scrape type 2
2026-03-29 06:39:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a053dea8-04be-5c3d-9bf9-4597357b9b18 with scrape type 2
2026-03-29 06:39:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a053dea8-04be-5c3d-9bf9-4597357b9b18, identifier: YC68%20OHX
2026-03-29 06:39:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM
2026-03-29 06:39:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM
2026-03-29 06:39:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM to the API
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD68%20YVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1af257d-3155-57ab-924b-ffe7757727c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD68 YVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD68%20YVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200',
 'odometer': 42302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 200 1.6 AMG LINE NIGHT ED.PLUS DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE NIGHT ED.PLUS DCT',
 'vin': 'WDD1173432N715840',
 'year': 2018}
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520YVM%27 HTTP/1.1" 200 None
2026-03-29 06:39:18 [bca.uk] INFO: Saving data for MD68%20YVM: {'auction_closing_time': 1774951200.0, 'created_time': 1773828935.418399, 'last_price_update_time': 1774766358.861245}
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD68%2520YVM') HTTP/1.1" 204 0
2026-03-29 06:39:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX
2026-03-29 06:39:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX
2026-03-29 06:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX to the API
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20OHX-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a053dea8-04be-5c3d-9bf9-4597357b9b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 OHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20OHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'FOCUS VIGNALE',
 'odometer': 37744,
 'odometer_reading_unit': '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 VIGNALE 1.5 EBL 120 Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120',
 'vin': 'WF0NXXGCHNJB35814',
 'year': 2018}
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OHX%27 HTTP/1.1" 200 None
2026-03-29 06:39:19 [bca.uk] INFO: Saving data for YC68%20OHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774264255.375222, 'last_price_update_time': 1774766359.240026}
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520OHX') HTTP/1.1" 204 0
2026-03-29 06:39:19 [bca.uk] INFO: Found listing with ID: M123%20CRH
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M123%2520CRH%27 HTTP/1.1" 200 None
2026-03-29 06:39:19 [bca.uk] INFO: Scrape type for M123%20CRH: 2
2026-03-29 06:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH
2026-03-29 06:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3301ec0-937c-59a1-8819-346d2b2662d4 with scrape type 2
2026-03-29 06:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3301ec0-937c-59a1-8819-346d2b2662d4 with scrape type 2
2026-03-29 06:39:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3301ec0-937c-59a1-8819-346d2b2662d4, identifier: M123%20CRH
2026-03-29 06:39:19 [bca.uk] INFO: Found listing with ID: FX64%20OGW
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520OGW%27 HTTP/1.1" 200 None
2026-03-29 06:39:19 [bca.uk] INFO: Scrape type for FX64%20OGW: 2
2026-03-29 06:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW
2026-03-29 06:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with scrape type 2
2026-03-29 06:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with scrape type 2
2026-03-29 06:39:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5, identifier: FX64%20OGW
2026-03-29 06:39:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH
2026-03-29 06:39:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH
2026-03-29 06:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH to the API
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M123%20CRH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a3301ec0-937c-59a1-8819-346d2b2662d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M123 CRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M123%20CRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 31098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MASERATI LEVANTE 3.0 V6D 275 GRANLUSSO StationWagon',
 'transmission': 'automatic',
 'trim': 'V6D 275 GRANLUSSO',
 'vin': 'ZN6TU61C00X297681',
 'year': 2018}
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M123%2520CRH%27 HTTP/1.1" 200 None
2026-03-29 06:39:19 [bca.uk] INFO: Saving data for M123%20CRH: {'auction_closing_time': 1774951200.0, 'created_time': 1773820406.217994, 'last_price_update_time': 1774766359.749757}
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M123%2520CRH') HTTP/1.1" 204 0
2026-03-29 06:39:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW
2026-03-29 06:39:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW
2026-03-29 06:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW to the API
2026-03-29 06:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX64%20OGW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX64 OGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX64%20OGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 96110,
 '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 R DESIGN Estate',
 'transmission': 'manual',
 'trim': 'D4 181 2WD R DESIGN',
 'vin': 'YV1DZ73C1F2690375',
 'year': 2014}
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520OGW%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Saving data for FX64%20OGW: {'auction_closing_time': 1774864800.0, 'created_time': 1774264244.75184, 'last_price_update_time': 1774766360.020292}
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX64%2520OGW') HTTP/1.1" 204 0
2026-03-29 06:39:20 [bca.uk] INFO: Found listing with ID: BD69%20OJK
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520OJK%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Scrape type for BD69%20OJK: 2
2026-03-29 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK
2026-03-29 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8baa17cd-e0af-5312-af68-2fd4ada5af61 with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8baa17cd-e0af-5312-af68-2fd4ada5af61 with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8baa17cd-e0af-5312-af68-2fd4ada5af61, identifier: BD69%20OJK
2026-03-29 06:39:20 [bca.uk] INFO: Found listing with ID: OY66%20AAK
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AAK%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Scrape type for OY66%20AAK: 2
2026-03-29 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK
2026-03-29 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471, identifier: OY66%20AAK
2026-03-29 06:39:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK
2026-03-29 06:39:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK
2026-03-29 06:39:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK to the API
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD69%20OJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8baa17cd-e0af-5312-af68-2fd4ada5af61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD69 OJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD69%20OJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 89824,
 'odometer_reading_unit': '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 S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M2KD024761',
 'year': 2019}
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520OJK%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Saving data for BD69%20OJK: {'auction_closing_time': 1774951200.0, 'created_time': 1773828927.090546, 'last_price_update_time': 1774766360.510969}
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD69%2520OJK') HTTP/1.1" 204 0
2026-03-29 06:39:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK
2026-03-29 06:39:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK
2026-03-29 06:39:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK to the API
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY66%20AAK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b8401f0-02db-53b3-ba4c-c2c6a9f79471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY66 AAK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY66%20AAK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 74751,
 '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 3.0 TDI 218 S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 218 S LINE S-T',
 'vin': 'WAUZZZF45HA044705',
 'year': 2016}
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AAK%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Saving data for OY66%20AAK: {'auction_closing_time': 1774864800.0, 'created_time': 1774264227.680836, 'last_price_update_time': 1774766360.795649}
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY66%2520AAK') HTTP/1.1" 204 0
2026-03-29 06:39:20 [bca.uk] INFO: Found listing with ID: LY69%20MXT
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Scrape type for LY69%20MXT: 2
2026-03-29 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT
2026-03-29 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d6b67f-8a42-5000-9db0-113aeaf90e2d with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d6b67f-8a42-5000-9db0-113aeaf90e2d with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24d6b67f-8a42-5000-9db0-113aeaf90e2d, identifier: LY69%20MXT
2026-03-29 06:39:20 [bca.uk] INFO: Found listing with ID: DF15%20NGO
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:39:20 [bca.uk] INFO: Scrape type for DF15%20NGO: 2
2026-03-29 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO
2026-03-29 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93099946-d0e8-5593-863f-e26c684e337c with scrape type 2
2026-03-29 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93099946-d0e8-5593-863f-e26c684e337c with scrape type 2
2026-03-29 06:39:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93099946-d0e8-5593-863f-e26c684e337c, identifier: DF15%20NGO
2026-03-29 06:39:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT
2026-03-29 06:39:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT
2026-03-29 06:39:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT to the API
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY69%20MXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24d6b67f-8a42-5000-9db0-113aeaf90e2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY69 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY69%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 66545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0NXXGCHNKM79515',
 'year': 2019}
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520MXT%27 HTTP/1.1" 200 None
2026-03-29 06:39:21 [bca.uk] INFO: Saving data for LY69%20MXT: {'auction_closing_time': 1774951200.0, 'created_time': 1773820381.918269, 'last_price_update_time': 1774766361.311713}
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY69%2520MXT') HTTP/1.1" 204 0
2026-03-29 06:39:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO
2026-03-29 06:39:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO
2026-03-29 06:39:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO to the API
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF15%20NGO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '93099946-d0e8-5593-863f-e26c684e337c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF15 NGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF15%20NGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3 CABRIOLET',
 'odometer': 71963,
 '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 CABRIOLET 2.0 TDI 150 S LINE Convertible',
 'transmission': 'manual',
 'trim': 'TDI 150 S LINE',
 'vin': 'WAUZZZ8V4F1114813',
 'year': 2015}
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520NGO%27 HTTP/1.1" 200 None
2026-03-29 06:39:21 [bca.uk] INFO: Saving data for DF15%20NGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774264212.240943, 'last_price_update_time': 1774766361.584674}
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF15%2520NGO') HTTP/1.1" 204 0
2026-03-29 06:39:21 [bca.uk] INFO: Found listing with ID: LX17%20YDM
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:39:21 [bca.uk] INFO: Scrape type for LX17%20YDM: 2
2026-03-29 06:39:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM
2026-03-29 06:39:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9481ed14-18c3-5a61-a24f-74127f2dd45e with scrape type 2
2026-03-29 06:39:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9481ed14-18c3-5a61-a24f-74127f2dd45e with scrape type 2
2026-03-29 06:39:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9481ed14-18c3-5a61-a24f-74127f2dd45e, identifier: LX17%20YDM
2026-03-29 06:39:21 [bca.uk] INFO: Found listing with ID: VO69%20WZA
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 06:39:21 [bca.uk] INFO: Scrape type for VO69%20WZA: 2
2026-03-29 06:39:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA
2026-03-29 06:39:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with scrape type 2
2026-03-29 06:39:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with scrape type 2
2026-03-29 06:39:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c7e6ad3-2205-52b3-b283-c2493104c8f8, identifier: VO69%20WZA
2026-03-29 06:39:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM
2026-03-29 06:39:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM
2026-03-29 06:39:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM to the API
2026-03-29 06:39:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX17%20YDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9481ed14-18c3-5a61-a24f-74127f2dd45e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX17 YDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX17%20YDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 68494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZGA5HA028721',
 'year': 2017}
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520YDM%27 HTTP/1.1" 200 None
2026-03-29 06:39:22 [bca.uk] INFO: Saving data for LX17%20YDM: {'auction_closing_time': 1774951200.0, 'created_time': 1773820383.573295, 'last_price_update_time': 1774766362.086407}
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX17%2520YDM') HTTP/1.1" 204 0
2026-03-29 06:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA
2026-03-29 06:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA
2026-03-29 06:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA to the API
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO69%20WZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0c7e6ad3-2205-52b3-b283-c2493104c8f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO69 WZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO69%20WZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 119425,
 'odometer_reading_unit': '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 KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUKU046553',
 'year': 2019}
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520WZA%27 HTTP/1.1" 200 None
2026-03-29 06:39:22 [bca.uk] INFO: Saving data for VO69%20WZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774264223.674426, 'last_price_update_time': 1774766362.362091}
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO69%2520WZA') HTTP/1.1" 204 0
2026-03-29 06:39:22 [bca.uk] INFO: Found listing with ID: LX67%20VGG
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:39:22 [bca.uk] INFO: Scrape type for LX67%20VGG: 2
2026-03-29 06:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG
2026-03-29 06:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4553bb1-6fbd-507f-b31c-7090f817f67d with scrape type 2
2026-03-29 06:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4553bb1-6fbd-507f-b31c-7090f817f67d with scrape type 2
2026-03-29 06:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4553bb1-6fbd-507f-b31c-7090f817f67d, identifier: LX67%20VGG
2026-03-29 06:39:22 [bca.uk] INFO: Found listing with ID: BD18%20KHZ
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39: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%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:22 [bca.uk] INFO: Scrape type for BD18%20KHZ: 2
2026-03-29 06:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ
2026-03-29 06:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with scrape type 2
2026-03-29 06:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with scrape type 2
2026-03-29 06:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1, identifier: BD18%20KHZ
2026-03-29 06:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG
2026-03-29 06:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG
2026-03-29 06:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG to the API
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20VGG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a4553bb1-6fbd-507f-b31c-7090f817f67d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 VGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20VGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 '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': 'MERCEDES-BENZ GLA 200 1.6 SPORT EXECUTIVE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDC1569432J430384',
 'year': 2017}
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520VGG%27 HTTP/1.1" 200 None
2026-03-29 06:39:22 [bca.uk] INFO: Saving data for LX67%20VGG: {'auction_closing_time': 1774951200.0, 'created_time': 1773820320.328625, 'last_price_update_time': 1774766362.884026}
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520VGG') HTTP/1.1" 204 0
2026-03-29 06:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ
2026-03-29 06:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ
2026-03-29 06:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ to the API
2026-03-29 06:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD18%20KHZ-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c78cea4-b1cd-584a-865b-a27aaeb47ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD18 KHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD18%20KHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 52679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 95 XCELLENCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 XCELLENCE',
 'vin': 'VSSZZZKJZJR146731',
 'year': 2018}
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:23 [bca.uk] INFO: Saving data for BD18%20KHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264223.205533, 'last_price_update_time': 1774766363.178289}
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD18%2520KHZ') HTTP/1.1" 204 0
2026-03-29 06:39:23 [bca.uk] INFO: Found listing with ID: DK16%20FDE
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 06:39:23 [bca.uk] INFO: Scrape type for DK16%20FDE: 2
2026-03-29 06:39:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE
2026-03-29 06:39:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with scrape type 2
2026-03-29 06:39:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with scrape type 2
2026-03-29 06:39:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a025ec18-fb1f-5aeb-9058-1a05afc1fe65, identifier: DK16%20FDE
2026-03-29 06:39:23 [bca.uk] INFO: Found listing with ID: YK12%20WJE
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520WJE%27 HTTP/1.1" 200 None
2026-03-29 06:39:23 [bca.uk] INFO: Scrape type for YK12%20WJE: 2
2026-03-29 06:39:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE
2026-03-29 06:39:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6975b412-7dd4-57c7-bbaa-7209d65164d2 with scrape type 2
2026-03-29 06:39:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6975b412-7dd4-57c7-bbaa-7209d65164d2 with scrape type 2
2026-03-29 06:39:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6975b412-7dd4-57c7-bbaa-7209d65164d2, identifier: YK12%20WJE
2026-03-29 06:39:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE
2026-03-29 06:39:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE
2026-03-29 06:39:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE to the API
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK16%20FDE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a025ec18-fb1f-5aeb-9058-1a05afc1fe65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK16 FDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK16%20FDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 27515,
 '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 PICANTO 1.2 2 Hatchback',
 'transmission': 'automatic',
 'trim': '2',
 'vin': 'KNABX512MGT135275',
 'year': 2016}
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520FDE%27 HTTP/1.1" 200 None
2026-03-29 06:39:23 [bca.uk] INFO: Saving data for DK16%20FDE: {'auction_closing_time': 1774951200.0, 'created_time': 1773820346.642421, 'last_price_update_time': 1774766363.682175}
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK16%2520FDE') HTTP/1.1" 204 0
2026-03-29 06:39:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE
2026-03-29 06:39:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE
2026-03-29 06:39:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE to the API
2026-03-29 06:39:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK12%20WJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6975b412-7dd4-57c7-bbaa-7209d65164d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK12 WJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK12%20WJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 77891,
 '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 FREELANDER 2 2.2 TD4 150 XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 XS',
 'vin': 'SALFA2CCXCH282512',
 'year': 2012}
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520WJE%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Saving data for YK12%20WJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774264215.900119, 'last_price_update_time': 1774766364.065401}
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK12%2520WJE') HTTP/1.1" 204 0
2026-03-29 06:39:24 [bca.uk] INFO: Found listing with ID: LR68%20XKT
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Scrape type for LR68%20XKT: 2
2026-03-29 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT
2026-03-29 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd4c79f2-9fa8-584f-b504-b445a72977c0 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd4c79f2-9fa8-584f-b504-b445a72977c0 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd4c79f2-9fa8-584f-b504-b445a72977c0, identifier: LR68%20XKT
2026-03-29 06:39:24 [bca.uk] INFO: Found listing with ID: EK67%20KWJ
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Scrape type for EK67%20KWJ: 2
2026-03-29 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ
2026-03-29 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1898900-6849-5b71-82b7-fbf707815cf8 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1898900-6849-5b71-82b7-fbf707815cf8 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1898900-6849-5b71-82b7-fbf707815cf8, identifier: EK67%20KWJ
2026-03-29 06:39:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT
2026-03-29 06:39:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT
2026-03-29 06:39:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT to the API
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR68%20XKT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd4c79f2-9fa8-584f-b504-b445a72977c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR68 XKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR68%20XKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 39043,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J567275',
 'year': 2018}
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520XKT%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Saving data for LR68%20XKT: {'auction_closing_time': 1774951200.0, 'created_time': 1773820333.623885, 'last_price_update_time': 1774766364.569914}
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR68%2520XKT') HTTP/1.1" 204 0
2026-03-29 06:39:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ
2026-03-29 06:39:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ
2026-03-29 06:39:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ to the API
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK67%20KWJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f1898900-6849-5b71-82b7-fbf707815cf8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK67 KWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK67%20KWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 85540,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760122V196684',
 'year': 2017}
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Saving data for EK67%20KWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264638.962131, 'last_price_update_time': 1774766364.840283}
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK67%2520KWJ') HTTP/1.1" 204 0
2026-03-29 06:39:24 [bca.uk] INFO: Found listing with ID: R666%20TRC
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R666%2520TRC%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Scrape type for R666%20TRC: 2
2026-03-29 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC
2026-03-29 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee699e19-a867-5931-9d87-521e739dd053 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee699e19-a867-5931-9d87-521e739dd053 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee699e19-a867-5931-9d87-521e739dd053, identifier: R666%20TRC
2026-03-29 06:39:24 [bca.uk] INFO: Found listing with ID: YF72%20OWX
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 06:39:24 [bca.uk] INFO: Scrape type for YF72%20OWX: 2
2026-03-29 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX
2026-03-29 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with scrape type 2
2026-03-29 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with scrape type 2
2026-03-29 06:39:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8, identifier: YF72%20OWX
2026-03-29 06:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC
2026-03-29 06:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC
2026-03-29 06:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC to the API
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R666%20TRC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee699e19-a867-5931-9d87-521e739dd053',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'R666 TRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R666%20TRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 68097,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 110 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 110 SE L DSG',
 'vin': 'TMBBG7NE0H0173367',
 'year': 2017}
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R666%2520TRC%27 HTTP/1.1" 200 None
2026-03-29 06:39:25 [bca.uk] INFO: Saving data for R666%20TRC: {'auction_closing_time': 1774951200.0, 'created_time': 1773844109.128149, 'last_price_update_time': 1774766365.344227}
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R666%2520TRC') HTTP/1.1" 204 0
2026-03-29 06:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX
2026-03-29 06:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX
2026-03-29 06:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX to the API
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF72%20OWX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF72 OWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF72%20OWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'E-C4',
 'odometer': 46620,
 'odometer_reading_unit': '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 E-C4 100KW 50KWH SENSE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SENSE PLUS',
 'vin': 'VR7BCZKXCNE066054',
 'year': 2022}
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520OWX%27 HTTP/1.1" 200 None
2026-03-29 06:39:25 [bca.uk] INFO: Saving data for YF72%20OWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774264632.163989, 'last_price_update_time': 1774766365.638179}
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520OWX') HTTP/1.1" 204 0
2026-03-29 06:39:25 [bca.uk] INFO: Found listing with ID: BP18%20RUA
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520RUA%27 HTTP/1.1" 200 None
2026-03-29 06:39:25 [bca.uk] INFO: Scrape type for BP18%20RUA: 2
2026-03-29 06:39:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA
2026-03-29 06:39:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4400a8f7-3537-5594-98ea-caf6e171b54c with scrape type 2
2026-03-29 06:39:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4400a8f7-3537-5594-98ea-caf6e171b54c with scrape type 2
2026-03-29 06:39:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4400a8f7-3537-5594-98ea-caf6e171b54c, identifier: BP18%20RUA
2026-03-29 06:39:25 [bca.uk] INFO: Found listing with ID: SR15%20ENY
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR15%2520ENY%27 HTTP/1.1" 200 None
2026-03-29 06:39:25 [bca.uk] INFO: Scrape type for SR15%20ENY: 2
2026-03-29 06:39:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY
2026-03-29 06:39:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2cd2750-4ad6-5273-8241-9128a93fb817 with scrape type 2
2026-03-29 06:39:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2cd2750-4ad6-5273-8241-9128a93fb817 with scrape type 2
2026-03-29 06:39:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2cd2750-4ad6-5273-8241-9128a93fb817, identifier: SR15%20ENY
2026-03-29 06:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA
2026-03-29 06:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA
2026-03-29 06:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA to the API
2026-03-29 06:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP18%20RUA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4400a8f7-3537-5594-98ea-caf6e171b54c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP18 RUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP18%20RUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SUBARU',
 'model': 'IMPREZA',
 'odometer': 49579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SUBARU IMPREZA 2.0 SE LINEARTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'SE LINEARTRONIC',
 'vin': 'JF1GT7KL5JG039003',
 'year': 2018}
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520RUA%27 HTTP/1.1" 200 None
2026-03-29 06:39:26 [bca.uk] INFO: Saving data for BP18%20RUA: {'auction_closing_time': 1774951200.0, 'created_time': 1773844095.85291, 'last_price_update_time': 1774766366.150668}
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP18%2520RUA') HTTP/1.1" 204 0
2026-03-29 06:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY
2026-03-29 06:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY
2026-03-29 06:39:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY to the API
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR15%20ENY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2cd2750-4ad6-5273-8241-9128a93fb817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR15 ENY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR15%20ENY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 54305,
 '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': 'WVWZZZ6RZFU092280',
 'year': 2015}
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR15%2520ENY%27 HTTP/1.1" 200 None
2026-03-29 06:39:26 [bca.uk] INFO: Saving data for SR15%20ENY: {'auction_closing_time': 1774864800.0, 'created_time': 1774264624.102386, 'last_price_update_time': 1774766366.429382}
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR15%2520ENY') HTTP/1.1" 204 0
2026-03-29 06:39:26 [bca.uk] INFO: Found listing with ID: YJZ%209313
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209313%27 HTTP/1.1" 200 None
2026-03-29 06:39:26 [bca.uk] INFO: Scrape type for YJZ%209313: 2
2026-03-29 06:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313
2026-03-29 06:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f079e84e-704f-5f1c-9a1b-e99083bf824b with scrape type 2
2026-03-29 06:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f079e84e-704f-5f1c-9a1b-e99083bf824b with scrape type 2
2026-03-29 06:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f079e84e-704f-5f1c-9a1b-e99083bf824b, identifier: YJZ%209313
2026-03-29 06:39:26 [bca.uk] INFO: Found listing with ID: MF12%20AHU
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 06:39:26 [bca.uk] INFO: Scrape type for MF12%20AHU: 2
2026-03-29 06:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU
2026-03-29 06:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with scrape type 2
2026-03-29 06:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with scrape type 2
2026-03-29 06:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d29f0f66-b517-59b4-95ea-3d03f8e2ef23, identifier: MF12%20AHU
2026-03-29 06:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313
2026-03-29 06:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313
2026-03-29 06:39:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313 to the API
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJZ%209313-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f079e84e-704f-5f1c-9a1b-e99083bf824b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJZ 9313',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJZ%209313&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 107865,
 '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 TITANIUM X P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 TITANIUM X P/S',
 'vin': 'WF0KXXWPCKGL48576',
 'year': 2016}
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209313%27 HTTP/1.1" 200 None
2026-03-29 06:39:26 [bca.uk] INFO: Saving data for YJZ%209313: {'auction_closing_time': 1774951200.0, 'created_time': 1773844084.299075, 'last_price_update_time': 1774766366.915305}
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJZ%25209313') HTTP/1.1" 204 0
2026-03-29 06:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU
2026-03-29 06:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU
2026-03-29 06:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU to the API
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF12%20AHU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd29f0f66-b517-59b4-95ea-3d03f8e2ef23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF12 AHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF12%20AHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 78418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 TDI 177 S LINE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 177 S LINE',
 'vin': 'WAUZZZ4G8CN124188',
 'year': 2012}
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520AHU%27 HTTP/1.1" 200 None
2026-03-29 06:39:27 [bca.uk] INFO: Saving data for MF12%20AHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774264630.539417, 'last_price_update_time': 1774766367.191143}
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF12%2520AHU') HTTP/1.1" 204 0
2026-03-29 06:39:27 [bca.uk] INFO: Found listing with ID: KV70%20LYU
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LYU%27 HTTP/1.1" 200 None
2026-03-29 06:39:27 [bca.uk] INFO: Scrape type for KV70%20LYU: 2
2026-03-29 06:39:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU
2026-03-29 06:39:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06b22f7-2d60-5924-8446-9e8603c0bed9 with scrape type 2
2026-03-29 06:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06b22f7-2d60-5924-8446-9e8603c0bed9 with scrape type 2
2026-03-29 06:39:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06b22f7-2d60-5924-8446-9e8603c0bed9, identifier: KV70%20LYU
2026-03-29 06:39:27 [bca.uk] INFO: Found listing with ID: WR15%20YUH
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520YUH%27 HTTP/1.1" 200 None
2026-03-29 06:39:27 [bca.uk] INFO: Scrape type for WR15%20YUH: 2
2026-03-29 06:39:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH
2026-03-29 06:39:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cba3ebe-23f8-5db5-86b8-29f14273f65f with scrape type 2
2026-03-29 06:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cba3ebe-23f8-5db5-86b8-29f14273f65f with scrape type 2
2026-03-29 06:39:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cba3ebe-23f8-5db5-86b8-29f14273f65f, identifier: WR15%20YUH
2026-03-29 06:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU
2026-03-29 06:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU
2026-03-29 06:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU to the API
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV70%20LYU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a06b22f7-2d60-5924-8446-9e8603c0bed9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV70 LYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV70%20LYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 61868,
 '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 3008 1.2 P/T 130 GT LINE PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT LINE PREMIUM EAT8',
 'vin': 'VF3MRHNSULS179554',
 'year': 2020}
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LYU%27 HTTP/1.1" 200 None
2026-03-29 06:39:27 [bca.uk] INFO: Saving data for KV70%20LYU: {'auction_closing_time': 1774951200.0, 'created_time': 1773844064.134311, 'last_price_update_time': 1774766367.68306}
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV70%2520LYU') HTTP/1.1" 204 0
2026-03-29 06:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH
2026-03-29 06:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH
2026-03-29 06:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH to the API
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR15%20YUH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2cba3ebe-23f8-5db5-86b8-29f14273f65f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR15 YUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR15%20YUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 83202,
 '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 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZFW306977',
 'year': 2015}
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520YUH%27 HTTP/1.1" 200 None
2026-03-29 06:39:27 [bca.uk] INFO: Saving data for WR15%20YUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774264657.175362, 'last_price_update_time': 1774766367.970753}
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR15%2520YUH') HTTP/1.1" 204 0
2026-03-29 06:39:27 [bca.uk] INFO: Found listing with ID: SB69%20LWS
2026-03-29 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LWS%27 HTTP/1.1" 200 None
2026-03-29 06:39:28 [bca.uk] INFO: Scrape type for SB69%20LWS: 2
2026-03-29 06:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS
2026-03-29 06:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28047a1e-9b61-5df7-b7bf-1e87781db7ab with scrape type 2
2026-03-29 06:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28047a1e-9b61-5df7-b7bf-1e87781db7ab with scrape type 2
2026-03-29 06:39:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28047a1e-9b61-5df7-b7bf-1e87781db7ab, identifier: SB69%20LWS
2026-03-29 06:39:28 [bca.uk] INFO: Found listing with ID: CK18%20VZB
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520VZB%27 HTTP/1.1" 200 None
2026-03-29 06:39:28 [bca.uk] INFO: Scrape type for CK18%20VZB: 2
2026-03-29 06:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB
2026-03-29 06:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a2839c1-4197-5999-8334-70dda8a6dcd8 with scrape type 2
2026-03-29 06:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a2839c1-4197-5999-8334-70dda8a6dcd8 with scrape type 2
2026-03-29 06:39:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a2839c1-4197-5999-8334-70dda8a6dcd8, identifier: CK18%20VZB
2026-03-29 06:39:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS
2026-03-29 06:39:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS
2026-03-29 06:39:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS to the API
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB69%20LWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28047a1e-9b61-5df7-b7bf-1e87781db7ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB69 LWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20LWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 34581,
 'odometer_reading_unit': '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 83 SPORT S/S Hatchback',
 'transmission': 'manual',
 'trim': '83 SPORT S/S',
 'vin': 'W0V7D9EE0L4024605',
 'year': 2019}
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LWS%27 HTTP/1.1" 200 None
2026-03-29 06:39:28 [bca.uk] INFO: Saving data for SB69%20LWS: {'auction_closing_time': 1774951200.0, 'created_time': 1773844080.434955, 'last_price_update_time': 1774766368.474304}
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520LWS') HTTP/1.1" 204 0
2026-03-29 06:39:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB
2026-03-29 06:39:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB
2026-03-29 06:39:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB to the API
2026-03-29 06:39:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK18%20VZB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a2839c1-4197-5999-8334-70dda8a6dcd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK18 VZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK18%20VZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 108000,
 'odometer_reading_unit': '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 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 100 TITANIUM',
 'vin': 'WF01XXERK1JT59958',
 'year': 2018}
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520VZB%27 HTTP/1.1" 200 None
2026-03-29 06:39:29 [bca.uk] INFO: Saving data for CK18%20VZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774264641.989387, 'last_price_update_time': 1774766369.609556}
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK18%2520VZB') HTTP/1.1" 204 0
2026-03-29 06:39:29 [bca.uk] INFO: Found listing with ID: SM18%20KLD
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 06:39:29 [bca.uk] INFO: Scrape type for SM18%20KLD: 2
2026-03-29 06:39:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD
2026-03-29 06:39:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 759f9928-4a47-5396-93f6-f5c311642758 with scrape type 2
2026-03-29 06:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 759f9928-4a47-5396-93f6-f5c311642758 with scrape type 2
2026-03-29 06:39:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 759f9928-4a47-5396-93f6-f5c311642758, identifier: SM18%20KLD
2026-03-29 06:39:29 [bca.uk] INFO: Found listing with ID: GM66%20WUK
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520WUK%27 HTTP/1.1" 200 None
2026-03-29 06:39:29 [bca.uk] INFO: Scrape type for GM66%20WUK: 2
2026-03-29 06:39:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK
2026-03-29 06:39:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613305a5-9009-5f4f-9421-21543b3e91ef with scrape type 2
2026-03-29 06:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 613305a5-9009-5f4f-9421-21543b3e91ef with scrape type 2
2026-03-29 06:39:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 613305a5-9009-5f4f-9421-21543b3e91ef, identifier: GM66%20WUK
2026-03-29 06:39:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD
2026-03-29 06:39:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD
2026-03-29 06:39:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD to the API
2026-03-29 06:39:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM18%20KLD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '759f9928-4a47-5396-93f6-f5c311642758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM18 KLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM18%20KLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 74606,
 'odometer_reading_unit': '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 Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F055151',
 'year': 2018}
2026-03-29 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KLD%27 HTTP/1.1" 200 None
2026-03-29 06:39:30 [bca.uk] INFO: Saving data for SM18%20KLD: {'auction_closing_time': 1774951200.0, 'created_time': 1773844070.939207, 'last_price_update_time': 1774766370.117503}
2026-03-29 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520KLD') HTTP/1.1" 204 0
2026-03-29 06:39:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK
2026-03-29 06:39:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK
2026-03-29 06:39:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK to the API
2026-03-29 06:39:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM66%20WUK-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '613305a5-9009-5f4f-9421-21543b3e91ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM66 WUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM66%20WUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 59304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.4 T 16V 150 ELITE Estate',
 'transmission': 'manual',
 'trim': 'T 16V 150 ELITE',
 'vin': 'W0LBE8EC1H8062398',
 'year': 2017}
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520WUK%27 HTTP/1.1" 200 None
2026-03-29 06:39:31 [bca.uk] INFO: Saving data for GM66%20WUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774264635.661294, 'last_price_update_time': 1774766371.35463}
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520WUK') HTTP/1.1" 204 0
2026-03-29 06:39:31 [bca.uk] INFO: Found listing with ID: PJ17%20UYP
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520UYP%27 HTTP/1.1" 200 None
2026-03-29 06:39:31 [bca.uk] INFO: Scrape type for PJ17%20UYP: 2
2026-03-29 06:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP
2026-03-29 06:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9195f09c-bab4-5b89-ab83-5325d2ddb49b with scrape type 2
2026-03-29 06:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9195f09c-bab4-5b89-ab83-5325d2ddb49b with scrape type 2
2026-03-29 06:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9195f09c-bab4-5b89-ab83-5325d2ddb49b, identifier: PJ17%20UYP
2026-03-29 06:39:31 [bca.uk] INFO: Found listing with ID: MT68%20TMO
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 06:39:31 [bca.uk] INFO: Scrape type for MT68%20TMO: 2
2026-03-29 06:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO
2026-03-29 06:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with scrape type 2
2026-03-29 06:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with scrape type 2
2026-03-29 06:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589, identifier: MT68%20TMO
2026-03-29 06:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP
2026-03-29 06:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP
2026-03-29 06:39:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP to the API
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ17%20UYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9195f09c-bab4-5b89-ab83-5325d2ddb49b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PJ17 UYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ17%20UYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 95301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN0JCP23087',
 'year': 2017}
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520UYP%27 HTTP/1.1" 200 None
2026-03-29 06:39:31 [bca.uk] INFO: Saving data for PJ17%20UYP: {'auction_closing_time': 1774951200.0, 'created_time': 1773844574.931944, 'last_price_update_time': 1774766371.971464}
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ17%2520UYP') HTTP/1.1" 204 0
2026-03-29 06:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO
2026-03-29 06:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO
2026-03-29 06:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO to the API
2026-03-29 06:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20TMO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33e8252b-85bf-5d5c-8eb2-14e41d2f2589',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 TMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20TMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 74516,
 'odometer_reading_unit': '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.5 DCI 115 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 115 ACENTA PREMIUM',
 'vin': 'SJNFAAJ11U2476133',
 'year': 2018}
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TMO%27 HTTP/1.1" 200 None
2026-03-29 06:39:33 [bca.uk] INFO: Saving data for MT68%20TMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774264614.675368, 'last_price_update_time': 1774766373.097064}
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520TMO') HTTP/1.1" 204 0
2026-03-29 06:39:33 [bca.uk] INFO: Found listing with ID: LP67%20XAZ
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:33 [bca.uk] INFO: Scrape type for LP67%20XAZ: 2
2026-03-29 06:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ
2026-03-29 06:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with scrape type 2
2026-03-29 06:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with scrape type 2
2026-03-29 06:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a, identifier: LP67%20XAZ
2026-03-29 06:39:33 [bca.uk] INFO: Found listing with ID: AE16%20XUZ
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:33 [bca.uk] INFO: Scrape type for AE16%20XUZ: 2
2026-03-29 06:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ
2026-03-29 06:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with scrape type 2
2026-03-29 06:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with scrape type 2
2026-03-29 06:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fbd6cc8-0f6f-50db-9238-252c83e06e00, identifier: AE16%20XUZ
2026-03-29 06:39:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ
2026-03-29 06:39:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ
2026-03-29 06:39:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ to the API
2026-03-29 06:39:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP67%20XAZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '666b9a8f-443d-5272-81a7-d73fdf0c6b4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP67 XAZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP67%20XAZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 53278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1173422N642281',
 'year': 2018}
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520XAZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:34 [bca.uk] INFO: Saving data for LP67%20XAZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773844072.140174, 'last_price_update_time': 1774766374.111917}
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP67%2520XAZ') HTTP/1.1" 204 0
2026-03-29 06:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ
2026-03-29 06:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ
2026-03-29 06:39:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ to the API
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE16%20XUZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fbd6cc8-0f6f-50db-9238-252c83e06e00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE16 XUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE16%20XUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 81374,
 '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': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN4HCP00387',
 'year': 2016}
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XUZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:34 [bca.uk] INFO: Saving data for AE16%20XUZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264542.87849, 'last_price_update_time': 1774766374.400972}
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE16%2520XUZ') HTTP/1.1" 204 0
2026-03-29 06:39:34 [bca.uk] INFO: Found listing with ID: HG19%20YHN
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YHN%27 HTTP/1.1" 200 None
2026-03-29 06:39:34 [bca.uk] INFO: Scrape type for HG19%20YHN: 2
2026-03-29 06:39:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN
2026-03-29 06:39:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f819d5f5-6d5e-596f-a82b-8b09cdb17edb with scrape type 2
2026-03-29 06:39:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f819d5f5-6d5e-596f-a82b-8b09cdb17edb with scrape type 2
2026-03-29 06:39:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f819d5f5-6d5e-596f-a82b-8b09cdb17edb, identifier: HG19%20YHN
2026-03-29 06:39:34 [bca.uk] INFO: Found listing with ID: LG18%20TYZ
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:34 [bca.uk] INFO: Scrape type for LG18%20TYZ: 2
2026-03-29 06:39:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ
2026-03-29 06:39:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b569bc6-afde-5802-8580-7b514ff0e6f6 with scrape type 2
2026-03-29 06:39:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b569bc6-afde-5802-8580-7b514ff0e6f6 with scrape type 2
2026-03-29 06:39:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b569bc6-afde-5802-8580-7b514ff0e6f6, identifier: LG18%20TYZ
2026-03-29 06:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN
2026-03-29 06:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN
2026-03-29 06:39:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN to the API
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20YHN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': 'f819d5f5-6d5e-596f-a82b-8b09cdb17edb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG19 YHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20YHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E300 DE EQ-P',
 'odometer': 43059,
 'odometer_reading_unit': '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 E300 DE EQ-P 2.0 AMG LINE PREMIUM PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'WDD2130162A652281',
 'year': 2019}
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YHN%27 HTTP/1.1" 200 None
2026-03-29 06:39:34 [bca.uk] INFO: Saving data for HG19%20YHN: {'auction_closing_time': 1774951200.0, 'created_time': 1773844576.72433, 'last_price_update_time': 1774766374.910939}
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520YHN') HTTP/1.1" 204 0
2026-03-29 06:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ
2026-03-29 06:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ
2026-03-29 06:39:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ to the API
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20TYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b569bc6-afde-5802-8580-7b514ff0e6f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 TYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20TYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 63397,
 'odometer_reading_unit': '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': 'SALCA2ANXJH764921',
 'year': 2018}
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:35 [bca.uk] INFO: Saving data for LG18%20TYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264579.582322, 'last_price_update_time': 1774766375.183562}
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520TYZ') HTTP/1.1" 204 0
2026-03-29 06:39:35 [bca.uk] INFO: Found listing with ID: V904%20OKN
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V904%2520OKN%27 HTTP/1.1" 200 None
2026-03-29 06:39:35 [bca.uk] INFO: Scrape type for V904%20OKN: 0
2026-03-29 06:39:35 [bca.uk] INFO: Found listing with ID: DV72%20RZY
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520RZY%27 HTTP/1.1" 200 None
2026-03-29 06:39:35 [bca.uk] INFO: Scrape type for DV72%20RZY: 0
2026-03-29 06:39:35 [bca.uk] INFO: Found listing with ID: YE23%20MMF
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520MMF%27 HTTP/1.1" 200 None
2026-03-29 06:39:35 [bca.uk] INFO: Scrape type for YE23%20MMF: 2
2026-03-29 06:39:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF
2026-03-29 06:39:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with scrape type 2
2026-03-29 06:39:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with scrape type 2
2026-03-29 06:39:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6, identifier: YE23%20MMF
2026-03-29 06:39:35 [bca.uk] INFO: Found listing with ID: LS15%20ENK
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS15%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 06:39:35 [bca.uk] INFO: Scrape type for LS15%20ENK: 2
2026-03-29 06:39:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK
2026-03-29 06:39:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with scrape type 2
2026-03-29 06:39:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with scrape type 2
2026-03-29 06:39:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b, identifier: LS15%20ENK
2026-03-29 06:39:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF
2026-03-29 06:39:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF
2026-03-29 06:39:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF to the API
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE23%20MMF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE23 MMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE23%20MMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 79952,
 '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 1400 2.0 B/HDI 145 M ENTERPRISE ED. PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 M ENTERPRISE ED.',
 'vin': 'VF7VFEHTMP7805606',
 'year': 2023}
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520MMF%27 HTTP/1.1" 200 None
2026-03-29 06:39:35 [bca.uk] INFO: Saving data for YE23%20MMF: {'auction_closing_time': 1774864800.0, 'created_time': 1773935748.102423, 'last_price_update_time': 1774766375.713617}
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE23%2520MMF') HTTP/1.1" 204 0
2026-03-29 06:39:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK
2026-03-29 06:39:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK
2026-03-29 06:39:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK to the API
2026-03-29 06:39:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS15%20ENK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2bf75a8e-37d6-59c5-a12a-91ef9be0053b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS15 ENK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS15%20ENK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330D',
 'odometer': 89813,
 '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 330D 3.0 XDRIVE M SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT TOURING STEP',
 'vin': 'WBA3L32070K539381',
 'year': 2015}
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS15%2520ENK%27 HTTP/1.1" 200 None
2026-03-29 06:39:36 [bca.uk] INFO: Saving data for LS15%20ENK: {'auction_closing_time': 1774864800.0, 'created_time': 1774264577.636143, 'last_price_update_time': 1774766376.64861}
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS15%2520ENK') HTTP/1.1" 204 0
2026-03-29 06:39:36 [bca.uk] INFO: Found listing with ID: LB22%20TGJ
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39: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%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:36 [bca.uk] INFO: Scrape type for LB22%20TGJ: 2
2026-03-29 06:39:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ
2026-03-29 06:39:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb28171-dc56-529e-902e-4d7eb8e6b4ab with scrape type 2
2026-03-29 06:39:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb28171-dc56-529e-902e-4d7eb8e6b4ab with scrape type 2
2026-03-29 06:39:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb28171-dc56-529e-902e-4d7eb8e6b4ab, identifier: LB22%20TGJ
2026-03-29 06:39:36 [bca.uk] INFO: Found listing with ID: DL73%20HNZ
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HNZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:36 [bca.uk] INFO: Scrape type for DL73%20HNZ: 2
2026-03-29 06:39:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ
2026-03-29 06:39:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with scrape type 2
2026-03-29 06:39:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with scrape type 2
2026-03-29 06:39:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81, identifier: DL73%20HNZ
2026-03-29 06:39:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ
2026-03-29 06:39:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ
2026-03-29 06:39:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ to the API
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20TGJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebb28171-dc56-529e-902e-4d7eb8e6b4ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB22 TGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20TGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TOURNEO CUSTOM',
 'odometer': 67811,
 'odometer_reading_unit': '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 TOURNEO CUSTOM 2.0 EBL 130 LWB TITANIUM L/R Bus',
 'transmission': 'automatic',
 'trim': 'EBL 130 LWB TITANIUM L/R',
 'vin': 'WF03XXTTG3NT07502',
 'year': 2022}
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520TGJ%27 HTTP/1.1" 200 None
2026-03-29 06:39:37 [bca.uk] INFO: Saving data for LB22%20TGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773935748.784774, 'last_price_update_time': 1774766377.632457}
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520TGJ') HTTP/1.1" 204 0
2026-03-29 06:39:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ
2026-03-29 06:39:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ
2026-03-29 06:39:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ to the API
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20HNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6cd83bd6-20d0-5f29-8958-c507c6bb4e81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 HNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20HNZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18237,
 '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': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4308394',
 'year': 2023}
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HNZ%27 HTTP/1.1" 200 None
2026-03-29 06:39:37 [bca.uk] INFO: Saving data for DL73%20HNZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773823566.272742, 'last_price_update_time': 1774766377.917105}
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520HNZ') HTTP/1.1" 204 0
2026-03-29 06:39:37 [bca.uk] INFO: Found listing with ID: DL73%20LCO
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCO%27 HTTP/1.1" 200 None
2026-03-29 06:39:37 [bca.uk] INFO: Scrape type for DL73%20LCO: 2
2026-03-29 06:39:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO
2026-03-29 06:39:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with scrape type 2
2026-03-29 06:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with scrape type 2
2026-03-29 06:39:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e9f66a7-1fc7-5dee-9626-0487e196dd08, identifier: DL73%20LCO
2026-03-29 06:39:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO
2026-03-29 06:39:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO
2026-03-29 06:39:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO to the API
2026-03-29 06:39:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e9f66a7-1fc7-5dee-9626-0487e196dd08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LCO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13912,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4261902',
 'year': 2023}
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCO%27 HTTP/1.1" 200 None
2026-03-29 06:39:39 [bca.uk] INFO: Saving data for DL73%20LCO: {'auction_closing_time': 1774854000.0, 'created_time': 1773845011.871039, 'last_price_update_time': 1774766379.101505}
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LCO') HTTP/1.1" 204 0
2026-03-29 06:39:39 [bca.uk] INFO: Found listing with ID: DL73%20LCU
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCU%27 HTTP/1.1" 200 None
2026-03-29 06:39:39 [bca.uk] INFO: Scrape type for DL73%20LCU: 2
2026-03-29 06:39:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU
2026-03-29 06:39:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e638c7d-0f69-5ea3-9010-beab12654a95 with scrape type 2
2026-03-29 06:39:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e638c7d-0f69-5ea3-9010-beab12654a95 with scrape type 2
2026-03-29 06:39:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e638c7d-0f69-5ea3-9010-beab12654a95, identifier: DL73%20LCU
2026-03-29 06:39:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU
2026-03-29 06:39:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU
2026-03-29 06:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU to the API
2026-03-29 06:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LCU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e638c7d-0f69-5ea3-9010-beab12654a95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LCU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 22320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11900,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4260027',
 'year': 2023}
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCU%27 HTTP/1.1" 200 None
2026-03-29 06:39:40 [bca.uk] INFO: Saving data for DL73%20LCU: {'auction_closing_time': 1774854000.0, 'created_time': 1773839547.105927, 'last_price_update_time': 1774766380.111758}
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LCU') HTTP/1.1" 204 0
2026-03-29 06:39:40 [bca.uk] INFO: Found listing with ID: DL73%20LFD
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFD%27 HTTP/1.1" 200 None
2026-03-29 06:39:40 [bca.uk] INFO: Scrape type for DL73%20LFD: 2
2026-03-29 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD
2026-03-29 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with scrape type 2
2026-03-29 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with scrape type 2
2026-03-29 06:39:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f0c9fb3-192d-541e-8354-3fb3e30181f2, identifier: DL73%20LFD
2026-03-29 06:39:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD
2026-03-29 06:39:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD
2026-03-29 06:39:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD to the API
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f0c9fb3-192d-541e-8354-3fb3e30181f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 25389,
 '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 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4261561',
 'year': 2023}
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFD%27 HTTP/1.1" 200 None
2026-03-29 06:39:40 [bca.uk] INFO: Saving data for DL73%20LFD: {'auction_closing_time': 1774854000.0, 'created_time': 1773839601.775749, 'last_price_update_time': 1774766380.484741}
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFD') HTTP/1.1" 204 0
2026-03-29 06:39:40 [bca.uk] INFO: Found listing with ID: KE23%20LVT
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LVT%27 HTTP/1.1" 200 None
2026-03-29 06:39:40 [bca.uk] INFO: Scrape type for KE23%20LVT: 2
2026-03-29 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT
2026-03-29 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d83b2720-1127-5571-9a81-e74ece41ea3c with scrape type 2
2026-03-29 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d83b2720-1127-5571-9a81-e74ece41ea3c with scrape type 2
2026-03-29 06:39:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d83b2720-1127-5571-9a81-e74ece41ea3c, identifier: KE23%20LVT
2026-03-29 06:39:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT
2026-03-29 06:39:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT
2026-03-29 06:39:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT to the API
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd83b2720-1127-5571-9a81-e74ece41ea3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LVT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13100,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4144960',
 'year': 2023}
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LVT%27 HTTP/1.1" 200 None
2026-03-29 06:39:40 [bca.uk] INFO: Saving data for KE23%20LVT: {'auction_closing_time': 1774854000.0, 'created_time': 1773838756.685009, 'last_price_update_time': 1774766380.88012}
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LVT') HTTP/1.1" 204 0
2026-03-29 06:39:40 [bca.uk] INFO: Found listing with ID: KF23%20YDT
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDT%27 HTTP/1.1" 200 None
2026-03-29 06:39:40 [bca.uk] INFO: Scrape type for KF23%20YDT: 2
2026-03-29 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT
2026-03-29 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efca4e3f-72f5-5462-be5b-33acafddbe60 with scrape type 2
2026-03-29 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efca4e3f-72f5-5462-be5b-33acafddbe60 with scrape type 2
2026-03-29 06:39:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efca4e3f-72f5-5462-be5b-33acafddbe60, identifier: KF23%20YDT
2026-03-29 06:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT
2026-03-29 06:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT
2026-03-29 06:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT to the API
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF23%20YDT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efca4e3f-72f5-5462-be5b-33acafddbe60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF23 YDT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF23%20YDT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 DESIGN',
 'vin': 'VXKUPHNKSP4219039',
 'year': 2023}
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDT%27 HTTP/1.1" 200 None
2026-03-29 06:39:41 [bca.uk] INFO: Saving data for KF23%20YDT: {'auction_closing_time': 1774854000.0, 'created_time': 1773839594.846403, 'last_price_update_time': 1774766381.27309}
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF23%2520YDT') HTTP/1.1" 204 0
2026-03-29 06:39:41 [bca.uk] INFO: Found listing with ID: KF73%20AOV
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:39:41 [bca.uk] INFO: Scrape type for KF73%20AOV: 2
2026-03-29 06:39:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV
2026-03-29 06:39:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e2c966d-d6aa-5863-993b-737158b09a15 with scrape type 2
2026-03-29 06:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e2c966d-d6aa-5863-993b-737158b09a15 with scrape type 2
2026-03-29 06:39:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e2c966d-d6aa-5863-993b-737158b09a15, identifier: KF73%20AOV
2026-03-29 06:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV
2026-03-29 06:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV
2026-03-29 06:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV to the API
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 06:39: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:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AOV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e2c966d-d6aa-5863-993b-737158b09a15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AOV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11300,
 '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': 'VXKUPHMHDP4300180',
 'year': 2024}
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOV%27 HTTP/1.1" 200 None
2026-03-29 06:39:41 [bca.uk] INFO: Saving data for KF73%20AOV: {'auction_closing_time': 1774854000.0, 'created_time': 1773839573.614564, 'last_price_update_time': 1774766381.656587}
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AOV') HTTP/1.1" 204 0
2026-03-29 06:39:41 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 06:39:41 [bca.uk] INFO: bca.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 8, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201774334381 HTTP/1.1" 200 None
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520CHO') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520ECX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520XJX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520XFC') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AG21%2520ANN') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AGS%2520314D') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520DNF') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AM58%2520UJJ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AN05%2520MOR') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO08%2520XZT') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO10%2520GXF') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP15%2520GWG') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP19%2520KUX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP24%2520VPC') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU07%2520YEJ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU13%2520GOH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV72%2520HDA') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV75%2520JOH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY14%2520URU') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY15%2520OHB') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY24%2520GVP') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY65%2520XOO') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY71%2520FGK') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC23%2520EYR') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC24%2520MKA') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD23%2520XBF') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD60%2520JJY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD66%2520HHY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF19%2520EDR') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF23%2520LPZ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF74%2520TYD') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG13%2520ADZ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG15%2520WNN') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG24%2520XXY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG63%2520OHZ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ12%2520KUY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520UUC') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520YPW') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520HNX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520LWL') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520LXN') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK70%2520HWC') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520VTG') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL18%2520KBE') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL22%2520ZHF') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN18%2520SZK') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN22%2520PCV') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN64%2520GCY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP06%2520GKF') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP21%2520OTT') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP23%2520YKA') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP68%2520EZU') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT17%2520EFY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520PZA') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU65%2520GJY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU65%2520HWB') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV16%2520LVX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV25%2520ERX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV58%2520NZE') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV61%2520WYU') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV62%2520YPN') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW18%2520YPH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520AYH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='C12D62141') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA67%2520ULM') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520BXF') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520FRK') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520JWX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CH15%2520OEH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520XWR') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN13%2520KPU') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CU16%2520YHC') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV25%2520XND') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV66%2520DVB') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX59%2520VHP') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CXZ%25207647') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA20%2520CMK') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520MBU') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA69%2520WZH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520UTX') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520XXB') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE55%2520EBZ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE70%2520VWG') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF19%2520CNY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520FZC') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520FZD') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520ZLZ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK13%2520LLA') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK16%2520JXY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK22%2520XOV') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL18%2520XRS') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL64%2520VNE') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520KRJ') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN12%2520XWH') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN19%2520JWY') HTTP/1.1" 204 0
2026-03-29 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN62%2520DHA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520FMD') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520UBL') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN73%2520FXO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DO11%2520RAE') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP18%2520YVF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP66%2520VCX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DR57%2520MOF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520FEG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520WKH') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS66%2520LAO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS69%2520YZY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520LCG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU23%2520GRX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU60%2520JVD') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV22%2520GSY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV23%2520XFW') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520XNE') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520XWG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY24%2520KNR') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520UUW') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA14%2520XOB') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA70%2520JKZ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF19%2520MVJ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF65%2520WTJ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ14%2520AXA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ15%2520XGU') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ18%2520AVR') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ23%2520VHL') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ73%2520LHX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK62%2520DJF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK64%2520OBT') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN15%2520XZZ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN19%2520XCT') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO65%2520CDN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO65%2520HDH') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY71%2520VHH') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FA15%2520RZY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE13%2520AEJ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE16%2520FZB') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520OYK') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG06%2520FNN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG17%2520FNO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG24%2520TPF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH16%2520UUV') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH62%2520DWF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH68%2520ZYT') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH70%2520JEJ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ16%2520PGK') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL21%2520EPU') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL21%2520UXN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520HGD') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520OGK') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN15%2520ONA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP23%2520KTE') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520OSL') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP73%2520LHU') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT15%2520JWL') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT18%2520OCL') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT63%2520ZBN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT71%2520EKB') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV13%2520NKT') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520CPK') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV64%2520YRJ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX24%2520PVP') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY15%2520TJV') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY59%2520PMU') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY65%2520BYO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD15%2520KJY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF05%2520NWA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF22%2520AYE') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520KYW') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF70%2520BVN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520NLT') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520TXF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520JXG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520JYA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK22%2520FNF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK66%2520JBX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM14%2520ZXU') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM17%2520ABK') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV64%2520CVX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520MXY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX15%2520AYB') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX17%2520XMB') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX22%2520WNN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY19%2520UUA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD16%2520KPO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD17%2520EHJ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD71%2520AYL') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF16%2520VBX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF22%2520XHA') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF65%2520GVY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG14%2520YVH') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG57%2520LWO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ19%2520FKE') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ22%2520JWO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ65%2520NLG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJZ%25202269') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK18%2520YVF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK20%2520LPZ') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK20%2520RCO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK70%2520BYR') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK70%2520BZF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN16%2520HLK') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN63%2520ZMO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN65%2520KXX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT07%2520HPN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520LXF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT73%2520DXD') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV20%2520UUG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520VNY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV23%2520THF') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520YJY') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV71%2520LSU') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV72%2520KVG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520GBO') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV75%2520EFX') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HW17%2520LZN') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HW64%2520FEG') HTTP/1.1" 204 0
2026-03-29 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520UVC') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX17%2520ZGE') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='JT02%2520KET') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KC52%2520TCZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD07%2520XAZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE22%2520JBO') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE65%2520LSU') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF68%2520XUL') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ15%2520DYS') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM09%2520WPF') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM62%2520RLO') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520OBK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN12%2520JYH') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN16%2520HHC') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN21%2520FMG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN21%2520SZX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN22%2520ELX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520HVZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520FGZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520YZX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO18%2520UPM') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520NWD') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS22%2520GBE') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS23%2520PKC') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS59%2520UBR') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS62%2520SNF') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520AUW') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS72%2520HMD') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT13%2520NHF') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT21%2520VXP') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520HGZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT74%2520ZMZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU64%2520OZM') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU70%2520GUE') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW64%2520YWC') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX63%2520JHU') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY71%2520MLO') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='L11%2520BDN') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520OCV') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC11%2520DZW') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC23%2520HLO') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC66%2520YJE') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC67%2520WTG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520SZJ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD09%2520YNR') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD15%2520GYK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD21%2520EDJ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520ENF') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520LLG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD61%2520PYH') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520VEL') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD66%2520XJW') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520GLK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520AUH') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520SBL') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520AWD') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520MDN') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF67%2520MMV') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520XRS') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG24%2520CJH') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520HCL') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ16%2520WYS') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ69%2520XGS') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL16%2520NSO') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520EDJ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520RWV') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL19%2520EYK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL24%2520AEW') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520XBU') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520UFB') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM16%2520VMC') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM18%2520WGK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520KHG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN20%2520VNL') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN60%2520OJE') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO12%2520CZS') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO71%2520YGH') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP15%2520WAU') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP17%2520YBG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP22%2520AOD') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP24%2520YFH') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP61%2520CSX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP66%2520HCA') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520HZV') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP71%2520PZL') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP73%2520KGY') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR17%2520AEG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520HJA') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520HKD') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520RCX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR51%2520CEN') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR70%2520DBY') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520BVM') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520AXM') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520WBM') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV13%2520WCR') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520JAU') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV72%2520DWP') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='M300%2520SMO') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520SXK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA57%2520JGF') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC04%2520GOW') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC21%2520XPX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520YBK') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF21%2520PSU') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF71%2520EZZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520BYP') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520OYN') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ61%2520VKF') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ62%2520OBX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ62%2520RBZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ71%2520YGC') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK18%2520OJG') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK22%2520OAM') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK70%2520HTZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML12%2520VHJ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520HHR') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML63%2520DTZ') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML63%2520WMT') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML71%2520RXX') HTTP/1.1" 204 0
2026-03-29 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM65%2520GDZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM67%2520OFH') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM68%2520MJU') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM71%2520HLE') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM71%2520HZK') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520FMV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520HPC') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YRX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV09%2520NJY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV15%2520XMH') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV16%2520OUW') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV16%2520XEO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV20%2520JYB') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW22%2520SZV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW24%2520FVH') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW64%2520ZDA') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW65%2520XXR') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW72%2520LTZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MX70%2520VPL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520KYV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520OPX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND11%2520VCC') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND17%2520CLX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND19%2520VGZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND19%2520ZLY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND23%2520ZVB') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520EUR') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520KRD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520OWB') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520XBD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU65%2520XRL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV64%2520UEO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX14%2520SVD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX62%2520WGY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX71%2520OWV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU16%2520ZXO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520KGK') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV59%2520OBM') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV73%2520EOA') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OX74%2520DLD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY12%2520FFS') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='P200%2520KAG') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE22%2520ZWC') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF21%2520JUK') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF24%2520LFE') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF70%2520PVO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PFZ%25206852') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ13%2520JPX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ14%2520ATF') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ14%2520YNM') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ25%2520ZSR') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ63%2520YDV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ72%2520RFK') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK12%2520PKJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK13%2520WEJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520CDZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK24%2520BPO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK66%2520EYB') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK70%2520LRY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK71%2520CUH') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL15%2520CMF') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL20%2520CKN') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL24%2520EGX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN19%2520ODW') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO22%2520ZRL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PT13%2520KWT') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX63%2520HUV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX67%2520LWY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY15%2520CVM') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY23%2520LML') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R33%2520JAJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA73%2520DVG') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE20%2520MXP') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE20%2520YAX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE21%2520FON') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520EYL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE62%2520XOC') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE66%2520FDD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE72%2520BNO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE72%2520BOF') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF16%2520XAU') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF24%2520DFX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF69%2520YZJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520ZPD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ21%2520NMO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520XCW') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK13%2520BYJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK19%2520UDL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520OVF') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK23%2520XVZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK66%2520KGV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RM02%2520KEZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520BOH') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO64%2520RKY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520MXL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520ZYB') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV70%2520ZWJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV72%2520UXB') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV72%2520UXE') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX13%2520TVO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX19%2520GRZ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX19%2520GSO') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX74%2520EGY') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RY18%2520YXX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='S12%2520WLW') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='S70%2520MKL') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA19%2520GDE') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA20%2520VYG') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA63%2520FSD') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA64%2520OKJ') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB10%2520TRV') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520HKU') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB20%2520CUX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC10%2520ZHA') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC21%2520HWK') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC65%2520GWX') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC67%2520KXG') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD13%2520WRE') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD20%2520OMK') HTTP/1.1" 204 0
2026-03-29 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD63%2520YBL') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD64%2520CUC') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD72%2520YOX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE12%2520TWM') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE16%2520MHL') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG14%2520FYA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH23%2520HAU') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520RAU') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH65%2520BVX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520NVR') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ61%2520VFG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK19%2520UXP') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK53%2520YXP') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK56%2520RXP') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK64%2520XHD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK71%2520FME') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL17%2520ZSP') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL63%2520AYT') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL74%2520XYR') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520RVO') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM59%2520OOG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM65%2520YKZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM70%2520ZBC') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN22%2520ATD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP22%2520PYG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP63%2520TSZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP69%2520ZCE') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP71%2520VDZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR14%2520LCL') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR68%2520VOK') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST22%2520GUH') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST71%2520NFA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV17%2520VWU') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV20%2520WLD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW61%2520UCM') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW62%2520OKK') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW71%2520LCX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW71%2520OBT') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY64%2520NCX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY69%2520KJK') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='T6%2520RBD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA14%2520FEV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA14%2520FML') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA15%2520GKV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA21%2520JRO') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520UJB') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE22%2520NUA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE66%2520HXG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE66%2520RTZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE68%2520EYA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE68%2520ZNU') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520HDD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK11%2520RUO') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK14%2520NVC') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520KFL') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK23%2520EUE') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK64%2520BVD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN18%2520MYH') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN63%2520THZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO18%2520BXP') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO65%2520TYK') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU66%2520AYN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX08%2520ATV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX14%2520MMA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX16%2520EOV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA21%2520OMT') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD16%2520YEU') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD20%2520KPE') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD66%2520XOK') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD67%2520SVW') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD72%2520DDL') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF12%2520RVN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF12%2520UNL') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF22%2520MDX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF56%2520CFO') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG22%2520CVA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ23%2520UZE') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ61%2520HHZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK62%2520YWN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK64%2520OMZ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM10%2520JKX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM13%2520HZE') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM18%2520DMU') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM18%2520MEV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM23%2520UKC') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN09%2520LVH') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520FWA') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520HYW') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520DOJ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520UJS') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520VUY') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520JXG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO23%2520BJX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP64%2520OGG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520WWO') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520GEJ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR09%2520WWJ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR18%2520YFS') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR25%2520DVK') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR61%2520WSX') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520THN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520KKM') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU22%2520KZN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520EYG') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520LYD') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV13%2520NLM') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520YJJ') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV63%2520OFE') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520TCO') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='XIG%25204376') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB23%2520SJY') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520SXV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC07%2520ZNN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC65%2520YZB') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD15%2520UYM') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD24%2520JWV') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD63%2520EVN') HTTP/1.1" 204 0
2026-03-29 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD68%2520TLN') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD71%2520EBJ') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE59%2520RKJ') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF13%2520FSP') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF19%2520MLP') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF21%2520VVN') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF69%2520BGY') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG17%2520NSC') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG18%2520HJA') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520FZS') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG24%2520MSY') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG59%2520OJX') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH20%2520LLF') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH24%2520SSL') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH61%2520UFX') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH68%2520KSP') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ24%2520PZK') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK21%2520XOD') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL65%2520KVD') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM19%2520HFN') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM73%2520VWA') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520OBO') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM75%2520KFK') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN18%2520PZB') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO21%2520VPC') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO24%2520XFF') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP61%2520UHR') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR21%2520KLM') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR21%2520UYM') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR21%2520VLU') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520PVU') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520RUV') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR58%2520EFP') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS23%2520WXN') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS62%2520HWG') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520ZJO') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT69%2520TWA') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT70%2520UUH') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY20%2520OZA') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY21%2520ZPW') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY62%2520CWR') HTTP/1.1" 204 0
2026-03-29 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY70%2520WHF') HTTP/1.1" 204 0
2026-03-29 06:39:47 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (4687 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_51_2026-03-29T06_00_00.jl
2026-03-29 06:39:47 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 3,
 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 3,
 'downloader/request_bytes': 852419,
 'downloader/request_count': 692,
 'downloader/request_method_count/GET': 692,
 'downloader/response_bytes': 157264866,
 'downloader/response_count': 689,
 'downloader/response_status_count/200': 413,
 'downloader/response_status_count/302': 276,
 'elapsed_time_seconds': 2377.257989,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 3, 29, 6, 39, 47, 341139, tzinfo=datetime.timezone.utc),
 'item_scraped_count': 4687,
 'log_count/DEBUG': 63475,
 'log_count/INFO': 66951,
 'log_count/WARNING': 408,
 'memusage/max': 227913728,
 'memusage/startup': 148119552,
 'photo_download_count': 250,
 'playwright/context_count': 2,
 'playwright/context_count/max_concurrent': 1,
 'playwright/context_count/persistent/False': 2,
 'playwright/context_count/remote/False': 2,
 'playwright/page_count': 0,
 'request_depth_max': 136,
 'response_received_count': 163,
 'scheduler/dequeued': 692,
 'scheduler/dequeued/memory': 692,
 'scheduler/enqueued': 692,
 'scheduler/enqueued/memory': 692,
 'scrape_type/new': 26,
 'scrape_type/price_update': 4661,
 'scrape_type/skipped': 8744,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 137,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 10.408610216919742,
 'scrapy-zyte-api/mean_response_seconds': 11.294970248016895,
 'scrapy-zyte-api/processed': 137,
 'scrapy-zyte-api/request_args/actions': 1,
 'scrapy-zyte-api/request_args/browserHtml': 1,
 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 136,
 'scrapy-zyte-api/request_args/experimental.requestCookies': 136,
 'scrapy-zyte-api/request_args/experimental.responseCookies': 137,
 'scrapy-zyte-api/request_args/httpResponseBody': 136,
 'scrapy-zyte-api/request_args/httpResponseHeaders': 136,
 'scrapy-zyte-api/request_args/sessionContext': 1,
 'scrapy-zyte-api/request_args/url': 137,
 'scrapy-zyte-api/status_codes/200': 137,
 'scrapy-zyte-api/success': 137,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'source/items_encountered': 13431,
 'start_time': datetime.datetime(2026, 3, 29, 6, 0, 10, 83150, tzinfo=datetime.timezone.utc)}
2026-03-29 06:39:47 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (sourcing_v2), SPIDER (bca.uk)